From 0b01e7cb78f7e64e52b6faf30f1e7e2b71acf784 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@iotlink.com>
Date: 星期四, 31 十月 2019 17:37:30 +0800
Subject: [PATCH] fix: camera Pan-Tilt control

---
 extend/config/config.go |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/extend/config/config.go b/extend/config/config.go
index c775712..2ab67ab 100644
--- a/extend/config/config.go
+++ b/extend/config/config.go
@@ -26,8 +26,9 @@
 	ChannelCount    string `mapstructure: "channelCount"`    //閫氶亾涓暟
 	DiskCount       string `mapstructure: "diskCount"`       //纭洏涓暟
 
-	SudoPassword  string      `mapstructure: "sudoPassword"`
+	SudoPassword  string      `mapstructure: "sudoPassword"` //绯荤粺瀵嗙爜
 	SysThresholds []threshold `mapstructure: "sysThresholds"`
+	PTZSpeed      int         `mapstructure: "ptzSpeed"` // 浜戝彴绉诲姩閫熷害
 }
 
 var Server = &server{}

--
Gitblit v1.8.0