Tuya iOS Smart Life App SDK 5.15.0
ThingSmartFirmwareUpgradeStatusModel Class Reference

The device firmware update status. More...

#import <ThingSmartFirmwareUpgradeStatusModel.h>

Inheritance diagram for ThingSmartFirmwareUpgradeStatusModel:

Properties

ThingSmartDeviceUpgradeStatus upgradeStatus
 The firmware update status. More...
 
NSInteger type
 The firmware type. More...
 
NSString * statusText
 The firmware update description. More...
 
NSString * statusTitle
 The title of the firmware update description. More...
 
long groupId
 The group ota's task id. When single device update, its value is <= 0. More...
 
NSInteger progress
 The firmware update progress. ( sometime can be -1, please ignore when < 0. ) More...
 
ThingSmartDeviceUpgradeMode upgradeMode
 The upgrade mode (normal, pid version, ... etc) More...
 
NSError * error
 The firmware update error info. More...
 
NSInteger remainTime
 Firmware upgrade remaining time. More...
 

Detailed Description

The device firmware update status.

Definition at line 15 of file ThingSmartFirmwareUpgradeStatusModel.h.

Property Documentation

◆ error

- (NSError *) error
readwritenonatomicstrong

The firmware update error info.

Definition at line 33 of file ThingSmartFirmwareUpgradeStatusModel.h.

◆ groupId

- (long) groupId
readwritenonatomicassign

The group ota's task id. When single device update, its value is <= 0.

Definition at line 26 of file ThingSmartFirmwareUpgradeStatusModel.h.

◆ progress

- (NSInteger) progress
readwritenonatomicassign

The firmware update progress. ( sometime can be -1, please ignore when < 0. )

Definition at line 29 of file ThingSmartFirmwareUpgradeStatusModel.h.

◆ remainTime

- (NSInteger) remainTime
readwritenonatomicassign

Firmware upgrade remaining time.

Definition at line 35 of file ThingSmartFirmwareUpgradeStatusModel.h.

◆ statusText

- (NSString *) statusText
readwritenonatomiccopy

The firmware update description.

Definition at line 22 of file ThingSmartFirmwareUpgradeStatusModel.h.

◆ statusTitle

- (NSString *) statusTitle
readwritenonatomiccopy

The title of the firmware update description.

Definition at line 24 of file ThingSmartFirmwareUpgradeStatusModel.h.

◆ type

- (NSInteger) type
readwritenonatomicassign

The firmware type.

Definition at line 20 of file ThingSmartFirmwareUpgradeStatusModel.h.

◆ upgradeMode

- (ThingSmartDeviceUpgradeMode) upgradeMode
readwritenonatomicassign

The upgrade mode (normal, pid version, ... etc)

Definition at line 31 of file ThingSmartFirmwareUpgradeStatusModel.h.

◆ upgradeStatus

- (ThingSmartDeviceUpgradeStatus) upgradeStatus
readwritenonatomicassign

The firmware update status.

Definition at line 18 of file ThingSmartFirmwareUpgradeStatusModel.h.


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