Main function, will run if executed from command line. Sends parameters from commandline. Param 1: message string Param 2: data (json string)
Definition at line 23 of file send.py.
None
Send a single message over the websocket. Args: messageToSend (str): Message to send dataToSend (dict): data structure to go along with the message, defaults to empty dict.
Definition at line 57 of file send.py.