From 17b6f4bb62ada98c9668391c94e13130344bcedb Mon Sep 17 00:00:00 2001 From: Lennart Heinrich Date: Fri, 24 Oct 2025 23:34:52 +0200 Subject: [PATCH] get kinosaal --- TelosysTools/models/InfiniMotion/CommandGetKinosaal.entity | 5 +++++ .../models/InfiniMotion/CommandGetKinosaalResponse.entity | 5 +++++ TelosysTools/telosys-tools.cfg | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 TelosysTools/models/InfiniMotion/CommandGetKinosaal.entity create mode 100644 TelosysTools/models/InfiniMotion/CommandGetKinosaalResponse.entity diff --git a/TelosysTools/models/InfiniMotion/CommandGetKinosaal.entity b/TelosysTools/models/InfiniMotion/CommandGetKinosaal.entity new file mode 100644 index 0000000..3dc4678 --- /dev/null +++ b/TelosysTools/models/InfiniMotion/CommandGetKinosaal.entity @@ -0,0 +1,5 @@ +#Command +@Extends(Command) +CommandGetKinosaal { + id: int {} ; +} diff --git a/TelosysTools/models/InfiniMotion/CommandGetKinosaalResponse.entity b/TelosysTools/models/InfiniMotion/CommandGetKinosaalResponse.entity new file mode 100644 index 0000000..caca3a7 --- /dev/null +++ b/TelosysTools/models/InfiniMotion/CommandGetKinosaalResponse.entity @@ -0,0 +1,5 @@ +#Command +@Extends(Command) +CommandGetKinosaalResponse { + hall: Kinosaal {} ; +} diff --git a/TelosysTools/telosys-tools.cfg b/TelosysTools/telosys-tools.cfg index 4db6136..1de9cac 100644 --- a/TelosysTools/telosys-tools.cfg +++ b/TelosysTools/telosys-tools.cfg @@ -22,7 +22,7 @@ ENTITY_PKG=de.infinimotion.model.bean ProjectVariable.MAVEN_ARTIFACT_ID=model ProjectVariable.MAVEN_GROUP_ID=de.infinimotion ProjectVariable.PROJECT_NAME=infinimodel -ProjectVariable.PROJECT_VERSION=0.0.55 +ProjectVariable.PROJECT_VERSION=0.0.56 ProjectVariable.REST_SERVER_PORT=3000 ProjectVariable.REST_API_ROOT=/api/v1 ProjectVariable.REST_URL_ROOT=http://localhost:3000