Releases: hawkeye64/onvif-nvt
Releases · hawkeye64/onvif-nvt
v.0.3.2
- fix: canot set wsPullPointSupport on undefined (this.analytics is undefined) (#433)
- fix: #172 Hardcoded parameter values in pullMessages events implementation (#435)
- fix: circle-ci error: node version needs to upgraded from 9.4.0 since jest need minimum node v10.13.0
v0.3.0
instead of:
const c = this.camera[address]
The cache is now stored as:
const cacheKey = `${address}:${port}`;
const c = this.cameras[cacheKey];
v0.2.25
- Fix getVideoEncoderConfigurationOptions (#261)
v0.2.24
- fix: auth() received invalid user or password (#207)
v0.2.21
- Perf update: Use smart 'add' function (#180)
v0.2.19
- fix: pull message issues #32
- update dependencies