Skip to content

Commit d4cce8a

Browse files
committed
fix(homebridge): remove debug code that removes all devices
1 parent b64dbfd commit d4cce8a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

homebridge/ring-platform.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,6 @@ export class RingPlatform {
148148
}
149149
})
150150

151-
hapDevices.length = 0
152-
153151
if (this.config.showPanicButtons && securityPanel) {
154152
hapDevices.push({
155153
device: securityPanel,

0 commit comments

Comments
 (0)