Class: OpenHAB::Core::Events::ItemStateEvent
- Inherits:
-
ItemEvent
- Object
- AbstractEvent
- ItemEvent
- OpenHAB::Core::Events::ItemStateEvent
- Includes:
- ItemState
- Defined in:
- lib/openhab/core/events/item_state_event.rb
Overview
AbstractEvent sent when an item’s state is updated (regardless of if it changed or not).
Instance Attribute Summary
Attributes included from ItemState
Attributes inherited from ItemEvent
Attributes inherited from AbstractEvent
Method Summary
Methods included from ItemState
#closed?, #down?, #inspect, #null?, #off?, #on?, #open?, #paused?, #playing?, #state?, #undef?, #up?