From 80e166890bd4763bac119ebcd0e459c168324172 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 9 Jul 2019 21:19:57 +0200 Subject: [PATCH] Prometheus: air_fan_pwm --- prometheus/burrow-prometheus.c | 6 ++++++ 1 file changed, 6 insertions(+) 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)]; -- 2.39.2