()
| 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({ |
no test coverage detected