The EnumRange describes a parameter which' value can be one of a given set of values. An UI typically implements this parameter type as a drop down box or as a list box which allows a single selection.
Data Model (extends Range)
| Key | Type | Value |
|---|---|---|
| id | String | The message ID (see Message) |
| type | String | The message type (always RANGE, see Message). |
| time | String | Timestamp in format 'YYYY-MM-DDTHH:MM.SSZ', see Message). |
| dataType | String | Always CHOICE (see Range) |
| disabled | Bool | Inherited from Range |
| readonly | Bool | Inherited from Range |
| choices | Array | An array of string containing the choices for this parameter |