Skip to content

Commit b15ea22

Browse files
committed
Remove wireless_powermode for those are not doorbell.
1 parent 7964bbe commit b15ea22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/accessory/CameraAccessory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const SCHEMA_CODE = {
99
MOTION_ON: ['motion_switch'],
1010
MOTION_DETECT: ['movement_detect_pic'],
1111
// Indicates that this is possibly a doorbell
12-
DOORBELL: ['wireless_powermode', 'doorbell_ring_exist'],
12+
DOORBELL: ['doorbell_ring_exist'],
1313
// Notifies when a doorbell ring occurs.
1414
DOORBELL_RING: ['doorbell_pic'],
1515
// Notifies when a doorbell ring occurs.

0 commit comments

Comments
 (0)