From d185cd69cb374602a78d3327ab3b721f520f966c Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> Date: Sun, 20 Mar 2022 11:09:44 +0000 Subject: [PATCH] fix shutter on grid page (add nextion2text) --- HMI/n2t-out/cardGrid.txt | 12 ++++++------ HMI/n2t-out/nspanel_Stats.txt | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/HMI/n2t-out/cardGrid.txt b/HMI/n2t-out/cardGrid.txt index 7e51a78f..ec81517c 100644 --- a/HMI/n2t-out/cardGrid.txt +++ b/HMI/n2t-out/cardGrid.txt @@ -642,7 +642,7 @@ Button bEntity1 tTmp.txt=type1.txt pageIcons.tTmp1.txt=tEntity1.txt pageIcons.tTmp2.txt=entn1.txt - if(tEntity1.txt=="shutter") + if(type1.txt=="shutter") { page popupShutter } @@ -707,7 +707,7 @@ Button bEntity2 tTmp.txt=type2.txt pageIcons.tTmp1.txt=tEntity2.txt pageIcons.tTmp2.txt=entn2.txt - if(tEntity2.txt=="shutter") + if(type2.txt=="shutter") { page popupShutter } @@ -772,7 +772,7 @@ Button bEntity3 tTmp.txt=type3.txt pageIcons.tTmp1.txt=tEntity3.txt pageIcons.tTmp2.txt=entn3.txt - if(tEntity3.txt=="shutter") + if(type3.txt=="shutter") { page popupShutter } @@ -837,7 +837,7 @@ Button bEntity4 tTmp.txt=type4.txt pageIcons.tTmp1.txt=tEntity4.txt pageIcons.tTmp2.txt=entn4.txt - if(tEntity4.txt=="shutter") + if(type4.txt=="shutter") { page popupShutter } @@ -902,7 +902,7 @@ Button bEntity5 tTmp.txt=type5.txt pageIcons.tTmp1.txt=tEntity5.txt pageIcons.tTmp2.txt=entn5.txt - if(tEntity5.txt=="shutter") + if(type5.txt=="shutter") { page popupShutter } @@ -967,7 +967,7 @@ Button bEntity6 tTmp.txt=type6.txt pageIcons.tTmp1.txt=tEntity6.txt pageIcons.tTmp2.txt=entn6.txt - if(tEntity6.txt=="shutter") + if(type6.txt=="shutter") { page popupShutter } diff --git a/HMI/n2t-out/nspanel_Stats.txt b/HMI/n2t-out/nspanel_Stats.txt index 3e60b6ef..b8ca19f1 100644 --- a/HMI/n2t-out/nspanel_Stats.txt +++ b/HMI/n2t-out/nspanel_Stats.txt @@ -63,4 +63,4 @@ Total 14 Page(s) 342 Component(s) 3105 Line(s) of event code - 769 Unique line(s) of event code + 765 Unique line(s) of event code