SMS/GPRS command - getparam: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
{{Template:SMSGPRScommandPage | {{Template:SMSGPRScommandPage | ||
|description=Get configured parameter value.}} | |description=Get configured parameter value.}} | ||
===Syntax=== | |||
getparam <param_id1>;<param_id2>;... | getparam <param_id1>;<param_id2>;... | ||
===Arguments=== | |||
<table class="nd-othertables_2" style="width:100%; border-collapse: collapse;"> | <table class="nd-othertables_2" style="width:100%; border-collapse: collapse;"> | ||
<tr> | <tr> | ||
| Line 15: | Line 15: | ||
</tr> | </tr> | ||
</table> | </table> | ||
===Examples=== | |||
<table class="nd-othertables_2" style="width:100%; border-collapse: collapse;"> | <table class="nd-othertables_2" style="width:100%; border-collapse: collapse;"> | ||
<tr> | <tr> | ||
Revision as of 09:23, 16 January 2026
SMS/GPRS commands > SMS/GPRS command - getparam
Description
Get configured parameter value.
Syntax
getparam <param_id1>;<param_id2>;...
Arguments
| ARGUMENT | ARGUMENT DESCRIPTION |
|---|---|
| <param_id> | Parameter ID |
Examples
| REQUEST | OUTCOME | RESPONSE |
|---|---|---|
| getparam 13000 | Success | Param ID:13000 Value:fm.teltonika.lt |
| getparam 13000;1000 | Success | Param ID:13000 Value:fm.teltonika.lt;1000:300 |
| getparam 99999999 | Fail | Invalid parameter id provided |
| getparam 99999 | Fail | Param ID:99999 doesn’t exist |