Browse Source

DeviceProfileUpdateMsg - make defaultDashboardId optional

pull/7914/head
Volodymyr Babak 3 years ago
parent
commit
4f4ef6fa7d
  1. 4
      common/edge-api/src/main/proto/edge.proto

4
common/edge-api/src/main/proto/edge.proto

@ -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…
Cancel
Save