Dgreif Ring Versions Save

Unofficial packages for Ring Doorbells, Cameras, Alarm System, and Smart Lighting

[email protected]

9 months ago

Patch Changes

  • 02304ba Thanks @dgreif! - Another attempt at fixing pvtsutils version

[email protected]

9 months ago

Patch Changes

[email protected]

9 months ago

Patch Changes

  • 2c8ce6f Thanks @dgreif! - Pin pvtsutils to 1.3.2 to fix RangeError: offset is out of bounds error

[email protected]

9 months ago

Patch Changes

[email protected]

9 months ago

Major Changes

  • fa6d3b9 Thanks @dgreif! - Video streaming has been condensed to use a single API, rather than a separate setup between Ring Cloud and Ring Edge streaming. This should allow all cameras to stream, including those using HEVC which were unable to be put into Legacy Mode.

    Huge shoutout to @tsightler for figuring out this new API and getting the client updated!

    Breaking Changes:

    • The StreamingConnectionBase class has been removed, with all of the methods and properties moved to the `WebrtcConnection`` class.
    • Implementations of the BasicPeerConnection class no longer need to implement the createAnswer method.
  • 9e4f04a Thanks @dgreif! - Drop Node 16 support. Node 18 is the current LTS, so please upgrade to Node 18 or Node 20. Note, Node 16 may still work after this update, but will likely break without warning in future updates.

[email protected]

9 months ago

Major Changes

  • 9e4f04a Thanks @dgreif! - Drop Node 16 support. Node 18 is the current LTS, so please upgrade to Node 18 or Node 20. Note, Node 16 may still work after this update, but will likely break without warning in future updates.

Patch Changes

[email protected]

10 months ago

Patch Changes

[email protected]

10 months ago

Patch Changes

[email protected]

1 year ago

Patch Changes

  • f3e66fd Thanks @dgreif! - Subscribe to ding/motion events every time the user session is refreshed. This currently happens every 12 hours. This is an attempt to fix motion/ding notifications after restarting, but I am unable to reproduce the issue and verify this change fixes it.

  • #1222 af7f44e Thanks @djm181! - Update push notifications to include a full and accurate ding id. Note, this is technically a breaking change because the id was previously a number instead of a string, but the last few digits were truncated due to number rounding. We are releasing this as a patch because the number version was unusable for fetching additional information about the ding.

[email protected]

1 year ago

Patch Changes

  • f3e66fd Thanks @dgreif! - Subscribe to ding/motion events every time the user session is refreshed. This currently happens every 12 hours. This is an attempt to fix motion/ding notifications after restarting, but I am unable to reproduce the issue and verify this change fixes it.

  • b9881a7 Thanks @dgreif! - Prevent a duplicate device named "Device name not found" from being created when logging into homebridge with the homebridge ui.

  • Updated dependencies [f3e66fd, af7f44e]: