From d400e089d1af57bf4c85bcec448271284a50ec97 Mon Sep 17 00:00:00 2001 From: Charles Garwood Date: Fri, 14 Oct 2022 13:22:08 -0400 Subject: [PATCH] Add docs for fully_kiosk start_application service (#24543) --- source/_integrations/fully_kiosk.markdown | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/source/_integrations/fully_kiosk.markdown b/source/_integrations/fully_kiosk.markdown index f3a83283621..6ddf9275bcb 100644 --- a/source/_integrations/fully_kiosk.markdown +++ b/source/_integrations/fully_kiosk.markdown @@ -88,3 +88,22 @@ data: target: device_id: a674c90eca95eca91f6020415de07713 ``` + +**Service `start_application`** + +You can use the service `fully_kiosk.start_application` to have the tablet launch the specified app. + +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ----------- | +| `device_id` | yes | Device ID (or list of device IDs) to load the URL on. +| `application` | yes | The package name of the app to load. + +Example: + +```yaml +service: fully_kiosk.start_application +data: + application: "de.ozerov.fully" +target: + device_id: a674c90eca95eca91f6020415de07713 +```