-
-
Notifications
You must be signed in to change notification settings - Fork 626
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Features * Implemented `Scene Actuator Configuration CC` * Updated `Scene Controller Configuration CC` API to match `Scene Actuator Configuration CC` * Values that could previously be `"unknown"` now default to `undefined` instead. If the distinction is relevant, the previous behavior can be restored using the driver option `preserveUnknownValues`. * Added values to `Color Switch CC` to set multiple color components at once (#1782) * Added the option `nodeFilter` to the logger configuration to limit logging to specific nodes ### Bugfixes * Generating the config index no longer fails in production when single files have errors * Fixed a crash that could happen while logging a message while the driver is not ready yet * Fixed a crash that could happen while trying to bootstrap a device that does not respond after inclusion * The state value in `Thermostat Fan Mode CC` is now readonly * Firmware updates now disable the delayed activation feature by default * When updating a different firmware target than 0, the correct firmware ID is now used * The `Fibaro CC` now correctly understands unknown values. * Value IDs for some controlled CCs are now also exposed through `getDefinedValueIDs` * Do not map root endpoint values to all endpoints when multiple endpoints support the value * The device index is now preserved in memory if it cannot be written to disk * The unit of configuration parameters is now actually read from device configuration files * The list of supported and controlled CCs of a node is no longer overwritten when a device sends a NIF on manual activation * Add `toLogEntry` method to `Scene Actuator Configuration CC::Set` command ### Config file changes * Added an additional Inovelli NZW31T model * Use Node Associations for ZW132 Lifeline * Added missing zero to LZW45 partial param 23 mask * Correct heatit brand names * Add Association Groups to Kwikset locks * Fixed an incorrect device ID assignment of Kwikset 914/c * Remove duplicate parameters from GED2350 * Add Zooz zen72, update zen71 description * Small wording changes to flush technisat devices ### Changes under the hood * The config files for Kwikset locks were refactored to use templates * Configuration files may now include conditional sections * A bunch of documentation updates: CC documentation, `ConfigManager`, API overview * Clarified device file requirements * Cleaned up the maintenance scripts that were spread out through the repo * Issues with incomplete templates now get auto-staled quickly
- Loading branch information
Showing
8 changed files
with
28 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters