From 5c0eb29f2193c6d86d412d031d062279006c048e Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Sun, 17 Dec 2023 12:50:38 +0100 Subject: [PATCH] Move `on_touch` logs to `VERBOSE` --- advanced/esphome/nspanel_esphome_core.yaml | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/advanced/esphome/nspanel_esphome_core.yaml b/advanced/esphome/nspanel_esphome_core.yaml index 975a780..cf4975e 100644 --- a/advanced/esphome/nspanel_esphome_core.yaml +++ b/advanced/esphome/nspanel_esphome_core.yaml @@ -777,10 +777,10 @@ display: on_touch: lambda: |- static const char *const TAG = "display.disp1.on_touch"; - ESP_LOGD(TAG, "Nextion touch event detected!"); // To do: Change log level to VERBOSE - ESP_LOGD(TAG, "Page: %s", id(page_names)[page_id].c_str()); - ESP_LOGD(TAG, "Component Id: %i", component_id); - ESP_LOGD(TAG, "Event type: %s", touch_event ? "Press" : "Release"); + ESP_LOGV(TAG, "Nextion touch event detected!"); + ESP_LOGV(TAG, "Page: %s", id(page_names)[page_id].c_str()); + ESP_LOGV(TAG, "Component Id: %i", component_id); + ESP_LOGV(TAG, "Event type: %s", touch_event ? "Press" : "Release"); timer_reset_all->execute(id(page_names)[page_id].c_str()); ##### START - GLOBALS CONFIGURATION ##### @@ -2293,7 +2293,7 @@ script: - id: page_alarm mode: restart then: - # There's nothing to do here so far + # There's nothing here so far - id: page_blank mode: restart @@ -2335,7 +2335,7 @@ script: parameters: page_number: uint then: - # There's nothing to do here so far + # There's nothing here so far - id: page_buttonpage01 mode: restart then: @@ -2364,24 +2364,24 @@ script: - id: page_climate mode: restart then: - # There's nothing to do here so far + # There's nothing here so far - id: page_confirm mode: restart then: - # There's nothing to do here so far + # There's nothing here so far - id: page_cover mode: restart then: - # There's nothing to do here so far + # There's nothing here so far - id: page_entitypage mode: restart parameters: page_number: uint then: - # There's nothing to do here so far + # There's nothing here so far - id: page_entitypage01 mode: restart then: @@ -2410,7 +2410,7 @@ script: - id: page_fan mode: restart then: - # There's nothing to do here so far + # There's nothing here so far - id: page_home mode: restart @@ -2430,17 +2430,17 @@ script: - id: page_keyb_num mode: restart then: - # There's nothing to do here so far + # There's nothing here so far - id: page_light mode: restart then: - # There's nothing to do here so far + # There's nothing here so far - id: page_media_player mode: restart then: - # There's nothing to do here so far + # There's nothing here so far - id: page_notification mode: restart @@ -2454,7 +2454,7 @@ script: - id: page_qrcode mode: restart then: - # There's nothing to do here so far + # There's nothing here so far - id: page_screensaver mode: restart @@ -2491,7 +2491,7 @@ script: parameters: page_number: uint then: - # There's nothing to do here so far + # There's nothing here so far - id: page_weather01 mode: restart then: