actuator params: use module_name as prefix to channel label

This commit is contained in:
Beat Küng
2021-11-02 16:16:22 +01:00
committed by Daniel Agar
parent 6537f480b1
commit 2ff6baa250
9 changed files with 39 additions and 15 deletions

View File

@@ -248,6 +248,11 @@ actuator_output:
channel_label:
# Human-readable per-channel label (index will be added), e.g. 'PWM Main'
type: string
channel_label_module_name_prefix:
# by default, the module_name is prefixed to the
# channel_label as part of the param description. Set
# this to false to turn it off
type: boolean
num_channels:
# (maximum) number of channels
type: integer