Device:
Select a device
{{ range .Devices }}
{{ .GetIconHtml }} {{ .Name }}
{{ end }}
{{ range $device := .Devices }}
{{ if eq .GetType "IRControl" }}
{{ range $cmd := .GetCommands }}
{{ end }}
{{ end }} {{ if eq .GetType "plug" }}
{{ end }} {{ if eq .GetType "light" }}
{{ end }}
{{ end }}
Run in:
Save
Cancel