formatting

This commit is contained in:
proddy
2024-11-21 14:57:27 +01:00
parent 3402b6d2dd
commit fe5cab66fb
3 changed files with 8 additions and 8 deletions

View File

@@ -277,7 +277,7 @@ void Heatpump::process_HpMeters(std::shared_ptr<const Telegram> telegram) {
// Broadcast (0x099A), data: 05 00 00 00 00 00 00 37 00 00 1D 00 00 52 00 00 13 01 00 01 7C
void Heatpump::process_HpStarts(std::shared_ptr<const Telegram> telegram) {
has_update(telegram, heatStartsHp_, 14, 3);
has_update(telegram, wwStartsHp_, 11,3 );
has_update(telegram, wwStartsHp_, 11, 3);
}
/*