Skip to content

Commit a860dd9

Browse files
committed
Adjust collection name mapping
1 parent 13091b8 commit a860dd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opensensor/collection_apis.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"Pressure": "pressure",
4141
"Lux": "percent",
4242
"CO2": "ppm",
43-
"PH": "pH",
43+
"pH": "pH",
4444
"Moisture": "readings",
4545
}
4646

@@ -50,7 +50,7 @@
5050
"Pressure": "pressure",
5151
"Lux": "lux",
5252
"CO2": "ppm_CO2",
53-
"PH": "pH",
53+
"pH": "pH",
5454
"Moisture": "moisture_readings",
5555
}
5656

0 commit comments

Comments
 (0)