mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-02 11:00:57 +02:00
Fix OpenMetrics humidity metric
This commit is contained in:
@ -202,7 +202,7 @@ String OpenMetrics::getPayload(void) {
|
||||
if (_hum >= 0) {
|
||||
add_metric(
|
||||
"humidity",
|
||||
"The relative humidity as measured by the AirGradient SHT sensor"
|
||||
"The relative humidity as measured by the AirGradient SHT sensor",
|
||||
"gauge", "percent");
|
||||
add_metric_point("", String(_hum));
|
||||
}
|
||||
|
Reference in New Issue
Block a user