Create template 2
This commit is contained in:
parent
3d98720bb4
commit
4302a22b1d
26 changed files with 12203 additions and 27 deletions
|
|
@ -3,7 +3,6 @@
|
|||
<Width> 1024 </Width>
|
||||
<Height> 600 </Height>
|
||||
<Background> "/ROOT/pictures/offline.bmp" </Background>
|
||||
<Sound> "/ROOT/sounds/outofservice.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<Timeout> 10000 </Timeout>
|
||||
<EventOpen>
|
||||
|
|
@ -24,6 +23,10 @@
|
|||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If CountryName = "Thailand" Then
|
||||
Play "/ROOT/sounds/outofservice.wav"
|
||||
EndIf
|
||||
</EventOpen>
|
||||
<EventTimeout>
|
||||
If BatteryStatus = "LOW" Then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue