| 73 | } |
| 74 | |
| 75 | void RGBController_LIFX::DeviceUpdateLEDs() |
| 76 | { |
| 77 | unsigned char red = RGBGetRValue(colors[0]); |
| 78 | unsigned char grn = RGBGetGValue(colors[0]); |
| 79 | unsigned char blu = RGBGetBValue(colors[0]); |
| 80 | |
| 81 | controller->SetColor(red, grn, blu); |
| 82 | } |
| 83 | |
| 84 | void RGBController_LIFX::UpdateZoneLEDs(int /*zone*/) |
| 85 | { |