mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-04 19:11:39 +00:00
9dd9f33b4a
* OTA privacy enhancement Adds the option to disallow device-initiated OTA update checks. Currently these OTA update checks can be quite frequent, and essentially mean the device is indirectly able to ping a cloud server. In the EU it's wise to handle an IP address as personal information, and therefore it might be wise to not enable OTA checking by default. Ideally a user would agree to a privacy policy that clarifies things a bit first. * Added default settings for OTA update management * Set update interval in minutes * OTA update settings * Adds both settings for OTA updates control * Update settings.schema.json * Update settings.js * Update otaUpdate.js * Update otaUpdate.test.js * Update bridge.test.js Co-authored-by: Koen Kanters <koenkanters94@gmail.com>