-
-
Notifications
You must be signed in to change notification settings - Fork 137
Description
Is your feature request related to a problem? Please describe.
The Bulb Camera is partially working already. Some of the attributes show up in the integration. However, the light bulb does not.
Describe the solution you'd like
Please add functionality to control the light bulb on the camera.
At a minimum, on and off. If possible, adjust the intensity.
Additional context
You will find some troubleshooting here: #707
This seems to be the light on/off value:
Light Off = {'pid': 'P1056', 'value': '1', 'ts': 1753190008000}
Light On = {'pid': 'P1056', 'value': '2', 'ts': 1753145872000}
But we also need to figure out how to send the state change to the device, because initally flipping the switch in the integration didn't send the change to the device.
Thank you!