-
- All Implemented Interfaces:
-
com.thingclips.smart.sdk.api.IThingDevice
public interface IThingMatterDevice implements IThingDevice
-
-
Method Summary
Modifier and Type Method Description abstract boolean
isThingMatter()
whether the specified device is thing matter device abstract boolean
isMatterOnline()
abstract boolean
isSubscribe()
abstract boolean
checkPipelineAvailable()
检查通道状态 -
Methods inherited from class com.thingclips.smart.sdk.api.IThingDevice
getDataPointStat, getDeviceProperty, getDp, getDpList, getInitiativeQueryDpsInfoWithDpsArray, getOfflineReminderStatus, getOfflineReminderSupportStatus, infraredPublishDps, isMqttConnect, onDestroy, publishCommands, publishDps, publishDps, publishDps, publishThingMessageWithType, queryData, recordPublishDpEvent, registerDevListener, registerDeviceListener, registerThingLinkMessageListener, registerUpgradeStatusListener, registerWarnMessageListener, removeDevice, renameDevice, requestWifiSignal, resetFactory, saveDeviceProperty, setOfflineReminderStatus, unRegisterDevListener, unRegisterThingLinkMessageListener, updateIcon
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
isThingMatter
abstract boolean isThingMatter()
whether the specified device is thing matter device
-
isMatterOnline
abstract boolean isMatterOnline()
-
isSubscribe
abstract boolean isSubscribe()
-
checkPipelineAvailable
abstract boolean checkPipelineAvailable()
检查通道状态
-
-
-
-