FMB getparam: Difference between revisions

From Teltonika Telematics Wiki
m (Protected "FMB getparam" ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite)))
No edit summary
 
Line 1: Line 1:
{{Template:FMB FW development notice}}
[[Image:getparam.png|400px|right]]
 
Example:<code>getparam 2001</code> command requests APN name<br/>
Read parameter value. ID consists of 3 or 5 digits. A detailed list of parameters and identifiers can be found [[FMB Device Family Parameter list|here]].<br/>Example:<br/>"getparam 2001" command requests APN name<br/><br/>Answer:<br/> "Param ID:2001 Value:wap"
Answer:<code>Param ID:2001 Value:wap</code><br><br>
<i>or if multiple parameters needed:</i><br><br>
Example:<code>getparam 2001;1000</code> command requests APN name and Open Link Timeout(s)<br/>
Answer:<code>Param ID:2001 Value:wap;1000:30</code><br>

Latest revision as of 13:23, 27 March 2023

Example:getparam 2001 command requests APN name
Answer:Param ID:2001 Value:wap

or if multiple parameters needed:

Example:getparam 2001;1000 command requests APN name and Open Link Timeout(s)
Answer:Param ID:2001 Value:wap;1000:30