Commit 2c47fac2979ff2739d781f5633f5c7a54982e46a

Authored by 王通
1 parent 817d069b

1

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