ME310G1/ME910G1/ML865G1 AT Commands Reference Guide
80617ST10991A Rev.4 Page 515 of 545 2020-04-15
3.22.5. AT#MQTCFG - Configure Timeout Parameters for MQTT
Transmission
This command writes the timeout options for the specified client.
AT#MQTCFG=<instanceNumber>,<pktTimeout>
Parameters:
selects the client instance. The list of available
clients is obtained with AT#MQEN? or the read
command.
client instance range. To know maxClients value
use test command
timeout of the packet delivery
timeout range. Value expressed in seconds
AT#MQTCFG?
Read command returns the timeout configuration of all active MQTT clients in the format
#MQTCFG: <instanceNumber>,<pktTimeout>
AT#MQTCFG=?
Test command reports the available range of values for parameters
AT#MQTCFG=1,10
OK
Read command
AT#MQTCFG?
#MQTCFG: 1,5
#MQTCFG: 1,4
OK
Test command
AT#MQTCFG=?
#MQTCFG: (1-maxClients),(1-60)
OK