Skip to content

Commit

Permalink
Fix an omission in BroadLink test command
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-stepanov authored May 22, 2024
1 parent 3ec5427 commit 5a1c318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,7 @@ Note 2: if you do not want the `tv-codes` folder in your home folder, you can sp
Run command to test TV control:

```
$ ./broadlink_cli --type 0x5213 --host 192.168.0.100 --mac aabbccddeeff --send @$HOME/mute-toggle.code
$ ./broadlink_cli --type 0x5213 --host 192.168.0.100 --mac aabbccddeeff --send @$HOME/tv-codes/mute-toggle.code
```

It shoud mute the TV. Run it again to unmute.
Expand Down

0 comments on commit 5a1c318

Please sign in to comment.