1
0
Fork 0

demo configuration

This commit is contained in:
Kevin Matz 2019-11-16 16:21:07 -05:00
parent 56912a60fe
commit fbf406e92d
1 changed files with 9 additions and 4 deletions

View File

@ -1,17 +1,22 @@
[button] [button]
names=switch1,switch2,switch3 names=switch1,switch2,switch3,switch4
[switch1] [switch1]
pin: 4 pin: 12
close: "gm21/2" close: "gm21/2"
open: "gm21/1" open: "gm21/1"
[switch2] [switch2]
pin: 5 pin: 16
close: "gm22/2" close: "gm22/2"
open: "gm22/1" open: "gm22/1"
[switch3] [switch3]
pin: 6 pin: 20
close: "gm23/2" close: "gm23/2"
open: "gm23/1" open: "gm23/1"
[switch4]
pin: 21
close: "gm24/2"
open: "gm24/1"