A saved command can now leave one value open, so the operator fills it in at the moment of sending instead of editing the command itself.
Add a <> placeholder where the value belongs: inside Command string for a device command, for example relay,<>, or inside Body for a software command, for example {"value": "<>"}. Everything around the placeholder is fixed and cannot be changed at send time. One placeholder is allowed per command, and the value accepts up to 500 characters.
Open a device in Devices and settings and expand the Commands block to add the placeholder. To send, click the send button in the Commands block of the device's Object widget in Tracking. A command with a placeholder opens a dialog asking for the value first, and a command without one goes out immediately, as before.
Learn more in the documentation →
Improvements
- Notifications now match the command type. Device commands report only whether the command succeeded. Software commands show the raw response from the destination endpoint, and long responses scroll inside the notification.
- Every sent command appears in the Recent events block of the Object widget and in the Notifications list, with the full result in an expandable view: a success or failure status for a device command, and the response the endpoint returned for a software command. When the command carried a value, the entry title also shows the value that was sent, for example Update status <online>.