-
-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: bind target values to current * feat(wip): hass discovery * fix: better discovery support * fix: hass socket apis * fix: alarmType and meterType mapping * fix: use commandClasses instead of hardCoded numbers * refactor: better docs on methods * fix: converted some values in hass devices.js * fix: converted some more values in devices.js * feat: skip discovety flag * fix: lint issues * fix: ignore discovery * fix: converted some more valueIds of devices.json * fix: lint issues * fix: push target value in values * fix: mode_map and fan _mode_map * fix: allow empty json device * fix: added ccSpecific to value meta * fix: setpoints valueIds * fix: commandclasses import * fix: set defaiult endpoint to 0 * feat: added ccSpecific * fix: undefined in num2hex * fix: use 5.4.1-alpha.0 * fix: probably fix to map template bug * fix: mode_map template creation * fix: added brackets to keys * fix: added comments * fix: getMappedValuesTemplate check type of value * fix: lint errors * docs: fixed hass docs * docs: migration and why zwavejs * docs: bitmask and color values * fix: lint issues * docs: fix for review * fix: typo * fix: lint on readme * docs: fix * docs: added some points to why zwavejs section * fix: payload parse of modes when discovery is enabled * fix: missing ccSpecific values (#35) * fix: binary sensors, units and undefined labels (#36) * fix: lint issues Co-authored-by: V Aretakis <[email protected]>
- Loading branch information
1 parent
1ccab66
commit 3794e34
Showing
11 changed files
with
623 additions
and
422 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
CHANGELOG.md | ||
README.md | ||
.github/ISSUE_TEMPLATE | ||
dist | ||
store | ||
store |
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
Oops, something went wrong.