added new animation RotatingRainbowKitchenWhite

This commit is contained in:
tessak9 2026-02-20 18:13:24 +01:00
commit e9971b843b
3 changed files with 33 additions and 1 deletions

View file

@ -21,6 +21,12 @@
<input type="radio" class="js_animation" name="state" id="animation_rainbow" value="rainbow"/>
<label for="animation_rainbow">Rainbow</label>
</div>
% if room == "big":
<div>
<input type="radio" class="js_animation" name="state" id="animation_kitchenlight" value="kitchenlight"/>
<label for="animation_kitchenlight">Kitchenlight</label>
</div>
% end
<div>
<input type="radio" class="js_animation" name="state" id="animation_hackertours" value="hackertours"/>
<label for="animation_hackertours">Hackertours</label>