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