@@ -59,14 +59,10 @@ def JSCB(x,sock=None):
OK = 1
elif "FX3" == msg["event"]:
cprint("FX3 OK",color="yellow")
- i=0
msg2 ={}
for v in ['MODE', 'WING', 'VALUE', 'FIX', 'DMX', 'ATTR', 'FX2']:
- print("*'*'",v)
if v in msg:
msg2[v] = msg[v]
- i+=1
- msg = msg2
FX3.append(msg2)
elif "CLEAR" == msg["event"]: