Commit 3d43ed445e017847818794cf71c61f606767615e
1 parent
a8a1ce2f
删除外部协议的获取日志接口
Showing
2 changed files
with
0 additions
and
52 deletions
Communication protocol-B200W-MQTT Protocol.md
... | ... | @@ -112,7 +112,6 @@ The topic subscribed by the application, published by the base station <br> |
112 | 112 | ||Set TCP/IP parameters|[setBsTcpipParams](#setbstcpipparams)|[fEvtBsTcpipParams](#fevtbstcpipparams)|| |
113 | 113 | |Network Settings - MQTT Parameters|Get MQTT Parameters|[getBsMqttParams](#getbsmqttparams)|[fEvtBsMqttParams](#fevtbsmqttparams)| |
114 | 114 | ||Set MQTT parameters|[setBsMqttParams](#setbsmqttparams)|[fEvtBsMqttParams](#fevtbsmqttparams)|| |
115 | -|Base station maintenance|Get base station log information|[getBsLogInfo](#getbsloginfo)|[sEvtStateCode](#sevtstatecode)| | |
116 | 115 | ### Keypad Management |
117 | 116 | |Function classification|Function|API command|Command event| |
118 | 117 | |---|---|---|---| |
... | ... | @@ -1278,31 +1277,6 @@ This event is returned after sending the command |
1278 | 1277 | } |
1279 | 1278 | ``` |
1280 | 1279 | |
1281 | -### Base Station Maintenance | |
1282 | -#### Method | |
1283 | -##### getBsLogInfo | |
1284 | -- **Topic**: /client/\${baseSN}/send | |
1285 | -- **Function description**: Get base station logs, which are used to obtain internal log records of base stations when a fault occurs and needs to be investigated | |
1286 | -- **Parameter Description** | |
1287 | - | |
1288 | -|Parameter name|Type|Restriction|Required|Description| | |
1289 | -|---|---|---|---|---| | |
1290 | -|fun|string|-|True|Command name| | |
1291 | -|dataTag|string|-|False|Data packet tag, can be an empty string| | |
1292 | - | |
1293 | -- **Sample Code** | |
1294 | - | |
1295 | -```json | |
1296 | -{ | |
1297 | - "fun":"getBsLogInfo", | |
1298 | - "dataTag":"1" | |
1299 | -} | |
1300 | -``` | |
1301 | - | |
1302 | -#### Event | |
1303 | -##### [sEvtStateCode](#sevtstatecode) | |
1304 | -Returns the command reception status | |
1305 | - | |
1306 | 1280 | ## Keypad Management |
1307 | 1281 | ### Interaction Settings |
1308 | 1282 | #### Method | ... | ... |
通讯协议-B200W-MQTT协议[外].md
... | ... | @@ -113,7 +113,6 @@ MQTT服务器配置结果检查 |
113 | 113 | ||设置TCP/IP参数|[setBsTcpipParams](#setbstcpipparams)|[fEvtBsTcpipParams](#fevtbstcpipparams)|| |
114 | 114 | |网络设置 - MQTT参数|获取MQTT参数|[getBsMqttParams](#getbsmqttparams)|[fEvtBsMqttParams](#fevtbsmqttparams)| |
115 | 115 | ||设置MQTT参数|[setBsMqttParams](#setbsmqttparams)|[fEvtBsMqttParams](#fevtbsmqttparams)|| |
116 | -|基站维护|获取基站日志信息|[getBsLogInfo](#getbsloginfo)|[sEvtStateCode](#sevtstatecode)| | |
117 | 116 | ### 键盘管理 |
118 | 117 | |功能归类|功能|API指令|指令事件| |
119 | 118 | |---|---|---|---| |
... | ... | @@ -1274,31 +1273,6 @@ MQTT服务器配置结果检查 |
1274 | 1273 | } |
1275 | 1274 | ``` |
1276 | 1275 | |
1277 | -### 基站维护 | |
1278 | -#### 方法 | |
1279 | -##### getBsLogInfo | |
1280 | -- **主题**:/client/\${baseSN}/send | |
1281 | -- **功能描述**:获取基站日志,用于出现故障需要排查问题时获取基站内部日志记录 | |
1282 | -- **参数说明** | |
1283 | - | |
1284 | -|参数名|类型|限制|是否必填|说明| | |
1285 | -|---|---|---|---|---| | |
1286 | -|fun|string|-|是|指令名称| | |
1287 | -|dataTag|string|-|否|数据包标识,可为空字符串| | |
1288 | - | |
1289 | -- **示例代码** | |
1290 | - | |
1291 | -```json | |
1292 | -{ | |
1293 | - "fun":"getBsLogInfo", | |
1294 | - "dataTag":"1" | |
1295 | -} | |
1296 | -``` | |
1297 | - | |
1298 | -#### 事件 | |
1299 | -##### [sEvtStateCode](#sevtstatecode) | |
1300 | -返回指令的接收状态 | |
1301 | - | |
1302 | 1276 | ## 键盘管理 |
1303 | 1277 | ### 交互设置 |
1304 | 1278 | #### 方法 | ... | ... |