Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Releases: FantasticFiasco/axis-discovery-ssdp-js

Release v4.0.0

04 Jul 22:00
Compare
Choose a tag to compare

⚡ Added

  • Support for enabling logs using debug

💀 Removed

  • Support for Node.js v5 (v6 is LTS)

Release v3.0.0

26 Jun 19:05
Compare
Choose a tag to compare

💫 Changed

  • Renamed Device.serialNumber to Device.macAddress. In most situations they are still the same, but the exceptions are the Axis products which bundle multiple physical devices into a single casing with a shared network interface. Because of the shared network interface they also share the same MAC address. This package is opinionated in that even though the devices via SSDP (UPnP) call the property serial number, it actually is a MAC address and should be named accordingly.

Release v2.0.0

24 Jun 19:59
Compare
Choose a tag to compare

⚡ Added

  • #2 - Calling Discovery.stop() stops listening for SSDP advertisements

💫 Changed

Release v1.0.2

26 Jan 20:53
Compare
Choose a tag to compare

💉 Fixed

  • #40 - Fixed issue where calling Discovery.search didn't trigger a new search

Release 1.0.1

06 Dec 19:40
Compare
Choose a tag to compare

💉 Fixed

  • Updated README.md in package

Release 1.0.0

03 Dec 23:07
Compare
Choose a tag to compare

⚡ Added