liveboxtvcli key

Send a key to the Livebox TV

Synopsis

Send a key code.

The available key identifiers can be displayed using the --list option. A raw key code can also be used (e.g. "#116").

liveboxtvcli key KEY [flags]

Examples

  liveboxtvcli key --list
  liveboxtvcli key MENU
  liveboxtvcli key RIGHT
  liveboxtvcli key OK
  liveboxtvcli key BACK
  liveboxtvcli key POWER
  liveboxtvcli key "#116"

Options

  -h, --help      help for key
      --hold      Hold key pressed
  -l, --list      List keys
      --release   Release previously-hold key

Options inherited from parent commands

      --config string   config file (default is $HOME/.config/liveboxtvcli/liveboxtvcli.yaml)
      --debug           Enable debug mode
      --server string   Livebox TV server:port (default "192.168.1.10:8080")

SEE ALSO

Auto generated by spf13/cobra on 1-Mar-2018