fix #820, NOTSET check for 4 byte values.

This commit is contained in:
MichaelDvP
2022-12-20 08:26:00 +01:00
parent cbd55b0366
commit 6f7fa6abd9
3 changed files with 3 additions and 1 deletions

View File

@@ -1302,6 +1302,7 @@ void Boiler::process_HpInConfig(std::shared_ptr<const Telegram> telegram) {
has_update(hpInput[3].option, option, 12);
}
// Boiler(0x08) -W-> Me(0x0B), HpHeaterConfig(0x0492), data: 03 00 00 04 00
void Boiler::process_HpHeaterConfig(std::shared_ptr<const Telegram> telegram) {
has_update(maxHeatComp_, 2);
has_update(maxHeatHeat_, 3);