asantaga / wiserheatingapi

This is a simple python API for interacting with the wiser heating system
MIT License
24 stars 14 forks source link

Implement Ability to control Switches #11

Closed asantaga closed 4 years ago

asantaga commented 4 years ago

Looking at the openhab impl this can be done by using the following patch command "{"RequestOutput":"" + (outputState ? "On" : "Off") + ""}";

"data/domain/SmartPlug/ is the endpoint

Required to resolve issue https://github.com/asantaga/wiserHomeAssistantPlatform/issues/34

asantaga commented 4 years ago

eta 8/2/20 , R1.9 of wiser

asantaga commented 4 years ago

Work being done in branch AddSmartPlugSupport

asantaga commented 4 years ago

Work done. Closing jira,

in 1.0.5.2