Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
rperrell authored Apr 23, 2022
2 parents da0be35 + 9ad80e4 commit 4e42386
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion miio/chuangmi_camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@ class NASVideoRetentionTime(enum.IntEnum):
CONST_HIGH_SENSITIVITY = [MotionDetectionSensitivity.High] * 32
CONST_LOW_SENSITIVITY = [MotionDetectionSensitivity.Low] * 32

SUPPORTED_MODELS = ["chuangmi.camera.ipc009", "chuangmi.camera.ipc019"]
SUPPORTED_MODELS = [
"chuangmi.camera.ipc009",
"chuangmi.camera.ipc019",
"chuangmi.camera.038a2",
]


class CameraStatus(DeviceStatus):
Expand Down

0 comments on commit 4e42386

Please sign in to comment.