Files
lightswitch/unittest/testdata/testconfig1.json
2018-01-05 16:58:15 +01:00

10 lines
210 B
JSON

{
"name": "3 Gang, No LEDs",
"status_led": -1,
"channels": [
{ "led": -1, "relay": 15, "button": 5 },
{ "led": -1, "relay": 4, "button": 3 },
{ "led": -1, "relay": 13, "button": 12 }
]
}