@@ -108,6 +108,15 @@
"params": [{"type": "text", "value": "", "tip": "固定长度12字符, 000000000000,恢复默认MAC地址", "label": "参数"}],
"response_pattern": "OK"
},
+ {
+ "title": "功耗控制类型",
+ "command": "AT+PCT",
+ "mode": ["write", "read"],
+ "params": [
+ {"type": "combo","comboValueType": "index", "defIndex": 0, "startIndex": 0, "label": "类型", "tip": "低功耗模式,可通过命令控制蓝牙广播", "values": ["串口AT", "IO控制"]}
+ ],
+ "response_pattern": "+PWCTRL:s*(d)"
+ },
{
"title": "功耗控制",
"command": "AT+LPM",