An IntegerRange parameter carries an integer number. Internally the value is represented by a signed 64-bit number (data type long).
Data Model (extends Range)
| Key | Type | Value |
|---|---|---|
| id | String | The message ID (see Message) |
| type | String | The message data type (always RANGE, see Message). |
| time | String | Timestamp in format 'YYYY-MM-DDTHH:MM.SSZ', see Message). |
| dataType | String | Always INTEGER (see Range) |
| disabled | Bool | Inherited from Range |
| readonly | Bool | Inherited from Range |
| checkLimits | Boolean | true = the front end must validate any entry for this parameter to be in the range min ... max. Invalid entries must be rejected, no values shall be sent to the server if outside the given range. |
| min | Number | The minimum value to be accepted with checkLimits=true |
| max | Number | The maximum value to be accepted with checkLimits=true |
| unit | String | A unit string to be displayed right of the parameter value (e.g. "MHz" for a frequency) |