Просмотр исходного кода

更新 'product/deviceconfig.md'

"is_season":true,//是否区分季节,true:区分季节【winter、summer配置起效】,false:不区分季节【common配置起效】
            "winter": {//冬季相关参数
                "enable": true,//true:启用,false:禁用
                "input":{//属性及属性值列表
                    "status":"on/off"
                }
            },
            "summer": { //夏季相关属性及属性值列表
                "enable": true,//true:启用,false:禁用
                "input":{//属性及属性值列表
                    "status":"on/off"
                }
            },
            "common": { //不分季节通用参数
                "status":"on/off",
                "input":{//属性及属性值列表
                    "status":"on/off"
                }
            },
zhugongping 1 год назад
Родитель
Сommit
9a3ee75bf7
1 измененных файлов с 19 добавлено и 1 удалено
  1. 19 1
      product/deviceconfig.md

+ 19 - 1
product/deviceconfig.md

@@ -333,7 +333,25 @@ Authorization: Bearer {{token}}
             //1、是否区分时令通过每个面板单独配置,默认配置区分时令
             //2、不区分时令时无需接收和广播时令,时令设置项禁用
             // 3、如果不区分或者区分时不广播时,不发不收,开机不同步。用户点击刷新按钮,则同步最新时令配置。
-            "is_season":true,//配置所有面板类设备是否区分季节
+            "is_season":true,//是否区分季节,true:区分季节【winter、summer配置起效】,false:不区分季节【common配置起效】
+            "winter": {//冬季相关参数
+                "enable": true,//true:启用,false:禁用
+                "input":{//属性及属性值列表
+                    "status":"on/off"
+                }
+            },
+            "summer": { //夏季相关属性及属性值列表
+                "enable": true,//true:启用,false:禁用
+                "input":{//属性及属性值列表
+                    "status":"on/off"
+                }
+            },
+            "common": { //不分季节通用参数
+                "status":"on/off",
+                "input":{//属性及属性值列表
+                    "status":"on/off"
+                }
+            },
             //智能控制面板配置 panel
             "display_device":    //面板上要显示的设备列表
                 [{