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

getSmartPlugState return wrong #27

Open
keirstitt84 opened this issue Jul 1, 2021 · 0 comments
Open

getSmartPlugState return wrong #27

keirstitt84 opened this issue Jul 1, 2021 · 0 comments

Comments

@keirstitt84
Copy link

On line 1010 of wiserHub.py currently is 'return plug.get("ScheduledState")'

This line should be returning the output state, I suspec this is a coding error when the function body was copied and pasted from elsewhere.

As a result it always reads "None" as the output state. I corrected this line in my code to:
return plug.get("OutputState")

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

No branches or pull requests

1 participant