message_handlers¶
Functions¶
Name | |
---|---|
def | handle_message(topic topic, payload payload) Main entry point to the module. |
def | play_audio(payload payload) Handle the queueing up of audio. |
def | handle_config(payload payload) Handle the changing of config. |
Detailed Description¶
Handlers for various messages
Functions Documentation¶
function handle_message¶
Main entry point to the module.
function play_audio¶
Handle the queueing up of audio.
function handle_config¶
Handle the changing of config.
Updated on 2022-11-28 at 15:55:23 +0000