Documentation
¶
Index ¶
- func HandleACSwitchToChill(service *infrared.Service) alexa.HandlerFunc
- func HandleACSwitchToFan(service *infrared.Service) alexa.HandlerFunc
- func HandleACSwitchToHeat(service *infrared.Service) alexa.HandlerFunc
- func HandleACTurnOff(service *infrared.Service) alexa.HandlerFunc
- func HandleACTurnOn(service *infrared.Service) alexa.HandlerFunc
- func HandleAddToPlaylist(googleKey string, service *cast.Service) alexa.HandlerFunc
- func HandleClear(service *cast.Service) alexa.HandlerFunc
- func HandleDefault(intentType string) alexa.HandlerFunc
- func HandleFallback() alexa.HandlerFunc
- func HandleHelp() alexa.HandlerFunc
- func HandleHome(googleKey string, service *cast.Service, infraService *infrared.Service) alexa.HandlerFunc
- func HandleIntent(conf config.Wrapper, castService *cast.Service, infraService *infrared.Service) alexa.HandlerFunc
- func HandleMorning(googleKey string, castService *cast.Service, infraService *infrared.Service) alexa.HandlerFunc
- func HandlePause(service *cast.Service) alexa.HandlerFunc
- func HandlePlay(service *cast.Service) alexa.HandlerFunc
- func HandlePlayMedia(service *cast.Service) alexa.HandlerFunc
- func HandlePlayNext(googleKey string, service *cast.Service) alexa.HandlerFunc
- func HandlePlayYoutube(service *cast.Service) alexa.HandlerFunc
- func HandleQuit(service *cast.Service) alexa.HandlerFunc
- func HandleReset(service *cast.Service) alexa.HandlerFunc
- func HandleRewind(service *cast.Service) alexa.HandlerFunc
- func HandleSearch(googleKey string, service *cast.Service) alexa.HandlerFunc
- func HandleSeek(service *cast.Service) alexa.HandlerFunc
- func HandleShutdown(castService *cast.Service, infraService *infrared.Service) alexa.HandlerFunc
- func HandleSkip(service *cast.Service) alexa.HandlerFunc
- func HandleSoundBarDecreaseVolume(service *infrared.Service) alexa.HandlerFunc
- func HandleSoundBarIncreaseVolume(service *infrared.Service) alexa.HandlerFunc
- func HandleSoundBarMute(service *infrared.Service) alexa.HandlerFunc
- func HandleSoundBarSwitch(service *infrared.Service) alexa.HandlerFunc
- func HandleTVSwitch(service *infrared.Service) alexa.HandlerFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleACSwitchToChill ¶
func HandleACSwitchToChill(service *infrared.Service) alexa.HandlerFunc
HandleACSwitchToChill infrared commands
func HandleACSwitchToFan ¶
func HandleACSwitchToFan(service *infrared.Service) alexa.HandlerFunc
HandleACSwitchToFan infrared commands
func HandleACSwitchToHeat ¶
func HandleACSwitchToHeat(service *infrared.Service) alexa.HandlerFunc
HandleACSwitchToHeat infrared commands
func HandleACTurnOff ¶
func HandleACTurnOff(service *infrared.Service) alexa.HandlerFunc
HandleACTurnOff infrared commands
func HandleACTurnOn ¶
func HandleACTurnOn(service *infrared.Service) alexa.HandlerFunc
HandleACTurnOn infrared commands
func HandleAddToPlaylist ¶
func HandleAddToPlaylist(googleKey string, service *cast.Service) alexa.HandlerFunc
HandleAddToPlaylist returns a function handler for alexa requests that adds a video to the youtube playlist.
func HandleDefault ¶
func HandleDefault(intentType string) alexa.HandlerFunc
HandleDefault returns a function handler for unknown requests
func HandleFallback ¶
func HandleFallback() alexa.HandlerFunc
HandleFallback returns a function handler for unknown requests
func HandleHelp ¶
func HandleHelp() alexa.HandlerFunc
HandleHelp returns a function handler for unknown requests
func HandleHome ¶
func HandleHome(googleKey string, service *cast.Service, infraService *infrared.Service) alexa.HandlerFunc
HandleHome commands
func HandleIntent ¶
func HandleIntent(conf config.Wrapper, castService *cast.Service, infraService *infrared.Service) alexa.HandlerFunc
HandleIntent deals with handling intent actions.
func HandleMorning ¶
func HandleMorning(googleKey string, castService *cast.Service, infraService *infrared.Service) alexa.HandlerFunc
HandleMorning commands
func HandlePlayMedia ¶
func HandlePlayMedia(service *cast.Service) alexa.HandlerFunc
HandlePlayMedia commands
func HandlePlayNext ¶
func HandlePlayNext(googleKey string, service *cast.Service) alexa.HandlerFunc
HandlePlayNext returns a function handler for alexa requests that adds a video to the youtube playlist.
func HandlePlayYoutube ¶
func HandlePlayYoutube(service *cast.Service) alexa.HandlerFunc
HandlePlayYoutube commands
func HandleReset ¶
func HandleReset(service *cast.Service) alexa.HandlerFunc
HandleReset returns a function handler for unknown requests
func HandleRewind ¶
func HandleRewind(service *cast.Service) alexa.HandlerFunc
HandleRewind commands
func HandleSearch ¶
func HandleSearch(googleKey string, service *cast.Service) alexa.HandlerFunc
HandleSearch returns a function handler for alexa requests
func HandleShutdown ¶
HandleShutdown commands
func HandleSoundBarDecreaseVolume ¶
func HandleSoundBarDecreaseVolume(service *infrared.Service) alexa.HandlerFunc
HandleSoundBarDecreaseVolume infrared commands
func HandleSoundBarIncreaseVolume ¶
func HandleSoundBarIncreaseVolume(service *infrared.Service) alexa.HandlerFunc
HandleSoundBarIncreaseVolume infrared commands
func HandleSoundBarMute ¶
func HandleSoundBarMute(service *infrared.Service) alexa.HandlerFunc
HandleSoundBarMute infrared commands
func HandleSoundBarSwitch ¶
func HandleSoundBarSwitch(service *infrared.Service) alexa.HandlerFunc
HandleSoundBarSwitch infrared commands
func HandleTVSwitch ¶
func HandleTVSwitch(service *infrared.Service) alexa.HandlerFunc
HandleTVSwitch infrared commands
Types ¶
This section is empty.