added new animation RotatingRainbowKitchenWhite
This commit is contained in:
parent
2c4a0b2524
commit
e9971b843b
3 changed files with 33 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue