Skip to content

Commit

Permalink
version 0.1.2, added aperture runner to the list of runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Berenz committed Dec 18, 2024
1 parent b862c08 commit dc55468
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion nightskycam_serialization/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"CommandRunner",
"StatusRunner",
"ConfigRunner",
"ApertureRunner"
]
"""The list of runner classes defined and used by nightskycam"""

Expand All @@ -71,7 +72,8 @@ class RunnerClasses(Enum):
SpaceKeeperRunner = "SpaceKeeperRunner"
ConfigRunner = "ConfigRunner"
StatusRunner = "StatusRunner"

ApertureRunner = "ApertureRunner"


def serialize_status(
system: str, status: Iterable[StatusDict], token: Optional[str] = None
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nightskycam-serialization"
version = "0.1.1"
version = "0.1.2"
description = "communication between nightskycam and nightskycam-server"
authors = ["Vincent Berenz <[email protected]>"]
packages = [{ include = "nightskycam_serialization" }]
Expand Down

0 comments on commit dc55468

Please sign in to comment.