-
public interface IMeshStateControl
-
-
Method Summary
Modifier and Type Method Description abstract voidswitchProxyState(DeviceBean deviceBean, boolean switchState, IResultCallback callback)abstract voidswitchRelayState(DeviceBean deviceBean, boolean switchState, IResultCallback callback)-
-
Method Detail
-
switchProxyState
abstract void switchProxyState(DeviceBean deviceBean, boolean switchState, IResultCallback callback)
-
switchRelayState
abstract void switchRelayState(DeviceBean deviceBean, boolean switchState, IResultCallback callback)
-
-
-
-