Skip to content

Commit

Permalink
fix(config): correct product id for Fakro ZWS12 (#6454)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciderwarehouse1 authored Oct 24, 2023
1 parent ec6e89f commit 7c90e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/config/config/devices/0x0085/zws12.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"devices": [
{
"productType": "0x0002",
"productId": "0x0001"
"productId": "0x0010"
},
{
"productType": "0x0011",
Expand Down

0 comments on commit 7c90e0b

Please sign in to comment.