-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
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")
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels