-
- All Implemented Interfaces:
-
com.thingclips.smart.sdk.api.bluemesh.IMeshDevListener
public interface IMeshDevListenerV3 implements IMeshDevListener
-
-
Method Summary
Modifier and Type Method Description abstract void
onDpUpdate(String nodeId, Map<String, Object> dpStr, boolean isFromLocal)
The updated dps of device. -
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
-
onDpUpdate
abstract void onDpUpdate(String nodeId, Map<String, Object> dpStr, boolean isFromLocal)
The updated dps of device.
- Parameters:
nodeId
- Thing nodeId com.thingclips.smart.sdk.bean.DeviceBeandpStr
- Key for dp id, value for dp valueisFromLocal
- If the dps come from local, this value is true
-
-
-
-