agsh / onvif

ONVIF node.js implementation
https://onvif.pages.dev
MIT License
703 stars 240 forks source link

Discovery now populates `urn` property of Cam instance #110

Closed gardere closed 5 years ago

gardere commented 5 years ago

URN property was only used to deduplicate discovered devices (using probe()). Now it also populates a field on the Cam camera. When using Cam instances, this field can be used as a stable id (as opposed to IP address for instance)