Tuya iOS Smart Life App SDK 5.15.0
ThingSmartDoorBellCallModel Class Reference

#import <ThingSmartDoorBellManager.h>

Inheritance diagram for ThingSmartDoorBellCallModel:

Instance Methods

(NSDictionary *) - map
 
(NSDictionary *) - map
 

Properties

NSString * type
 call type, "doorbell" or "ac_doorbell", or custom type More...
 
NSString * devId
 the device id of doorbell call More...
 
NSString * nodeId
 the sub device's node id which calling More...
 
NSString * messageId
 the call event identifier More...
 
NSInteger time
 the time of doorbell call be triggered More...
 
BOOL answeredBySelf
 did answered More...
 
BOOL answeredByOther
 is answered by other user More...
 
BOOL canceled
 is device canceled this call event More...
 
BOOL isSubDevice
 is a NVR sub device More...
 

Detailed Description

Definition at line 15 of file ThingSmartDoorBellManager.h.

Method Documentation

◆ map [1/2]

- (NSDictionary *) map

◆ map [2/2]

- (NSDictionary *) map

Property Documentation

◆ answeredByOther

- (BOOL) answeredByOther
readnonatomicassign

is answered by other user

Definition at line 30 of file ThingSmartDoorBellManager.h.

◆ answeredBySelf

- (BOOL) answeredBySelf
readnonatomicassign

did answered

Definition at line 28 of file ThingSmartDoorBellManager.h.

◆ canceled

- (BOOL) canceled
readnonatomicassign

is device canceled this call event

Definition at line 32 of file ThingSmartDoorBellManager.h.

◆ devId

- (NSString *) devId
readwritenonatomicstrong

the device id of doorbell call

Definition at line 20 of file ThingSmartDoorBellManager.h.

◆ isSubDevice

- (BOOL) isSubDevice
readnonatomicassign

is a NVR sub device

Definition at line 35 of file ThingSmartDoorBellManager.h.

◆ messageId

- (NSString *) messageId
readwritenonatomicstrong

the call event identifier

Definition at line 24 of file ThingSmartDoorBellManager.h.

◆ nodeId

- (NSString *) nodeId
readwritenonatomicstrong

the sub device's node id which calling

Definition at line 22 of file ThingSmartDoorBellManager.h.

◆ time

- (NSInteger) time
readwritenonatomicassign

the time of doorbell call be triggered

Definition at line 26 of file ThingSmartDoorBellManager.h.

◆ type

- (NSString *) type
readwritenonatomicstrong

call type, "doorbell" or "ac_doorbell", or custom type

Definition at line 18 of file ThingSmartDoorBellManager.h.


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