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

updated requirements

parent 83838c3f
No related branches found
No related tags found
No related merge requests found
......@@ -66,11 +66,11 @@ component EnvironmentalSensor {
Location location
streams:
temperature: fixed(30)
pressure: fixed(30)
humidity: fixed(30)
signalStrength: fixed(60)
batteryLevel: fixed(60)
temperature: fixed(5)
pressure: fixed(5)
humidity: fixed(5)
signalStrength: fixed(10)
batteryLevel: fixed(10)
if batteryLevel < 5: warning("Battery level is low, please replace battery. Otherwise the sensor will not send data anymore.")
......
numpy==1.26.4
requests== 2.31.0
toml==0.10.2
wzl-udi==10.0.4
wzl-udi==10.0.5
numpy
requests
toml
tqdm
wzl-udi==10.0.4
kaleido
plotly
pandas
\ No newline at end of file
numpy==1.26.4
requests== 2.31.0
toml==0.10.2
tqdm==4.65.0
wzl-udi==10.0.5
kaleido==0.2.1
plotly==5.19.0
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