Skip to content

Commit

Permalink
#598 Add stickup_cam_mini_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
theimo1221 committed Oct 20, 2023
1 parent d2f108d commit 12723ec
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ doorbell recorded video.
* (theimo1221) Refactoring and cleanup
* (theimo1221) Updated Packages
* (theimo1221) Remove legacy states
* (theimo1221) Add stickup_cam_mini_v2

### 4.0.0 (2023-08-22)

Expand Down
7 changes: 7 additions & 0 deletions build/lib/ownRingCamera.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/lib/ownRingCamera.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/lib/ownRingDevice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export abstract class OwnRingDevice {
case RingCameraKind.stickup_cam_lunar:
case RingCameraKind.stickup_cam_elite:
case RingCameraKind.stickup_cam_longfin:
case "stickup_cam_longfin":
case "stickup_cam_mini_v2":
return `stickup`
case RingDeviceType.IntercomHandsetAudio:
return `intercom`
Expand Down

0 comments on commit 12723ec

Please sign in to comment.