|
@@ -97,8 +97,8 @@ for (const btn of btnsKitchen) {
|
97
|
97
|
})
|
98
|
98
|
}
|
99
|
99
|
|
100
|
|
-const state_light_pc = 0
|
101
|
|
-const state_light_bench = 0
|
|
100
|
+let state_light_pc = 0
|
|
101
|
+let state_light_bench = 0
|
102
|
102
|
|
103
|
103
|
function setWorkspaceLightsButtons() {
|
104
|
104
|
// clear all buttons
|
|
@@ -177,8 +177,8 @@ for (const btn of btnsWorkspace) {
|
177
|
177
|
})
|
178
|
178
|
}
|
179
|
179
|
|
180
|
|
-const state_light_amp = 0
|
181
|
|
-const state_light_box = 0
|
|
180
|
+let state_light_amp = 0
|
|
181
|
+let state_light_box = 0
|
182
|
182
|
|
183
|
183
|
function setTvLightsButtons() {
|
184
|
184
|
// clear all buttons
|