Fix OpenMetrics typo: celcius -> celsius

See #78
This commit is contained in:
Etienne Dechamps
2024-03-10 11:02:04 +00:00
parent db31b39ce2
commit ed1d45cea1

View File

@ -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) {