Lint
This commit is contained in:
@@ -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"
|
||||

|
||||
|
||||
### 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=""
|
||||
```
|
||||
|
||||

|
||||
|
||||
#### US version
|
||||
|
||||
```
|
||||
page home
|
||||
meridiem.txt="PM"
|
||||
@@ -94,9 +99,11 @@ button03.txt=""
|
||||
value03_state.txt="715 W"
|
||||
value03_icon.txt=""
|
||||
```
|
||||
|
||||

|
||||
|
||||
### Settings page
|
||||
|
||||
```
|
||||
page settings
|
||||
```
|
||||
@@ -104,8 +111,8 @@ page settings
|
||||

|
||||

|
||||
|
||||
|
||||
### 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
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user