zwave-js/.config-db/devices/0x010f/fgss001.json

282 lines
4.9 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Fibargroup",
"manufacturerId": "0x010f",
"label": "FGSS001",
"description": "Smoke Sensor",
"devices": [
{
"productType": "0x0c00",
"productId": "0x1000",
"zwaveAllianceId": 1049
},
{
"productType": "0x0c00",
"productId": "0x3000"
},
{
"productType": "0x0c00",
"productId": "0x4000"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Fire Status",
"maxNodes": 5
},
"2": {
"label": "TMP Button",
"maxNodes": 5
},
"3": {
"label": "Device Status",
"maxNodes": 1,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "1",
"label": "Alarm Cancellation Delay",
"valueSize": 2,
"minValue": 0,
"maxValue": 3600,
"defaultValue": 0
},
{
"#": "2",
"label": "Alarm Acoustic and Visual Signals",
"valueSize": 1,
"defaultValue": 3,
"allowManualEntry": false,
"options": [
{
"label": "Acoustic and visual alarms inactive",
"value": 0
},
{
"label": "Acoustic alarm inactive, visual alarm active",
"value": 1
},
{
"label": "Acoustic alarm active, visual alarm inactive",
"value": 2
},
{
"label": "Acoustic and visual alarms active",
"value": 3
}
]
},
{
"#": "5",
"label": "Type of Alarm to 1st Association Group (SMOKE)",
"valueSize": 1,
"defaultValue": 255,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
"label": "Alarm sensor (Smoke)",
"value": 0
},
{
"label": "Basic Set",
"value": 255
}
]
},
{
"#": "7",
"label": "Forced Level of Dimming Group 1",
"valueSize": 1,
"minValue": 1,
"maxValue": 255,
"defaultValue": 255,
"unsigned": true
},
{
"#": "10",
"label": "Interval Between Temperature Readings",
"valueSize": 2,
"minValue": 1,
"maxValue": 32767,
"defaultValue": 300
},
{
"#": "12",
"label": "Temperature Change Report Threshold",
"valueSize": 1,
"minValue": 0,
"maxValue": 100,
"defaultValue": 20
},
{
"#": "13",
"label": "Frame Broadcast Mode",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Broadcast inactive",
"value": 0
},
{
"label": "Smoke mode active, tamper mode inactive",
"value": 1
},
{
"label": "Smoke mode inactive, tamper mode active",
"value": 2
},
{
"label": "Smoke and tamper broadcast mode active",
"value": 3
}
]
},
{
"#": "73",
"label": "Temperature Measurement Compensation",
"valueSize": 2,
"minValue": -1000,
"maxValue": 1000,
"defaultValue": 0
},
{
"#": "80",
"label": "Z-Wave Range Test Interval",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 1,
"unsigned": true
},
{
"#": "81",
"label": "Temperature Alarm Threshold",
"valueSize": 1,
"minValue": 0,
"maxValue": 100,
"defaultValue": 54
},
{
"#": "82",
"label": "Smoke Sensor Sensitivity",
"valueSize": 1,
"defaultValue": 2,
"allowManualEntry": false,
"options": [
{
"label": "High",
"value": 1
},
{
"label": "Medium",
"value": 2
},
{
"label": "Low",
"value": 3
}
]
},
{
"#": "83",
"label": "Black Box Sensitivity Level",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "High",
"value": 1
},
{
"label": "Medium",
"value": 2
},
{
"label": "Low",
"value": 3
}
]
},
{
"#": "84",
"label": "Malfunction Alarm",
"valueSize": 1,
"minValue": -126,
"maxValue": 127,
"defaultValue": 10
},
{
"#": "85",
"label": "Temperature Alarm",
"valueSize": 1,
"minValue": -126,
"maxValue": 127,
"defaultValue": 5
},
{
"#": "86",
"label": "Lack of the Z-Wave Range Alarm",
"valueSize": 2,
"minValue": 1,
"maxValue": 17280,
"defaultValue": 360
},
{
"#": "87",
"label": "Low Battery Alarm",
"valueSize": 2,
"minValue": 1,
"maxValue": 17280,
"defaultValue": 360
},
{
"#": "88",
"label": "Temperature Measurement Compensation for Report",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Ignore temperature compensation",
"value": 0
},
{
"label": "Include temperature compensation",
"value": 1
}
]
},
{
"#": "89",
"label": "Tamper Alarm",
"description": "Activates/inactivates temper switch alarm",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Tamper alarm inactive",
"value": 0
},
{
"label": "Tamper alarm active, with cancellation option",
"value": 1
},
{
"label": "Tamper alarm active, without cancellation option",
"value": 2
}
]
}
]
}