We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f0d4b7 commit 7591e8fCopy full SHA for 7591e8f
src/fastcs/transport/epics/ca/util.py
@@ -91,6 +91,9 @@ def _verify_in_datatype(_, value):
91
return value in datatype.names
92
93
arguments["validate"] = _verify_in_datatype
94
+ case Bool():
95
+ arguments["ZNAM"] = "False"
96
+ arguments["ONAM"] = "True"
97
98
return arguments
99
0 commit comments