Parcourir la source

面板组指定的面板列表放入配置中 panels

miricy il y a 11 mois
Parent
commit
189a7c6ef7
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      product/deviceconfig.md

+ 3 - 0
product/deviceconfig.md

@@ -1470,6 +1470,9 @@ Authorization: Bearer {{key}}
             "port": "1",  //端口
         }
     }],
+    //面板组中包含的面板id列表,如包含此项,则面板选择列表只列出panels中存在的面板
+    // 如不包含此项,面板选择则默认按配置中存在的面板列表显示选取
+    "panels":["panel1","panel2"], 
 
     "scenes":[
         {