Fixing typo (#8462)

There's no such variable as %DEVICE_NAME - originally it was just DEVICE_NAME to indicate to people to put the name there.
This commit is contained in:
DubhAd 2019-02-10 13:10:04 +00:00 committed by Fabian Affolter
parent 9dcfe74ba7
commit 944a1f3a31

View File

@ -60,7 +60,7 @@ https://YOUR.DNS.HOSTNAME:PORT/api/webhook/WEBHOOK_ID
```text
latitude=%LAT&longitude=%LON&device=%SER&accuracy=%ACC&battery=%BATT&speed=%SPD&direction=%DIR&altitude=%ALT&provider=%PROV&activity=%ACT
```
- You can change the name of your device name by replacing `&device=%SER` with `&device=%DEVICE_NAME`.
- You can change the name of your device name by replacing `&device=%SER` with `&device=DEVICE_NAME`.
- Check that the **HTTP Headers** setting contains
```text
Content-Type: application/x-www-form-urlencoded