added debug for loading config problems

This commit is contained in:
2026-02-11 21:28:41 +01:00
parent af4355a83f
commit cdf5f7a356
3 changed files with 63 additions and 7 deletions
+17 -6
View File
@@ -1,12 +1,23 @@
{
"name": "Dampflok BR 01",
"image": "dampflok1.jpg",
"name": "BR 01 Dampflok",
"image": "damkpflok1.jpg",
"hub_id": 0,
"hub_type": "4channel",
"channels": [
{"port": "A", "type": "motor", "name": "Fahrtrichtung", "invert": false, "negative_only": false},
{"port": "B", "type": "motor", "name": "Unterstützung", "invert": false, "negative_only": false},
{"port": "C", "type": "light", "name": "Licht vorne", "on_value": 1.0, "off_value": 0.0, "negative_only": false},
{"port": "D", "type": "fogger", "name": "Dampf", "on_value": -1.0, "off_value": 0.0, "negative_only": true}
{
"port": "A",
"type": "motor",
"name": "Fahrtrichtung"
},
{
"port": "B",
"type": "motor",
"name": "Dampf / Kohle"
},
{
"port": "C",
"type": "light",
"name": "Spitzenlicht"
}
]
}