This commit is contained in:
xyj 2024-02-05 10:56:21 +08:00
parent db7b7a3672
commit 4a06a653d6
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import time
rfid_type = ["TEXT", "TEXT", "FLOAT", "INT32"]
air_type = ["TEXT", "FLOAT", "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"]
else_measurement = ["iccid", "value", "type"]
dataTypes = {