remote controll Bravia AndroidTV
npm install @teitei-tk/braviaRemote Control your Sony Bravia
``bash
$ npm i @teitei-tk/bravia
or
$ yarn add @teitei-tk/bravia
`
bash
export IP_ADDR="Your TV IP address"
export PSK_KEY="0000"
`Usage
#### fetch available commands
`bash
$ ./node_modules/.bin/commands
Num1
Num2
Num3
Num4
Num5
Num6
Num7
Num8
Num9
Num0
Num11
Num12
Enter
GGuide
ChannelUp
ChannelDown
VolumeUp
VolumeDown
....
....
....
`#### exec command
`bash
volume up
$ ./node_modules/.bin/request VolumeUpchange netflix
$ ./node_modules/.bin/request Netflix
``