mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
store relais states in nvs
This commit is contained in:
@@ -124,7 +124,7 @@ class AnalogSensor {
|
||||
void loop();
|
||||
void publish_sensor(const Sensor & sensor) const;
|
||||
void publish_values(const bool force);
|
||||
void reload();
|
||||
void reload(bool get_nvs = false);
|
||||
bool updated_values();
|
||||
|
||||
// return back reference to the sensor list, used by other classes
|
||||
|
||||
Reference in New Issue
Block a user