Tuya iOS Smart Life App SDK 5.15.0
ThingSmartThingProperty Class Reference

#import <ThingSmartThingModel.h>

Inheritance diagram for ThingSmartThingProperty:

Properties

NSInteger abilityId
 The property id. More...
 
NSString * code
 The property code. More...
 
NSString * accessMode
 
NSDictionary * typeSpec
 The type spec. More...
 
id defaultValue
 The default value. More...
 

Detailed Description

Definition at line 65 of file ThingSmartThingModel.h.

Property Documentation

◆ abilityId

- (NSInteger) abilityId
readwritenonatomicassign

The property id.

Definition at line 67 of file ThingSmartThingModel.h.

◆ accessMode

- (NSString *) accessMode
readwritenonatomicstrong

The access mode.

  • rw: send and report
  • ro: only report
  • wr: only send.

Definition at line 74 of file ThingSmartThingModel.h.

◆ code

- (NSString *) code
readwritenonatomicstrong

The property code.

Definition at line 69 of file ThingSmartThingModel.h.

◆ defaultValue

- (id) defaultValue
readwritenonatomicstrong

The default value.

Definition at line 78 of file ThingSmartThingModel.h.

◆ typeSpec

- (NSDictionary *) typeSpec
readwritenonatomicstrong

The type spec.

Definition at line 76 of file ThingSmartThingModel.h.


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