Hello,
I use your nova as a (api driver) in a(nother) project: https://github.com/jrie/lcs
While testing and debugging the CLI script (bash) - I noticed that there seems to be a issue with iteration over multiple devices (by already retrieved device ids) - not only a single "device id" and setting there values.
For example ".\lcs.sh device=all brightness=70" - (this would turn "all devices" to "brightness of 70%".
Everything else works like a charm.
Noticed, the devices are showing up when querying the states correctly. It only affects the "set" operations (from what I observed).
Hello,
I use your nova as a (api driver) in a(nother) project: https://github.com/jrie/lcs
While testing and debugging the CLI script (bash) - I noticed that there seems to be a issue with iteration over multiple devices (by already retrieved device ids) - not only a single "device id" and setting there values.
For example ".\lcs.sh device=all brightness=70" - (this would turn "all devices" to "brightness of 70%".
Everything else works like a charm.
Noticed, the devices are showing up when querying the states correctly. It only affects the "set" operations (from what I observed).