Read Command Item

Sends a read command in control direction (client->server).

The item type has the following properties:

NameDescriptionIDFlags
CACommon address18700Persisted
IOAInformation object address18701Persisted

On success, reads the current value of the information item on the server and should be reflected on the corresponding Information Item.

To trigger a read command:

  1. Configure the read command with the properties listed above;
  2. Set a new value on the item - not sent to server, only used for triggering a read command;
  3. On success; the value on the item is set and the value of the corresponding information item should be updated;
  4. On failure; the value on the item is not set - check log for more information.

See also

Basic Item Properties