diff --git a/packages/config/config/devices/0x010f/fgms001.json b/packages/config/config/devices/0x010f/fgms001.json index 34f30bce4ef2..41c9b51e6884 100644 --- a/packages/config/config/devices/0x010f/fgms001.json +++ b/packages/config/config/devices/0x010f/fgms001.json @@ -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 } },