Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add methods for whether firmware update is in progress #4742

Merged
merged 4 commits into from
Jun 28, 2022

Conversation

raman325
Copy link
Contributor

There's no reason why the driver can't return whether a firmware update is in progress. Instead of relying on the application to track it, consider cases like zwavejs2mqtt where there are two applications (z2m and zwave-js-server) that can initiate updates. IMO it needs to be centralized in the driver

Copy link
Member

@AlCalzone AlCalzone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks - two/three thoughts:

packages/zwave-js/src/lib/controller/Controller.ts Outdated Show resolved Hide resolved
packages/zwave-js/src/lib/node/Node.ts Outdated Show resolved Hide resolved
@raman325 raman325 changed the title feat: add properties for whether firmware update in progress feat: add methods for whether firmware update is in progress Jun 27, 2022
@AlCalzone AlCalzone merged commit 3ddf8a9 into zwave-js:master Jun 28, 2022
AlCalzone added a commit that referenced this pull request Jun 28, 2022
### Features
* Add methods to check if an OTA firmware update is in progress (#4742)

### Bugfixes
* Export `SerialAPISetupCommand` enum (#4754)

### Config file changes
* Correct param 3 unit and option labels for Dome Wireless Siren (#4751)
@raman325 raman325 deleted the firmware branch June 28, 2022 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants