fix: fixed device data signature
This commit is contained in:
parent
e10d9f3639
commit
e8290dbf44
@ -646,10 +646,8 @@ class SimFlyer(Device, PositionerBase, FlyerInterface):
|
||||
bundle.append(
|
||||
messages.DeviceMessage(
|
||||
signals={
|
||||
self.name: {
|
||||
"flyer_samx": {"value": positions[ii, 0], "timestamp": 0},
|
||||
"flyer_samy": {"value": positions[ii, 1], "timestamp": 0},
|
||||
}
|
||||
"flyer_samx": {"value": positions[ii, 0], "timestamp": 0},
|
||||
"flyer_samy": {"value": positions[ii, 1], "timestamp": 0},
|
||||
},
|
||||
metadata={"point_id": ii, **metadata},
|
||||
)
|
||||
|
@ -117,10 +117,8 @@ class SynFlyerLamNI(Device, PositionerBase):
|
||||
bundle.append(
|
||||
messages.DeviceMessage(
|
||||
signals={
|
||||
"syn_flyer_lamni": {
|
||||
"flyer_samx": {"value": positions[ii, 0], "timestamp": 0},
|
||||
"flyer_samy": {"value": positions[ii, 1], "timestamp": 0},
|
||||
}
|
||||
"flyer_samx": {"value": positions[ii, 0], "timestamp": 0},
|
||||
"flyer_samy": {"value": positions[ii, 1], "timestamp": 0},
|
||||
},
|
||||
metadata={"point_id": ii, **metadata},
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user