Skip to content

Commit

Permalink
chore: fix typos in jt808 gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
HJianBo committed Nov 19, 2024
1 parent 459abfc commit 591e7bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions en_US/gateway/jt808_data_exchange.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Empty JSON
| :--------------------: | :------------: | :--------: | :----------------: |
| Province ID | province | word | integer |
| City ID | city | word | integer |
| Manufacturer ID | manufacture | byte(5) | string |
| Manufacturer ID | manufacturer | byte(5) | string |
| Terminal Model | model | byte(20) | string |
| Terminal ID | dev_id | byte(7) | string |
| Vehicle Color | color | byte | integer |
Expand Down Expand Up @@ -856,4 +856,4 @@ Empty JSON

#### Reserved 0x8F00 ~ 0x8FFF

#### Reserved 0x0F00 ~ 0x0FFF
#### Reserved 0x0F00 ~ 0x0FFF
2 changes: 1 addition & 1 deletion zh_CN/gateway/jt808_data_exchange.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
| :-------: | :------------: | :--------: | :----------------: |
| 省域 ID | province | word | integer |
| 市县域 ID | city | word | integer |
| 制造商 ID | manufacture | byte(5) | string |
| 制造商 ID | manufacturer | byte(5) | string |
| 终端型号 | model | byte(20) | string |
| 终端 ID | dev_id | byte(7) | string |
| 车牌颜色 | color | byte | integer |
Expand Down

0 comments on commit 591e7bc

Please sign in to comment.