Browse Source

Change proto numbers to avoid conflicts with PE

pull/9030/head
Dmytro Skarzhynets 2 years ago
committed by Dmytro Skarzhynets
parent
commit
89db4b1188
  1. 6
      common/proto/src/main/proto/queue.proto

6
common/proto/src/main/proto/queue.proto

@ -1295,9 +1295,9 @@ message ToCoreMsg {
LifecycleEventProto lifecycleEventMsg = 8; LifecycleEventProto lifecycleEventMsg = 8;
ErrorEventProto errorEventMsg = 9; ErrorEventProto errorEventMsg = 9;
ToDeviceActorNotificationMsgProto toDeviceActorNotification = 10; ToDeviceActorNotificationMsgProto toDeviceActorNotification = 10;
DeviceConnectProto deviceConnectMsg = 11; DeviceConnectProto deviceConnectMsg = 13;
DeviceDisconnectProto deviceDisconnectMsg = 12; DeviceDisconnectProto deviceDisconnectMsg = 14;
DeviceInactivityProto deviceInactivityMsg = 13; DeviceInactivityProto deviceInactivityMsg = 15;
} }
/* High priority messages with low latency are handled by ThingsBoard Core Service separately */ /* High priority messages with low latency are handled by ThingsBoard Core Service separately */

Loading…
Cancel
Save