UNPKG

node-de3

Version:

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

9 lines (6 loc) 233 B
// Call the stick driver var StickDriver = require('../src') // Create the stick with the ip 192.168.100.96 var stick = new StickDriver("192.168.100.96", { debug: true }) // Trigger the scene number 1 stick.triggerScene(1)