0.0.19 • Published 9 years ago
homestar-itach-ir v0.0.19
homestar-itach
IOTDB Bridge for iTach IR Controllers
About
This will let you send IR commands to devices.
Installation
Then:
$ npm install homestar-itach
Use
Turn on LG Smart TV
This demonstrates just using the command. This form is pretty useful if you just want to blast some IR
const iotdb = require("iotdb")
iotdb.use("homestar-itach-ir")
const things = iotdb.connect('ir-itach')
things.set(":command", "sendir,1:1,1,38000,1,69,343,172,21,22,21,22,21,65,21,22,21,22,21,22,21,22,21,22,21,65,21,65,21,22,21,65,21,65,21,65,21,65,21,65,21,22,21,22,21,65,21,22,21,22,21,22,21,65,21,65,21,65,21,65,21,22,21,65,21,65,21,65,21,22,21,22,21,1673,343,86,21,3732");
Turn on LG Smart TV - better way
This demonstrates with a Model. Note this Model only does one thing, turn on the TV. The LG Smart TV Module can handle the rest.
const iotdb = require("iotdb")
iotdb.use("homestar-itach-ir")
const things = iotdb.connect('ir-lg-tv-on')
things.set(":on", true);
0.0.19
9 years ago
0.0.18
9 years ago
0.0.17
9 years ago
0.0.16
9 years ago
0.0.15
9 years ago
0.0.14
9 years ago
0.0.13
9 years ago
0.0.12
10 years ago
0.0.11
10 years ago
0.0.10
10 years ago
0.0.9
10 years ago
0.0.8
10 years ago
0.0.7
10 years ago
0.0.6
10 years ago
0.0.5
10 years ago
0.0.4
10 years ago
0.0.3
10 years ago
0.0.2
10 years ago