A parameter description.
See section 10.4.2 from E1.20
Data Fields | |
| uint8_t | pdl_size |
| Size of the parameter data. | |
| uint8_t | data_type |
| Data type. | |
| uint8_t | command_class |
| Command classes accepted. | |
| uint8_t | unit |
| Data units. | |
| uint8_t | prefix |
| Data prefix. | |
| uint32_t | min_valid_value |
| Minimum value of the parameter. | |
| uint32_t | max_valid_value |
| Maximum value of the parameter. | |
| uint32_t | default_value |
| The default value. | |
| const char * | description |
| Parameter description. | |