From 878f0702b22302529936e596968fa9750d7dc46d Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 18 Oct 2025 17:16:53 +0200 Subject: [PATCH] typo --- src/devices/connect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/connect.cpp b/src/devices/connect.cpp index 63ed29760..5e4bdc978 100644 --- a/src/devices/connect.cpp +++ b/src/devices/connect.cpp @@ -135,7 +135,7 @@ void Connect::process_roomThermostat(std::shared_ptr telegram) { has_update(rc->dewtemp_, dt); } -// gateway(0x48) W gateway(0x50), ?(0x0B42), data: 01 // icon in ofset 0 +// gateway(0x48) W gateway(0x50), ?(0x0B42), data: 01 // icon in offset 0 // gateway(0x48) W gateway(0x50), ?(0x0B42), data: 00 4B 00 FC 00 63 00 68 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 (offset 1) void Connect::process_roomThermostatName(std::shared_ptr telegram) { auto rc = room_circuit(telegram->type_id - 0xB3D);