Skip to content

Commit

Permalink
Add "chuangmi.camera.038a2" support
Browse files Browse the repository at this point in the history
Adding support for Chuangmi Model: https://home.miot-spec.com/s/chuangmi.camera.038a02
  • Loading branch information
rockyzhang authored and rytilahti committed Apr 23, 2022
1 parent cd6ad36 commit 2b26581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miio/chuangmi_camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ 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 2b26581

Please sign in to comment.