Add docs for fully_kiosk start_application service (#24543)

This commit is contained in:
Charles Garwood 2022-10-14 13:22:08 -04:00 committed by GitHub
parent 0a97b638b2
commit d400e089d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,3 +88,22 @@ data:
target: target:
device_id: a674c90eca95eca91f6020415de07713 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
```