Dav Glass

Results 49 comments of Dav Glass

I'm not sure what I can do, I don't have the Ring alarm to test with. Hopefully someone else watching this repo can chime in.

@mrose17 To make sure they stay in sync, I could export the main `class` and you could require and extend it with the new attributes. Then if I change up...

@joeyberkovitz Maybe I missed something, but the token should be stored on the class already: https://github.com/davglass/doorbot/blob/master/doorbot.js#L296

@mrose17 @joeyberkovitz I pushed up a branch in #37 that you can test for extending. Let me know if I need to refactor anything else to help.

I haven't tried, I think you have to start an event and then get the feed from it. Let me snoop around and see how they are handling that.

Interesting, looks like you can just get the URL from the `ring.ding()` api callback (which will be SIP) and then answer it. I'm not sure how that will work as...

That will only return the URL of the SIP stream. You still need to do the SIP song and dance which I haven't bothered to try to do.

I'll have to check to see if they have an API for it. I've never needed to delete a recording, I didn't even know you could :)

Yes, those API's are not the same. I would need to reverse engineer the current API's to handle it. I just haven't had a need for them as of yet.

@mrose17 Do you want to take over this project? Over the last week I've removed all my Ring products and started replacing them with Nest. So I no longer have...