Skip to content

Commit dbe0a6e

Browse files
committed
Add IOptionalFeatureDeviceOperationMode
1 parent 6e91c40 commit dbe0a6e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Add device SoilMoistureSensorInterface to support ELV-SH-SMSI
1313
- Add channel SoilMoistureSensorInterfaceChannel to support ELV-SH-SMSI
14+
- Add IOptionalFeatureDeviceOperationMode
1415

1516
### Fixed
1617

1718
- Fix params for sendDoorCommand
19+
- Improve Websocket Handling
1820

1921
## [2.2.0](https://github.com/hahn-th/homematicip-rest-api/compare/2.1.0..2.2.0) 2025-07-18
2022

src/homematicip/device.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ class Device(BaseDevice):
145145
"IOptionalFeatureDeviceFrostProtectionError": ["frostProtectionError"],
146146
"IOptionalFeatureDeviceValveError": ["valveFlowError"],
147147
"IOptionalFeatureDeviceWaterError": ["valveWaterError"],
148+
"IOptionalFeatureDeviceOperationMode": ["deviceOperationMode"]
148149
}
149150

150151
def __init__(self, connection):

0 commit comments

Comments
 (0)