zwave-js/.config-db/devices/0x030f/mt-100.json

132 lines
2.7 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Vemmio",
"manufacturerId": "0x030f",
"label": "MT-100",
"description": "Motion and Light Mini Sensor",
"devices": [
{
"productType": "0x0003",
"productId": "0x0003"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Sensitivity Level Setting",
"description": "This parameter defines the sensitivity of PIR detector",
"valueSize": 1,
"minValue": 8,
"maxValue": 255,
"defaultValue": 12,
"unsigned": true
},
{
"#": "2",
"label": "On/Off Duration",
"description": "how long the associated devices should stay ON status",
"valueSize": 2,
"unit": "seconds",
"minValue": 5,
"maxValue": 600,
"defaultValue": 30
},
{
"#": "3",
"label": "Basic Set Level",
"description": "value when PIR detector is triggered and Basic Set command sent",
"valueSize": 1,
"unit": "%",
"minValue": 0,
"maxValue": 255,
"defaultValue": 255,
"unsigned": true,
"options": [
{
"label": "On",
"value": 255
}
]
},
{
"#": "4",
"label": "PIR Detecting Function Enabled/Disabled",
"description": "enabled or disabled the PIR",
"valueSize": 1,
"defaultValue": 255,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
"label": "Disable PIR",
"value": 0
},
{
"label": "Enable PIR",
"value": 255
}
]
},
{
"#": "5",
"label": "Ambient Illumination Lux Level",
"description": "Set a lux level value which determines when the light sensor is activated",
"valueSize": 2,
"unit": "Lux",
"minValue": 0,
"maxValue": 1000,
"defaultValue": 100
},
{
"#": "6",
"label": "Retrigger Interval Setting",
"description": "Interval of being re-triggered after the PIR detector has been triggered.",
"valueSize": 1,
"unit": "seconds",
"minValue": 0,
"maxValue": 8,
"defaultValue": 8
},
{
"#": "7",
"label": "Light Sensor Polling Interva Time",
"description": "Set the light sensor measure ambient illumination level interval time",
"valueSize": 2,
"unit": "seconds",
"minValue": 60,
"maxValue": 36000,
"defaultValue": 180,
"unsigned": true
},
{
"#": "8",
"label": "Lux Level Function Enable",
"valueSize": 1,
"minValue": 0,
"maxValue": 1,
"defaultValue": 0
},
{
"#": "9",
"label": "Ambient Illumination Lux Level Report",
"valueSize": 2,
"unit": "Lux",
"minValue": 0,
"maxValue": 255,
"defaultValue": 100
},
{
"#": "10",
"label": "LED Flash Enable",
"description": "This parameter defines the Led on/off enable",
"valueSize": 1,
"minValue": 0,
"maxValue": 1,
"defaultValue": 1
}
]
}