This Action will send a command to one of your openHAB items.
Developer info
- API endpoint slug
 - openhab.command
 - Filter code method
 - Openhab.command.skip(string?: reason)
 - Runtime method
 - runAction("openhab.command", {})
 
Action fields
Item Dropdown list
- Label
 - Which item?
 - Slug
 - item
 - Required
 - true
 - Can have default value
 - false
 
Command Text input > Short text
- Label
 - Command to send
 - Slug
 - command
 - Required
 - true
 - Can have default value
 - true
 - Filter code method
 - Openhab.command.setCommand(string: command)
 
