20 lines
420 B
JSON
20 lines
420 B
JSON
{
|
|
"manufacturer": "Zooz",
|
|
"manufacturerId": "0x027a",
|
|
"label": "ZST10",
|
|
"description": "S2 USB Stick Controller",
|
|
"devices": [
|
|
{
|
|
"productType": "0x0401",
|
|
"productId": "0x0002"
|
|
}
|
|
],
|
|
"firmwareVersion": {
|
|
"min": "0.0",
|
|
"max": "255.255"
|
|
},
|
|
"compat": {
|
|
// Workaround for a firmware bug in 500 series controllers
|
|
"$import": "~/templates/master_template.json#500_series_controller_compat_flags"
|
|
}
|
|
}
|