Tuya iOS Smart Life App SDK 5.15.0
ThingBLEWeatherModel Class Reference

#import <ThingBLEWeatherModel.h>

Inheritance diagram for ThingBLEWeatherModel:

Instance Methods

(NSDictionary *) - modelToDictionary
 
(NSDictionary *) - modelToDictionary
 

Properties

NSInteger temp
 current temperatures More...
 
NSInteger tempH
 minimum temperatures More...
 
NSInteger tempL
 maximum temperatures More...
 
NSString * condition
 weather conditions More...
 

Detailed Description

Definition at line 12 of file ThingBLEWeatherModel.h.

Method Documentation

◆ modelToDictionary [1/2]

- (NSDictionary *) modelToDictionary

◆ modelToDictionary [2/2]

- (NSDictionary *) modelToDictionary

Property Documentation

◆ condition

- (NSString *) condition
readwritenonatomicstrong

weather conditions

Definition at line 24 of file ThingBLEWeatherModel.h.

◆ temp

- (NSInteger) temp
readwritenonatomicassign

current temperatures

Definition at line 15 of file ThingBLEWeatherModel.h.

◆ tempH

- (NSInteger) tempH
readwritenonatomicassign

minimum temperatures

Definition at line 18 of file ThingBLEWeatherModel.h.

◆ tempL

- (NSInteger) tempL
readwritenonatomicassign

maximum temperatures

Definition at line 21 of file ThingBLEWeatherModel.h.


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