mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-12 23:46:32 +02:00
@ -1065,7 +1065,7 @@ void webServerMetricsGet(void) {
|
||||
add_metric("temperature",
|
||||
"The ambient temperature as measured by the AirGradient SHT "
|
||||
"sensor, in degrees Celsius",
|
||||
"gauge", "celcius");
|
||||
"gauge", "celsius");
|
||||
add_metric_point("", String(temp));
|
||||
}
|
||||
if (hum >= 0) {
|
||||
|
Reference in New Issue
Block a user