GUACAMOLE-513: Add Wake-on-LAN options and translations.

This commit is contained in:
Virtually Nick
2020-06-19 08:31:05 -04:00
parent 6d89c1a308
commit cc466f7935
5 changed files with 117 additions and 4 deletions

View File

@@ -419,6 +419,29 @@
"options" : [ "true" ]
}
]
},
{
"name" : "wol",
"fields" : [
{
"name" : "wol-send-packet",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "wol-mac-addr",
"type" : "TEXT"
},
{
"name" : "wol-broadcast-addr",
"type" : "TEXT"
},
{
"name" : "wol-wait-time",
"type" : "NUMERIC"
}
]
}
],

View File

@@ -201,6 +201,29 @@
"options" : [ "true" ]
}
]
},
{
"name" : "wol",
"fields" : [
{
"name" : "wol-send-packet",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "wol-mac-addr",
"type" : "TEXT"
},
{
"name" : "wol-broadcast-addr",
"type" : "TEXT"
},
{
"name" : "wol-wait-time",
"type" : "NUMERIC"
}
]
}
],

View File

@@ -158,6 +158,29 @@
"options" : [ "true" ]
}
]
},
{
"name" : "wol",
"fields" : [
{
"name" : "wol-send-packet",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "wol-mac-addr",
"type" : "TEXT"
},
{
"name" : "wol-broadcast-addr",
"type" : "TEXT"
},
{
"name" : "wol-wait-time",
"type" : "NUMERIC"
}
]
}
],

View File

@@ -199,6 +199,29 @@
"type" : "TEXT"
}
]
},
{
"name" : "wol",
"fields" : [
{
"name" : "wol-send-packet",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "wol-mac-addr",
"type" : "TEXT"
},
{
"name" : "wol-broadcast-addr",
"type" : "TEXT"
},
{
"name" : "wol-wait-time",
"type" : "NUMERIC"
}
]
}
],