.type = "gauge",
.topic = "burrow/pressure/clock"
},
+ {
+ .metric = "air_inside_intake",
+ .help = "Temperature of air intake from inside [degC]",
+ .type = "gauge",
+ .topic = "burrow/air/inside-intake",
+ },
+ {
+ .metric = "air_inside_exhaust",
+ .help = "Temperature of air exhaust to inside [degC]",
+ .type = "gauge",
+ .topic = "burrow/air/inside-exhaust",
+ },
+ {
+ .metric = "air_outside_intake",
+ .help = "Temperature of air intake from outside [degC]",
+ .type = "gauge",
+ .topic = "burrow/air/outside-intake",
+ },
+ {
+ .metric = "air_outside_exhaust",
+ .help = "Temperature of air exhaust to outside [degC]",
+ .type = "gauge",
+ .topic = "burrow/air/outside-exhaust",
+ },
+ {
+ .metric = "air_chilled",
+ .help = "Temperature of chilled air [degC]",
+ .type = "gauge",
+ .topic = "burrow/air/chilled",
+ },
};
static char *attr_values[ARRAY_SIZE(attr_table)];