chore: add one endpoint fo avoid errors

This commit is contained in:
Björn Otgaar
2026-01-07 18:24:35 +01:00
parent 76dfcb23ef
commit be88323cf7
2 changed files with 6 additions and 4 deletions

View File

@@ -14,6 +14,7 @@ class RIEndpoint(str, Enum):
GESTURE_TAG = "actuate/gesture/tag"
PING = "ping"
NEGOTIATE_PORTS = "negotiate/ports"
PAUSE = ""
class RIMessage(BaseModel):
@@ -65,6 +66,7 @@ class GestureCommand(RIMessage):
raise ValueError("endpoint must be GESTURE_SINGLE or GESTURE_TAG")
return self
class PauseCommand(RIMessage):
"""
A specific command to pause or unpause the robot's actions.