UNPKG

tinkerhub-device-hue

Version:

Support for Philips Hue lights in a Tinkerhub network

14 lines (10 loc) 212 B
'use strict'; const Motion = require('./motion'); module.exports = class LumiMotion extends Motion { static get type() { return 'hue:lumi-motion'; } constructor(bridge, def) { super(bridge, def); } };