-
-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add initial Camera support (sp
).
#137
Conversation
Reuse `OccupancyDetected`, `MotionDetected` Characteristics.
Nice! I will be forking this soon and add support for cameras and doorbells! |
Thanks @ErrorErrorError ! The doorbell is included in this pr, but I'm not sure if we need the And we can split the pulsar and camera stream into the later PR, once the doorbell and motion event is done, I can publish a beta version for users to try. |
some doorbells use doorbell_pic or alert_message to notify when the doorbell was rang. We need it to notify when the data stored in the state changes. |
@ErrorErrorError Do you know the type and value of |
Yeah most, if not all of the event notifications are single event, meaning they don't notify when there is no motion available. We will need to set a timeout that turns off MotionSensor. In regards to alert_message, someone on scrypted under Tuya channel has that status info, which is how I found out about it. |
#141) * Added support for camera streaming and snapshot support (no HKSV support yet) * Pass the lint issue * Pass the lint issue Co-authored-by: gaosen <[email protected]>
Initial support with floodlight, motion detect, doorbell, and some switch buttons.