jtccr: fixes while testing

This commit is contained in:
2026-06-09 14:21:22 +02:00
parent fb4a877751
commit 21f8eeae1e
+3 -2
View File
@@ -17,8 +17,9 @@
# Anik Stark <anik.stark@psi.ch>
# *****************************************************************************
from frappy.core import Parameter, Writable, Attached, EnumType, FloatRange, \
IDLE, WARN
import time
from frappy.core import Parameter, Property, Writable, Attached, EnumType, FloatRange, \
IDLE, BUSY, WARN
STATES = {'manual': 0,