MCPcopy Create free account
hub / github.com/dgreif/ring / subscribeToDingEvents

Method subscribeToDingEvents

packages/ring-client-api/ring-camera.ts:688–693  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

686 }
687
688 subscribeToDingEvents() {
689 return this.restClient.request({
690 method: 'POST',
691 url: this.doorbotUrl('subscribe'),
692 })
693 }
694
695 unsubscribeFromDingEvents() {
696 return this.restClient.request({

Callers 1

constructorMethod · 0.95

Calls 2

doorbotUrlMethod · 0.95
requestMethod · 0.80

Tested by

no test coverage detected