Sfoglia il codice sorgente

fix: FX-OFF BLIND not working !

micha 1 anno fa
parent
commit
8d3b5ef50a
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      _LibreLightDesk.py

+ 2 - 1
_LibreLightDesk.py

@@ -4803,7 +4803,8 @@ class Console():
                 jdata = {'VALUE': None, 'args': [], 'FX2': {"TYPE":"alloff"}, 'FADE': 2,'FLASH':1, 'DMX': '1'}
                 j.append(jdata)
 
-            jclient_send(j)
+            if not modes.val("BLIND"):
+                jclient_send(j)
             return 0
 
 def test_1():