{{template "base.html" .}} {{define "title"}}Automations — Reolink Controller{{end}} {{define "content"}}
| Name | Trigger | Camera | Actions | Status | |
|---|---|---|---|---|---|
| {{.Name}} | {{.TriggerType}} | {{if eq .TriggerCamera "*"}}any{{else}}{{.TriggerCamera}}{{end}} | {{range parseActions .Actions}} {{.Type}} {{end}} | {{if .Enabled}} Enabled {{else}} Disabled {{end}} |