Add service data sample

This commit is contained in:
Fabian Affolter 2018-09-09 10:16:29 +02:00
parent 40d816c7ba
commit 817498f2e8
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -36,3 +36,13 @@ Send a _magic packet_ to wake up a device with 'Wake-On-LAN' capabilities.
|---------------------------|----------|-------------------------------------------------------|
| `mac` | no | MAC address of the device to wake up. |
| `broadcast_address` | yes | Optional broadcast IP where to send the magic packet. |
Sample service data:
```json
{
"mac":"00:40:13:ed:f1:32"
}
```