zwave-js/.config-db/devices/0x0208/hkzw_fld01.json
2025-01-10 22:05:04 -08:00

174 lines
3.2 KiB
JSON

{
"manufacturer": "HANK Electronics Ltd.",
"manufacturerId": "0x0208",
"label": "HKZW-FLD01",
"description": "Flood Sensor",
"devices": [
{
"productType": "0x0200",
"productId": "0x000f"
},
{
"productType": "0x0201",
"productId": "0x000f"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "14",
"label": "Enable/Disable Basic Set Command",
"description": "The flood sensor can send BASIC SET command to nodes associated",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
"value": 0
},
{
"label": "Enable",
"value": 1
}
]
},
{
"#": "15",
"label": "Value of the Basic Set",
"description": "The flood sensor can send BASIC SET command to nodes associated",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
"value": 0
},
{
"label": "Enable",
"value": 1
}
]
},
{
"#": "17",
"label": "Flooding Alarm",
"description": "Enable/Disable flooding alarm",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
"value": 0
},
{
"label": "Enable",
"value": 1
}
]
},
{
"#": "18",
"label": "Shock Alarm",
"description": "Enable/Disable shock alarm",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
"value": 0
},
{
"label": "Enable",
"value": 1
}
]
},
{
"#": "19",
"label": "High Temperature Alarm",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
"value": 0
},
{
"label": "Enable",
"value": 1
}
]
},
{
"#": "20",
"label": "Set the High Temperature Alarm Trigger Value",
"description": "Available setting(US):-67 °C to -257 °C",
"valueSize": 2,
"minValue": -670,
"maxValue": 2570,
"defaultValue": 1040
},
{
"#": "21",
"label": "Low Temperature Alarm",
"description": "Enable/Disable low temperature alarm",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
"value": 0
},
{
"label": "Enable",
"value": 1
}
]
},
{
"#": "22",
"label": "Set the Low Temperature Alarm Trigger Value",
"description": "Available setting(US):-67 °C to -257 °C",
"valueSize": 2,
"minValue": -670,
"maxValue": 2570,
"defaultValue": 0
},
{
"#": "24",
"label": "Blinking LED",
"description": "Enable/Disable blinking LED when alarm being triggered",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
"value": 0
},
{
"label": "Enable",
"value": 1
}
]
},
{
"#": "32",
"label": "Level of Low Battery",
"description": "This parameter defines a battery level as the \"low battery\"",
"valueSize": 1,
"minValue": 10,
"maxValue": 50,
"defaultValue": 20
}
]
}