Get the currently set values (i.e.: Host Model)
AT#HOSTODIS=1,1
#HOSTODIS:"HMOD1"
OK
Set a new Host Model value
AT#HOSTODIS=1,0,"Model #4 - 2nd version"
OK
Get the currently set value
AT#HOSTODIS=1,1
#HOSTODIS: 0,"Model #4 - 2nd version"
OK
Reset the Model value
AT#HOSTODIS=1,2
OK
Get again the currently set value
AT#HOSTODIS=1,1
#HOSTODIS:"HMOD1"
OK