Skip to content

dannyvanlierop/NodeJS_API_HarmanKardon_AVR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS_HarmanKardon-AVR-API

Remote control Philips SmartTv

 
Open source License: Mit Contributors Forks Stars Issues

 

Info:


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

 

License:


For more details, see the LICENSES file.