Commit b668252fd825a2d84e22d37ef9432aa2c8123833

Authored by 潘钊
2 parents 8e64d640 da2d77b6

Merge branch 'master' of 192.168.168.201:panzhaov5/bsth_control

Showing 1 changed file with 2 additions and 2 deletions
README.md
... ... @@ -233,10 +233,10 @@
233 233 | data.deviceId | string | 设备编号 |
234 234 | data.timestamp | long | 时间戳 |
235 235 | data.instructType | short | 保留 默认0 |
236   -| data.dispatchInstruct | short | 调度指令 |
  236 +| data.dispatchInstruct | short | 调度指令 调度指令。0X00表示信息短语,0X01表示取消上次指令+调度指令(闹钟有效),0x02表示为调度指令(闹钟有效); 0x03表示运营状态指令(闹钟无效);0x04表示其他指令。|
237 237 | data.msgId | long | 同上 |
238 238 | data.alarmTime | long | 闹钟 |
239   -| data.serviceState | long | 多状态字节 |
  239 +| data.serviceState | long | 多状态字节   先由车载发起车辆故障、事故报告、扣证、纠纷、加油等审请,经调度确认后,下发调度指令与运营状态。当调度指令为0X00终端需要提示信息。当调度指令为0x01和0x02,终端需要收到后提示信息。并且必须在闹钟结束后进行终端相关状态更新。在闹钟时间前120秒开始提示。当调度指令为0x03,收到后进行终端相关状态更新,终端不需要提示信息。当调度指令为0x04,暂不需要提示信息。|
240 240 | data.txtContent | string | 下发的消息文本 |
241 241 ```json
242 242 {
... ...