tv_install
Install .wgt or .ipk app packages on Tizen or webOS TVs. Use uninstallFirst:true to resolve certificate mismatch errors when an app is already installed.
Instructions
Install an app package on a TV (.wgt for Tizen, .ipk for webOS). Provide an absolute path. Set uninstallFirst:true when an app signed with a different certificate is already installed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the .wgt/.ipk package. | |
| device | No | Device id from devices.json. Omit to use the default device. | |
| uninstallFirst | No | Uninstall the app id from this device before installing (fixes "Author certificate not match"). |