zwave-js/.config-db/devices/0x0115/zme_06437.json

158 lines
2.4 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Z-Wave.Me",
"manufacturerId": "0x0115",
"label": "ZME_06437",
"description": "Wall Plug Switch",
"devices": [
{
"productType": "0x1000",
"productId": "0x0200"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Set LED Indication Mode",
"valueSize": 1,
"defaultValue": 2,
"allowManualEntry": false,
"options": [
{
"label": "Disabled",
"value": 0
},
{
"label": "Show switch state",
"value": 1
},
{
"label": "Operated by Indicator Command Class",
"value": 2
}
]
},
{
"#": "2",
"label": "Automatic Switch Off",
"description": "If not zero, automatically switch off after a user defined time",
"valueSize": 2,
"minValue": 0,
"maxValue": 65535,
"defaultValue": 0,
"unsigned": true
},
{
"#": "3",
"label": "Function of RF Off Command",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Switch off",
"value": 0
},
{
"label": "Ignore",
"value": 1
},
{
"label": "Switch on",
"value": 2
},
{
"label": "Switch on if load is off else switch off",
"value": 3
}
]
},
{
"#": "5",
"label": "Restore Switch State After Power Cycle",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "No, turn off",
"value": 0
},
{
"label": "Yes",
"value": 1
}
]
},
{
"#": "20",
"label": "Energy Consumption",
"valueSize": 2,
"minValue": 0,
"maxValue": 1800,
"defaultValue": 0
},
{
"#": "21",
"label": "Off Color",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Off",
"value": 0
},
{
"label": "Red",
"value": 1
},
{
"label": "Green",
"value": 2
},
{
"label": "Blue",
"value": 3
},
{
"label": "Yellow",
"value": 4
}
]
},
{
"#": "22",
"label": "On Color",
"valueSize": 1,
"defaultValue": 3,
"allowManualEntry": false,
"options": [
{
"label": "Off",
"value": 0
},
{
"label": "Red",
"value": 1
},
{
"label": "Green",
"value": 2
},
{
"label": "Blue",
"value": 3
},
{
"label": "Yellow",
"value": 4
}
]
}
]
}