diff --git a/HMI/n2t-out/nspanel_Stats.txt b/HMI/n2t-out/nspanel_Stats.txt index aa078c65..98785905 100644 --- a/HMI/n2t-out/nspanel_Stats.txt +++ b/HMI/n2t-out/nspanel_Stats.txt @@ -34,14 +34,14 @@ pageTest 14 Component(s) 14 Line(s) of event code 14 Unique line(s) of event code -popupLight - 26 Component(s) - 304 Line(s) of event code - 167 Unique line(s) of event code screensaver 25 Component(s) 173 Line(s) of event code 124 Unique line(s) of event code +popupLight + 26 Component(s) + 307 Line(s) of event code + 168 Unique line(s) of event code cardThermo 42 Component(s) 412 Line(s) of event code @@ -62,5 +62,5 @@ cardAlarm Total 14 Page(s) 349 Component(s) - 3105 Line(s) of event code - 827 Unique line(s) of event code + 3108 Line(s) of event code + 828 Unique line(s) of event code diff --git a/HMI/n2t-out/popupLight.txt b/HMI/n2t-out/popupLight.txt index b1fb9057..785f154b 100644 --- a/HMI/n2t-out/popupLight.txt +++ b/HMI/n2t-out/popupLight.txt @@ -844,7 +844,7 @@ Timer tmSerial } }else { - mode_temp.val=0 + mode_temp.val=1 vis hTempSlider,1 vis t3,1 vis t4,1 @@ -867,7 +867,11 @@ Timer tmSerial }else { vis t0,1 - vis bColor,1 + //only enable bColor button if color temp is also supported + if(mode_temp.val==1) + { + vis bColor,1 + } if(mode.val==0) { vis pColorWheel,1