move device unique_id count into constructor

This commit is contained in:
Paul
2020-11-14 00:08:05 +01:00
parent 8bd7b21f30
commit 3ffa9ee5ac
3 changed files with 8 additions and 7 deletions

View File

@@ -206,7 +206,6 @@ class EMSESP {
static bool read_next_;
static uint16_t publish_id_;
static bool tap_water_active_;
static uint8_t unique_id_count_;
};
} // namespace emsesp