feat(control): advanced device ping route

This commit is contained in:
2025-11-05 21:48:53 +01:00
parent 01e2441943
commit ceba7b9e56
3 changed files with 59 additions and 3 deletions
+20
View File
@@ -0,0 +1,20 @@
meta {
name: ping
type: http
seq: 1
}
get {
url: http://127.0.0.1:8080/api/ping?ip=127.0.0.1
body: none
auth: inherit
}
params:query {
ip: 127.0.0.1
}
settings {
encodeUrl: true
timeout: 0
}