Fix typo in location name
[manu/arduino-maison.git] / 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) {