Changes
- fix RESTFul port never correctly delivered to device handlers: index.js was mutating the shared account.restFul object instead of creating a per-device copy, leaving device.restFul undefined and causing a TypeError crash in externalIntegrations() for any device with RESTFul enabled
- fix ATA button sensor services created with the device service name instead of the button-specific name, causing all button sensors to share an identical display name
- fix missing logDebug guard on ATA button sensor service debug emit
- fix temperature characteristics returning values below their configured minimum (Math.max clamp applied to onGet handlers for CoolingThresholdTemperature, HeatingThresholdTemperature and TargetTemperature in ATA, ATW and ERV)
- bump axios 1.16.0 → 1.16.1
- bump ws 8.20.0 → 8.21.0
Full Changelog: v4.10.4...v4.10.8