Timer
Configuration Example
timer:
step: 0.1 # seconds added each run when in manual mode
initial_time: 0.0
max_duration: 3600
auto_reset: false
resolution: 0.01 # round time to nearest 10 ms
decimal_places: 3{
"timer": {
"step": 0.1,
"initial_time": 0.0,
"max_duration": 3600,
"auto_reset": false,
"resolution": 0.01,
"decimal_places": 3
}
}
Configuration fields
Field
Description
Runtime API
Manual stepping
Tips
Last updated

