소스 검색

Change off to static color

Emil 3 년 전
부모
커밋
0824c7e4f1
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      res/spotlights.json
  2. 1 1
      spotlights.html

+ 1 - 1
res/spotlights.json

@@ -2,7 +2,7 @@
   "ip": "192.168.1.170",
   "animationSettings": {
     "0": {
-      "name": "Off"
+      "name": "Static Color"
     },
     "1": {
       "name": "Rainbow",

+ 1 - 1
spotlights.html

@@ -50,7 +50,7 @@
             <h2>Settings</h2>
             <p>{{clusterName}}</p>
             <div id="spotlightAnimations">
-                <button id="a0" onclick="changeAnimation(0)">Off</button>
+                <button id="a0" onclick="changeAnimation(0)">Static Color</button>
                 <button id="a1" onclick="changeAnimation(1)">Rainbow</button>
                 <button id="a2" onclick="changeAnimation(2)">Random Colors</button>
                 <button id="a3" onclick="changeAnimation(3)">Stardust</button>