mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-08 06:16:34 +01:00
fix bugs on popupThermo (add nextion2text)
This commit is contained in:
committed by
github-actions[bot]
parent
692b42a0d4
commit
1397b7de5e
@@ -100,6 +100,58 @@
|
||||
│ crcputs sys0,2
|
||||
│ crcputs tSend.txt,0
|
||||
│ //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
|
||||
│ @@ -620,26 +620,14 @@
|
||||
│ vis tNotifyHead,1
|
||||
|
||||
@@ -628,7 +628,6 @@
|
||||
│ crcputs tSend.txt,0
|
||||
│ //send cmd
|
||||
├── popupFan.txt
|
||||
│┄ ordering differences only
|
||||
│ @@ -78,31 +78,31 @@
|
||||
│ Value: 1
|
||||
│
|
||||
@@ -668,7 +667,21 @@
|
||||
│ Max. Text Size: 200
|
||||
│
|
||||
│ Text tEntity
|
||||
│ @@ -253,60 +253,60 @@
|
||||
│ @@ -240,75 +240,75 @@
|
||||
│ 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
|
||||
│ printh 55 bb
|
||||
@@ -695,7 +708,8 @@
|
||||
│ - sys2=vaModePos.val-1
|
||||
│ + sys2=vaModePos.val-2
|
||||
│ covx sys2,tTmp.txt,0,0
|
||||
│ tSend.txt+="mode-sel,"+tTmp.txt
|
||||
│ - 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
|
||||
@@ -727,12 +741,15 @@
|
||||
│ - sys2=vaModePos.val-2
|
||||
│ + sys2=vaModePos.val-1
|
||||
│ covx sys2,tTmp.txt,0,0
|
||||
│ tSend.txt+="mode-sel,"+tTmp.txt
|
||||
│ - 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
|
||||
├── popupNotify.txt
|
||||
│ @@ -21,25 +21,19 @@
|
||||
│ vis tId,0
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
+++ /dev/fd/62 2022-10-23 14:41:10.580318674 +0000
|
||||
+++ /dev/fd/62 2022-10-23 17:44:27.201912812 +0000
|
||||
++9,8 @@
|
||||
+tify.txt
|
||||
+utter.txt
|
||||
@@ -53,6 +53,25 @@
|
||||
+ Scope : global
|
||||
+ Dragging : 0
|
||||
+ Disable release event after dragging: 0
|
||||
+75 +240,75 @@
|
||||
+nts
|
||||
+ 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
|
||||
+ tSend.txt+="mode-preset_modes,"+tTmp.txt
|
||||
+ tSend.txt+="mode-preset_modes,"+tTmp.txt
|
||||
+ crcputs tSend.txt,0
|
||||
+ //send cmd
|
||||
+pupNotify.txt
|
||||
+5 +21,19 @@
|
||||
+ vis tId,0
|
||||
|
||||
Reference in New Issue
Block a user