From: Martin Mares Date: Tue, 9 Jul 2019 19:19:57 +0000 (+0200) Subject: Prometheus: air_fan_pwm X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=80e166890bd4763bac119ebcd0e459c168324172;p=home-hw.git Prometheus: air_fan_pwm --- diff --git a/prometheus/burrow-prometheus.c b/prometheus/burrow-prometheus.c index 51de6ba..6968bb9 100644 --- a/prometheus/burrow-prometheus.c +++ b/prometheus/burrow-prometheus.c @@ -133,6 +133,12 @@ static const struct attr attr_table[] = { .type = "gauge", .topic = "burrow/air/bypass" }, + { + .metric = "air_fan_pwm", + .help = "Heat exchanger fan PWM (0-255)", + .type = "gauge", + .topic = "burrow/air/fan-pwm" + }, }; static char *attr_values[ARRAY_SIZE(attr_table)];