{{define "title"}}Command log · {{.Repeater.Name}} · MeshTender{{end}} {{define "header"}}
Command log

{{.Repeater.Name}}

{{end}} {{define "content"}}

Commands grouped by console session (one modem connection). “Confirmed” means a reply came back; no reply doesn't mean the command failed — it may have run without us hearing the response.

{{if .Sessions}} {{range .Sessions}}

{{.SenderName}}

{{.StartedAt.Format "2006-01-02 15:04"}}{{if .EndedAt}}–{{.EndedAt.Format "15:04"}}{{else}} · in progress{{end}}
{{range .Entries}} {{end}}
WhenCommandConfirmedResponse
{{.SentAt.Format "15:04:05"}} {{.CommandText}} {{if .AckReceived}}yes{{else}}no reply{{end}} {{if .ResponseText}}{{.ResponseText}}{{else}}—{{end}}
{{end}} {{else}}

No commands have been sent yet.

{{end}}
{{template "icon-arrow-left" "me-1"}}Back to dashboard {{end}}