You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ Sample accessory:
22
22
"pinDown": 11,
23
23
"durationUp": 13000,
24
24
"durationDown": 13000,
25
+
"pinClosed": 17,
26
+
"pinOpen": 18,
25
27
"activeLow": false
26
28
}
27
29
]
@@ -35,7 +37,10 @@ Fields:
35
37
-`pinDown` pin for moving down
36
38
-`durationUp` milliseconds to open blinds completely
37
39
-`durationDown` milliseconds to close blinds completely
38
-
-`activeLow` set to false if your relay is activated by high state (default: *true*)
40
+
-`pinClosed`[optional] pin connected to reed switch which is active when blind is closed, see *reedActiveLow*
41
+
-`pinOpen`[optional] pin connected to reed switch which is active when blind is open, see *reedActiveLow*
42
+
-`activeLow`[optional, default: *true*] true: relay activated by low state (0), false: relay activated by high state (1), affects *pinUp*, *pinDown*
43
+
-`reedSwitchActiveLow`[optional, default: *true*] true: reed switch activated by low state (0), false: reed switch activated by high state (1), affects *pinClosed*, *pinOpen*
0 commit comments