File tree 1 file changed +5
-4
lines changed 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -138,10 +138,11 @@ typedef struct {
138
138
float current; /* *< current in milliamps (mA) */
139
139
float voltage; /* *< voltage in volts (V) */
140
140
float tvoc; /* *< Total Volatile Organic Compounds, in ppb */
141
- int32_t voc_index; /* *< VOC (Volatile Organic Compound) index where 100 is normal */
142
- int32_t nox_index; /* *< NOx (Nitrogen Oxides) index where 100 is normal */
143
- sensors_color_t color; /* *< color in RGB component values */
144
- }; // /< Union for the wide ranges of data we can carry
141
+ int32_t voc_index; /* *< VOC (Volatile Organic Compound) index where 100 is
142
+ normal */
143
+ int32_t nox_index; /* *< NOx (Nitrogen Oxides) index where 100 is normal */
144
+ sensors_color_t color; /* *< color in RGB component values */
145
+ }; // /< Union for the wide ranges of data we can carry
145
146
} sensors_event_t ;
146
147
147
148
/* Sensor details (40 bytes) */
You can’t perform that action at this time.
0 commit comments