This commit is contained in:
@ -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):
|
||||||
|
Reference in New Issue
Block a user