Maarten van Veen

Results 3 comments of Maarten van Veen

Got the same problem. Trying to filter on object.arrary.object.value. The filter only selects when the first object of the array passes. The rest does not seem to be looked at.

Found out the node library node-milight-promise has support for the LS2 and other 8 zone equipment. See this [javascript implementation](https://github.com/mwittig/node-milight-promise/blob/master/src/commandsV6.js) look for RgbFullColor8ZoneCommand. Tested it with on a raspberry pi...

There are two problems; 1. The watch function on the slides variable is using shallow comparison. So using an array as input, it will not notice changes because the reference...