zwave-js/.config-db/devices/0x0084/fmi.json

75 lines
1.3 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "FortrezZ LLC",
"manufacturerId": "0x0084",
"label": "FMI",
"description": "Flow Meter",
"devices": [
{
"productType": "0x0473",
"productId": "0x0110"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Temperature Low Threshold",
"valueSize": 1,
"unit": "Degrees Celsius",
"minValue": -10,
"maxValue": 69,
"defaultValue": 4
},
{
"#": "2",
"label": "Temperature High Threshold",
"valueSize": 1,
"unit": "Degrees Celsius",
"minValue": -9,
"maxValue": 70,
"defaultValue": 70
},
{
"#": "3",
"label": "Meter Count",
"valueSize": 4,
"unit": "Tenths of Gallons",
"minValue": 0,
"maxValue": 99999999,
"defaultValue": 0
},
{
"#": "4",
"label": "Meter Report Interval",
"valueSize": 1,
"unit": "10s of seconds",
"minValue": 0,
"maxValue": 255,
"defaultValue": 6,
"unsigned": true
},
{
"#": "5",
"label": "Meter Leak Threshold",
"valueSize": 2,
"unit": "Tenths of Gallons",
"minValue": 0,
"maxValue": 65535,
"defaultValue": 50,
"unsigned": true
},
{
"#": "6",
"label": "Notification Commands MLS",
"description": "Toggle Commands or MLS",
"valueSize": 1,
"minValue": 0,
"maxValue": 0,
"defaultValue": 0
}
]
}