Skip to content

Commit

Permalink
fix(config): force Basic CC to be supported for Vision Security ZD2102-5
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Jan 31, 2021
1 parent 064186a commit 0d8fae9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/config/config/devices/0x0109/zd2102-5.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,16 @@
}
]
}
},
"compat": {
"commandClasses": {
"add": {
"0x20": {
// This device should send Notification Reports, but they seem to get lost often
// Basic Set comes through
"isSupported": true
}
}
}
}
}

0 comments on commit 0d8fae9

Please sign in to comment.