Add check LTE state update script

This commit is contained in:
Anatoly Bubenkov 2022-11-04 03:40:39 +01:00
parent 7594345da8
commit dcf7445c25
3 changed files with 229 additions and 0 deletions

View file

@ -147,6 +147,22 @@
# add more here...
};
# host to test for internet connectivity (btest server, disabled by default)
:global CheckLteStateUpdateBtestHost;
# :global CheckLteStateUpdateBtestHost "example.com"; # enable btest
# user to test for internet connectivity (btest server)
:global CheckLteStateUpdateBtestUser;
# :global CheckLteStateUpdateBtestUser "mikrotik"; # enable btest
# password to test for internet connectivity (btest server)
:global CheckLteStateUpdateBtestPassword;
# :global CheckLteStateUpdateBtestPassword "v3ry-s3cr3t"; # enable btest
:global CheckLteStateUpdateIP true;
# :global CheckLteStateUpdateIP false; # disable checking IP
:global CheckLteStateUpdatePrimaryBand false;
# :global CheckLteStateUpdatePrimaryBand true; # enable checking primary band
:global CheckLteStateUpdateCABand false;
# :global CheckLteStateUpdateCABand true; # enable checking CA band
# This is the address used to send gps data to.
:global GpsTrackUrl "https://example.com/index.php";