docs(control): wake on lan bruno requst

This commit is contained in:
2026-01-06 19:26:33 +01:00
parent 58570552eb
commit 3389a3bf50
+22
View File
@@ -0,0 +1,22 @@
meta {
name: wakeOnLan
type: http
seq: 4
}
post {
url: http://localhost:8080/api/wakeOnLan
body: json
auth: inherit
}
body:json {
{
"mac_address": "aa:aa:aa:aa:aa:aa"
}
}
settings {
encodeUrl: true
timeout: 0
}