-
-
Notifications
You must be signed in to change notification settings - Fork 602
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(config): add Philio Technology Smart Keypad #7168
Conversation
MartinHjelmare
commented
Sep 15, 2024
- Add config file for Philio Technology Smart Keypad (psk01).
- Add two templates that could be used frequently for devices from this manufacturer.
"$import": "templates/philio_template.json#auto_report_tick", | ||
"label": "Auto Report Time Unit", | ||
"description": "Define the time scale for automatic report. This setting will affect configuration no. 6." |
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.
I don't understand this parameter. Is it a multiplier for the interval set in parameter 6?
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.
Yes, exactly.
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.
"$import": "templates/philio_template.json#auto_report_tick", | |
"label": "Auto Report Time Unit", | |
"description": "Define the time scale for automatic report. This setting will affect configuration no. 6." | |
"$import": "templates/philio_template.json#auto_report_tick", | |
"label": "Auto Report Time Unit", | |
"description": "Define the time scale for automatic reports. This value will be multiplied with configuration no. 6. to set the time interval between reports." |
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 such an odd parameter design...
### Bugfixes * Fixed the identification of the primary controller role on some older controllers (#7174) * Fixed an issue where passing a custom log transport to `updateOptions` would cause a call stack overflow (#7173) * Implement deserialization for more `WindowCoveringCC` commands to be used in mocks (#7159) ### Config file changes * Add Philio Technology Smart Keypad (#7168, #7175) * Add LED indication parameter for Inovelli NZW31 dimmer (#7172) ### Changes under the hood * Fixed a build issue on Windows systems * Make `mock-server.js` executable (#7160, #7161)