Skip to content

Commit

Permalink
fix(discovery): improve covers discovery (#3900)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando authored Sep 18, 2024
1 parent afbc701 commit 2557cbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/lib/Gateway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,7 @@ export default class Gateway {
'specific_type_class_b_motor_control',
'specific_type_class_c_motor_control',
'specific_type_class_motor_multiposition',
'specific_type_motor_multiposition',
].includes(specificDeviceClass) ||
node.deviceId === '615-0-258' // Issue #3088
) {
Expand Down

0 comments on commit 2557cbc

Please sign in to comment.