Jeffrey Walter

Results 131 comments of Jeffrey Walter

@erosen thank you so much! 👍

Hey @pabloNZ, thanks for your help!

@zeryl @death2all110 thank you for these schemas! I have _finally_ added them to the wiki!

Can you please provide an example script the reproduces your problem? On Tue, Nov 6, 2018 at 3:08 PM sdorilas wrote: > Please answer these questions before submitting your issue....

I don't use Homebridge, so I don't really know how that works. If you could please provide more information about the problem you're having and how I can reproduce it,...

@jsm174 thanks for pointing that out!

@sdorilas just pushed a fix for this issue. Please give it a try when you can and let me know how it goes. Thanks!

@RSickenberg `from arlo import Arlo` not `from Arlo import Arlo`. The import changed a while back.

@digiblur you can control those properties using these functions: ``` SetNightLightOn(basestation) SetNightLightOff(basestation) SetNightLightBrightness(basestation, level=200) # either rainbow or rgb SetNightLightMode(basestation, mode="rainbow") ```

@digiblur take a look here for the complete list of API calls you can make https://github.com/jeffreydwalter/arlo/wiki/API-Documentation