Skip to content
Snippets Groups Projects
Commit c20bd073 authored by Matthias Stefan Bodenbenner's avatar Matthias Stefan Bodenbenner
Browse files

updated requirements and fixed monitoring model

parent 5f119811
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ variable Location { ...@@ -11,7 +11,7 @@ variable Location {
variable BatteryLevel { variable BatteryLevel {
name: "Battery level" name: "Battery level"
description: "Battery level" description: "Battery level"
datatype: int datatype: float
range: (0, 100) range: (0, 100)
dimension: [] dimension: []
unit: <unit:PERCENT> unit: <unit:PERCENT>
......
numpy==1.26.4 numpy==1.26.4
requests== 2.31.0 requests== 2.31.0
toml==0.10.2 toml==0.10.2
wzl-udi==10.0.6 wzl-udi==10.0.7
...@@ -2,7 +2,7 @@ numpy==1.26.4 ...@@ -2,7 +2,7 @@ numpy==1.26.4
requests== 2.31.0 requests== 2.31.0
toml==0.10.2 toml==0.10.2
tqdm==4.65.0 tqdm==4.65.0
wzl-udi==10.0.6 wzl-udi==10.0.7
kaleido==0.2.1 kaleido==0.2.1
plotly==5.19.0 plotly==5.19.0
pandas== 2.2.1 pandas== 2.2.1
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment