diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2021-02-28 16:44:33 -0800 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2021-02-28 16:44:33 -0800 |
commit | 09969cd35abf839ccc8c910db04db80da0ba5f07 (patch) | |
tree | fba1aec50e419f1d99a7760c26048c716f091135 | |
parent | dc214aab762af2cf025d3464ae34306c62763d89 (diff) | |
download | trackermap-web-09969cd35abf839ccc8c910db04db80da0ba5f07.tar.gz trackermap-web-09969cd35abf839ccc8c910db04db80da0ba5f07.tar.bz2 trackermap-web-09969cd35abf839ccc8c910db04db80da0ba5f07.zip |
Add new commands
-rw-r--r-- | web/l10n/en.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index 3f03837c..36a9255f 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -285,6 +285,7 @@ "commandRequestPhoto": "Request Photo", "commandPowerOff": "Power Off Device", "commandRebootDevice": "Reboot Device", + "commandFactoryReset": "Factory Reset", "commandSendSms": "Send SMS", "commandSendUssd": "Send USSD", "commandSosNumber": "Set SOS Number", @@ -302,6 +303,7 @@ "commandSetOdometer": "Set Odometer", "commandGetModemStatus": "Get Modem Status", "commandGetDeviceStatus": "Get Device Status", + "commandSetSpeedLimit": "Set Speed Limit", "commandModePowerSaving": "Modify Power Saving", "commandModeDeepSleep": "Modify Deep Sleep", "commandMovementAlarm": "Movement Alarm", |