Skip to content

Commit

Permalink
fix: enable workaround for HUSBZB-1 too
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Oct 5, 2023
1 parent b14340b commit 47336a7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/config/config/devices/0x0000/husbzb-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,13 @@
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"compat": {
// In some situations, AssignSUCReturnRoute and DeleteSUCReturnRoute get answered with a wrong callback function type,
// triggering Z-Wave JS's unresponsive controller check.
"disableCallbackFunctionTypeCheck": [
81, // AssignSUCReturnRoute
85 // DeleteSUCReturnRoute
]
}
}

0 comments on commit 47336a7

Please sign in to comment.