Remote control Philips SmartTv
Tested on `Harman Kardon AVR (171S/1710S)`
Todo's:
- Full Test
- search firmware for HK avr 171s
- Check commands : Ipod, Spotify, Component
Include:
- avr = require( path + './avr.js' );
Post:
* avr.SendCommand('power-off');
* avr.SendCommand('power-on');
* avr.SendCommand('mute-toggle');
* avr.SendCommand('mute-on');
* avr.SendCommand('mute-off');
* avr.SendCommand('volume-down');
* avr.SendCommand('volume-up');
* avr.SendCommand('ok');
* avr.SendCommand('home');
* avr.SendCommand('options');
* avr.SendCommand('down');
* avr.SendCommand('up');
* avr.SendCommand('left');
* avr.SendCommand('right');
* avr.SendCommand('back');
* avr.SendCommand('forward');
* avr.SendCommand('pause');
* avr.SendCommand('play');
* avr.SendCommand('next');
* avr.SendCommand('previous');
* avr.SendCommand('sleep');
* avr.SendCommand('delay');
* avr.SendCommand('channel-up');
* avr.SendCommand('channel-down');
* avr.SendCommand('tuner-up');
* avr.SendCommand('tuner-down');
* avr.SendCommand('source-selection', undefined, 'AUX');
* avr.SendCommand('source-selection', undefined, 'TV');
* avr.SendCommand('source-selection', undefined, 'Cable Sat');
* avr.SendCommand('source-selection', undefined, 'STB');
* avr.SendCommand('source-selection', undefined, 'Radio');
* avr.SendCommand('source-selection', undefined, 'Game');
* avr.SendCommand('source-selection', undefined, 'USB');
* avr.SendCommand('source-selection', undefined, 'Disc');
* avr.SendCommand('source-selection', undefined, 'Media Server');
* avr.SendCommand('source-selection', undefined, 'Home Network');
* avr.SendCommand('source-selection', undefined, 'AM');
* avr.SendCommand('source-selection', undefined, 'FM');
* avr.SendCommand('source-selection', undefined, 'vTuner');
* avr.SendCommand('source-selection', undefined, 'Bluetooth');
Dependency:
- independent (only Node.js Built-in Modules) : net
For more details, see the LICENSES file.