LimitlessLED
LimitlessLED copied to clipboard
Milight/LimitlessLED/EasyBulb Complete PHP API
Not a bug, but just wondering if you still have a copy of the firmware for the update? I would like to update my bridge to the latest version (cant...
Hi there, does this api support bridge v6 and the upcoming v7? Will there be a new api supporting the new v7-features? Regards
rgbwSetColorToWhite() called non-existent function getActiveGroup(). Updated to call proper function, getRgbwActiveGroup().
In the function rgbwSetColorToWhite() it should be getActiveRgbwGroup() instead of getActiveGroup(), because the function getActiveGroup() does not exist. Cheers, André
Added in broadcast option. just needed to set socket_option in the send command function This enabled PHP to send to broadcast address, but also still works when specifying specific address...