Skip to content

Commit 93c7e82

Browse files
committed
Correct historical routes for new models
1 parent 502a3fa commit 93c7e82

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

opensensor/collection_apis.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
"CO2": "ppm",
4646
"pH": "pH",
4747
"Moisture": "readings",
48+
"LiquidLevel": "liquid",
49+
"RelayBoard": "relays",
4850
}
4951

5052
new_collections = {
@@ -55,6 +57,8 @@
5557
"CO2": "ppm_CO2",
5658
"pH": "pH",
5759
"Moisture": "moisture_readings",
60+
"LiquidLevel": "liquid",
61+
"RelayBoard": "relays",
5862
}
5963

6064
environment_translation = {

0 commit comments

Comments
 (0)