Skip to content

Commit

Permalink
fix: add missing model name Wireless CO Detector
Browse files Browse the repository at this point in the history
  • Loading branch information
petrleocompel committed Aug 1, 2023
1 parent 52fca44 commit b413774
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/hikvision_axpro/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ def detector_model_to_name(model_id: Optional[str]) -> str:
return "Magnetic Contact"
if model_id == "0x00012":
return "Wireless PIR CAM Detector"
if model_id == "0x00013":
return "Wireless CO Detector"
if model_id == "0x00015":
return "Wireless Smoke Detector"
if model_id == "0x00017":
Expand Down

0 comments on commit b413774

Please sign in to comment.