Skip to content

Commit

Permalink
feat: add lpd_v4 camera model
Browse files Browse the repository at this point in the history
Closes #951
  • Loading branch information
dgreif committed Aug 27, 2022
1 parent 6610445 commit efa5491
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/ring-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export enum RingCameraKind {
doorbell_graham_cracker = 'doorbell_graham_cracker',
lpd_v1 = 'lpd_v1',
lpd_v2 = 'lpd_v2',
lpd_v4 = 'lpd_v4',
jbox_v1 = 'jbox_v1',
stickup_cam = 'stickup_cam',
stickup_cam_v3 = 'stickup_cam_v3',
Expand Down Expand Up @@ -108,6 +109,7 @@ export const RingCameraModel: { readonly [P in RingCameraKind]: string } = {
doorbell_graham_cracker: 'Doorbell Wired',
lpd_v1: 'Doorbell Pro',
lpd_v2: 'Doorbell Pro',
lpd_v4: 'Doorbell', // not sure of the exact model for this version
jbox_v1: 'Doorbell Elite',
stickup_cam: 'Stick Up Cam',
stickup_cam_v3: 'Stick Up Cam',
Expand Down

0 comments on commit efa5491

Please sign in to comment.