mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
sync up with HA MQTT Discovery when dallas sensor changed #84
This commit is contained in:
@@ -133,6 +133,8 @@ class DallasSensor {
|
||||
bool command_info(const char * value, const int8_t id, JsonObject & json);
|
||||
bool command_commands(const char * value, const int8_t id, JsonObject & json);
|
||||
|
||||
void delete_ha_config(uint8_t index, const char * name);
|
||||
|
||||
uint32_t last_activity_ = uuid::get_uptime();
|
||||
State state_ = State::IDLE;
|
||||
std::vector<Sensor> sensors_;
|
||||
|
||||
Reference in New Issue
Block a user