Package 

Interface IThingZigbeeGroup

    • Method Summary

      Modifier and Type Method Description
      abstract void )>sendCommand(String devId, List<String> devIds, String gid, int actionId, IThingResultCallback<ZigbeeGroupCreateResultBean> callback)
      abstract void updateGroupDeviceList(long homeId, List<String> devIds, IResultCallback callback)
      abstract void )>addDeviceToGroup(String devId, List<String> devIds, String gid, IThingResultCallback<ZigbeeGroupCreateResultBean> callback)
      abstract void )>delDeviceToGroup(String devId, List<String> devIds, String gid, IThingResultCallback<ZigbeeGroupCreateResultBean> callback)
      abstract void >)>queryZigbeeDeviceListToAddGroup(long gid, long groupId, String productId, String parentId, IThingResultCallback<List<GroupDeviceBean>> callback)
      abstract void )>createZigbeeGroup(String productId, long gid, String parentId, String name, IThingResultCallback<CloudZigbeeGroupCreateBean> callback)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • sendCommand

         abstract void )>sendCommand(String devId, List<String> devIds, String gid, int actionId, IThingResultCallback<ZigbeeGroupCreateResultBean> callback)
      • updateGroupDeviceList

         abstract void updateGroupDeviceList(long homeId, List<String> devIds, IResultCallback callback)
      • addDeviceToGroup

         abstract void )>addDeviceToGroup(String devId, List<String> devIds, String gid, IThingResultCallback<ZigbeeGroupCreateResultBean> callback)
      • delDeviceToGroup

         abstract void )>delDeviceToGroup(String devId, List<String> devIds, String gid, IThingResultCallback<ZigbeeGroupCreateResultBean> callback)
      • queryZigbeeDeviceListToAddGroup

         abstract void >)>queryZigbeeDeviceListToAddGroup(long gid, long groupId, String productId, String parentId, IThingResultCallback<List<GroupDeviceBean>> callback)
      • createZigbeeGroup

         abstract void )>createZigbeeGroup(String productId, long gid, String parentId, String name, IThingResultCallback<CloudZigbeeGroupCreateBean> callback)