From ddbe7d97231dcc709217b4dea9a33c399b61984f Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Fri, 5 Jan 2024 10:29:36 +0100 Subject: [PATCH] Lint --- dev/manuals_screenshots.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/dev/manuals_screenshots.md b/dev/manuals_screenshots.md index b8329cd..35c8381 100644 --- a/dev/manuals_screenshots.md +++ b/dev/manuals_screenshots.md @@ -3,6 +3,7 @@ Please select "Instruction codes: utf-8" in the Nextion simulator ### Boot page + ``` page boot baud_rate.txt="115200 bps" @@ -19,7 +20,9 @@ ip_addr.txt="192.168.0.123" ![Boot US](../docs/pics/us_boot.png) ### Home page + #### EU version + ``` page home date.txt="Sunday, 29/11" @@ -55,9 +58,11 @@ button03.txt="" value03_state.txt="715 W" value03_icon.txt="" ``` + ![Home EU](../docs/pics/eu_home.png) #### US version + ``` page home meridiem.txt="PM" @@ -94,9 +99,11 @@ button03.txt="" value03_state.txt="715 W" value03_icon.txt="" ``` + ![Home US](../docs/pics/us_home.png) ### Settings page + ``` page settings ``` @@ -104,8 +111,8 @@ page settings ![Settings EU](../docs/pics/eu_settings.png) ![Settings US](../docs/pics/us_settings.png) - ### Buttons pages (DRAFT) + ``` api=1 page buttonpage01 @@ -144,7 +151,9 @@ button06bri.picc=46 ``` ### Entities pages + #### EU version + ``` api=1 page entitypage01 @@ -170,7 +179,9 @@ value07_label.txt="Electricity cost rate" value07.txt="1.84 €/h" value07.xcen=2 ``` + #### US version + ``` api=1 page entitypage01 @@ -198,6 +209,7 @@ value07.xcen=2 ``` ### Sensor page (mockup) + ``` api=1 page notification @@ -206,4 +218,4 @@ vis bt_clear,0 notifi_label.txt="My sensor name" notifi_text01.txt="1115.4 kWh" notifi_text01.font=6 -``` \ No newline at end of file +```