added /disconnect to help message
This commit is contained in:
parent
2449f9e327
commit
9d383f303e
1 changed files with 1 additions and 0 deletions
|
|
@ -491,6 +491,7 @@ class MachineCom(object):
|
|||
self._log("available commands are:")
|
||||
self._log(" /togglestatusreport")
|
||||
self._log(" /setstatusfrequency <Inteval Sec>")
|
||||
self._log(" /disconnect")
|
||||
return
|
||||
|
||||
eepromCmd = re.search("^\$[0-9]+=.+$", cmd)
|
||||
|
|
|
|||
Loading…
Reference in a new issue