Skip to content

Commit

Permalink
Added descriptions to the available associations
Browse files Browse the repository at this point in the history
  • Loading branch information
xyanide authored Dec 7, 2024
1 parent 56ec63f commit d81f352
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/config/config/devices/0x010f/fgms001.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,23 +68,28 @@
"associations": {
"1": {
"label": "Lifeline",
"description": "Reports the device status and allows for assigning single device only (main controller by default).",
"maxNodes": 1,
"isLifeline": true
},
"2": {
"label": "Motion",
"description": "Sends motion detection and alarm cancellation frames to the associated devices.",
"maxNodes": 5
},
"3": {
"label": "Tamper",
"description": "Sends tamper alarm and alarm cancellation frames to the associated devices.",
"maxNodes": 5
},
"4": {
"label": "Motion BC",
"description": "Sends motion detection and alarm cancellation frames to the associated devices. Provides backward compatibility with controllers not supporting Z-Wave+ protocol.",
"maxNodes": 5
},
"5": {
"label": "Tamper BC",
"description": "Sends tamper alarm and alarm cancellation frames to the associated devices. Provides backward compatibility with controllers not supporting Z-Wave+ protocol.",
"maxNodes": 5
}
},
Expand Down

0 comments on commit d81f352

Please sign in to comment.