Package 

Interface IThingMatterOperation

  • All Implemented Interfaces:
    com.thingclips.smart.sdk.api.IThingDevice , com.thingclips.smart.sdk.api.IThingMatterDevice

    
    public interface IThingMatterOperation
     implements IThingMatterDevice
                        

    Created by huguang on 08-21-2023

    • Method Summary

      Modifier and Type Method Description
      abstract void queryAttributeBasicInfo(IThingDataCallback<ThingMatterAttributeBasicInfo> callback)
      abstract void queryMatterAttributes(JSONArray attributes, IThingDataCallback<String> callback)
      • Methods inherited from class com.thingclips.smart.sdk.api.IThingMatterDevice

        checkPipelineAvailable, isMatterOnline, isSubscribe, isThingMatter
      • 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