This feature allows you to tie an output to a status state. This allows you to have something like a stack light on your machine.

500This is the update rate of the status. You also get an automatic update after status changes, so this does not need to be fast.
NO_PINActive when status is idle.
NO_PINActive when status is run.
NO_PINActive when status is hold.
NO_PINActive when status is alarm.
NO_PINActive when safety door input is active.
status_outputs:
report_interval_ms: 500
idle_pin: gpio.26
run_pin: gpio.4
hold_pin: gpio.16
alarm_pin: gpio.27
door_pin: NO_PIN
Yes, just add :low after the pin.
Yes, just add them to the code and submit a PR or donate and ask us to do it.