Skip to content

Commit

Permalink
Merge pull request #86 from jasonpaustin/main
Browse files Browse the repository at this point in the history
adds T8220-Z
  • Loading branch information
matijse authored Jul 31, 2021
2 parents 11b9dab + 21ab99e commit 9b548b9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions enums/device_type.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const deviceType = {
INDOOR_CAM_1080P_PAN_TILT: 'T8411',
MOTION_SENSOR: 'T8910',
VIDEO_DOORBELL_1080P_BATTERY: 'T8220',
VIDEO_DOORBELL_1080P_BATTERY_Z: 'T8220-Z',
VIDEO_DOORBELL_1080P_BATTERY2: 'T8222',
VIDEO_DOORBELL_1080P_BATTERY2_Z: 'T8222-Z',
VIDEO_DOORBELL_1080P_POWERED: 'T8221',
Expand Down Expand Up @@ -139,6 +140,13 @@ const capabilities = {
NotificationType.THUMBNAIL,
SensorType.BATTERY_PERCENTAGE,
],
[deviceType.VIDEO_DOORBELL_1080P_BATTERY_Z]: [
NotificationType.EVENT_MOTION_DETECTED,
NotificationType.EVENT_PERSON_DETECTED,
NotificationType.EVENT_DOORBELL_PRESSED,
NotificationType.THUMBNAIL,
SensorType.BATTERY_PERCENTAGE,
],
[deviceType.VIDEO_DOORBELL_1080P_BATTERY2]: [
NotificationType.EVENT_MOTION_DETECTED,
NotificationType.EVENT_PERSON_DETECTED,
Expand Down

0 comments on commit 9b548b9

Please sign in to comment.