MAP


The entire structure of available resources is stored in the MAP.

This file contains both the configuration settings and the status or value assumed by the resource during operation.

Within the device each parameter is identified with its own TAG that can be read or modified.

The parameters that depend on a resource are updated on change or periodically (every minute), it is possible to alter the status but they will be restored by device.

The current value of a parameter can be used within commands and conditions by specifying its TAG preceded by the identifying character $


READ MAP


Returns a specific parameter or the entire map.

Omitting the parameter the whole map will be returned.


Command

AT#RM[=<tag>]

Response

<tag>=<value>

COMMAND ACCEPTED


ERROR

COMMAND REJECTED

Parameters

<tag>

IDENTIFIER OF THE RESOURCE INSIDE THE MAP


<value>

CURRENT value oF THE RESOURCE



To read device name:

AT#RM=D01

D01=My Avior

EDIT MAP


All writable parameters can be easily modified by specifying the identifying tag and the value to assign.


Command

<tag>=<value>

Response

OK

COMMAND ACCEPTED


ERROR

COMMAND REJECTED

Parameters

<tag>

IDENTIFIER OF THE RESOURCE INSIDE THE MAP


<value>

valid value that can be assigned to THE RESOURCE


To change the device name:

D01=Avior

OK


Texts consisting of multiple words must be included in double quotes:

D01="My Avior"

OK


To turn on WiFi radio:

W00=1

OK


To reset Pulse Counter Input 1 - total counter:

P12=0

OK