mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-01-16 23:29:21 +01:00
fix: fixed rt_lamni hints
This commit is contained in:
@@ -322,7 +322,7 @@ class RtLamniController(Controller):
|
||||
"device_info": {
|
||||
"device_base_class": "ophydobject",
|
||||
"signals": [],
|
||||
"hints": ["average_x_st_fzp", "average_y_st_fzp"],
|
||||
"hints": {"fields": ["average_x_st_fzp", "average_y_st_fzp"]},
|
||||
"describe": {},
|
||||
"describe_configuration": {},
|
||||
"sub_devices": [],
|
||||
|
||||
Reference in New Issue
Block a user