diff --git a/devices.py b/devices.py index aa121c7..3aa28cb 100644 --- a/devices.py +++ b/devices.py @@ -298,12 +298,12 @@ components = [ "z_und": 142, }, { - "args": [], "name": "xrd", - "z_und": 142, - "desc": "Xray diffractometer", "type": "slic.devices.endstations.bernina_xrd:XRD", - "kwargs": {"ID": "SARES21-XRD", "configuration": config["xrd_config"]}, + "args": ["SARES21-XRD"], + "kwargs": {"configuration": config["xrd_config"]}, + "desc": "Xray diffractometer", + "z_und": 142, }, {