fs
1gang.json
2gang.json
3gang.json
mqtt.pem
nodemcu-v2-test.json
sonoff-4ch.json
sonoff-basic.json
include
libs
src
unittest
.gitignore
README.md
mos.yml
10 lines
215 B
JSON
10 lines
215 B
JSON
{
|
|
"name": "3 Gang - YK3_WIFI_SV5",
|
|
"status_led": 0,
|
|
"channels": [
|
|
{ "led": 16, "relay": 13, "button": 12 },
|
|
{ "led": 14, "relay": 4, "button": 3 },
|
|
{ "led": 2, "relay": 15, "button": 5 }
|
|
]
|
|
}
|