5.5.63 PresetValue
Contains one parameter / value definition in a DevicePreset.
| name |
String |
The name of the driver variable this refers to. The driver variable name is the message ID of a parameter with the M&C name and the device name stripped off. |
| value |
String |
The value to be assigned to varName when the preset get applied to a device. |
Values appear in the same way here as in the device preset file. This is formatted along the Range definition for this driver variable:
- FLOAT parameters are formatted with the precision defined in the range, but without a trailing unit string.
- INTEGER parameters appear as simple integer values, also without unit string.
- HEX parameters appear as hexadecimal values without unit string, letters A-F are upper case.
- BOOLEAN parameters are written as TRUE/FALSE.
- CHOICE parameters show the selected choice string.
- TEXT parameters are written without quotes, this means trailing blancs are not stored (this is a general limitation of the sat-nms M&C software)