Change proto numbering

This commit is contained in:
Dmytro Skarzhynets 2024-02-15 18:36:16 +02:00 committed by Dmytro Skarzhynets
parent e586f367fa
commit 11cf5e7de8

View File

@ -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 = 13; DeviceConnectProto deviceConnectMsg = 50;
DeviceDisconnectProto deviceDisconnectMsg = 14; DeviceDisconnectProto deviceDisconnectMsg = 51;
DeviceInactivityProto deviceInactivityMsg = 15; DeviceInactivityProto deviceInactivityMsg = 52;
} }
/* 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 */