typedef struct {
    const char *name;
    float value;
} sensor_data_t;

sensor_data_t data[MAX_SENSORS];
bool need_output[MAX_SENSORS];
