15 lines
365 B
YAML
15 lines
365 B
YAML
|
# Device list for GPS Device Service
|
||
|
deviceList:
|
||
|
- name: "GPS-Device-01"
|
||
|
profileName: "GPS-Device"
|
||
|
description: "GPS Device connected via UART"
|
||
|
labels:
|
||
|
- "gps"
|
||
|
- "uart"
|
||
|
- "location"
|
||
|
protocols:
|
||
|
UART:
|
||
|
deviceLocation: "/dev/ttyUSB0"
|
||
|
baudRate: 9600
|
||
|
dataBits: 8
|
||
|
ReadTimeout: 100 # 单位:毫秒
|