From 8bfc1215384797f9b709ee06bc721d472182f15b Mon Sep 17 00:00:00 2001
From: Davin <591807572@qq.com>
Date: 星期三, 20 十一月 2024 15:11:44 +0800
Subject: [PATCH] feature 萤石摄像头翻转

---
 EZDemo/HDLEZDemo/HDLEZDemo/ViewController.m |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/EZDemo/HDLEZDemo/HDLEZDemo/ViewController.m b/EZDemo/HDLEZDemo/HDLEZDemo/ViewController.m
index 9de4a47..1f56a52 100644
--- a/EZDemo/HDLEZDemo/HDLEZDemo/ViewController.m
+++ b/EZDemo/HDLEZDemo/HDLEZDemo/ViewController.m
@@ -10,7 +10,7 @@
 
 //钀ょ煶闂ㄩ攣spk
 #define HDLEZ_DOOR_SPK  @"security.door.ezviz"
-#define HDLEZ_DEVICEID  @"1678282604879122434"
+#define HDLEZ_DEVICEID  @"1679420297738518530"
 //#define HDLEZ_DEVICESERIAL @"K36229010"
 #define HDLEZ_DEVICESERIAL @"L32590140"
 
@@ -46,7 +46,7 @@
 }
 
 - (IBAction)toDoorCamera:(id)sender {
-    [[EZSDK sharedInstance] PlayWithDeviceSerial:HDLEZ_DEVICESERIAL deviceId:HDLEZ_DEVICEID deviceType:HDLEZ_DOOR_SPK];
+    [[EZSDK sharedInstance] PlayWithDeviceSerial:HDLEZ_DEVICESERIAL deviceId:HDLEZ_DEVICEID deviceType:HDLEZ_DOOR_SPK msgId:@""];
 }
 
 - (IBAction)toTempView:(id)sender {

--
Gitblit v1.8.0