mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-06-23 19:27:59 +02: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