Add missing property in flexit bacnet test (#108606)
Add missing property on mocked device Also update the snapshot
This commit is contained in:
parent
6525dad57a
commit
702529627e
2 changed files with 2 additions and 1 deletions
|
@ -59,6 +59,7 @@ def mock_flexit_bacnet() -> Generator[AsyncMock, None, None]:
|
|||
flexit_bacnet.air_filter_operating_time = 8820.0
|
||||
flexit_bacnet.heat_exchanger_efficiency = 81
|
||||
flexit_bacnet.heat_exchanger_speed = 100
|
||||
flexit_bacnet.air_filter_polluted = False
|
||||
|
||||
yield flexit_bacnet
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue