Skip to content

Commit

Permalink
HmIP-DLD is a OperationLockableDevice
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-th committed Aug 27, 2023
1 parent 4714a27 commit 92f21bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- :warning: Functions for interacting with the device (set-shutter-level i.E.) are added to functionalChannel classes. This is because actions are bound to channels, not the devices. This is the foundation for more changes in the future. These functions in device classes are deprecated soon.
- Add field channelRole to MultiModeInputChannel
- Default Channel for device HmIP-DLD is set to 1
- HmIP-DLD is a OperationLockableDevice
- Add support for IOptionalFeatureMountingOrientation
- Add support for IOptionalFeatureControlsMountingOrientation
- Add support for HmIP-eTRV-CL
Expand Down
2 changes: 1 addition & 1 deletion homematicip/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -2332,7 +2332,7 @@ def from_json(self, js):
self.set_attr_from_dict("temperatureExternalTwo", c)


class DoorLockDrive(Device):
class DoorLockDrive(OperationLockableDevice):
"""HmIP-DLD"""

def __init__(self, connection):
Expand Down

0 comments on commit 92f21bd

Please sign in to comment.