zwave-js/.config-db/devices/0x013c/pan11.json
2025-01-10 22:05:04 -08:00

137 lines
2.6 KiB
JSON

{
"manufacturer": "Philio Technology Corp",
"manufacturerId": "0x013c",
"label": "PAN11",
"description": "Smart Energy Plug in Switch",
"devices": [
{
"productType": "0x0001",
"productId": "0x0001"
},
{
"productType": "0x0001",
"productId": "0x0011"
},
{
"productType": "0x0001",
"productId": "0x0030"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "W Meter Report Period",
"description": "Set automatic W meter reporting interval",
"valueSize": 2,
"minValue": 0,
"maxValue": 32767,
"defaultValue": 720
},
{
"#": "2",
"label": "kWh Meter Report Period",
"description": "Set automatic kWh meter reporting interval.",
"valueSize": 2,
"minValue": 0,
"maxValue": 32767,
"defaultValue": 6
},
{
"#": "3",
"label": "Threshold of Watt for Load Caution",
"valueSize": 2,
"minValue": 10,
"maxValue": 1300,
"defaultValue": 1300
},
{
"#": "4",
"label": "Threshold of kWh for Load Caution",
"description": "If threshold of kWh is reached, a Meter Report will be generated",
"valueSize": 2,
"minValue": 1,
"maxValue": 10000,
"defaultValue": 10000
},
{
"#": "5",
"$import": "~/templates/master_template.json#state_after_power_failure_off_prev_on"
},
{
"#": "6",
"label": "Mode of Switch Off Function",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Switch off commands received are ignored",
"value": 0
},
{
"label": "Switch off commands received are honored",
"value": 1
}
]
},
{
"#": "7",
"label": "LED Indication Mode",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "The LED follows the state of the switch",
"value": 1
},
{
"label": "LED off with load on",
"value": 2
},
{
"label": "One flash mode",
"value": 3
}
]
},
{
"#": "8",
"label": "Auto Off Timer",
"description": "Auto off timer. 0 will disable the auto off function.",
"valueSize": 2,
"minValue": 0,
"maxValue": 255,
"defaultValue": 0
},
{
"#": "9",
"label": "RF Off Command Mode",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Switch off",
"value": 0
},
{
"label": "Ignore",
"value": 1
},
{
"label": "Switch toggle",
"value": 2
},
{
"label": "Switch on",
"value": 3
}
]
}
]
}