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 Output.PowerControl PowerState argument type #342

Merged
merged 1 commit into from
May 20, 2024

Conversation

stmcginnis
Copy link
Owner

The PowerState property is the common PowerState enum, but the action call for PowerControl needs to use the more limited ActionPowerState that only includes the valid power control request state.

Closes: #339

The PowerState property is the common PowerState enum, but the action
call for PowerControl needs to use the more limited ActionPowerState
that only includes the valid power control request state.

Signed-off-by: Sean McGinnis <[email protected]>
@stmcginnis stmcginnis merged commit 48b8b0f into main May 20, 2024
2 checks passed
@stmcginnis stmcginnis deleted the outlet-powercontrol branch May 20, 2024 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong PowerControl argument type on Outlet
1 participant