From def48961797df09a9b9e4b627f3258512c9ffd64 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Thu, 7 Jul 2022 20:28:34 +0200 Subject: [PATCH] renamed GPS/XRD -> Platform --- devices.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devices.py b/devices.py index 3aa28cb..3732a9f 100644 --- a/devices.py +++ b/devices.py @@ -291,7 +291,7 @@ components = [ }, { "name": "gps", - "type": "slic.devices.endstations.bernina_gps:GPS", + "type": "slic.devices.endstations.bernina_platform:BerninaPlatform", "args": ["SARES22-GPS"], "kwargs": {"configuration": config["gps_config"]}, "desc": "General purpose station", @@ -299,7 +299,7 @@ components = [ }, { "name": "xrd", - "type": "slic.devices.endstations.bernina_xrd:XRD", + "type": "slic.devices.endstations.bernina_platform:BerninaPlatform", "args": ["SARES21-XRD"], "kwargs": {"configuration": config["xrd_config"]}, "desc": "Xray diffractometer",