SENA ProBee-ZE20S-SEME User Manual

Page 91

Advertising
background image

ProBee-ZE20S-SExx User Guide Rev 1.8

91

OK<CR>

7.12.3 AT+DEST or AT+DE

Description

Set address of destination node. This address will be used in AT+CREAD,

AT+CWRITE, AT+CCMD, AT+SCMD and other SE commands.

Execute

AT+DEST=<nodeID>,<endpoint><CR> or

AT+DEST=<IEEE address>,<endpoint><CR>

Response

OK<CR> or ERROR<CR>

7.12.4 AT+SREAD or AT+SR

Description

Read attribute from local node. (server-side command)

Execute

AT+SREAD=<clusterID>,<attributeID><CR>

Response

<attribute value>

OK<CR> or ERROR<CR>

7.12.5 AT+CREAD or AT+CR

Description

Read attribute from remote node. (client-side command)

Execute

AT+DEST=<address>,<endpoint><CR>

AT+CREAD=<clusterID>,<attributeID><CR>

Response

<attribute value>

OK<CR> or ERROR<CR>

7.12.6 AT+SWRITE or AT+SW

Description

Write attribute to local node. (server-side command)

Execute

AT+SWRITE=<clusterID>,<attributeID>,<value><CR>

Response

OK<CR> or ERROR<CR>

7.12.7 AT+CWRITE or AT+CW

Description

Write attribute to remote node. (client-side command)

Execute

AT+DEST=<address>,<endpoint><CR>

AT+CWRITE=<clusterID>,<attributeID>,<value><CR>

Response

OK<CR> or ERROR<CR>

7.12.8 AT+SCMD or AT+SC

Description

Send server-side command message to destination node. (server-side

command)

Execute

AT+DEST=<address>,<endpoint><CR>

AT+SCMD=<clusterID>,<commandID><CR>

Response

OK<CR> or ERROR<CR>

Advertising