(id, name, value, color='#3e95cd', flush=True)
| 31 | Log('status:'+str(id)+':'+str(state), flush) |
| 32 | |
| 33 | def SendChartData(id, name, value, color='#3e95cd', flush=True): |
| 34 | if EDITOR_MODE: |
| 35 | Log("chart:"+str(id)+":"+str(name)+":"+str(value)+":"+str(color), flush) |
| 36 | |
| 37 | def SendPieData(id, name, color='#3e95cd', flush=True): |
| 38 | if EDITOR_MODE: |