if the light is 'off' it has to receive an 'on' command first
the dimming value is set by http://ip/light/0?turn=on&brightness=<v> and this works for any value between 1 and 100, but 0 isnt accepted and doesnt turn off the light, and is ignored by the dimmer so it stays at the last value sent
so my on/dim value is set by /light/0?turn=on&brightness=<v> which works great except for the 0/off problem
on/off is set by http://ip/light/0?turn=off (or on) which works
to connect to the output of a lighting block ive put the off command in the 'command for off' section of the virtual output connector but it doesnt work - any ideas?
my work around meanwhile is to use correction so that 0 is corrected to 1 and 100 is corrected to 100 which works, but leaves a switched off light at 1% power
Kommentar