Actions Library
How actions are structured
Ramp example
actions:
- ramp:
output: "#attr(voltage)"
start_value: 0.0
stop_value: 230.0
duration: 5.0
{
"actions": [
{
"ramp": {
"output": "#attr(voltage)",
"start_value": 0.0,
"stop_value": 230.0,
"duration": 5.0
}
}
]
}
PID example
Noise injection
Overrides and suspend
Best practices
Last updated

