From 8acf4b0308a480defa9c8faf61ddd165b8b48f08 Mon Sep 17 00:00:00 2001 From: fan Date: Thu, 23 May 2024 16:29:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5protoc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/protos/device_state.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/protos/device_state.ts b/src/protos/device_state.ts index 4e306fd..191adb4 100644 --- a/src/protos/device_state.ts +++ b/src/protos/device_state.ts @@ -1132,7 +1132,8 @@ export namespace state { export enum TrainConnType { NONE = 0, VOBC = 1, - PC_SIM = 2 + PC_SIM_A = 3, + PC_SIM_B = 4 } } export class TrainState extends pb_1.Message {