summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2025-09-09 06:27:58 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2025-09-09 06:27:58 +0200
commit8eea3bc795512ec12a563d22a5a474efada2b6c8 (patch)
tree820aaaf107f222c745c4ace703f1e12b5a89940f /README.md
parent3062f9b3b900d1c97a25f8afca5ccf099275f815 (diff)
Use °C for temperatures; HASS now considers °c to be an errorHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fafb45c..de917b5 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ port:on("data", 9, uart_callback)
function uart_callback(data)
if mh_z19.parse_frame(data) then
-- mh_z19.co2 : CO₂ concentration [ppm]
- -- mh_z19.temp : device temperature [°c]
+ -- mh_z19.temp : device temperature [°C]
-- mh_z19.abc_ticks : ticks since last Automatic Baseline Correction
-- mh_z19.abc_count : number of Automatic Baseline Corrections performed since power-on
end