tui

package
v0.0.0-...-e4b4827 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2023 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CommandChan = make(chan SpeakerCommand)

Functions

func UpdateUi

func UpdateUi(updated map[string]*musiccast.Speaker)

Types

type Action

type Action string
const (
	PowerOn    Action = "PowerOn"
	PowerOff   Action = "PowerOff"
	VolumeUp   Action = "VolumeUp"
	VolumeDown Action = "VolumeDown"
	MuteToggle Action = "MuteToggle"
)

type SpeakerCommand

type SpeakerCommand struct {
	Id     string
	Action Action
	Value  any
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL