zwave-js/.config-db/devices/0x016a/ft130.json

80 lines
1.5 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Fantem",
"manufacturerId": "0x016a",
"label": "FT130",
"description": "Wall-Mount Four Button",
"devices": [
{
"productType": "0x0002",
"productId": "0x0082"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Touch Sound",
"defaultValue": 1
},
{
"#": "2",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Touch Vibration",
"defaultValue": 1
},
{
"#": "3",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Button Slide",
"defaultValue": 1
},
{
"#": "4",
"label": "Notification Report",
"description": "Which notification to be sent to the associated devices.",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Central Scene",
"value": 1
},
{
"label": "Central Scene and config",
"value": 3
}
]
},
{
"#": "39",
"label": "Low Battery Value",
"valueSize": 1,
"minValue": 0,
"maxValue": 50,
"defaultValue": 5
},
{
"#": "255",
"label": "Reset the WallMote Quad",
"valueSize": 4,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Reset to factory default",
"value": 0
},
{
"label": "Reset and remove",
"value": 1431655765
}
]
}
]
}