Update OTA API, including CreateOTAVerifyJob.
This commit is contained in:
@@ -51,6 +51,8 @@ namespace AlibabaCloud
|
||||
void setNeedPush(bool needPush);
|
||||
std::string getIotInstanceId()const;
|
||||
void setIotInstanceId(const std::string& iotInstanceId);
|
||||
std::string getDownloadProtocol()const;
|
||||
void setDownloadProtocol(const std::string& downloadProtocol);
|
||||
std::vector<Tag> getTag()const;
|
||||
void setTag(const std::vector<Tag>& tag);
|
||||
std::string getFirmwareId()const;
|
||||
@@ -70,6 +72,7 @@ namespace AlibabaCloud
|
||||
std::string accessKeyId_;
|
||||
bool needPush_;
|
||||
std::string iotInstanceId_;
|
||||
std::string downloadProtocol_;
|
||||
std::vector<Tag> tag_;
|
||||
std::string firmwareId_;
|
||||
std::string productKey_;
|
||||
|
||||
@@ -37,6 +37,7 @@ namespace AlibabaCloud
|
||||
struct RolloutConfig
|
||||
{
|
||||
int maximumPerMinute;
|
||||
std::string messageQoS;
|
||||
};
|
||||
struct TimeoutConfig
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user