This commit is contained in:
wanlop run 2023-10-09 21:43:05 +07:00
parent 32d128f451
commit 070066650f
2 changed files with 3 additions and 6 deletions

View file

@ -99,6 +99,7 @@
If NetworkStatus = "DOWN" Then
; Open "/ROOT/xml/outservice.xml"
EndIf
If NetworkStatus = "DEACTIVE" Then
If SELLSTATUS = "DEACTIVE" Then
Open "/ROOT/xml/offline.xml"

View file

@ -36,11 +36,7 @@
EndIf
EndIf
DEBUGVAR NetworkStatus
If NetworkStatus = "DEACTIVE" Then
If SELLSTATUS = "DEACTIVE" Then
Else
Open "/ROOT/xml/main.xml"
EndIf
TimerReset
Else