From d4a20cbe01c3d5a9afd1902b880e46c3fc442b1d Mon Sep 17 00:00:00 2001 From: "Jose M. Guisado" Date: Thu, 29 Apr 2021 14:33:22 +0000 Subject: #1043 Add WOL_SENT state support Adds ogServer wol state, used to report WoL packet sending. This state can timeout (returning to off) or change to a new state after clients report a new one. --- admin/WebConsole/rest/server.php | 1 + 1 file changed, 1 insertion(+) (limited to 'admin/WebConsole/rest') diff --git a/admin/WebConsole/rest/server.php b/admin/WebConsole/rest/server.php index a6256a2e..12b874ed 100644 --- a/admin/WebConsole/rest/server.php +++ b/admin/WebConsole/rest/server.php @@ -81,6 +81,7 @@ function getStatus($ouid, $labid, $clntid=0) { 'LNX'=>"linux", 'OSX'=>"macos", 'WIN'=>"windows", + 'WOL_SENT'=>"wol_sent", 'UNK'=>"unknown"]; // Parameters. $ouid = htmlspecialchars($ouid); -- cgit v1.2.3-18-g5258