-
@Deprecated() public interface IOperationalDeviceDiscoveryListener
-
-
Method Summary
Modifier and Type Method Description abstract void
onChange(String devId, boolean online)
Device matter online change. -
-
Method Detail
-
onChange
abstract void onChange(String devId, boolean online)
Device matter online change.
- Parameters:
devId
- Thing device id.online
- true is online, false is offline
-
-
-
-