![]() |
Tuya iOS Smart Life App SDK 5.15.0
|
#import <ThingSmartWeatherSketchModel.h>
Properties | |
NSString * | condition |
The weather conditions, such as sunny, cloudy, and rainy. More... | |
NSString * | iconUrl |
The default weather icon. More... | |
NSString * | inIconUrl |
The highlighted weather icon. More... | |
NSString * | city |
Compatible with the parameters of earlier versions and does not apply to the business layer. More... | |
NSString * | mark |
The weather conditions, such as sunny, cloudy, rainy, and other property values. For example, Sunny indicates sunny, and Cloudy indicates cloudy. This parameter does not apply to the business layer. More... | |
NSString * | temp |
The temperature. More... | |
Definition at line 12 of file ThingSmartWeatherSketchModel.h.
|
readwritenonatomicstrong |
Compatible with the parameters of earlier versions and does not apply to the business layer.
Definition at line 24 of file ThingSmartWeatherSketchModel.h.
|
readwritenonatomicstrong |
The weather conditions, such as sunny, cloudy, and rainy.
Definition at line 15 of file ThingSmartWeatherSketchModel.h.
|
readwritenonatomicstrong |
The default weather icon.
Definition at line 18 of file ThingSmartWeatherSketchModel.h.
|
readwritenonatomicstrong |
The highlighted weather icon.
Definition at line 21 of file ThingSmartWeatherSketchModel.h.
|
readwritenonatomicstrong |
The weather conditions, such as sunny, cloudy, rainy, and other property values. For example, Sunny
indicates sunny, and Cloudy
indicates cloudy. This parameter does not apply to the business layer.
Definition at line 27 of file ThingSmartWeatherSketchModel.h.
|
readwritenonatomicstrong |
The temperature.
Definition at line 30 of file ThingSmartWeatherSketchModel.h.