Skip to content

Commit

Permalink
feat: add new device types
Browse files Browse the repository at this point in the history
  • Loading branch information
fuatakgun committed Aug 28, 2022
1 parent e60ea5a commit 61d981c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions custom_components/eufy_security/const.py
Expand Up @@ -325,6 +325,14 @@ class DEVICE_TYPE(Enum):
SOLO_CAMERA_SPOTLIGHT_SOLAR = 62
DOORBELL_DUAL = 91
BATTERY_DOORBELL_DUAL = 93
INDOOR_COST_DOWN_CAMERA = 100
CAMERA_GUN = 101
CAMERA_SNAIL = 102
CAMERA_FG = 110
SMART_SAFE_7400 = 140
SMART_SAFE_7401 = 141
SMART_SAFE_7402 = 142
SMART_SAFE_7403 = 143


DEVICE_CATEGORY = {
Expand Down Expand Up @@ -363,6 +371,14 @@ class DEVICE_TYPE(Enum):
DEVICE_TYPE.SOLO_CAMERA_SPOTLIGHT_SOLAR: "CAMERA",
DEVICE_TYPE.BATTERY_DOORBELL_DUAL: "DOORBELL",
DEVICE_TYPE.DOORBELL_DUAL: "DOORBELL",
DEVICE_TYPE.INDOOR_COST_DOWN_CAMERA: "CAMERA",
DEVICE_TYPE.CAMERA_GUN: "CAMERA",
DEVICE_TYPE.CAMERA_SNAIL: "CAMERA",
DEVICE_TYPE.CAMERA_FG: "CAMERA",
DEVICE_TYPE.SMART_SAFE_7400: "LOCK",
DEVICE_TYPE.SMART_SAFE_7401: "LOCK",
DEVICE_TYPE.SMART_SAFE_7402: "LOCK",
DEVICE_TYPE.SMART_SAFE_7403: "LOCK"
}


Expand Down

0 comments on commit 61d981c

Please sign in to comment.