diff --git a/examples/ONE/ONE.ino b/examples/ONE/ONE.ino index fde5c3c..ae3d1f3 100644 --- a/examples/ONE/ONE.ino +++ b/examples/ONE/ONE.ino @@ -1056,7 +1056,7 @@ void webServerMetricsGet(void) { add_metric("temperature", "The ambient temperature as measured by the AirGradient SHT " "sensor, in degrees Celsius", - "gauge", "degc"); + "gauge", "celcius"); add_metric_point("", String(temp)); } if (hum >= 0) {