Tuya iOS Smart Life App SDK 5.15.0
ThingSmartWeatherSketchModel Class Reference

#import <ThingSmartWeatherSketchModel.h>

Inheritance diagram for ThingSmartWeatherSketchModel:

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...
 

Detailed Description

Definition at line 12 of file ThingSmartWeatherSketchModel.h.

Property Documentation

◆ city

- (NSString *) city
readwritenonatomicstrong

Compatible with the parameters of earlier versions and does not apply to the business layer.

Definition at line 24 of file ThingSmartWeatherSketchModel.h.

◆ condition

- (NSString *) condition
readwritenonatomicstrong

The weather conditions, such as sunny, cloudy, and rainy.

Definition at line 15 of file ThingSmartWeatherSketchModel.h.

◆ iconUrl

- (NSString *) iconUrl
readwritenonatomicstrong

The default weather icon.

Definition at line 18 of file ThingSmartWeatherSketchModel.h.

◆ inIconUrl

- (NSString *) inIconUrl
readwritenonatomicstrong

The highlighted weather icon.

Definition at line 21 of file ThingSmartWeatherSketchModel.h.

◆ mark

- (NSString *) mark
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.

◆ temp

- (NSString *) temp
readwritenonatomicstrong

The temperature.

Definition at line 30 of file ThingSmartWeatherSketchModel.h.


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