From 3389a3bf505c408452f4859be1e9965327e3d2ee Mon Sep 17 00:00:00 2001 From: 2mal3 <56305732+2mal3@users.noreply.github.com> Date: Tue, 6 Jan 2026 19:26:33 +0100 Subject: [PATCH] docs(control): wake on lan bruno requst --- control/requests/wakeOnLan.bru | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 control/requests/wakeOnLan.bru diff --git a/control/requests/wakeOnLan.bru b/control/requests/wakeOnLan.bru new file mode 100644 index 0000000..f925b6b --- /dev/null +++ b/control/requests/wakeOnLan.bru @@ -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 +}