Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
func CreateVIAServer ¶
func CreateVIAServer(create CreateVIAFunc) (Server, error)
type ViaDevice ¶
type ViaDevice interface { GetVolume(ctx context.Context) (int, error) SetViaVolume(ctx context.Context, volume int) (string, error) Reboot(ctx context.Context) error Reset(ctx context.Context) error GetHardwareInfo(ctx context.Context) (kramer.HardwareInfo, error) GetInfo(ctx context.Context) (interface{}, error) GetRoomCode(ctx context.Context) (string, error) GetStatusOfUsers(ctx context.Context) (kramer.VIAUsers, error) SetAlert(ctx context.Context, AMessage string) error }
Click to show internal directories.
Click to hide internal directories.