generate_actuators_metadata: minor additions (index_offset, item_label_prefix)

This commit is contained in:
Beat Küng
2021-11-29 13:50:09 +01:00
committed by Daniel Agar
parent 81cef522fd
commit ccc1f0e8fa
2 changed files with 16 additions and 1 deletions

View File

@@ -539,6 +539,13 @@ mixer:
oneof:
- type: string
- type: integer
item_label_prefix:
# optional per-item label prefix list or (indexed) string
oneof:
- type: list
schema:
type: string
- type: string
parameters:
type: list
minlength: 1
@@ -556,6 +563,8 @@ mixer:
schema:
# position param names
type: string
index_offset:
type: integer
extra:
type: list
schema: *mixer_parameter