You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

36 lines
682 B

{
"server": {
"host": "0.0.0.0",
"port": 8443,
"tls_cert": "certs/cert.pem",
"tls_key": "certs/key.pem"
},
"auth": {
"username": "admin",
"password": "admin"
},
"serial": {
"enabled": false,
"port": "/dev/ttyACM0",
"baudrate": 115200,
"timeout": 1
},
"triggers": {
"GPIO3": {
"name": "Test",
"type": "GPIO3",
"music_file": "SONNERIE A.mp3",
"start_seconds": 0.0,
"end_seconds": null,
"volume": 80
},
"GPIO4": {
"name": "Test",
"type": "GPIO4",
"music_file": "SONNERIE A.mp3",
"start_seconds": 0.0,
"end_seconds": null,
"volume": 80
}
}
}