Files
frappy_sinq/setups/frappy_addons.py
Markus Zolliker 80d81d72ae determine environment from alias definitions
secop devices are added automatically to the environment if the
appear in the alias_config. secop devices no longer available
are remove from the envrionment list.

+ fix rename nicos_sinq/frappy to nicos_sinq/frappy_sinq
2022-04-13 09:07:43 +02:00

12 lines
288 B
Python

from os import environ
description = 'frappy addons'
group = 'optional'
devices = {
'se_addons':
device('nicos_sinq.frappy_sinq.devices.FrappyNode',
description='SEC node', unit='',
prefix='se_', auto_create=True, service='addons',
),
}