-
- All Implemented Interfaces:
-
com.thingclips.smart.sdk.api.bluemesh.IMeshActionTransmitter
,com.thingclips.smart.sdk.api.bluemesh.ISigMeshConnect
@Deprecated() public interface ISigMeshPreCtrl implements ISigMeshConnect, IMeshActionTransmitter
-
-
Method Summary
Modifier and Type Method Description abstract void
switchOnOff(String nodeId, boolean onOff, IResultCallback callback)
abstract void
searchForNodes(IResultWithDataCallback callback)
-
Methods inherited from class com.thingclips.smart.sdk.api.bluemesh.ISigMeshConnect
disConnect, inConfig, isConnect, startConnect
-
Methods inherited from class com.thingclips.smart.sdk.api.bluemesh.IMeshActionTransmitter
sendMessage
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
switchOnOff
abstract void switchOnOff(String nodeId, boolean onOff, IResultCallback callback)
-
searchForNodes
abstract void searchForNodes(IResultWithDataCallback callback)
-
-
-
-