10 Mar 2025, 02:31

@Emil Been playing with this a bit and so far it's pretty great! Thank the team for landing this!

I noticed one thing..

I believe:

flicapp.virtualDeviceUpdateValue("Light", "my_ceiling_light", {hue: 0.6, saturation: 0.7, brightness: 0.8});

should be virtualDeviceUpdateState:

flicapp.virtualDeviceUpdateState("Light", "Virtual_light", {hue: 0.6, saturation: 0.7, brightness: 0.2});

That seems to work for me. UpdateValue results in a "TypeError: not a function".