-
- All Implemented Interfaces:
-
com.thingclips.smart.sdk.api.bluemesh.IMeshDevListener
public abstract class IMeshDevListenerV2 implements IMeshDevListener
-
-
Method Summary
Modifier and Type Method Description abstract void
onPassThroughDataReceive(Map<String, Object> params)
The pass-through channel of mesh vendor message -
Methods inherited from class com.thingclips.smart.sdk.api.bluemesh.IMeshDevListener
onDevInfoUpdate, onDpUpdate, onNetworkStatusChanged, onRawDataUpdate, onRemoved, onStatusChanged
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
onPassThroughDataReceive
abstract void onPassThroughDataReceive(Map<String, Object> params)
The pass-through channel of mesh vendor message
- Parameters:
params
- The data reported by the device.
-
-
-
-