We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39a970a + eec53b8 commit 3c980aaCopy full SHA for 3c980aa
1 file changed
examples/device_status_callback.py
@@ -178,9 +178,9 @@ def on_device_status(status: DeviceStatus):
178
f" Super Heat: {status.current_super_heat:.1f}°F"
179
)
180
print(
181
- f" Flow Rate: {status.currentDhwFlowRate:.1f} GPM"
+ f" Flow Rate: {status.current_dhw_flow_rate:.1f} GPM"
182
183
- print(f" Temperature Unit: {status.temperatureType.name}")
+ print(f" Temperature Unit: {status.temperature_type.name}")
184
185
print("=" * 60)
186
0 commit comments