Skip to content

Commit

Permalink
Add support for Battery Video Doorbell Pro (#1557)
Browse files Browse the repository at this point in the history
* Add support for Battery Video Doorbell Pro

Adds the device type for the battery version of the Video Doorbell Pro

* Add support for Battery Doorbell Plus
  • Loading branch information
hkoci authored and dgreif committed Jan 12, 2025
1 parent c492877 commit 4daeb5f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/fluffy-bees-bathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'ring-client-api': minor
'homebridge-ring': minor
---

Add support for Battery Video Doorbell Pro and Battery Video Doorbell Plus
4 changes: 4 additions & 0 deletions packages/ring-client-api/ring-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ export enum RingCameraKind {
floodlight_pro = 'floodlight_pro',
cocoa_camera = 'cocoa_camera', // appears to be used for all next gen stickup cams (wired/battery/solar)
cocoa_doorbell = 'cocoa_doorbell',
cocoa_doorbell_v2 = 'cocoa_doorbell_v2',
cocoa_doorbell_v3 = 'cocoa_doorbell_v3',
cocoa_floodlight = 'cocoa_floodlight',
cocoa_spotlight = 'cocoa_spotlight', // used for the Spotlight Cam Plus (potentially other Spotlight models)
stickup_cam_mini = 'stickup_cam_mini',
Expand Down Expand Up @@ -136,6 +138,8 @@ export const RingCameraModel: { readonly [P in RingCameraKind]: string } = {
floodlight_pro: 'Floodlight Pro',
cocoa_camera: 'Stick Up Cam',
cocoa_doorbell: 'Doorbell Gen 2',
cocoa_doorbell_v2: 'Battery Doorbell Plus',
cocoa_doorbell_v3: 'Battery Doorbell Pro',
cocoa_floodlight: 'Floodlight Cam Plus',
cocoa_spotlight: 'Spotlight Cam Plus',
stickup_cam_mini: 'Indoor Cam',
Expand Down

0 comments on commit 4daeb5f

Please sign in to comment.