From 712ef81c6b8813a498a66cf61ffcd37e5c502c8c Mon Sep 17 00:00:00 2001
From: sunty <1172534965@qq.com>
Date: 星期五, 01 十一月 2019 13:45:30 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 config/test.yaml |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/config/test.yaml b/config/test.yaml
index 4c84f61..655231c 100644
--- a/config/test.yaml
+++ b/config/test.yaml
@@ -24,16 +24,17 @@
   sysThresholds:
   -
     value: 60
-    color: #13ce66
+    color: '#13ce66'
   -
     value: 80
-    color: #FF9C4A
+    color: '#FF9C4A'
   -
     value: 95
-    color: #f53d3d
+    color: '#f53d3d'
   -
     value: 100
-    color: #5d0000
+    color: '#5d0000'
+  ptzSpeed: 50
 database:
   driver: sqlite
   name: sqlite3

--
Gitblit v1.8.0