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

fix(config): add fingerprint to Aeotec ZWA024 #7191

Merged
merged 2 commits into from
Oct 7, 2024

Conversation

HammerAdmin86
Copy link
Contributor

Firmware update for Aeotec product ZWA024 changes the product type parameter (XYZ-114-0-productType) from 258 (0x0102) to 7170 (0x1c02).

image

@zwave-js-assistant zwave-js-assistant bot added the config ⚙ Configuration issues or updates label Sep 25, 2024
@HammerAdmin86 HammerAdmin86 changed the title Update zwa024.json fix(config): Update zwa024.json Sep 25, 2024
@HammerAdmin86 HammerAdmin86 reopened this Sep 25, 2024
Firmware update for Aeotec product ZWA024 changes the product type parameter (XYZ-114-0-productType) from 258 (0x0102) to 7170 (0x1c02).
@HammerAdmin86
Copy link
Contributor Author

Could someone assist me with this PR? I;ve updated the title but the bot still does not like it.

@apella12
Copy link
Contributor

apella12 commented Oct 1, 2024

I think the capital U needs to be lowercase (ie. update...

@AlCalzone
Copy link
Member

Well, that could explain why the device needs to be re-included after the update.

@AlCalzone AlCalzone changed the title fix(config): Update zwa024.json fix(config): add fingerprint to Aeotec ZWA024 Oct 7, 2024
@AlCalzone
Copy link
Member

Thanks!

@AlCalzone AlCalzone merged commit 3ef9682 into zwave-js:master Oct 7, 2024
17 checks passed
AlCalzone added a commit that referenced this pull request Oct 7, 2024
This release adds an internal task scheduler that will allow more control over longer running tasks like device interviews, route rebuilding, firmware updates, etc. These improvements include pausing/resuming tasks, better prioritization for user-initiated actions, queueing tasks without interrupting ongoing ones, and more. Migration of existing features to the new scheduler will be done incrementally, starting with route rebuilding.

### Features
* Reworked route rebuilding to use the task scheduler. This enables rebuilding routes for multiple individual nodes at once. (#7196, #7203)

### Bugfixes
* Fixed a regression from `13.4.0` that prevented restoring NVM backups on 700/800 series controllers (#7220)

### Config file changes
* Add fingerprint to Aeotec ZWA024 (#7191)
* Correct max. value of SKU parameters for Kwikset locks (#7178)
* Add fingerprint to Remotec ZXT-800 (#7195)

### Changes under the hood
* Implement task scheduler (#7193)
* Upgrade to ESLint v9, typescript-eslint v8 (#6987)
* Update FAQ on secondary controllers (#7190)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config ⚙ Configuration issues or updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants