From: Emmanuel Lacour Date: Sun, 4 Dec 2022 14:10:20 +0000 (+0100) Subject: Fix typo in location name X-Git-Url: http://git.home-dn.net/?p=manu%2Farduino-maison.git;a=commitdiff_plain;h=db61d93b984bb7d590fed6ca6b6046a73fed77f3 Fix typo in location name --- diff --git a/garage/garage.ino b/garage/garage.ino index 9fba061..4b807d6 100644 --- a/garage/garage.ino +++ b/garage/garage.ino @@ -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) {