![]() |
Tuya iOS Smart Life App SDK 5.15.0
|
The device schema property. More...
#import <ThingSmartSchemaPropertyModel.h>
Properties | |
NSString * | type |
The type of object. enum: enumerated | bool: Boolean | string: character | value: numeric | bitmap: fault | array: list | struct: struct properties. More... | |
NSString * | unit |
The unit, such as °C. More... | |
double | min |
The minimum value of the numeric type. More... | |
double | max |
The maximum value of the numeric type. More... | |
double | step |
The numerical step. More... | |
NSInteger | scale |
The exponent of 10 in the numeric type, multiplied by the corresponding transmission value, is equal to the actual value and is used to avoid fractional transmission. More... | |
NSInteger | maxlen |
The maximum number of bits of the fault type. More... | |
NSArray * | label |
Detailed description of the fault type. More... | |
NSArray * | range |
The scope of the enumeration type. More... | |
NSInteger | selectedValue |
The specified value. More... | |
NSDictionary * | properties |
Detailed descroption of the struct type. More... | |
NSInteger | maxSize |
The maximum size of the array type. More... | |
NSDictionary * | elementTypeSpec |
The element type spec of the array type. More... | |
The device schema property.
Definition at line 16 of file ThingSmartSchemaPropertyModel.h.
|
readwritenonatomicstrong |
The element type spec of the array type.
Definition at line 55 of file ThingSmartSchemaPropertyModel.h.
|
readwritenonatomicstrong |
Detailed description of the fault type.
Definition at line 40 of file ThingSmartSchemaPropertyModel.h.
|
readwritenonatomicassign |
The maximum value of the numeric type.
Definition at line 28 of file ThingSmartSchemaPropertyModel.h.
|
readwritenonatomicassign |
The maximum number of bits of the fault type.
Definition at line 37 of file ThingSmartSchemaPropertyModel.h.
|
readwritenonatomicassign |
The maximum size of the array type.
Definition at line 52 of file ThingSmartSchemaPropertyModel.h.
|
readwritenonatomicassign |
The minimum value of the numeric type.
Definition at line 25 of file ThingSmartSchemaPropertyModel.h.
|
readwritenonatomicstrong |
Detailed descroption of the struct type.
Definition at line 49 of file ThingSmartSchemaPropertyModel.h.
|
readwritenonatomicstrong |
The scope of the enumeration type.
Definition at line 43 of file ThingSmartSchemaPropertyModel.h.
|
readwritenonatomicassign |
The exponent of 10 in the numeric type, multiplied by the corresponding transmission value, is equal to the actual value and is used to avoid fractional transmission.
Definition at line 34 of file ThingSmartSchemaPropertyModel.h.
|
readwritenonatomicassign |
The specified value.
Definition at line 46 of file ThingSmartSchemaPropertyModel.h.
|
readwritenonatomicassign |
The numerical step.
Definition at line 31 of file ThingSmartSchemaPropertyModel.h.
|
readwritenonatomicstrong |
The type of object. enum: enumerated | bool: Boolean | string: character | value: numeric | bitmap: fault | array: list | struct: struct properties.
Definition at line 19 of file ThingSmartSchemaPropertyModel.h.
|
readwritenonatomicstrong |
The unit, such as °C.
Definition at line 22 of file ThingSmartSchemaPropertyModel.h.