cleaning this all up a bit further...

This commit is contained in:
erebion 2026-01-06 20:58:16 +01:00
commit 5c6523d7a2
5 changed files with 4 additions and 226 deletions

View file

@ -1,77 +0,0 @@
{
"id": "{{ mysterious_id }}",
"ver": "1.24",
"lang": "deu",
"auth": {
"type": "AID",
"aid": "{{ aid }}"
},
"client": {
"id": "HAFAS",
"type": "WEB",
"name": "webapp",
"l": "vs_webapp",
"v": 10104
},
"formatted": false,
"ext": "VRR.1",
"svcReqL": [
{
"meth": "SubscrCreate",
"req": {
"statSubscr": {
"hysteresis": {
"himFltrL": [
{
"type": "HIMCAT",
"mode": "INC",
"value": "0"
},
{
"type": "HIMCAT",
"mode": "INC",
"value": "4"
},
{
"type": "HIMCAT",
"mode": "INC",
"value": "2"
},
{
"type": "HIMCAT",
"mode": "INC",
"value": "3"
},
{
"type": "HIMCAT",
"mode": "INC",
"value": "1"
}
]
},
"jnyFltrL": [
{
"type": "LINEID",
"mode": "INC",
"value": 92404
}
],
"serviceDays": {
"selectedWeekdays": "1111111",
"beginDate": "20250615",
"endDate": "20331211",
"beginTime": "000000",
"endTime": "235959"
}
},
"userId": "{{ user_id }}",
"channels": [
{
"channelId": "{{ channel_id }}"
}
]
},
"id": "1|5|"
}
]
}

View file

@ -1,78 +0,0 @@
{
"id": "{{ mysterious_id }}",
"ver": "1.24",
"lang": "deu",
"auth": {
"type": "AID",
"aid": "{{ aid }}"
},
"client": {
"id": "HAFAS",
"type": "WEB",
"name": "webapp",
"l": "vs_webapp",
"v": 10104
},
"formatted": false,
"ext": "VRR.1",
"svcReqL": [
{
"meth": "SubscrUpdate",
"req": {
"userId": "{{ user_id }}",
"subscrId": {{ subscription_id }},
"statSubscr": {
"hysteresis": {
"himFltrL": [
{
"type": "HIMCAT",
"mode": "INC",
"value": "0"
},
{
"type": "HIMCAT",
"mode": "INC",
"value": "4"
},
{
"type": "HIMCAT",
"mode": "INC",
"value": "2"
},
{
"type": "HIMCAT",
"mode": "INC",
"value": "3"
},
{
"type": "HIMCAT",
"mode": "INC",
"value": "1"
}
]
},
"jnyFltrL": [
{
"type": "LINEID",
"mode": "INC",
"value": 92404
}
],
"serviceDays": {
"selectedWeekdays": "1111110",
"beginDate": "20250615",
"endDate": "20331211",
"beginTime": "00000000",
"endTime": "00235959"
}
},
"channels": [
{
"channelId": "{{ channel_id }}"
}
]
},
"id": "1|12|"
}
]
}