fix: bugfix to fill data butter with value, timestamp properly

This commit is contained in:
2024-06-03 14:40:51 +02:00
parent 33f5d8a629
commit 85208002a3
2 changed files with 3 additions and 3 deletions

View File

@ -415,7 +415,7 @@ def test_async_mon_send_data_to_bec(async_monitor):
async_monitor.custom_prepare._send_data_to_bec()
dev_msg = messages.DeviceMessage(
signals={async_monitor.readback.name: async_monitor.data_buffer},
metadata={"async_update": "extend"},
metadata={"async_update": async_monitor.async_update},
)
call = [