Closed asantaga closed 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
eta 8/2/20 , R1.9 of wiser
Work being done in branch AddSmartPlugSupport
Work done. Closing jira,
in 1.0.5.2
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