Tuya iOS Smart Life App SDK 5.15.0
ThingGroupBeaconService Class Reference

#import <ThingGroupBeaconService.h>

Inheritance diagram for ThingGroupBeaconService:
ThingGroupBaseService <ThingGroupServiceProtocol> ThingGroupBaseService <ThingGroupServiceProtocol> <ThingGroupServiceProtocol> <ThingGroupServiceProtocol> <ThingGroupServiceProtocol> <ThingGroupServiceProtocol>

Instance Methods

(BOOL) - isBeaconGroupSupportDevice:
 
(void) - timerInvalidate
 取消定时
More...
 
(BOOL) - isBeaconGroupSupportDevice:
 
(void) - timerInvalidate
 取消定时
More...
 
- Instance Methods inherited from <ThingGroupServiceProtocol>
(instancetype) - initWithDevId:
 
(instancetype) - initWithGroupId:
 
(void) - setCurrentSpaceDeviceList:
 设置当前家庭的设备列表 适用于私有Mesh群组、普通SIGMesh群组、Beacon群组 More...
 
(instancetype) - initWithDevId:localId:categoryCode:codes:
 
(instancetype) - initWithDevId:localId:pccs:
 
(instancetype) - initWithDevId:localId:categoryCode:filterType:pccs:codes:
 
(void) - fetchDeviceListWithSuccess:failure:
 
(void) - createGroupWithName:deviceList:process:success:failure:
 
(void) - updateGroupWithDeviceList:process:success:failure:
 
(void) - removeGroupWithGroupId:success:failure:
 
(instancetype) - initWithDevId:
 
(instancetype) - initWithGroupId:
 
(void) - setCurrentSpaceDeviceList:
 设置当前家庭的设备列表 适用于私有Mesh群组、普通SIGMesh群组、Beacon群组 More...
 
(instancetype) - initWithDevId:localId:categoryCode:codes:
 
(instancetype) - initWithDevId:localId:pccs:
 
(instancetype) - initWithDevId:localId:categoryCode:filterType:pccs:codes:
 
(void) - fetchDeviceListWithSuccess:failure:
 
(void) - createGroupWithName:deviceList:process:success:failure:
 
(void) - updateGroupWithDeviceList:process:success:failure:
 
(void) - removeGroupWithGroupId:success:failure:
 

Properties

NSString * groupId
 群组 ID,只有通过“修改群组的始化”才有 More...
 
NSString * devId
 1.从设备进入的群组页面,入参 More...
 

Detailed Description

Definition at line 18 of file ThingGroupBeaconService.h.

Method Documentation

◆ isBeaconGroupSupportDevice: [1/2]

- (BOOL) isBeaconGroupSupportDevice: (ThingSmartDeviceModel *)  deviceModel

Beacon 群组可以添加的设备

Parameters
deviceModel设备模型

◆ isBeaconGroupSupportDevice: [2/2]

- (BOOL) isBeaconGroupSupportDevice: (ThingSmartDeviceModel *)  deviceModel

Beacon 群组可以添加的设备

Parameters
deviceModel设备模型

◆ timerInvalidate [1/2]

- (void) timerInvalidate

取消定时

◆ timerInvalidate [2/2]

- (void) timerInvalidate

取消定时

Property Documentation

◆ devId

- (NSString *) devId
readnonatomiccopy

1.从设备进入的群组页面,入参

Definition at line 23 of file ThingGroupBeaconService.h.

◆ groupId

- (NSString *) groupId
readnonatomiccopy

群组 ID,只有通过“修改群组的始化”才有

Definition at line 21 of file ThingGroupBeaconService.h.


The documentation for this class was generated from the following files: