From 9eb253b80440485949b36a8f2bf43a43d30639be Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期日, 28 六月 2020 15:56:05 +0800
Subject: [PATCH] camera add voice

---
 controllers/camera.go |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/controllers/camera.go b/controllers/camera.go
index 03c36ee..56a2ad4 100644
--- a/controllers/camera.go
+++ b/controllers/camera.go
@@ -45,6 +45,9 @@
 	ResolutionHeight int   `json:"resolution_height"`//鍒嗚鲸鐜囬珮
 
 	Sensors []SensorVo `json:"sensors"` //浼犳劅鍣ㄥ垪琛�
+
+	VoiceEnable 		bool 	   				`json:"voiceEnable"`
+	VoiceId 			string 	   				`json:"voiceId"`
 }
 
 type Resolution struct {

--
Gitblit v1.8.0