...
Support added October 2021
Codecs & Templates have been expanded to allow exposing commands into our dashboard UI. When these are selected they allow us to trigger commands to the device that will set certain common configuration options that we’ve chosen to expose.
Info |
---|
These options must be supported in the Codec as well as a Link to our Google Doc showing templates and testing status. |
Table of Contents |
---|
Code Block |
---|
"variables": [ { "order": 0, "label": "Reading Interval", "type": "string", "key": "command.interval", "form": "select", "min": null, "max": null, "required": true, "hide_on_setup": true, "help_texts": [{"value": "Device must be online before changing interval setting", "order": 0}], "default_value": "600", "values": [ { "label": "30 seconds", "value": "30" }, |
...