update validation

This commit is contained in:
ttechnick 2026-03-02 12:00:39 +01:00
parent 13823b2a90
commit f466574804

View File

@ -352,28 +352,6 @@ actuator_output:
# ui only shows the param if this condition is true
type: string
regex: *condition_regex
center:
type: dict
schema:
min:
# Minimum center value
type: integer
min: 0
max: 65536
max:
# Maximum center value
type: integer
min: 0
max: 65536
default:
# Default center value
type: integer
min: 0
max: 65536
show_if:
# ui only shows the param if this condition is true
type: string
regex: *condition_regex
failsafe:
type: dict
schema:
@ -391,6 +369,28 @@ actuator_output:
# ui only shows the param if this condition is true
type: string
regex: *condition_regex
center:
type: dict
schema:
min:
# Minimum center value
type: integer
min: 0
max: 65536
max:
# Maximum center value
type: integer
min: 0
max: 65536
default:
# Default center value
type: integer
min: 0
max: 65536
show_if:
# ui only shows the param if this condition is true
type: string
regex: *condition_regex
custom_params:
type: list
schema: &mixer_parameter