![]() |
Tuya iOS Smart Life App SDK 5.15.0
|
#import <ThingSmartDoorBellManager.h>
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... | |
Definition at line 15 of file ThingSmartDoorBellManager.h.
| - (NSDictionary *) map |
| - (NSDictionary *) map |
|
readnonatomicassign |
is answered by other user
Definition at line 30 of file ThingSmartDoorBellManager.h.
|
readnonatomicassign |
did answered
Definition at line 28 of file ThingSmartDoorBellManager.h.
|
readnonatomicassign |
is device canceled this call event
Definition at line 32 of file ThingSmartDoorBellManager.h.
|
readwritenonatomicstrong |
the device id of doorbell call
Definition at line 20 of file ThingSmartDoorBellManager.h.
|
readnonatomicassign |
is a NVR sub device
Definition at line 35 of file ThingSmartDoorBellManager.h.
|
readwritenonatomicstrong |
the call event identifier
Definition at line 24 of file ThingSmartDoorBellManager.h.
|
readwritenonatomicstrong |
the sub device's node id which calling
Definition at line 22 of file ThingSmartDoorBellManager.h.
|
readwritenonatomicassign |
the time of doorbell call be triggered
Definition at line 26 of file ThingSmartDoorBellManager.h.
|
readwritenonatomicstrong |
call type, "doorbell" or "ac_doorbell", or custom type
Definition at line 18 of file ThingSmartDoorBellManager.h.