Package org.openhab.core.events.system
Class StartlevelEvent
java.lang.Object
org.openhab.core.events.AbstractEvent
org.openhab.core.events.system.StartlevelEvent
- All Implemented Interfaces:
Event
StartlevelEvent
s will be delivered through the openHAB event bus if the start level of the system has
changed.- Author:
- Kai Kreuzer - Initial contribution
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
StartlevelEvent
(String topic, String payload, @Nullable String source, Integer startlevel) Creates a new system startlevel event object. -
Method Summary
Methods inherited from class org.openhab.core.events.AbstractEvent
equals, getPayload, getSource, getTopic, hashCode
-
Field Details
-
TYPE
-
-
Constructor Details
-
Method Details