1080
846
"0xFF0000"
Var GettingData = 0
Var dummyPhone = "0899999999"
If LastPullingTimeMinutes = "" Then
Var LastPullingTimeMinutes = 0
EndIf
1000
DEBUGVAR SystemTimeMinuteInt
DEBUGVAR LastPullingTimeMinutes
Var PullingTimeDiff = LastPullingTimeMinutes - SystemTimeMinuteInt
DEBUGVAR PullingTimeDiff
If PullingTimeDiff >= 10 Then
If GettingData = 0 Then
GETACCEXT dummyPhone 34
Var GettingData = 1
EndIf
Else
If PullingTimeDiff <= -10 Then
If GettingData = 0 Then
GETACCEXT dummyPhone 34
Var GettingData = 1
EndIf
EndIf
EndIf
Refresh
TimerReset