sr: add fahrenheit and boolean MQ units

This commit is contained in:
Bert Vermeulen 2012-08-18 14:26:43 +02:00
parent 64591be2f2
commit edb000eb2f
1 changed files with 3 additions and 1 deletions

View File

@ -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 {