Added gauge, fixed shit
Some checks failed
Test compiling project / test (push) Failing after 1m30s

This commit is contained in:
2024-10-24 22:54:54 +02:00
parent 57b1ce8db7
commit db567eeaa5
14 changed files with 413 additions and 223 deletions

View File

@@ -0,0 +1,18 @@
meta {
name: Update Sensor Settings
type: http
seq: 2
}
post {
url: http://192.168.5.181/update_sensor_settings
body: multipartForm
auth: none
}
body:multipart-form {
sensor_range: 200
water_level_max: 190
water_level_min: 10
water_volume: 1000
}

View File

@@ -0,0 +1,9 @@
{
"version": "1",
"name": "Waterlevel",
"type": "collection",
"ignore": [
"node_modules",
".git"
]
}