-
public interface IThingDeviceInfoChangeListener
-
-
Method Summary
Modifier and Type Method Description abstract void
onDeviceInfoUpdate(String devId)
device information updated, for example device name etc. -
-
Method Detail
-
onDeviceInfoUpdate
abstract void onDeviceInfoUpdate(String devId)
device information updated, for example device name etc.
-
-
-
-