Change proto numbers to avoid conflicts with PE
This commit is contained in:
parent
06bd88f7e9
commit
89db4b1188
@ -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…
x
Reference in New Issue
Block a user