mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 16:59:50 +03:00
formatting
This commit is contained in:
@@ -139,14 +139,14 @@ class DallasSensor {
|
|||||||
|
|
||||||
bool registered_ha_[MAX_SENSORS];
|
bool registered_ha_[MAX_SENSORS];
|
||||||
|
|
||||||
int8_t scancnt_ = SCAN_START;
|
int8_t scancnt_ = SCAN_START;
|
||||||
uint8_t firstscan_ = 0;
|
uint8_t firstscan_ = 0;
|
||||||
uint8_t dallas_gpio_ = 0;
|
uint8_t dallas_gpio_ = 0;
|
||||||
bool parasite_ = false;
|
bool parasite_ = false;
|
||||||
bool changed_ = false;
|
bool changed_ = false;
|
||||||
uint32_t sensorfails_ = 0;
|
uint32_t sensorfails_ = 0;
|
||||||
uint32_t sensorreads_ = 0;
|
uint32_t sensorreads_ = 0;
|
||||||
int8_t scanretry_ = 0;
|
int8_t scanretry_ = 0;
|
||||||
uint8_t dallas_format_ = 0;
|
uint8_t dallas_format_ = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user