File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ):
You can’t perform that action at this time.
0 commit comments