renamed event_timing.MasterEventSystem -> events.TimingMaster

This commit is contained in:
2022-07-13 18:38:42 +02:00
parent 47149c0843
commit 7b199bad1e

View File

@ -482,11 +482,11 @@ components = [
"kwargs": {}, "kwargs": {},
}, },
{ {
"args": ["SIN-TIMAST-TMA"],
"name": "event_master", "name": "event_master",
"desc": "SwissFEL timing master information", "type": "slic.devices.timing.events:TimingMaster",
"type": "slic.devices.timing.event_timing:MasterEventSystem", "args": ["SIN-TIMAST-TMA"],
"kwargs": {}, "kwargs": {},
"desc": "SwissFEL timing master information",
}, },
{ {
"args": ["SARES20-CVME-01-EVR0"], "args": ["SARES20-CVME-01-EVR0"],