Files
game-driver/config.yml

40 lines
764 B
YAML
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
location: wushan
point: 4
relay: /dev/ttyUSB1
maxTimeout: 60 # 单位 s必须大于 0
log:
level: debug
file:
filename: logs/app.log
maxSize: 10
maxBackups: 5
maxAge: 30
compress: true
mqtt:
url: mqtt://36.138.38.16:1883
aliyun:
accessKeyID:
accessKeySecret:
appKey:
timeout: 10 # 单位 s
voice: zhifeng_emo
game:
# addr: /dev/ttyUSB0 # 点位 5 的串口地址
pushGroups: # 点位 4 的发卡器配置
- name: gpiochip0
outOK: 21
lower: 20
error: 16
empty: 12
push: 13
reset: 19
pull: 26
- name: gpiochip0
outOK: 7
lower: 8
error: 25
empty: 24
push: 10
reset: 9
pull: 11
readAddr: /dev/ttyUSB0 # 点位 4 的读卡器配置