Fix typo in location name
authorEmmanuel Lacour <elacour@easter-eggs.com>
Sun, 4 Dec 2022 14:10:20 +0000 (15:10 +0100)
committerEmmanuel Lacour <elacour@easter-eggs.com>
Sun, 4 Dec 2022 14:10:20 +0000 (15:10 +0100)
garage/garage.ino

index 9fba061..4b807d6 100644 (file)
@@ -111,7 +111,7 @@ void loop() {
         if(serre_tempC == DEVICE_DISCONNECTED_C) {
           // Error
         } else {
-            sendToInfluxDB("temperature,city="+city+",location=serre_semis", "value", String(serre_tempC));
+            sendToInfluxDB("temperature,city="+city+",location=serre-semis", "value", String(serre_tempC));
         }
         
         if(heater_out_tempC == DEVICE_DISCONNECTED_C) {