ISM-values, typo in web

This commit is contained in:
MichaelDvP
2020-07-07 06:16:42 +02:00
parent 43b519f5ba
commit 37b35d395b
2 changed files with 18 additions and 15 deletions

View File

@@ -246,6 +246,9 @@ void Solar::process_ISM1StatusMessage(std::shared_ptr<const Telegram> telegram)
}
telegram->read_bitvalue(pump_, 8, 0); // Solar pump on (1) or off (0)
telegram->read_value(pumpWorkMin_, 10, 3); // force to 3 bytes
telegram->read_bitvalue(tankHeated_, 9, 2); // issue #422
telegram->read_bitvalue(collectorOnOff_, 9, 0);
}
/*