UNPKG

ambilight

Version:

An API library for Node.js that interacts with a Philips Ambilight TV.

13 lines (10 loc) 254 B
"use strict"; var Trait = require("traits").Trait, ApiError = require("node-hue-api/hue-api/errors").ApiError; module.exports = function (description) { return Trait( { "commandDescription" : description } ); };