changes 2023-06-24

This commit is contained in:
cheetah 2023-06-24 14:05:27 +02:00
parent 496e47d734
commit e231aa1437

28
config.json Normal file
View file

@ -0,0 +1,28 @@
{
"pager": {
"url": "http://127.0.0.1:3000/api/message/advanced"
},
"alarms": [
{
"name": "Normal",
"weekDay": {
"0": true,
"1": true,
"2": true,
"3": true,
"4": true,
"5": true,
"6": true
},
"alarmSchedulingMode": "weekly",
"alarmTime": "13:38",
"firstOccWeekday": 0,
"specificWeekday": "27",
"preset": "184cca745aa",
"wbxEnabled": false,
"gbxEnabled": false,
"forecastLength": "3"
}
],
"germanUmlautSupport": false
}