Data for an RDM Sensor.
Data Fields | |
| int16_t | present_value |
| The current value of the sensor. | |
| int16_t | lowest_value |
| The lowest recorded value. | |
| int16_t | highest_value |
| The highest recorded value. | |
| int16_t | recorded_value |
| The saved 'snapshot' value. | |
| RDMNackReason | nack_reason |
| Optional NACK reason, used if should_nack is true. | |
| bool | should_nack |
| True if we should NACK SENSOR_VALUE requests. | |