Hi,
we are using Mobicontol and Zebra TC51.
I run a skript when a device is not connnected for 1 minute (lesser time seem not possible).
The skript is only showing an Messagebox every Minute.
This works fine but i want that the device makes noise too. Didn't found anything for that only the send intent in skript commands.
With this it should be able to set a timer but i don't know how to set the interval etc. can someone help me with that?
Found this:
Create a timer
To create a countdown timer, use the ACTION_SET_TIMER action and specify timer details such as the duration using extras defined below.
So i think it should be like this, but how to add the Extras?
sendintent -b "intent:#Intent;action=android.intent.action.SET_TIMER;?EXTRAS?;end;"