Robertdegraaf

Results 1 comments of Robertdegraaf

Can you please give me a example of the code. My code is as following: foreach ($client->getLights() as $lightId => $light) { if($light->isOn()) { $rgb = $light->getRGB(); } } hope...