@ -205,7 +205,7 @@ def api_ledstrip_set():
desired_state = request.form['setstate']
try:
desired_state = int('0x' + desired_state[1:])
desired_state = hex(int(desired_state[1:], 16))
hw_funcs.set_strip(desired_state)
except:
The note is not visible to the blocked user.