From 0427504f0ece4746412f50ea1e40a111ea3679a4 Mon Sep 17 00:00:00 2001 From: proddy Date: Mon, 16 Dec 2024 21:44:34 +0100 Subject: [PATCH] typo --- src/devices/thermostat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/thermostat.cpp b/src/devices/thermostat.cpp index cc7da3808..84f049a70 100644 --- a/src/devices/thermostat.cpp +++ b/src/devices/thermostat.cpp @@ -1019,7 +1019,7 @@ void Thermostat::process_PVSettings(std::shared_ptr telegram) { has_update(telegram, pvLowerCool_, 5); } -// 0x16E Absent settings - hc or dhw or devcie_data? #1957 +// 0x16E Absent settings - hc or dhw or device_data? #1957 void Thermostat::process_Absent(std::shared_ptr telegram) { has_update(telegram, absent_, 0); }