diff --git a/Communication protocol-B200W-MQTT Protocol.md b/Communication protocol-B200W-MQTT Protocol.md index b59b219..03b0c16 100644 --- a/Communication protocol-B200W-MQTT Protocol.md +++ b/Communication protocol-B200W-MQTT Protocol.md @@ -112,7 +112,6 @@ The topic subscribed by the application, published by the base station
||Set TCP/IP parameters|[setBsTcpipParams](#setbstcpipparams)|[fEvtBsTcpipParams](#fevtbstcpipparams)|| |Network Settings - MQTT Parameters|Get MQTT Parameters|[getBsMqttParams](#getbsmqttparams)|[fEvtBsMqttParams](#fevtbsmqttparams)| ||Set MQTT parameters|[setBsMqttParams](#setbsmqttparams)|[fEvtBsMqttParams](#fevtbsmqttparams)|| -|Base station maintenance|Get base station log information|[getBsLogInfo](#getbsloginfo)|[sEvtStateCode](#sevtstatecode)| ### Keypad Management |Function classification|Function|API command|Command event| |---|---|---|---| @@ -1278,31 +1277,6 @@ This event is returned after sending the command } ``` -### Base Station Maintenance -#### Method -##### getBsLogInfo -- **Topic**: /client/\${baseSN}/send -- **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 -- **Parameter Description** - -|Parameter name|Type|Restriction|Required|Description| -|---|---|---|---|---| -|fun|string|-|True|Command name| -|dataTag|string|-|False|Data packet tag, can be an empty string| - -- **Sample Code** - -```json -{ - "fun":"getBsLogInfo", - "dataTag":"1" -} -``` - -#### Event -##### [sEvtStateCode](#sevtstatecode) -Returns the command reception status - ## Keypad Management ### Interaction Settings #### Method diff --git a/通讯协议-B200W-MQTT协议[外].md b/通讯协议-B200W-MQTT协议[外].md index bfee838..eb7e1bc 100644 --- a/通讯协议-B200W-MQTT协议[外].md +++ b/通讯协议-B200W-MQTT协议[外].md @@ -113,7 +113,6 @@ MQTT服务器配置结果检查 ||设置TCP/IP参数|[setBsTcpipParams](#setbstcpipparams)|[fEvtBsTcpipParams](#fevtbstcpipparams)|| |网络设置 - MQTT参数|获取MQTT参数|[getBsMqttParams](#getbsmqttparams)|[fEvtBsMqttParams](#fevtbsmqttparams)| ||设置MQTT参数|[setBsMqttParams](#setbsmqttparams)|[fEvtBsMqttParams](#fevtbsmqttparams)|| -|基站维护|获取基站日志信息|[getBsLogInfo](#getbsloginfo)|[sEvtStateCode](#sevtstatecode)| ### 键盘管理 |功能归类|功能|API指令|指令事件| |---|---|---|---| @@ -1274,31 +1273,6 @@ MQTT服务器配置结果检查 } ``` -### 基站维护 -#### 方法 -##### getBsLogInfo -- **主题**:/client/\${baseSN}/send -- **功能描述**:获取基站日志,用于出现故障需要排查问题时获取基站内部日志记录 -- **参数说明** - -|参数名|类型|限制|是否必填|说明| -|---|---|---|---|---| -|fun|string|-|是|指令名称| -|dataTag|string|-|否|数据包标识,可为空字符串| - -- **示例代码** - -```json -{ - "fun":"getBsLogInfo", - "dataTag":"1" -} -``` - -#### 事件 -##### [sEvtStateCode](#sevtstatecode) -返回指令的接收状态 - ## 键盘管理 ### 交互设置 #### 方法