mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
text changes
This commit is contained in:
@@ -332,7 +332,7 @@ void EMSdevice::fetch_values() {
|
|||||||
// toggle on/off automatic fetch for a telegramID
|
// toggle on/off automatic fetch for a telegramID
|
||||||
void EMSdevice::toggle_fetch(uint16_t telegram_id, bool toggle) {
|
void EMSdevice::toggle_fetch(uint16_t telegram_id, bool toggle) {
|
||||||
#if defined(EMSESP_DEBUG)
|
#if defined(EMSESP_DEBUG)
|
||||||
EMSESP::logger().debug("Toggling fetch for deviceID 0x%02X, telegramID 0x%02X to %d", device_id(), telegram_id, toggle);
|
EMSESP::logger().debug("Setting fetch to %d for deviceID 0x%02X, telegramID 0x%02X to %d", toggle, device_id(), telegram_id);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
for (auto & tf : telegram_functions_) {
|
for (auto & tf : telegram_functions_) {
|
||||||
|
|||||||
Reference in New Issue
Block a user