Class: OpenHAB::Core::Events::ThingStatusInfoChangedEvent
- Inherits:
-
AbstractEvent
- Object
- AbstractEvent
- OpenHAB::Core::Events::ThingStatusInfoChangedEvent
- Defined in:
- lib/openhab/core/events/thing_status_info_event.rb
Overview
The AbstractEvent sent when a Thing’s status has changed.
Instance Attribute Summary collapse
-
#thing ⇒ Things::Thing
readonly
The thing that triggered this event.
Attributes inherited from AbstractEvent
Method Summary
Methods inherited from AbstractEvent
Instance Attribute Details
#thing ⇒ Things::Thing (readonly)
Returns The thing that triggered this event.
27 28 29 |
# File 'lib/openhab/core/events/thing_status_info_event.rb', line 27 def thing EntityLookup.lookup_thing(uid) end |