-
Notifications
You must be signed in to change notification settings - Fork 502
CHAD-15785 Z-Wave: WindowShadePreset capability updates #2292
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
base: main
Are you sure you want to change the base?
Conversation
Duplicate profile check: Warning - duplicate profiles detected. |
Invitation URL: |
Test Results 68 files 447 suites 0s ⏱️ For more details on these errors, see this check. Results for commit af50d78. ♻️ This comment has been updated with latest results. |
Minimum allowed coverage is Generated by 🐒 cobertura-action against af50d78 |
@@ -37,6 +37,16 @@ local function can_handle_springs_window_fashion_shade(opts, driver, device, ... | |||
return false | |||
end | |||
|
|||
local function init_handler(self, device) |
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 think this sub driver doesn't need to be modified because it doesn't have any UI(like preference setting) related with 'presetPosition'.
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 device allows the user to set a preset position with the included remote that can then be recalled via a MultiLevelSwitch:0xFF
command. I did this to be certain that setPresetPosition
is not supported, as it would be if I did not override the base driver's init
handler.
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.
Looks good to me.
No description provided.