This repository has been archived by the owner on Dec 4, 2020. It is now read-only.
Releases: FantasticFiasco/axis-discovery-ssdp-js
Releases · FantasticFiasco/axis-discovery-ssdp-js
Release v4.0.0
Release v3.0.0
💫 Changed
- Renamed
Device.serialNumber
toDevice.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
⚡ Added
- #2 - Calling
Discovery.stop()
stops listening for SSDP advertisements
💫 Changed
- Replaced
null
withundefined
according to TypeScript guidelines
Release v1.0.2
💉 Fixed
- #40 - Fixed issue where calling
Discovery.search
didn't trigger a new search
Release 1.0.1
💉 Fixed
- Updated
README.md
in package
Release 1.0.0
⚡ Added
- Support for discovering Axis Communications devices on the network using SSDP