fix(pco): fix type conversion for statuscode
This commit is contained in:
@@ -154,7 +154,7 @@ class PcoEdgeBase(Device):
|
||||
kind=Kind.config,
|
||||
)
|
||||
|
||||
statuscode = Cpt(EpicsSignalRO, "STATUSCODE", auto_monitor=True, kind=Kind.config, string=True)
|
||||
statuscode = Cpt(EpicsSignalRO, "STATUSCODE", auto_monitor=True, kind=Kind.config)
|
||||
init = Cpt(
|
||||
EpicsSignalRO,
|
||||
"INIT",
|
||||
|
||||
Reference in New Issue
Block a user