From cfe8c9f093fab6eafb3c0041008ba680e3bd5766 Mon Sep 17 00:00:00 2001 From: Janitha Karunaratne Date: Wed, 10 Jun 2020 17:22:33 -0500 Subject: [PATCH] Add port field to wake_on_lan (#13682) --- source/_integrations/wake_on_lan.markdown | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/source/_integrations/wake_on_lan.markdown b/source/_integrations/wake_on_lan.markdown index 2b4d1a82b51..7d33ef58743 100644 --- a/source/_integrations/wake_on_lan.markdown +++ b/source/_integrations/wake_on_lan.markdown @@ -32,10 +32,11 @@ Available services: `send_magic_packet`. Send a _magic packet_ to wake up a device with 'Wake-On-LAN' capabilities. -| Service data attribute | Optional | Description | -|---------------------------|----------|-------------------------------------------------------| -| `mac` | no | MAC address of the device to wake up. | -| `broadcast_address` | yes | Optional broadcast IP where to send the magic packet. | +| Service data attribute | Optional | Description | +|---------------------------|----------|---------------------------------------------------------| +| `mac` | no | MAC address of the device to wake up. | +| `broadcast_address` | yes | Optional broadcast IP where to send the magic packet. | +| `broadcast_port` | yes | Optional port where to send the magic packet. | Sample service data: @@ -87,6 +88,10 @@ broadcast_address: required: false default: 255.255.255.255 type: string +broadcast_port: + description: The port to send the magic packet to. + required: false + type: integer {% endconfiguration %} ### Examples