Add all 5 transit stops to sites config

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-15 23:07:51 +01:00
parent 57cd9809e0
commit ba0cdbab64

View File

@@ -1,8 +1,8 @@
{ {
"orientation": "landscape", "orientation": "landscape",
"darkMode": "auto", "darkMode": "off",
"backgroundImage": "https://images.unsplash.com/photo-1509356843151-3e7d96241e11?q=80&w=1000", "backgroundImage": "https://images.unsplash.com/photo-1509356843151-3e7d96241e11?q=80&w=1000",
"backgroundOpacity": 0.45, "backgroundOpacity": 0.25,
"sites": [ "sites": [
{ {
"id": "1411", "id": "1411",
@@ -23,6 +23,16 @@
"id": "1110", "id": "1110",
"name": "Radiohuset", "name": "Radiohuset",
"enabled": true "enabled": true
},
{
"id": "1007",
"name": "Cityterminalen (på Kungsbron)",
"enabled": true
},
{
"id": "9636",
"name": "Bråvallavägen",
"enabled": true
} }
], ],
"combineSameDirection": true "combineSameDirection": true