Skip to content

Commit

Permalink
fix: remove Supervision CC from LZW36 due to firmware bug (#2167)
Browse files Browse the repository at this point in the history
  • Loading branch information
blhoward2 committed Mar 27, 2021
1 parent 8185433 commit d3aa0cc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/config/config/devices/0x031e/lzw36.json
Original file line number Diff line number Diff line change
Expand Up @@ -1105,5 +1105,15 @@
}
]
}
},
"compat": {
"commandClasses": {
"remove": {
"0x6c": {
// Supervision commands cause this device to crash after ~2 hours of operation due to a firmware bug
"endpoints": "*"
}
}
}
}
}

0 comments on commit d3aa0cc

Please sign in to comment.