remove force from check_active()

This commit is contained in:
Proddy
2023-04-24 16:50:05 +02:00
parent 71e7887da3
commit 9553161b07
2 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ class Boiler : public EMSdevice {
return (flags() & 0x0F);
}
void check_active(const bool force = false);
void check_active();
uint8_t boilerState_ = EMS_VALUE_UINT_NOTSET; // Boiler state flag - FOR INTERNAL USE