-
Notifications
You must be signed in to change notification settings - Fork 21
Add driver firmware v15 commands #1260
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
Conversation
49525b8
to
2183109
Compare
test/model/common.py
Outdated
@@ -0,0 +1,17 @@ | |||
"""Provide common tools for testing Z-Wave JS server models.""" | |||
|
|||
FIRMWARE_UPDATE_INFO = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a pure move, no changes.
I'll finish this tomorrow. Please let me know what you think on the open questions above. |
I think we can merge this now. |
I'll make some refactors of the firmware models as a prerequisite to this PR to make it easier to use this in Home Assistant. There are many parts of the node and driver firmware models that are common and we should consolidate those first. |
e2a935e
to
7c70a54
Compare
Waiting on #1262 now. |
7c70a54
to
4f85666
Compare
I've rebased this PR now. The scope is a lot smaller now after the firmware model refactor that is now merged. |
async_firmware_update_otw
.