/*
* A gateway between MQTT and Prometheus
*
- * (c) 2018 Martin Mares <mj@ucw.cz>
+ * (c) 2018--2019 Martin Mares <mj@ucw.cz>
*/
#include <ucw/lib.h>
.topic = "burrow/air/outside-exhaust",
},
{
- .metric = "air_chilled",
- .help = "Temperature of chilled air [degC]",
+ .metric = "air_mixed",
+ .help = "Temperature of mixed air [degC]",
.type = "gauge",
- .topic = "burrow/air/chilled",
+ .topic = "burrow/air/mixed",
},
{
.metric = "air_bypass",