This commit is contained in:
parent
1e70edec97
commit
7e2b4aa371
@ -25,7 +25,10 @@ class WaitCommand(AbstractCommand):
|
|||||||
|
|
||||||
def describe(self) -> dict:
|
def describe(self) -> dict:
|
||||||
return {
|
return {
|
||||||
"secs": self._secs
|
"command": "wait",
|
||||||
|
"params": {
|
||||||
|
"secs": self._secs
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user