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
docs: surface the 1.9.5 on/off toggles up front in README
Adds a paragraph to "What it does" pointing out that the two halves
(change-logger and group triggers) can be disabled independently from the
Plugins menu, and that the timestamp prefix is its own toggle. Backfills
1.9.1-1.9.5 rows in the changelog (1.9.5 is the toggles release).
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: Device_Activity_Monitor.indigoPlugin/README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,13 @@ changes two complementary ways:
52
52
2.**Fires custom triggers** when any device in a named **Group** changes state, with
53
53
an optional direction filter (`any change` / `becomes ON/OPEN` / `becomes OFF/CLOSED`).
54
54
55
+
**The two halves are independent and can each be turned on or off at runtime** from the
56
+
**Plugins → Device Activity Monitor** menu — use just the change-logger, just the group
57
+
triggers, or both. The `[HH:MM:SS.mmm]` timestamp prefix on the logger's output is also
58
+
its own toggle, so you can keep the logging on but rely on Indigo's column timestamp
59
+
alone if the inline prefix is noise for you. All three toggles persist across plugin
60
+
restarts. See [Plugin menu](#plugin-menu) below.
61
+
55
62
Groups are first-class Indigo devices managed via a rich two-list Add/Remove ConfigUI —
56
63
no JSON editing required. The plugin replaces both:
57
64
@@ -499,6 +506,11 @@ this section exists only for completeness if I ever do a clean reinstall.)
499
506
500
507
| Version | Date | Change |
501
508
|---------|------|--------|
509
+
| 1.9.5 | 2026-05-23 | Three runtime toggle menu items — Device Change Log, Group Change Triggers, Timestamps in Log. Each is independent, persists across restarts, defaults ON |
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,13 @@ changes two complementary ways:
52
52
2.**Fires custom triggers** when any device in a named **Group** changes state, with
53
53
an optional direction filter (`any change` / `becomes ON/OPEN` / `becomes OFF/CLOSED`).
54
54
55
+
**The two halves are independent and can each be turned on or off at runtime** from the
56
+
**Plugins → Device Activity Monitor** menu — use just the change-logger, just the group
57
+
triggers, or both. The `[HH:MM:SS.mmm]` timestamp prefix on the logger's output is also
58
+
its own toggle, so you can keep the logging on but rely on Indigo's column timestamp
59
+
alone if the inline prefix is noise for you. All three toggles persist across plugin
60
+
restarts. See [Plugin menu](#plugin-menu) below.
61
+
55
62
Groups are first-class Indigo devices managed via a rich two-list Add/Remove ConfigUI —
56
63
no JSON editing required. The plugin replaces both:
57
64
@@ -499,6 +506,11 @@ this section exists only for completeness if I ever do a clean reinstall.)
499
506
500
507
| Version | Date | Change |
501
508
|---------|------|--------|
509
+
| 1.9.5 | 2026-05-23 | Three runtime toggle menu items — Device Change Log, Group Change Triggers, Timestamps in Log. Each is independent, persists across restarts, defaults ON |
0 commit comments