Skip to content

Commit

Permalink
Merge pull request #2406 from MichaelDvP/dev
Browse files Browse the repository at this point in the history
fix verify telegram-type
  • Loading branch information
proddy authored Feb 16, 2025
2 parents 400d1a5 + 7fb09c5 commit 5a9c5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/thermostat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2719,7 +2719,7 @@ bool Thermostat::set_R3000Holiday(const char * value, const int8_t id) {
if (model() == EMSdevice::EMS_DEVICE_FLAG_R3000) {
write_command(0x269, 0, data, 6, 0x269);
} else if (model() == EMSdevice::EMS_DEVICE_FLAG_RC100) {
write_command(0x43F, 0, data, 6, 0x269);
write_command(0x43F, 0, data, 6, 0x43F);
}
return true;
}
Expand Down

0 comments on commit 5a9c5b5

Please sign in to comment.