diff --git a/devices.py b/devices.py index b42e681..aa121c7 100644 --- a/devices.py +++ b/devices.py @@ -290,12 +290,12 @@ components = [ #"type": "slic.devices.xoptics.slits:SlitBladesJJ_old", }, { - "args": [], "name": "gps", - "z_und": 142, - "desc": "General purpose station", "type": "slic.devices.endstations.bernina_gps:GPS", - "kwargs": {"ID": "SARES22-GPS", "configuration": config["gps_config"]}, + "args": ["SARES22-GPS"], + "kwargs": {"configuration": config["gps_config"]}, + "desc": "General purpose station", + "z_und": 142, }, { "args": [],