Files
lightswitch/fs/sonoff-basic.json
Pim van Pelt 118eb14447 Rewrite statusled implementation.
- Read it now from app.config JSON file.
- Allow for inverted status leds (Sonoff et al)
- Clean up unit tests.
2018-01-24 13:33:13 +01:00

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 }
]
}