We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5becfe commit d553fb3Copy full SHA for d553fb3
src/homematicip/device.py
@@ -142,6 +142,9 @@ class Device(BaseDevice):
142
"IOptionalFeatureLowBat": ["lowBat"],
143
"IOptionalFeatureMountingOrientation": ["mountingOrientation"],
144
"IOptionalFeatureOperationDays": ["operationDays"],
145
+ "IOptionalFeatureDeviceFrostProtectionError": ["frostProtectionError"],
146
+ "IOptionalFeatureDeviceValveError": ["valveFlowError"],
147
+ "IOptionalFeatureDeviceWaterError": ["valveWaterError"],
148
}
149
150
def __init__(self, connection):
0 commit comments