Class StateAndCommandProvider
java.lang.Object
org.openhab.core.model.script.scoping.StateAndCommandProvider
This is a class which provides all available states and commands (obviously only the enum-based ones with a fixed
name).
A future version might gather the sets through an extension mechanism, for the moment it is simply statically coded.
- Author:
- Kai Kreuzer - Initial contribution
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
COMMANDS
-
STATES
-
TYPES
-
-
Constructor Details
-
StateAndCommandProvider
public StateAndCommandProvider()
-
-
Method Details
-
getAllTypes
-
getAllCommands
-
getAllStates
-