BaQs / pyEzviz

Python package for ezviz cameras
Apache License 2.0
103 stars 45 forks source link

feat: add support for controlling light bulbs too #145

Closed dtsolis closed 3 months ago

dtsolis commented 6 months ago

The FEATURE part of the "device info" contains information about the light bulb's attributes like brightness, color, if the light is on or off etc. These attributes can be changed by PUTing data to the /v3/iot-feaute/feature/ endpoint.

RenierM26 commented 3 months ago

Excellent addition. Thank you!