The AlarmFlagRange describes a sat-nms ALARM parameter. Like the BOOL parameter may be true (alarm) or false (no alarm). The AlarmFlagRange defines a descriptive text for the alarm flag which can be displayed beside the actual state.
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 ALARM (see Range) |
| disabled | Bool | Inherited from Range |
| readonly | Bool | Inherited from Range (always true with alarm flags) |
| description | String | A short description of the ALARM |