From 9fd62e3973f14800a1f17dd664197aea88218020 Mon Sep 17 00:00:00 2001 From: blakadder Date: Mon, 28 Oct 2019 10:58:36 +0100 Subject: [PATCH] Updated Commands (markdown) --- Commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commands.md b/Commands.md index ffd68668..cb2d7c68 100644 --- a/Commands.md +++ b/Commands.md @@ -108,7 +108,7 @@ Backlog|List of commands to be executed in sequence separate BlinkCount|Number of relay toggles ([blinks](#power)) **(does not control the status LED)**
`0` = blink many times before restoring power state
`1..32000` = set number of blinks *(default = `10`)* BlinkTime|`2..3600` set duration, in 0.1 second increments, to [blink](#power) (i.e., toggle Power) for a relay **(does not control the status LED)** ButtonDebounce|User control over button debounce timing   »6.2.0
`40..1000` = set button debounce time in milliseconds *(default = `50`)* -Buzzer|`0` = stop active buzzer cycle  »6.6.0.18
`,,,` = explained in [Buzzer](Buzzer) article
`2,3` - Beep twice with 300 milliseconds duration and 100 milliseconds pause
`2,3,4` - Beep twice with 300 milliseconds duration and 400 milliseconds pause
`1,2,3,0xF54` (0000 0000 0000 0000 0000 1111 0101 0100). Each `1` bit beeps for 200 milliseconds and each bounded `0` bit pauses for 300 milliseconds +Buzzer|`0` = stop active buzzer cycle  »6.6.0.18
`,,,` = [read more...](Buzzer) article
`2,3` - Beep twice with 300 milliseconds duration and 100 milliseconds pause
`2,3,4` - Beep twice with 300 milliseconds duration and 400 milliseconds pause
`1,2,3,0xF54` (0000 0000 0000 0000 0000 1111 0101 0100). Each `1` bit beeps for 200 milliseconds and each bounded `0` bit pauses for 300 milliseconds FanSpeed|Fan speed control *(iFan02/iFan03 only)*  »6.1.0
`0` = turn fan OFF
`1..3` = set fan speed
`+` = increase fan speed
`-` = decrease fan speed
Interlock|Relay interlock mode and group selection.  »6.5.0
`0` = disable relay interlock for all relays (i.e., each relay is self-locking) *(default)*
`1` = set interlock mode for selected relays ||Add up to 8 relays in 1 to 4 interlock groups, each separated by a space. For example
`1,2 3,4` = Group Relay1 and Relay2 in group 1 and Relay3 and Relay4 in group 2 (_note the space between the two group declarations_)
`1,2,3` = group Relay1, Relay2 and Relay3 in a single interlock group
`1 3 2,4` = Relay1 is in group 1, Relay3 in group 2, Relay2 and Relay4 in group 3