Skip to content

Commit

Permalink
Add T8222-Z
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxWinterstein authored Jul 6, 2021
1 parent 00b03f4 commit 450e985
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 @@ -21,6 +21,7 @@ const deviceType = {
MOTION_SENSOR: 'T8910',
VIDEO_DOORBELL_1080P_BATTERY: 'T8220',
VIDEO_DOORBELL_1080P_BATTERY2: 'T8222',
VIDEO_DOORBELL_1080P_BATTERY2_Z: 'T8222-Z',
VIDEO_DOORBELL_1080P_POWERED: 'T8221',
VIDEO_DOORBELL_1080P_POWERED2: 'T8201',
VIDEO_DOORBELL_2K_BATTERY: 'T8210',
Expand Down Expand Up @@ -145,6 +146,13 @@ const capabilities = {
NotificationType.THUMBNAIL,
SensorType.BATTERY_PERCENTAGE,
],
[deviceType.VIDEO_DOORBELL_1080P_BATTERY2_Z]: [
NotificationType.EVENT_MOTION_DETECTED,
NotificationType.EVENT_PERSON_DETECTED,
NotificationType.EVENT_DOORBELL_PRESSED,
NotificationType.THUMBNAIL,
SensorType.BATTERY_PERCENTAGE,
],
[deviceType.VIDEO_DOORBELL_1080P_POWERED]: [
NotificationType.EVENT_MOTION_DETECTED,
NotificationType.EVENT_PERSON_DETECTED,
Expand Down

0 comments on commit 450e985

Please sign in to comment.