SMS/GPRS command - getparam: Difference between revisions
Appearance
Creating page for getparam SMS/GPRS command. |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
[[image:smsgprscommand_getparam.png|300px|right|alt=getparam]] | [[image:smsgprscommand_getparam.png|300px|right|alt=getparam]] | ||
{{Template:SMSGPRScommandPage | {{Template:SMSGPRScommandPage | ||
| Line 6: | Line 4: | ||
'''Syntax:''' | '''Syntax:''' | ||
getparam <param_id1>;<param_id2>;... | getparam <param_id1>;<param_id2>;... | ||
'''Arguments:''' | '''Arguments:'''<br> | ||
<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 17: | Line 15: | ||
</tr> | </tr> | ||
</table> | </table> | ||
'''Examples:''' | '''Examples:''' | ||
<table class="nd-othertables_2" style="width:100%; border-collapse: collapse;"> | <table class="nd-othertables_2" style="width:100%; border-collapse: collapse;"> | ||
Revision as of 16:06, 14 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 |