Explorar o código

Change off to static color

Emil %!s(int64=3) %!d(string=hai) anos
pai
achega
0824c7e4f1
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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>