Files
game-driver/config.yml
2025-02-27 13:53:15 +08:00

43 lines
901 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
volume: 100 # 音量取值范围0~100
voice: zhifeng_emo # 发音人
speechRate: 50 # 语速,取值范围:-500~500
#game:
# addr: /dev/ttyUSB0 # 点位 11 的串口地址
# pushGroups: # 点位 10 的发卡器配置
# - 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