Skip to content

Commit

Permalink
Updated Linux-tv-casting-app README to include shell instructions for…
Browse files Browse the repository at this point in the history
… cluster commands. (#32577)
  • Loading branch information
shaoltan-amazon authored and pull[bot] committed Apr 19, 2024
1 parent e609e3f commit 462febc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions examples/tv-casting-app/linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ commissioned. Then it allows the user to send CHIP commands to the TV.
- [CHIP TV Casting App Example](#chip-tv-casting-app-example)
- [Building](#building)
- [Running the Complete Example on Linux](#running-the-complete-example-on-linux)
- [Commissioning the tv-casting-app](#commissioning-the-tv-casting-app)
- [Re-Running the Example on Linux with Cached Fabrics](#re-running-the-example-on-linux-with-cached-fabrics)
- [Sending Arbitrary Cluster commands](#sending-arbitrary-cluster-commands)

<hr>

Expand Down Expand Up @@ -44,7 +47,7 @@ commissioned. Then it allows the user to send CHIP commands to the TV.

$ cd ~/connectedhomeip/examples/tv-casting-app/linux
(delete any stored fabrics from previous runs)
$ rm -rf /tmp/rm -rf /tmp/chip_casting_kvs*
$ rm -rf /tmp/rm -rf /tmp/chip*
$ out/debug/chip-tv-casting-app

Follow the on-screen prompts on the tv-casting-app console
Expand Down Expand Up @@ -120,7 +123,9 @@ the current fabric.
The tv-casting-app is able to determine the nodeId for the given fabric by
checking its binding table since the video player sets bindings on the
tv-casting-app for each endpoint to which the tv-casting-app is granted access
during commissioning.
during commissioning. Cluster commands can be invoked via command line arguments
passed to the chip-tv-casting-app executable or via the built-in interactive
shell by prefixing the words "cast cluster" before the command.

- Run the tv-casting-app and invoke a cluster command using default fabric,
target video player nodeId 18446744004990074879
Expand Down

0 comments on commit 462febc

Please sign in to comment.