can be changed to was_execute to support older Tizen devices.
The above-mentioned command fails when using vscode-extension-tizentv (that uses this module under the hood) on e.g. an HG43EF690DBXEN Hotel TV. was_execute works on that TV and on newer Tizen models too.
I'm not sure why it works or why the command has changed on newer Tizen devices. I haven't been able to find a list of valid commands (like was_execute or execute) anywhere.
I think that the
execute
part of this commandhttps://github.com/Samsung/webIDE-common-tizentv/blob/8e3b4acd9f20436527fe233d8aadc1ba98b39b4e/lib/appLauncher.js#L99
can be changed to
was_execute
to support older Tizen devices.The above-mentioned command fails when using vscode-extension-tizentv (that uses this module under the hood) on e.g. an HG43EF690DBXEN Hotel TV.
was_execute
works on that TV and on newer Tizen models too.I found the
was_execute
command from reading the source code of Samsung Wits: https://github.com/Samsung/Wits/blob/a3d1c32b07d8a0bff176ddc08228c11e07cdc963/lib/appLaunchHelper.js#L55I'm not sure why it works or why the command has changed on newer Tizen devices. I haven't been able to find a list of valid commands (like
was_execute
orexecute
) anywhere.Thanks, – Andreas