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.
- Action
ACTION_SET_TIMER- Data URI
- None
- MIME Type
- None
- Extras
-
EXTRA_LENGTH- The length of the timer in seconds. (1)
EXTRA_MESSAGE- A custom message to identify the timer. ()
EXTRA_SKIP_UI- A boolean specifying whether the responding app should skip its UI when setting the timer. If true, the app should bypass any confirmation UI and simply start the specified timer. (true)
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;"