update
This commit is contained in:
parent
db7b7a3672
commit
4a06a653d6
|
@ -5,7 +5,7 @@ import time
|
||||||
rfid_type = ["TEXT", "TEXT", "FLOAT", "INT32"]
|
rfid_type = ["TEXT", "TEXT", "FLOAT", "INT32"]
|
||||||
air_type = ["TEXT", "FLOAT", "FLOAT", "INT32"]
|
air_type = ["TEXT", "FLOAT", "FLOAT", "INT32"]
|
||||||
else_type = ["TEXT", "FLOAT", "INT32"]
|
else_type = ["TEXT", "FLOAT", "INT32"]
|
||||||
rfid_measurement = ["iccid", "temperature", "RFID", "type"]
|
rfid_measurement = ["iccid", "RFID", "temperature" "type"]
|
||||||
air_measurement = ["iccid", "air_temperature", "air_humidity", "type"]
|
air_measurement = ["iccid", "air_temperature", "air_humidity", "type"]
|
||||||
else_measurement = ["iccid", "value", "type"]
|
else_measurement = ["iccid", "value", "type"]
|
||||||
dataTypes = {
|
dataTypes = {
|
||||||
|
|
Loading…
Reference in New Issue