UNPKG

tinkerhub-device-hue

Version:

Support for Philips Hue lights in a Tinkerhub network

6 lines (3 loc) 119 B
'use strict'; const { Light, HueApi, Dimmable } = require('./light'); module.exports = Light.with(Dimmable, HueApi);