A DevicePreset data object contains a device preset of the M&C software.
Data Model
| Key | Type | Value |
|---|---|---|
| name | String | The name of this preset |
| driver | String | The name of the device driver this preset is intended to be used with. |
| comment | String | The comment line appearing as the first line of a device preset file in the sat-nms M&C. Does not include the leading comment character ('#') appearing in the sat-nms preset file. |
| preset | Array of PresetValue | The value definitions from the device preset and an array of PresetValue definitions. |