hueadm
hueadm copied to clipboard
A command line management interface to Philips hue
# Description: With the current implementation, users are limited to specifically setting their lights and groups to either `on` or `off`. While these commands are straightforward and intuitive, there are...
Hello, Thank you for your API. I'm trying to delete users and I have the following message : ``` hueadm -H 192.168.1.XXX -U XXXXXXXXXXXXXXXX-XCXXXXXXXXXXXXX delete-user xxxxxxxx-xxxxxxxx-xxxxx-xxxx-xxxxxxxx - error: {type: 1,...
Hi, hueadm is using api v1 or v2? Is it possible to use dynamic scenes? (Or add them?) In my scene with api v2 I see `"speed": 0.626984126984127, "auto_dynamic": false,...
Is there a way to flash the lights indefinitely or for a set period of time? Kind of like using the lselect command (but I need it longer than 15...
Basked on this: ``` $ hueadm -h ... Generic Commands: help (?) Help on a specific sub-command. ``` I expect to be able to run `hueadm help create-schedule`. But this...
I am having some difficulty with registering with the bridge. Is there a way to setup more verbose interaction during this process or perhaps to manually make a request which...
Is this even supported/testet? ``` $ hueadm modify-scene '1AyajTR4qLFAhS8' lights=2,7,18 /home/nodered/node_modules/hueadm/node_modules/hue-sdk/lib/hue.js:40 cb(null, data); ^ TypeError: cb is not a function at /home/nodered/node_modules/hueadm/node_modules/hue-sdk/lib/hue.js:40:5 at IncomingMessage. (/home/nodered/node_modules/hueadm/node_modules/hue-sdk/lib/request.js:24:7) at IncomingMessage.emit (events.js:185:15) at endReadableNT...