mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-24 00:14:26 +01:00
sync us-l (add nextion2text)
This commit is contained in:
committed by
github-actions[bot]
parent
addadc5fe4
commit
96d5181c99
@@ -58,58 +58,6 @@
|
|||||||
│ crcputs sys0,2
|
│ crcputs sys0,2
|
||||||
│ crcputs tSend.txt,0
|
│ crcputs tSend.txt,0
|
||||||
│ //send cmd
|
│ //send cmd
|
||||||
├── popupFan.txt
|
|
||||||
│ @@ -240,15 +240,15 @@
|
|
||||||
│ Events
|
|
||||||
│ Touch Press Event
|
|
||||||
│ //craft command
|
|
||||||
│ tSend.txt="event,buttonPress2,"
|
|
||||||
│ tSend.txt+=entn.txt+","
|
|
||||||
│ sys2=vaModePos.val-3
|
|
||||||
│ covx sys2,tTmp.txt,0,0
|
|
||||||
│ - tSend.txt+="mode-preset_modes,"+tTmp.txt
|
|
||||||
│ + tSend.txt+="mode-sel,"+tTmp.txt
|
|
||||||
│ //send calc crc
|
|
||||||
│ btlen tSend.txt,sys0
|
|
||||||
│ crcrest 1,0xffff // reset CRC
|
|
||||||
│ crcputh 55 bb
|
|
||||||
│ crcputs sys0,2
|
|
||||||
│ crcputs tSend.txt,0
|
|
||||||
│ //send cmd
|
|
||||||
│ @@ -270,15 +270,15 @@
|
|
||||||
│ Events
|
|
||||||
│ Touch Press Event
|
|
||||||
│ //craft command
|
|
||||||
│ tSend.txt="event,buttonPress2,"
|
|
||||||
│ tSend.txt+=entn.txt+","
|
|
||||||
│ sys2=vaModePos.val-1
|
|
||||||
│ covx sys2,tTmp.txt,0,0
|
|
||||||
│ - tSend.txt+="mode-preset_modes,"+tTmp.txt
|
|
||||||
│ + tSend.txt+="mode-sel,"+tTmp.txt
|
|
||||||
│ //send calc crc
|
|
||||||
│ btlen tSend.txt,sys0
|
|
||||||
│ crcrest 1,0xffff // reset CRC
|
|
||||||
│ crcputh 55 bb
|
|
||||||
│ crcputs sys0,2
|
|
||||||
│ crcputs tSend.txt,0
|
|
||||||
│ //send cmd
|
|
||||||
│ @@ -300,15 +300,15 @@
|
|
||||||
│ Events
|
|
||||||
│ Touch Press Event
|
|
||||||
│ //craft command
|
|
||||||
│ tSend.txt="event,buttonPress2,"
|
|
||||||
│ tSend.txt+=entn.txt+","
|
|
||||||
│ sys2=vaModePos.val-2
|
|
||||||
│ covx sys2,tTmp.txt,0,0
|
|
||||||
│ - tSend.txt+="mode-preset_modes,"+tTmp.txt
|
|
||||||
│ + tSend.txt+="mode-sel,"+tTmp.txt
|
|
||||||
│ //send calc crc
|
|
||||||
│ btlen tSend.txt,sys0
|
|
||||||
│ crcrest 1,0xffff // reset CRC
|
|
||||||
│ crcputh 55 bb
|
|
||||||
│ crcputs sys0,2
|
|
||||||
│ crcputs tSend.txt,0
|
|
||||||
│ //send cmd
|
|
||||||
├── screensaver.txt
|
├── screensaver.txt
|
||||||
│ @@ -620,26 +620,14 @@
|
│ @@ -620,26 +620,14 @@
|
||||||
│ vis tNotifyHead,1
|
│ vis tNotifyHead,1
|
||||||
|
|||||||
@@ -18,10 +18,6 @@ cardMedia
|
|||||||
34 Component(s)
|
34 Component(s)
|
||||||
394 Line(s) of event code
|
394 Line(s) of event code
|
||||||
213 Unique line(s) of event code
|
213 Unique line(s) of event code
|
||||||
popupFan
|
|
||||||
27 Component(s)
|
|
||||||
347 Line(s) of event code
|
|
||||||
202 Unique line(s) of event code
|
|
||||||
popupLight
|
popupLight
|
||||||
27 Component(s)
|
27 Component(s)
|
||||||
391 Line(s) of event code
|
391 Line(s) of event code
|
||||||
@@ -30,6 +26,10 @@ popupShutter
|
|||||||
25 Component(s)
|
25 Component(s)
|
||||||
394 Line(s) of event code
|
394 Line(s) of event code
|
||||||
216 Unique line(s) of event code
|
216 Unique line(s) of event code
|
||||||
|
popupFan
|
||||||
|
27 Component(s)
|
||||||
|
347 Line(s) of event code
|
||||||
|
202 Unique line(s) of event code
|
||||||
pageTest
|
pageTest
|
||||||
14 Component(s)
|
14 Component(s)
|
||||||
14 Line(s) of event code
|
14 Line(s) of event code
|
||||||
|
|||||||
@@ -449,7 +449,7 @@ Button bMode1
|
|||||||
tSend.txt+=entn.txt+","
|
tSend.txt+=entn.txt+","
|
||||||
sys2=vaModePos.val-3
|
sys2=vaModePos.val-3
|
||||||
covx sys2,tTmp.txt,0,0
|
covx sys2,tTmp.txt,0,0
|
||||||
tSend.txt+="mode-sel,"+tTmp.txt
|
tSend.txt+="mode-preset_modes,"+tTmp.txt
|
||||||
//send calc crc
|
//send calc crc
|
||||||
btlen tSend.txt,sys0
|
btlen tSend.txt,sys0
|
||||||
crcrest 1,0xffff // reset CRC
|
crcrest 1,0xffff // reset CRC
|
||||||
@@ -501,7 +501,7 @@ Button bMode3
|
|||||||
tSend.txt+=entn.txt+","
|
tSend.txt+=entn.txt+","
|
||||||
sys2=vaModePos.val-1
|
sys2=vaModePos.val-1
|
||||||
covx sys2,tTmp.txt,0,0
|
covx sys2,tTmp.txt,0,0
|
||||||
tSend.txt+="mode-sel,"+tTmp.txt
|
tSend.txt+="mode-preset_modes,"+tTmp.txt
|
||||||
//send calc crc
|
//send calc crc
|
||||||
btlen tSend.txt,sys0
|
btlen tSend.txt,sys0
|
||||||
crcrest 1,0xffff // reset CRC
|
crcrest 1,0xffff // reset CRC
|
||||||
@@ -553,7 +553,7 @@ Button bMode2
|
|||||||
tSend.txt+=entn.txt+","
|
tSend.txt+=entn.txt+","
|
||||||
sys2=vaModePos.val-2
|
sys2=vaModePos.val-2
|
||||||
covx sys2,tTmp.txt,0,0
|
covx sys2,tTmp.txt,0,0
|
||||||
tSend.txt+="mode-sel,"+tTmp.txt
|
tSend.txt+="mode-preset_modes,"+tTmp.txt
|
||||||
//send calc crc
|
//send calc crc
|
||||||
btlen tSend.txt,sys0
|
btlen tSend.txt,sys0
|
||||||
crcrest 1,0xffff // reset CRC
|
crcrest 1,0xffff // reset CRC
|
||||||
|
|||||||
@@ -244,7 +244,7 @@ Button bMode1
|
|||||||
tSend.txt+=entn.txt+","
|
tSend.txt+=entn.txt+","
|
||||||
sys2=vaModePos.val-3
|
sys2=vaModePos.val-3
|
||||||
covx sys2,tTmp.txt,0,0
|
covx sys2,tTmp.txt,0,0
|
||||||
tSend.txt+="mode-sel,"+tTmp.txt
|
tSend.txt+="mode-preset_modes,"+tTmp.txt
|
||||||
//send calc crc
|
//send calc crc
|
||||||
btlen tSend.txt,sys0
|
btlen tSend.txt,sys0
|
||||||
crcrest 1,0xffff // reset CRC
|
crcrest 1,0xffff // reset CRC
|
||||||
@@ -274,7 +274,7 @@ Button bMode3
|
|||||||
tSend.txt+=entn.txt+","
|
tSend.txt+=entn.txt+","
|
||||||
sys2=vaModePos.val-1
|
sys2=vaModePos.val-1
|
||||||
covx sys2,tTmp.txt,0,0
|
covx sys2,tTmp.txt,0,0
|
||||||
tSend.txt+="mode-sel,"+tTmp.txt
|
tSend.txt+="mode-preset_modes,"+tTmp.txt
|
||||||
//send calc crc
|
//send calc crc
|
||||||
btlen tSend.txt,sys0
|
btlen tSend.txt,sys0
|
||||||
crcrest 1,0xffff // reset CRC
|
crcrest 1,0xffff // reset CRC
|
||||||
@@ -304,7 +304,7 @@ Button bMode2
|
|||||||
tSend.txt+=entn.txt+","
|
tSend.txt+=entn.txt+","
|
||||||
sys2=vaModePos.val-2
|
sys2=vaModePos.val-2
|
||||||
covx sys2,tTmp.txt,0,0
|
covx sys2,tTmp.txt,0,0
|
||||||
tSend.txt+="mode-sel,"+tTmp.txt
|
tSend.txt+="mode-preset_modes,"+tTmp.txt
|
||||||
//send calc crc
|
//send calc crc
|
||||||
btlen tSend.txt,sys0
|
btlen tSend.txt,sys0
|
||||||
crcrest 1,0xffff // reset CRC
|
crcrest 1,0xffff // reset CRC
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
+++ /dev/fd/62 2022-10-23 19:22:42.287327915 +0000
|
+++ /dev/fd/62 2022-10-23 21:11:18.696978352 +0000
|
||||||
+rdThermo.txt
|
+rdThermo.txt
|
||||||
+15 +785,15 @@
|
+15 +785,15 @@
|
||||||
+
|
+
|
||||||
|
|||||||
Reference in New Issue
Block a user