Skip to content
Snippets Groups Projects
Commit 2f93ef99 authored by Alfred Ashur Oshana's avatar Alfred Ashur Oshana
Browse files

feat: new headless design

parent ad6a04ce
No related branches found
No related tags found
No related merge requests found
...@@ -77,8 +77,7 @@ class Cube(BaseModel): ...@@ -77,8 +77,7 @@ class Cube(BaseModel):
id: int id: int
controller: Optional[Controller] controller: Optional[Controller]
switch: Switch switch: Switch
head: Pi pis: List[Pi]
workers: List[Pi]
class EventType(str, Enum): class EventType(str, Enum):
......
...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages ...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name='pilab', name='pilab',
version='4.2.2', version='4.3.0',
description='Shared-Libs for the pi-lab microservices', description='Shared-Libs for the pi-lab microservices',
url='https://code.fbi.h-da.de/api/v4/projects/27896/packages/pypi/pilab', url='https://code.fbi.h-da.de/api/v4/projects/27896/packages/pypi/pilab',
author='Max Reinheimer', author='Max Reinheimer',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment