Package 

Interface IThingBlueMeshGroup

  • All Implemented Interfaces:
    com.thingclips.smart.sdk.api.IThingGroup

    
    public interface IThingBlueMeshGroup
     implements IThingGroup
                        

    Only for ThingMesh, interfaces for operating groups.

    • Method Summary

      Modifier and Type Method Description
      abstract void queryGroupStatus(IResultCallback callback) Query dps of devices in group.
      abstract void queryDeviceInGroupByLocal(ILocalQueryGroupDevCallback callback) 通过localId查询某个localId的设备列表
      • Methods inherited from class com.thingclips.smart.sdk.api.IThingGroup

        addDevice, dismissGroup, onDestroy, publishDpCodes, publishDps, publishDps, registerGroupListener, removeDevice, renameGroup, unRegisterGroupListener, updateDeviceList
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait