tree: 47b6147c0a2665b41b5a25bf75f9d35e68966c5f [path history] [tgz]
  1. include/
  2. src/
  3. third_party/
  4. .gn
  5. args.gni
  6. BUILD.gn
  7. README.md
  8. tizen-manifest.xml
examples/lighting-app/tizen/README.md

CHIP Tizen Lighting Example

Installing TPK

Upload TPK package to device under test (DUT). Install it with pkgcmd as follows:

pkgcmd -i -t tpk -p org.tizen.matter.example.lighting-1.0.0.tpk

Launching application

For launching Tizen application one should use app_launcher. It is possible to pass user arguments from command line which might be used to control application behavior. However, passed strings cannot start with “-” (minus) character and all arguments have to consist of name and value. Boolean options (option without argument) should have value equal to “true”.

e.g.:

app_launcher --start=org.tizen.matter.example.lighting discriminator 43 wifi true