mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-02 01:04:55 +02:00
gps-track: replace deprecated keep-result=no with output=none
This commit is contained in:
parent
5741924cf9
commit
639011a9ba
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
if ($Gps->"valid" = true) do={
|
||||
:tool fetch check-certificate=yes-without-crl \
|
||||
$GpsTrackUrl keep-result=no \
|
||||
$GpsTrackUrl output=none \
|
||||
http-method=post http-header-field="Content-Type: application/json" \
|
||||
http-data=("{" . \
|
||||
"\"lat\":\"" . ($Gps->"latitude") . "\"," . \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue