diff --git a/source/_components/gpslogger.md b/source/_components/gpslogger.md index e598245326e..b02344facc5 100644 --- a/source/_components/gpslogger.md +++ b/source/_components/gpslogger.md @@ -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 `device_id` of your phone by replacing `&device=%SER` with `&device=SOME_DEVICE_ID`, otherwise your phone's serial number will be used. - Check that the **HTTP Headers** setting contains ```text Content-Type: application/x-www-form-urlencoded