zwave-js/.config-db/devices/0x0115/z-weather.json

37 lines
741 B
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Z-Wave.Me",
"manufacturerId": "0x0115",
"label": "Z-Weather",
"description": "Z-Wave Weather Interface",
"devices": [
{
"productType": "0x0100",
"productId": "0x0400"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Wind Speed Action Threshold",
"description": "Available Parameters: 0 - Off 1 - 30 in milliseconds Default = 6 m/s",
"valueSize": 1,
"minValue": 0,
"maxValue": 30,
"defaultValue": 6
},
{
"#": "2",
"label": "Twilight Action Threshold",
"description": "Set from 0 - 100 % Default = 37% (street lighting)",
"valueSize": 1,
"minValue": 0,
"maxValue": 100,
"defaultValue": 37
}
]
}