![]() |
Tuya iOS Smart Life App SDK 5.15.0
|
The device firmware update status. More...
#import <ThingSmartFirmwareUpgradeStatusModel.h>
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... | |
The device firmware update status.
Definition at line 15 of file ThingSmartFirmwareUpgradeStatusModel.h.
|
readwritenonatomicstrong |
The firmware update error info.
Definition at line 33 of file ThingSmartFirmwareUpgradeStatusModel.h.
|
readwritenonatomicassign |
The group ota's task id. When single device update, its value is <= 0.
Definition at line 26 of file ThingSmartFirmwareUpgradeStatusModel.h.
|
readwritenonatomicassign |
The firmware update progress. ( sometime can be -1, please ignore when < 0. )
Definition at line 29 of file ThingSmartFirmwareUpgradeStatusModel.h.
|
readwritenonatomicassign |
Firmware upgrade remaining time.
Definition at line 35 of file ThingSmartFirmwareUpgradeStatusModel.h.
|
readwritenonatomiccopy |
The firmware update description.
Definition at line 22 of file ThingSmartFirmwareUpgradeStatusModel.h.
|
readwritenonatomiccopy |
The title of the firmware update description.
Definition at line 24 of file ThingSmartFirmwareUpgradeStatusModel.h.
|
readwritenonatomicassign |
The firmware type.
Definition at line 20 of file ThingSmartFirmwareUpgradeStatusModel.h.
|
readwritenonatomicassign |
The upgrade mode (normal, pid version, ... etc)
Definition at line 31 of file ThingSmartFirmwareUpgradeStatusModel.h.
|
readwritenonatomicassign |
The firmware update status.
Definition at line 18 of file ThingSmartFirmwareUpgradeStatusModel.h.