Allow NO_PIN within info.json (#16359)
This commit is contained in:
parent
b0621223bc
commit
fede569bbe
|
@ -51,6 +51,10 @@
|
||||||
},
|
},
|
||||||
"mcu_pin": {
|
"mcu_pin": {
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "string",
|
||||||
|
"enum": ["NO_PIN"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"pattern": "^[A-K]\\d{1,2}$"
|
"pattern": "^[A-K]\\d{1,2}$"
|
||||||
|
|
Loading…
Reference in New Issue