From 7b199bad1ef2642e4b91e53ca84399298f9fc10b Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Wed, 13 Jul 2022 18:38:42 +0200 Subject: [PATCH] renamed event_timing.MasterEventSystem -> events.TimingMaster --- devices.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devices.py b/devices.py index ac002c9..9f1779b 100644 --- a/devices.py +++ b/devices.py @@ -482,11 +482,11 @@ components = [ "kwargs": {}, }, { - "args": ["SIN-TIMAST-TMA"], "name": "event_master", - "desc": "SwissFEL timing master information", - "type": "slic.devices.timing.event_timing:MasterEventSystem", + "type": "slic.devices.timing.events:TimingMaster", + "args": ["SIN-TIMAST-TMA"], "kwargs": {}, + "desc": "SwissFEL timing master information", }, { "args": ["SARES20-CVME-01-EVR0"],