chore: `byte to uint8_t`

This commit is contained in:
Yurii
2025-09-23 04:03:36 +03:00
parent 28a5218b7c
commit 14826c10cd
6 changed files with 31 additions and 32 deletions

View File

@@ -557,7 +557,7 @@ protected:
}
bool publishNonStaticHaEntities(bool force = false) {
static byte _heatingMinTemp, _heatingMaxTemp, _dhwMinTemp, _dhwMaxTemp = 0;
static uint8_t _heatingMinTemp, _heatingMaxTemp, _dhwMinTemp, _dhwMaxTemp = 0;
static bool _indoorTempControl, _dhwSupport = false;
bool published = false;