unifi-protect

A nearly complete implementation of the UniFi Protect API.

OTHER License

Downloads
4.1K
Stars
224
Committers
2

Bot releases are hidden (Show)

unifi-protect - v4.11.1 Latest Release

Published by hjdhjd 5 months ago

4.11.1 (2024-06-06)

  • Housekeeping.
unifi-protect - v4.11.0

Published by hjdhjd 5 months ago

1.3.0 (2024-06-03)

  • New feature: Added a limit option to the retry utility function.
unifi-protect - v4.10.0

Published by hjdhjd 5 months ago

4.10.0 (2024-06-01)

  • Device JSON updates for Protect 4.0.
  • Improvement: added the codec event to the livestream API so you can retrieve the codec information associated with a particular livestream.
  • Documentation updates.
  • Housekeeping.
unifi-protect - v4.9.0

Published by hjdhjd 6 months ago

4.9.0 (2024-04-20)

  • Minor updates to the Protect JSON descriptions.
  • Housekeeping.
unifi-protect - v4.8.2

Published by hjdhjd 7 months ago

4.8.2 (2024-03-17)

  • Housekeeping.
unifi-protect - v4.8.1

Published by hjdhjd 7 months ago

4.8.1 (2024-03-17)

  • Housekeeping.
unifi-protect - v4.8.0

Published by hjdhjd 12 months ago

4.8.0 (2023-11-05)

  • New feature: added the logout() and reset() functions. These replace the clearLoginCredentials() function and provide more granular control for when you truly want to logout of the API versus just close all open connections and start over.
unifi-protect - v4.7.0

Published by hjdhjd about 1 year ago

4.7.0 (2023-10-02)

  • Housekeeping and add additional event telemetry for new Protect event types.
unifi-protect - v4.6.1

Published by hjdhjd about 1 year ago

4.6.1 (2023-08-19)

4.6.0 (2023-08-19)

  • Housekeeping and minor enhancements to error handling.
unifi-protect - v4.6.0

Published by hjdhjd about 1 year ago

4.6.0 (2023-08-19)

  • Housekeeping and minor enhancements to error handling.
unifi-protect - v4.5.0

Published by hjdhjd over 1 year ago

4.5.0 (2023-07-16)

  • Snapshot convenience function added.
  • Documentation updates - complete with examples now.
  • Housekeeping.
unifi-protect - v4.4.0

Published by hjdhjd over 1 year ago

4.4.0 (2023-06-19)

  • New feature: support for livestreams from secondary cameras on Protect devices.
unifi-protect - v4.3.0

Published by hjdhjd over 1 year ago

4.3.0 (2023-06-04)

  • New feature: added the isAdminUser as a publicly accessible readonly property that returns whether the currently logged in user is an administrator or not.
unifi-protect - v4.2.4

Published by hjdhjd over 1 year ago

4.2.4 (2023-06-03)

  • Housekeeping.
unifi-protect - v4.2.3

Published by hjdhjd over 1 year ago

4.2.3 (2023-05-11)

  • Housekeeping.
unifi-protect - v4.2.2

Published by hjdhjd over 1 year ago

4.2.2 (2023-04-30)

  • Housekeeping.
unifi-protect - v4.2.1

Published by hjdhjd over 1 year ago

4.2.1 (2023-04-13)

  • Housekeeping.
unifi-protect - v4.2.0

Published by hjdhjd over 1 year ago

4.2.0 (2023-04-10)

  • Only communicate to the Protect controller using HTTP 2 to further improve performance.
unifi-protect - v4.1.3

Published by hjdhjd over 1 year ago

4.1.3 (2023-04-08)

  • Improve resiliency of the events API when controller connectivity issues occur.
unifi-protect - v4.1.2

Published by hjdhjd over 1 year ago

4.1.2 (2023-04-06)

  • Address potential login race condition.