fix length of vacation string

This commit is contained in:
MichaelDvP
2024-05-03 09:37:50 +02:00
parent 476c8de82f
commit 7cec0e58a1
2 changed files with 1 additions and 2 deletions

View File

@@ -1517,7 +1517,6 @@ void Thermostat::process_RC35Timer(std::shared_ptr<const Telegram> telegram) {
// type 0x9A (HC1)
void Thermostat::process_RC30Vacation(std::shared_ptr<const Telegram> telegram) {
uint8_t index = 0;
if ((telegram->offset + telegram->message_length) > 57) {
return;
}