For comunicate with other modules
MMM-GoogleAssistant
is ready with incoming and outgoing notification
GA_ACTIVATE
With this notification, assistant will start listening your query
// In some module
this.sendNotification("GA_ACTIVATE")
GA_FORCE_FULLSCREEN
With this notification, you force fullscreen response of assistant
// In some module
this.sendNotification("GA_FORCE_FULLSCREEN")
GA_STOP
With this notification and when assistant speaking, you can force assistant to stop conversation and return to standby mode
// In some module
this.sendNotification("GA_STOP")
Note: If you use a touch screen, you can touch the icon state to close conversation when assistant speaking !