From 8afde905e5b5376dc0bce29c099fb5fef2576e02 Mon Sep 17 00:00:00 2001 From: weizhihong Date: Fri, 27 Oct 2023 14:18:30 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=A2=9E=E5=8A=A0=E4=BB=BF=E7=9C=9F?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E8=AF=B4=E6=98=8E=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/device_state.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protos/device_state.proto b/protos/device_state.proto index a35f3c4..9a50eaf 100644 --- a/protos/device_state.proto +++ b/protos/device_state.proto @@ -333,4 +333,6 @@ message SimulationStatus { string simulationId = 1; SimulationState state = 2; + + string description = 3; } \ No newline at end of file