When we create AIR models and define the input fields, is there any way of setting predefined values that is shown in the front end when configuring monitoring tasks?
For example in config.yaml we define a field called max_time
fields:
max_time:
name: “Max Time”
description: “Max Time in ours between datapoints”
type:”float”
When configuring a new monitoring task I would like the “Max Time” field to be pre populated with a default value (8 hours). Is that possible?
