Skip to content

Commit d553fb3

Browse files
committed
Add optional features
1 parent e5becfe commit d553fb3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/homematicip/device.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ class Device(BaseDevice):
142142
"IOptionalFeatureLowBat": ["lowBat"],
143143
"IOptionalFeatureMountingOrientation": ["mountingOrientation"],
144144
"IOptionalFeatureOperationDays": ["operationDays"],
145+
"IOptionalFeatureDeviceFrostProtectionError": ["frostProtectionError"],
146+
"IOptionalFeatureDeviceValveError": ["valveFlowError"],
147+
"IOptionalFeatureDeviceWaterError": ["valveWaterError"],
145148
}
146149

147150
def __init__(self, connection):

0 commit comments

Comments
 (0)