Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MediaConfig payload #614

Merged
merged 2 commits into from
Sep 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add MediaConfig payload
  • Loading branch information
sondreo committed Sep 24, 2024
commit 17b5e9b59b40f4566cdd019675c675e08ad58c4e
7 changes: 7 additions & 0 deletions src/robot_interface/telemetry/payloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ class VideoStream:
type: str


@dataclass
class MediaConfig(TelemetryPayload):
url: str
token: str
media_connection_type: str
sondreo marked this conversation as resolved.
Show resolved Hide resolved


@dataclass
class RobotStatusPayload:
isar_id: str
Expand Down