Move on_touch logs to VERBOSE
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user