mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-08 12:56:48 +00:00
api/wakeonlan: add description to return schema
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
7efa030e81
commit
ec1788043c
@ -488,6 +488,7 @@ __PACKAGE__->register_method({
|
|||||||
returns => {
|
returns => {
|
||||||
type => 'string',
|
type => 'string',
|
||||||
format => 'mac-addr',
|
format => 'mac-addr',
|
||||||
|
description => 'MAC address used to assemble the WoL magic packet.',
|
||||||
},
|
},
|
||||||
code => sub {
|
code => sub {
|
||||||
my ($param) = @_;
|
my ($param) = @_;
|
||||||
|
Loading…
Reference in New Issue
Block a user