Implemented Pull OTA json
This commit is contained in:
15
dev/IoT-API/GET firmwares.bru
Normal file
15
dev/IoT-API/GET firmwares.bru
Normal file
@@ -0,0 +1,15 @@
|
||||
meta {
|
||||
name: GET firmwares
|
||||
type: http
|
||||
seq: 4
|
||||
}
|
||||
|
||||
get {
|
||||
url: http://localhost:8484/firmware/waterlevel
|
||||
body: multipartForm
|
||||
auth: none
|
||||
}
|
||||
|
||||
body:multipart-form {
|
||||
: @file(/home/tobi/git/iot-cloud-api/target/debug/iot-cloud)
|
||||
}
|
||||
Reference in New Issue
Block a user