move files in from repo git.psi.ch/sinqdev/nicos-sinq

This commit is contained in:
2022-04-08 09:36:17 +02:00
parent 0cec6c0fa4
commit 34075a07af
7 changed files with 435 additions and 0 deletions

11
setups/frappy_stick.py Normal file
View File

@ -0,0 +1,11 @@
from os import environ
description = 'frappy stick setup'
group = 'optional'
devices = {
'se_stick':
device('nicos_sinq.frappy.devices.FrappyNode',
description='stick SEC node', unit='',
prefix='se_', auto_create=True, service='stick',
),
}