Pair element
Defines a pair consisting of a command and optionally a response.
Parent
Pairs
Attributes
| Name |
Type |
Required |
Description |
| id |
TypeNonLeadingZeroUnsignedInt |
Yes |
Specifies the unique ID of the pair. |
| options |
string |
|
Specifies a number of options, separated by semicolons (”;”). |
| ping |
EnumTrueFalse |
|
If set to true, the pair will be executed when the device is in timeout and slow polling is activated. |
| timeout |
unsignedInt |
|
Specifies the timeout value to use for this pair instead of the default value when executing the pair. |
Children
| Name |
Occurrences |
Description |
| All |
|
|
| Condition |
[0, 1] |
Specifies a condition that must be met in order for the pair to execute. |
| Content |
|
Associates a command with its expected response(s), if any. |
| Description |
[0, 1] |
Contains a textual description of the pair. |
| Name |
|
Specifies the name of the pair. |