From aa7ce5e062640b956b4a2a6a6b57b3eb4980fac0 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 23 Feb 2025 20:10:16 +0100 Subject: [PATCH] Typo --- influx/burrow-influx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/influx/burrow-influx.c b/influx/burrow-influx.c index 1772799..ad22da2 100644 --- a/influx/burrow-influx.c +++ b/influx/burrow-influx.c @@ -282,7 +282,7 @@ static const struct attr attr_table[] = { .topic = "burrow/heating/modulation", }, { - .metric = "heating_return_tem", + .metric = "heating_return_temp", .value_name = "t", .topic = "burrow/heating/return-temp", }, -- 2.47.3