- Read it now from app.config JSON file. - Allow for inverted status leds (Sonoff et al) - Clean up unit tests.
9 lines
166 B
JSON
9 lines
166 B
JSON
{
|
|
"name": "Sonoff Basic, S20, SV, RF, TH, Touch",
|
|
"statusled": 13,
|
|
"statusled_invert": true,
|
|
"channels": [
|
|
{ "led": -1, "relay": 12, "button": 0 }
|
|
]
|
|
}
|