zwave-js/.config-db/devices/0x008a/p1-dongle.json
2025-01-10 22:05:04 -08:00

28 lines
526 B
JSON

{
"manufacturer": "BeNext",
"manufacturerId": "0x008a",
"label": "P1-dongle",
"description": "P1-Dongle",
"devices": [
{
"productType": "0x002f",
"productId": "0x0100"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "4",
"label": "Baud Rate",
"description": "Baud rate: the rate the device sends data between the smart meter and z-wave",
"valueSize": 2,
"minValue": 0,
"maxValue": 40000,
"defaultValue": 1152,
"unsigned": true
}
]
}