Skip to content

Commit

Permalink
add missing device type mapping for NIS
Browse files Browse the repository at this point in the history
  • Loading branch information
cgtobi committed Dec 8, 2023
1 parent 38301d0 commit f846e45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pyatmo/modules/device_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ class DeviceCategory(str, Enum):
DeviceType.NLJ: DeviceCategory.shutter,
DeviceType.BNIL: DeviceCategory.switch,
DeviceType.BNLD: DeviceCategory.dimmer,
DeviceType.NIS: DeviceCategory.siren,
}


Expand Down

0 comments on commit f846e45

Please sign in to comment.