modestpharaoh
modestpharaoh
Awesome! I did a test with LC1, and it works too ... Just wonder, How do you able to sniff https packets from iphone ? ```python API_ENDPOINT_FLOODLIGHT_CONTROL="/1/1/303/switchStatus" def floodlight_control(self, serial,...
Seems the following method is right global method to turn on/off any DeviceSwitchType switch `/1/1/303/switchStatus` Tested in other switches too, and seems to be working. I wonder do you have...
Thanks @RenierM26 , and nice works for ha-ezviz component
> 302: False > Seems the following method is right global method to turn on/off any DeviceSwitchType switch > `/1/1/303/switchStatus` > > Tested in other switches too, and seems to...
 Here is screenshot from the android app, while checking the camera from the application. if you hit "Active Defence", it activate the alarm sound for 60s.
> I think we merged this branch for exactly what you need. > Need to be integrated inside the cli though. > > [19c2129](https://github.com/BaQs/pyEzviz/commit/19c2129568617ca95a42033a1461d0f83b0546ba) I guess this is a different...
> http/put: [https://apiieu.ezvizlife.com/v3/devices/{devSerial}/0/sendAlarm](https://apiieu.ezvizlife.com/v3/devices/%7BdevSerial%7D/0/sendAlarm) > > body: > enable : 2 #make sound > enable: 1 #disable > > Just documenting. I'll add this to the "to do" list. This definitely...