From 7f580a2f782a0d53926a73aae936f427777145eb Mon Sep 17 00:00:00 2001 From: dirtydancing Date: Fri, 27 Sep 2024 18:44:19 +0200 Subject: Manual: Add channel mode to manual memory --- docs/anduril-manual.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/anduril-manual.md') diff --git a/docs/anduril-manual.md b/docs/anduril-manual.md index cdf0dd1..03c9aca 100644 --- a/docs/anduril-manual.md +++ b/docs/anduril-manual.md @@ -951,6 +951,9 @@ This setting only applies to modes with channel ramping (i.e. tint ramping), and only when that mode uses the default `3H` event handler. Custom channel modes may work differently. +Furthermore, on lights with channel modes, manual memory (`Ramp -> 10C`) +not only saves the current brightness, but also the current channel mode. + UI Reference Table @@ -1007,6 +1010,7 @@ This is a table of all button mappings in Anduril, in one place: | | | | 2: ceiling | | | | 3: speed / steps | Ramp | Full | `10C` | Turn on manual memory and save current brightness +| | | | (and current channel mode on multi-channel lights) | Ramp | Full | `10H` | Ramp Extras config menu: | | | | 1: switch to automatic mem, not manual mem | | | | 2: set manual mem timeout -- cgit v1.2.3 From 3cea209515d20822cae714e0c162391774059256 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Sun, 6 Jul 2025 23:19:51 -0600 Subject: added more info about manual memory remembering channel mode --- docs/anduril-manual.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/anduril-manual.md') diff --git a/docs/anduril-manual.md b/docs/anduril-manual.md index f13368f..62295b4 100644 --- a/docs/anduril-manual.md +++ b/docs/anduril-manual.md @@ -257,6 +257,7 @@ While the light is on, a few actions are available: 4 = Quarter speed, ~10s. - `10C`: Activate manual memory and save the current brightness. + Also saves current channel mode, on multi-channel lights. - `10H`: Ramp extras config menu. - Item 1: Disable manual memory and go back to automatic memory. (doesn't matter what value the user enters at the prompt) @@ -984,9 +985,8 @@ This setting only applies to modes with channel ramping (i.e. tint ramping), and only when that mode uses the default `3H` event handler. Custom channel modes may work differently. -Furthermore, on lights with channel modes, manual memory (`Ramp -> 10C`) -not only saves the current brightness, but also the current channel mode. - +On lights with channel modes, manual memory (`Ramp -> 10C`) saves the +current brightness *and* channel mode. UI Reference Table @@ -1043,7 +1043,7 @@ This is a table of all button mappings in Anduril, in one place: | | | | 2: ceiling | | | | 3: speed / steps | Ramp | Full | `10C` | Turn on manual memory and save current brightness -| | | | (and current channel mode on multi-channel lights) +| | | | (and current channel mode) | Ramp | Full | `10H` | Ramp Extras config menu: | | | | 1: switch to automatic mem, not manual mem | | | | 2: set manual mem timeout -- cgit v1.2.3