From 3f6d87e296176177fd58ad3ee64f6d27c4427bb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=94=E8=80=81=E5=B3=B0?= Date: Sat, 15 Jun 2024 07:26:09 +0000 Subject: [PATCH] =?UTF-8?q?update=20iot-hal/src/main/java/com/java110/hal/?= =?UTF-8?q?http/yiteSmart/YiteSmartHal.java.=20=E8=B0=83=E6=95=B4=E4=BA=BF?= =?UTF-8?q?=E7=89=B9=E9=97=A8=E7=A6=81=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 五老峰 --- .../com/java110/hal/http/yiteSmart/YiteSmartHal.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/iot-hal/src/main/java/com/java110/hal/http/yiteSmart/YiteSmartHal.java b/iot-hal/src/main/java/com/java110/hal/http/yiteSmart/YiteSmartHal.java index 545f3080..ac7d95ad 100644 --- a/iot-hal/src/main/java/com/java110/hal/http/yiteSmart/YiteSmartHal.java +++ b/iot-hal/src/main/java/com/java110/hal/http/yiteSmart/YiteSmartHal.java @@ -178,8 +178,8 @@ public class YiteSmartHal { paramOut.put("msg", ""); paramOut.put("timestamp", DateUtil.getCurrentDate().getTime()); JSONObject data = new JSONObject(); - data.put("gate_button_password", "1"); - data.put("gate_button_phone", "1"); + data.put("gate_button_password", "0"); + data.put("gate_button_phone", "0"); data.put("gate_button_room", "1"); data.put("gate_button_room_input", "1"); data.put("gate_call_manager", "1"); @@ -187,12 +187,12 @@ public class YiteSmartHal { data.put("gate_check_face_switch", "0"); data.put("gate_open_face", "1"); data.put("gate_qr_pwd_state", "1"); - data.put("gate_register_face", "1"); + data.put("gate_register_face", "0"); data.put("health_qr_code_switch", "0"); data.put("pop_ad_switch", "0"); data.put("property_fee_switch", "0"); - data.put("stranger_captures", "1"); - data.put("alarm_switch", "1"); + data.put("stranger_captures", "0"); + data.put("alarm_switch", "0"); data.put("gate_log_open", 1); data.put("gate_log_cycle", 3); paramOut.put("data", data); -- Gitee