cleanup dsmr

This commit is contained in:
Robin Appelman 2026-06-27 00:13:40 +02:00
commit 74463cc56e
5 changed files with 114 additions and 85 deletions

View file

@ -49,7 +49,7 @@ impl MiTempDevice {
}
}
pub fn format_prometheus(&self) -> impl Display + '_ {
pub fn format_open_metrics(&self) -> impl Display + '_ {
MitempFormatter { device: self }
}
}