node-de3
v0.1.0
Published
This module allow the interaction with the stick-de3 from nicolaudie https://www.nicolaudie.com/stick-de3.htm
Downloads
3
Readme
node-d3
This module allow the interaction with the stick-de3 from nicolaudie https://www.nicolaudie.com/stick-de3.htm
Usage
Create the stick
var StickDriver = require("node-de3");
var stick = new StickDriver("STCIK IP");
Call a scene
stick.triggerScene(SceneNumber);