UNPKG

node-de3

Version:

This module allow the interaction with the stick-de3 from nicolaudie https://www.nicolaudie.com/stick-de3.htm

20 lines (12 loc) 326 B
# node-d3 This module allow the interaction with the stick-de3 from nicolaudie https://www.nicolaudie.com/stick-de3.htm ## Usage ### Create the stick ```js var StickDriver = require("node-de3"); var stick = new StickDriver("STCIK IP"); ``` ### Call a scene ```js stick.triggerScene(SceneNumber); ```