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