Skip to content

Commit d6a8498

Browse files
Tiwasclaude
andcommitted
feat(docs): Circadian Light Group JSON editor
Static GitHub Pages tool to edit a CLG's config_json: profile, anchors, phase values, outdoor source, and per-device settings. Supports merging device entries from a temp/test CLG by ID-deduplicated append, so users can build groups incrementally without depending on the in-app repair view (which has scroll/dismiss issues on the Android Homey app). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 1efd77f commit d6a8498

2 files changed

Lines changed: 402 additions & 0 deletions

File tree

docs/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ <h3 class="text-lg font-semibold text-green-600 mb-2">Formula Builder</h3>
8383
<h3 class="text-lg font-semibold text-green-600 mb-2">Boolean Editor</h3>
8484
<p class="text-gray-600">Advanced editor for boolean device configurations</p>
8585
</a>
86+
<a href="tools/clg-editor.html" class="bg-white rounded-lg p-6 shadow-sm border border-gray-200 card-hover transition">
87+
<h3 class="text-lg font-semibold text-amber-600 mb-2">Circadian Light Group Editor</h3>
88+
<p class="text-gray-600">Edit CLG config_json: profile, devices, merge from another CLG</p>
89+
</a>
8690
<a href="tools/state-editor.html" class="bg-white rounded-lg p-6 shadow-sm border border-gray-200 card-hover transition">
8791
<h3 class="text-lg font-semibold text-blue-600 mb-2">State Editor</h3>
8892
<p class="text-gray-600">Visual editor for State Device configurations</p>

0 commit comments

Comments
 (0)