Group Location
Explore Plans
Mobile menu Close menu
openHABopenHAB

Send a command

This Action will send a command to one of your openHAB items.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
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)