Add configs for some banggood light switches:
- YK3_WIFI_SV2 (1 and 2 gang) - YK3_WIFI_SV5 (3 gang)
This commit is contained in:
7
fs/1gang.json
Normal file
7
fs/1gang.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"name": "1 Gang - YK3_WIFI_SV2",
|
||||||
|
"status_led": 0,
|
||||||
|
"channels": [
|
||||||
|
{ "led": 14, "relay": 4, "button": 3 }
|
||||||
|
]
|
||||||
|
}
|
8
fs/2gang.json
Normal file
8
fs/2gang.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"name": "2 Gang - YK3_WIFI_SV2",
|
||||||
|
"status_led": 0,
|
||||||
|
"channels": [
|
||||||
|
{ "led": 16, "relay": 13, "button": 12 },
|
||||||
|
{ "led": 2, "relay": 15, "button": 5 }
|
||||||
|
]
|
||||||
|
}
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "3 Gang",
|
"name": "3 Gang - YK3_WIFI_SV5",
|
||||||
"status_led": 0,
|
"status_led": 0,
|
||||||
"channels": [
|
"channels": [
|
||||||
{ "led": 2, "relay": 15, "button": 5 },
|
{ "led": 16, "relay": 13, "button": 12 },
|
||||||
{ "led": 14, "relay": 4, "button": 3 },
|
{ "led": 14, "relay": 4, "button": 3 },
|
||||||
{ "led": 16, "relay": 13, "button": 12 }
|
{ "led": 2, "relay": 15, "button": 5 }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user