driver_tsc/driver/tsc_commands.py

11 lines
254 B
Python

'''
Created on 19 mar 2020
@author: Emanuele Trabattoni
'''
TSC_COMMANDS = {'DOWNLOAD': "DOWNLOAD {location}{name}{size}{content}",
'REMOVE': "KILL {location}{name}",
'LIST': "~!F",
'RUN': "RUN {name}"}
LINE_SEP = '\r\n'