Class BusEvent
java.lang.Object
org.openhab.core.model.script.actions.BusEvent
The
BusEvent is a wrapper for the BusEvent actions.- Author:
- Florian Hotze - Initial contribution
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectpostUpdate(String itemName, String stateString) static ObjectpostUpdate(String itemName, String stateString, String source) static ObjectpostUpdate(Item item, Number state) static ObjectpostUpdate(Item item, Number state, String source) static ObjectpostUpdate(Item item, String stateAsString) static ObjectpostUpdate(Item item, String stateAsString, String source) static ObjectpostUpdate(Item item, State state) static ObjectrestoreStates(Map<Item, State> statesMap) static ObjectsendCommand(String itemName, String commandString) static ObjectsendCommand(String itemName, String commandString, String source) static ObjectsendCommand(Item item, Number number) static ObjectsendCommand(Item item, Number number, String source) static ObjectsendCommand(Item item, String commandString) static ObjectsendCommand(Item item, String commandString, String source) static ObjectsendCommand(Item item, Command command) static ObjectsendCommand(Item item, Command command, String source) static ObjectsendTimeSeries(@Nullable String itemName, @Nullable Map<ZonedDateTime, State> values, String policy) static ObjectsendTimeSeries(@Nullable String itemName, @Nullable Map<ZonedDateTime, State> values, String policy, String source) static ObjectsendTimeSeries(@Nullable Item item, @Nullable TimeSeries timeSeries) static ObjectsendTimeSeries(@Nullable Item item, @Nullable TimeSeries timeSeries, String source) storeStates(Item... items)
-
Constructor Details
-
BusEvent
public BusEvent()
-
-
Method Details
-
sendCommand
-
sendCommand
-
sendCommand
-
sendCommand
-
sendCommand
-
sendCommand
-
sendCommand
-
sendCommand
-
postUpdate
-
postUpdate
-
postUpdate
-
postUpdate
-
postUpdate
-
postUpdate
-
sendTimeSeries
-
sendTimeSeries
public static Object sendTimeSeries(@Nullable Item item, @Nullable TimeSeries timeSeries, String source) -
sendTimeSeries
-
sendTimeSeries
-
postUpdate
-
storeStates
-
restoreStates
-