From 1f8213e3155bd8129f4e283f890872c7a93a3ef1 Mon Sep 17 00:00:00 2001 From: Proddy Date: Sun, 3 Apr 2022 13:44:02 +0200 Subject: [PATCH] changes for handling entities in customization --- src/emsdevice.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/emsdevice.h b/src/emsdevice.h index 99e780bd2..fdfbba7e2 100644 --- a/src/emsdevice.h +++ b/src/emsdevice.h @@ -183,8 +183,7 @@ class EMSdevice { char * show_telegram_handlers(char * result, const size_t len, const uint8_t handlers); void show_mqtt_handlers(uuid::console::Shell & shell) const; void list_device_entries(JsonObject & output) const; - void mask_entity(const std::string & entity_id); - void reset_entity_masks(); + bool mask_entity(const std::string & entity_id); using process_function_p = std::function)>;