dictionary.association_group
- Key is parameter number, value is parameter size (can be 1, 2 or 4) and value Used for generic ZWave configuration parameters
Name | Type | Required | Description |
---|---|---|---|
name | string | + | Association group name |
profile | string | – | Association group profile |
channel | int | + | Source channel of association group |
maxAssociationsNumber | int | + | A maximum node count in association group |
commands | array of strings | – | List of commands, that can be sent by the source node in a specified association group |
Example:
{
...
"valueType": "dictionary",
"elementType": "association_group",
"value": {
"0_0" = {
"name": "Lifeline",
"profile": "Generic:Lifeline",
"channel": 0,
"maxAssociationsNumber": 3,
"commands": [
"MULTILEVEL_SWITCH_REPORT"
"BASIC_SET",
"NOTIFICATION_REPORT"
]
}, // first group
"0_1" = {
"channel": 0,
...
} // second group
...
}
...
}