[WIP] rename frappy_config to frappy in setup
This commit is contained in:
@ -4,10 +4,8 @@ group = 'optional'
|
|||||||
modules = ['nicos_sinq.frappy_sinq.commands']
|
modules = ['nicos_sinq.frappy_sinq.commands']
|
||||||
|
|
||||||
devices = dict(
|
devices = dict(
|
||||||
frappy_config = device(
|
frappy = device(
|
||||||
'nicos_sinq.frappy_sinq.devices.FrappyConfig',
|
'nicos_sinq.frappy_sinq.devices.FrappyConfig',
|
||||||
# frappy_config does not need to be visible
|
|
||||||
visibility = [],
|
|
||||||
# the possible SECoP connections
|
# the possible SECoP connections
|
||||||
nodes = ['se_main', 'se_stick', 'se_addons'],
|
nodes = ['se_main', 'se_stick', 'se_addons'],
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user