sr: add fahrenheit and boolean MQ units
This commit is contained in:
parent
64591be2f2
commit
edb000eb2f
|
@ -154,10 +154,12 @@ enum {
|
|||
SR_UNIT_AMPERE,
|
||||
SR_UNIT_OHM,
|
||||
SR_UNIT_FARAD,
|
||||
SR_UNIT_CELSIUS,
|
||||
SR_UNIT_KELVIN,
|
||||
SR_UNIT_CELSIUS,
|
||||
SR_UNIT_FAHRENHEIT,
|
||||
SR_UNIT_HERTZ,
|
||||
SR_UNIT_PERCENTAGE,
|
||||
SR_UNIT_BOOLEAN,
|
||||
};
|
||||
|
||||
struct sr_datafeed_packet {
|
||||
|
|
Loading…
Reference in New Issue