Files
game-driver/config.yml

42 lines
773 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: 2
relay:
maxTimeout: 60 # 单位 s必须大于 0
log:
level: debug
file:
filename: logs/app.log
maxSize: 10
maxBackups: 5
maxAge: 30
compress: true
mqtt:
url: mqtt://58.144.199.46:1883
aliyun:
accessKeyID:
accessKeySecret:
appKey:
timeout: 10 # 单位 s
voice: zhifeng_emo
speechRate: 50 # 语速
game:
# addr: /dev/ttyUSB0 # 点位 5 的串口地址
pushGroups: # 点位 4 的发卡器配置
- name: gpiochip0
read: /dev/ttyUSB0
outOK: 21
lower: 20
error: 16
empty: 12
push: 13
reset: 19
pull: 26
- name: gpiochip0
read: /dev/ttyUSB0
outOK: 7
lower: 8
error: 25
empty: 24
push: 10
reset: 9
pull: 11