-
public interface IMeshStateControl
-
-
Method Summary
Modifier and Type Method Description abstract void
switchProxyState(DeviceBean deviceBean, boolean switchState, IResultCallback callback)
abstract void
switchRelayState(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)
-
-
-
-