Skip to content

Commit

Permalink
fix: use correct name for lpd_v4 camera
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreif committed Aug 28, 2022
1 parent c02a9e7 commit 2425a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/ring-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +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
lpd_v4: 'Doorbell Pro 2',
jbox_v1: 'Doorbell Elite',
stickup_cam: 'Stick Up Cam',
stickup_cam_v3: 'Stick Up Cam',
Expand Down

0 comments on commit 2425a14

Please sign in to comment.