zwave-js/.config-db/devices/0x016a/ft098.json

219 lines
4.2 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Fantem",
"manufacturerId": "0x016a",
"label": "FT098",
"description": "9W Color Light Bulb",
"devices": [
{
"productType": "0x0003",
"productId": "0x0062"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Group 1",
"description": "Lifeline",
"maxNodes": 5,
"isLifeline": true
},
"2": {
"label": "Group 2",
"description": "Retransmit",
"maxNodes": 5
}
},
"paramInformation": [
{
"#": "20",
"label": "Power-On State",
"description": "The bulb's state after power is applied",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Use previous state",
"value": 0
},
{
"label": "Always on",
"value": 1
},
{
"label": "Always off",
"value": 2
}
]
},
{
"#": "32",
"label": "Send Report When Color Is Changed",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
"value": 0
},
{
"label": "Hail CC",
"value": 1
}
]
},
{
"#": "33",
"label": "Get the Bulb's Color Value",
"description": "Byte 1: reserved, Bytes 2, 3, 4: Red, Green, Blue",
"valueSize": 4,
"minValue": 0,
"maxValue": 0,
"defaultValue": 0
},
{
"#": "34",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Allow External Switch to Turn the Bulb On/off"
},
{
"#": "35",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Allow External Switch to Change the Color",
"defaultValue": 1
},
{
"#": "36",
"label": "Reboot / Save / Exit Colorful Mode",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Un-Reboot colorful mode",
"value": 0
},
{
"label": "Reboot colorful mode",
"value": 1
},
{
"label": "Exit colorful mode",
"value": 2
},
{
"label": "Save current colorful mode value and then exit",
"value": 3
}
]
},
{
"#": "37",
"label": "Colorful Mode Configuration",
"description": "Configure the colour cycling modes. See overview for details.",
"valueSize": 4,
"minValue": 0,
"maxValue": 0,
"defaultValue": 0
},
{
"#": "38",
"label": "Change Speed",
"description": "Change the speed when going from OFF to ON, ON to OFF. See overview for details.",
"valueSize": 4,
"minValue": 0,
"maxValue": 0,
"defaultValue": 0
},
{
"#": "39",
"label": "Multi-Colour Configuration",
"description": "Set up to 8 colours to cycle between when the LED is in Multi Colour Mode",
"valueSize": 4,
"minValue": 0,
"maxValue": 0,
"defaultValue": 0
},
{
"#": "80",
"label": "Send Notifications to Associated Devices (Group 1)",
"valueSize": 1,
"defaultValue": 2,
"allowManualEntry": false,
"options": [
{
"label": "Disabled",
"value": 0
},
{
"label": "Hail CC",
"value": 1
},
{
"label": "Basic CC Report",
"value": 2
}
]
},
{
"#": "112",
"label": "Dimer Mode",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Parabolic curve",
"value": 0
},
{
"label": "Index curve",
"value": 1
},
{
// eslint-disable-next-line @zwave-js/consistent-config-string-case
"label": "(Parabolic + index) / 2",
"value": 2
},
{
"label": "Linear",
"value": 3
}
]
},
{
"#": "200",
"label": "Partner ID",
"valueSize": 1,
"minValue": 0,
"maxValue": 0,
"defaultValue": 0,
"options": [
{
// eslint-disable-next-line @zwave-js/consistent-config-string-case
"label": "Aeon Labs Standard Product",
"value": 0
}
]
},
{
"#": "252",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Lock Configuration"
},
{
"#": "255",
"label": "Reset to Factory Defaults",
"description": "Reset the bulb, optionally also removing it from the z-wave network",
"valueSize": 4,
"minValue": 0,
"maxValue": 0,
"defaultValue": 0
}
]
}