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 7abbf63 commit 2fa287cCopy full SHA for 2fa287c
tests/test_smile.py
@@ -3973,6 +3973,10 @@ async def test_connect_anna_heatpump_heating(self):
3973
)
3974
assert result
3975
3976
+ # Now change some data and change directory reading xml from
3977
+ # emulating reading newer dataset after an update_interval
3978
+ self.smile_setup = "updated/anna_heatpump_heating"
3979
+ await self.device_test(smile, testdata, initialize=False)
3980
await smile.close_connection()
3981
await self.disconnect(server, client)
3982
0 commit comments