DeviceProfileUpdateMsg - make defaultDashboardId optional
This commit is contained in:
parent
490c7a0793
commit
4f4ef6fa7d
@ -227,8 +227,8 @@ message DeviceProfileUpdateMsg {
|
||||
optional int64 firmwareIdLSB = 17;
|
||||
optional int64 softwareIdMSB = 18;
|
||||
optional int64 softwareIdLSB = 19;
|
||||
int64 defaultDashboardIdMSB = 20;
|
||||
int64 defaultDashboardIdLSB = 21;
|
||||
optional int64 defaultDashboardIdMSB = 20;
|
||||
optional int64 defaultDashboardIdLSB = 21;
|
||||
}
|
||||
|
||||
message AssetProfileUpdateMsg {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user