Drop-Down¶
A Drop-Down list of values of which one can be selected.
Tag¶
"type": "select"
Values¶
The drop-down type supports the following values:
options
¶
An array of options of which the user can choose one from.
Argument Passed to the Device¶
This section describes the value (VALUE_FROM_THE_USER
) which will get passed to the device.
Read the Parameters section of the device.execute method for the general structure of the argument.
The value will be the name of the option which is selected.