mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
rename get_toggle_fetch -> is_fetch
This commit is contained in:
@@ -294,7 +294,7 @@ class EMSdevice {
|
||||
|
||||
void fetch_values();
|
||||
void toggle_fetch(uint16_t telegram_id, bool toggle);
|
||||
bool get_toggle_fetch(uint16_t telegram_id);
|
||||
bool is_fetch(uint16_t telegram_id);
|
||||
|
||||
bool ha_config_done() const {
|
||||
return ha_config_done_;
|
||||
|
||||
Reference in New Issue
Block a user