You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, Z-UI accesses the controller property in _onOTWFirmwareUpdateProgress and _onOTWFirmwareUpdateFinished, causing errors to be printed to the logs, instead of updating the progress bar.
The text was updated successfully, but these errors were encountered:
The driver update to v15 changed how OTW updates work: https://zwave-js.github.io/zwave-js/#/getting-started/migrating/v15?id=moved-otw-firmware-update-functionality-from-controller-to-driver-class
Specifically, after this change,
driver.controller
is no longer defined during OTW updates.However, Z-UI accesses the
controller
property in_onOTWFirmwareUpdateProgress
and_onOTWFirmwareUpdateFinished
, causing errors to be printed to the logs, instead of updating the progress bar.The text was updated successfully, but these errors were encountered: