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