From 7b1845ed2e27a77387a49e6835dc5cffdefe531f Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Sun, 14 Apr 2024 16:23:48 +0200 Subject: [PATCH] add fan example comment --- src/devices/boiler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/boiler.cpp b/src/devices/boiler.cpp index 00de0cb50..99e1a6bfc 100644 --- a/src/devices/boiler.cpp +++ b/src/devices/boiler.cpp @@ -1930,6 +1930,7 @@ void Boiler::process_HpPressure(std::shared_ptr telegram) { has_update(telegram, hpSetDiffPress_, 9); } +// boiler(0x08) -W-> Me(0x0B), ?(0x04A5), data: 00 00 3C 1D 09 0A 0A 01 00 28 0A 00 01 00 00 void Boiler::process_HpFan(std::shared_ptr telegram) { has_update(telegram, fan_, 9); }