firmware id optional
This commit is contained in:
parent
4a60912cd9
commit
a967ea82d4
@ -198,8 +198,8 @@ message DeviceUpdateMsg {
|
|||||||
optional string label = 10;
|
optional string label = 10;
|
||||||
optional string additionalInfo = 11;
|
optional string additionalInfo = 11;
|
||||||
optional string conflictName = 12;
|
optional string conflictName = 12;
|
||||||
int64 firmwareIdMSB = 13;
|
optional int64 firmwareIdMSB = 13;
|
||||||
int64 firmwareIdLSB = 14;
|
optional int64 firmwareIdLSB = 14;
|
||||||
}
|
}
|
||||||
|
|
||||||
message DeviceProfileUpdateMsg {
|
message DeviceProfileUpdateMsg {
|
||||||
@ -218,8 +218,8 @@ message DeviceProfileUpdateMsg {
|
|||||||
bytes profileDataBytes = 13;
|
bytes profileDataBytes = 13;
|
||||||
optional string provisionDeviceKey = 14;
|
optional string provisionDeviceKey = 14;
|
||||||
optional bytes image = 15;
|
optional bytes image = 15;
|
||||||
int64 firmwareIdMSB = 16;
|
optional int64 firmwareIdMSB = 16;
|
||||||
int64 firmwareIdLSB = 17;
|
optional int64 firmwareIdLSB = 17;
|
||||||
}
|
}
|
||||||
|
|
||||||
message DeviceCredentialsUpdateMsg {
|
message DeviceCredentialsUpdateMsg {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user