UNPKG

tinkerhub-device-hue

Version:

Support for Philips Hue lights in a Tinkerhub network

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