wiserheatingapi icon indicating copy to clipboard operation
wiserheatingapi copied to clipboard

getSmartPlugState return wrong

Open keirstitt84 opened this issue 4 years ago • 0 comments

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")

keirstitt84 avatar Jul 01 '21 13:07 keirstitt84