Skip to content

Commit

Permalink
Add startTime to the nextVisit schema
Browse files Browse the repository at this point in the history
  • Loading branch information
hsinfang committed Feb 20, 2024
1 parent da2e9fd commit 903b02e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class NextVisitModel:
groupId: str
coordinateSystem: int
position: typing.List[int]
startTime: float
rotationSystem: int
cameraAngle: float
filters: str
Expand Down Expand Up @@ -269,6 +270,7 @@ async def main() -> None:
"coordinateSystem"
],
position=next_visit_message_initial["message"]["position"],
startTime=next_visit_message_initial["message"]["startTime"],
rotationSystem=next_visit_message_initial["message"][
"rotationSystem"
],
Expand Down

0 comments on commit 903b02e

Please sign in to comment.