From 8117a06f1ebccc1e239e56cfc0a3137f499c8515 Mon Sep 17 00:00:00 2001 From: thesai <1021828630@qq.com> Date: Tue, 2 Apr 2024 14:17:17 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=96=B0=E5=A2=9E=E3=80=91=E6=B4=97?= =?UTF-8?q?=E8=BD=A6=E6=9C=BA=E7=8A=B6=E6=80=81=E5=8F=91=E9=80=81?= 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 0439254..98b4c94 100644 --- a/protos/device_state.proto +++ b/protos/device_state.proto @@ -665,6 +665,8 @@ message AllDevicesStatus{ repeated CkmState ckmStates = 14; // 防淹门状态 repeated CkmState fymStates = 15; + // 洗车机状态 + repeated XcjState xcjStates = 16; } //服务器端向前端推送的设备状态信息