init project files

This commit is contained in:
2026-02-03 15:12:06 +01:00
parent 96f783ad55
commit 1434f35f8b
15 changed files with 243 additions and 0 deletions
BIN
View File
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 196 KiB

+12
View File
@@ -0,0 +1,12 @@
{
"name": "Dampflok BR 01",
"image": "dampflok1.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}
]
}