Commit 2c5538f2 authored by dheideman's avatar dheideman Committed by Jacob Walser

Use enumerated enabled/disabled strings for input hold

parent ef1627ce
......@@ -32,6 +32,8 @@
{
"name": "input hold",
"shortDescription": "Input Hold",
"type": "int16"
"type": "int16",
"enumStrings": "Disabled,Enabled",
"enumValues": "0,1"
}
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment