class Tempest::Listen
- Tempest::Listen
- Tempest::Event
- Reference
- Object
Defined in:
tempest/listen.crConstant Summary
-
TYPES =
{"listen_start", "listen_stop", "listen_start_events", "listen_stop_events", "listen_rapid_start", "listen_rapid_stop", "ack"}
Constructors
- .new(type : String, id : String, device_id : Int64 | Nil = nil, station_id : Int64 | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
Instance methods inherited from class Tempest::Event
device_id
device_id,
device_id=(device_id : Int64 | Nil)
device_id=,
station_id : Int64 | Nil
station_id,
station_id=(station_id : Int64 | Nil)
station_id=,
type : String
type,
type=(type : String)
type=
Constructor methods inherited from class Tempest::Event
new(pull : JSON::PullParser)
new
Constructor Detail
def self.new(type : String, id : String, device_id : Int64 | Nil = nil, station_id : Int64 | Nil = nil)
#