Closes #882: Add support for front & rear port color

This commit is contained in:
jeremystretch 2022-08-18 09:39:50 -04:00
parent 6f1fa04a74
commit 0da9bfbeca

View File

@ -444,6 +444,10 @@
"urm-p8"
]
},
"color": {
"type": "string",
"pattern": "^[a-f0-9]{6}$"
},
"rear_port": {
"type": "string"
},
@ -504,6 +508,10 @@
"urm-p8"
]
},
"color": {
"type": "string",
"pattern": "^[a-f0-9]{6}$"
},
"positions": {
"type": "integer"
}