Package 

Interface IMeshDevListenerV3

    • 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.DeviceBean
        dpStr - Key for dp id, value for dp value
        isFromLocal - If the dps come from local, this value is true