From 7800f93406bbadd07d5da2f8698723603c4aeae7 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Thu, 28 May 2026 15:25:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95-=E4=BF=AE=E6=94=B9=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E6=9B=B4=E6=94=B9=E8=BD=A6=E4=BD=8D=E7=81=AF=E9=A2=9C?= =?UTF-8?q?=E8=89=B22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/HikParkingCameraService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Services/HikParkingCameraService.php b/app/Services/HikParkingCameraService.php index 01cc945..7d37c41 100644 --- a/app/Services/HikParkingCameraService.php +++ b/app/Services/HikParkingCameraService.php @@ -78,12 +78,12 @@ class HikParkingCameraService "VehicleNoExist" => [ "enabled" => true, "flashEnabled" => $is_flicker, - "lampColor" => $color_occupy + "lampColor" => $color_vacant ], "VehicleExist" => [ "enabled" => true, "flashEnabled" => $is_flicker, - "lampColor" => $color_vacant + "lampColor" => $color_occupy ] ] ]