schema: add efc hardware version

This commit is contained in:
mwojcik 2024-05-27 12:40:03 +08:00 committed by Sébastien Bourdeauducq
parent 2b31d38084
commit 0a044cf424
1 changed files with 4 additions and 0 deletions

View File

@ -634,6 +634,10 @@
},
"drtio_destination": {
"type": "integer"
},
"hw_rev": {
"type": "string",
"enum": ["v1.0", "v1.1"]
}
},
"required": ["ports"]