Additional text in the Hello screen

Is there anyway to send additional text from a smart app to the Hello screen, like switches.on(“This is the reason…”)? I would love to be able to debug my apps in real time from the Android App.

Anyone?

@realsol there is a special Hello Home notification

sendNotification() sends a push or SMS notification as well as a HH message
sendNotificationEvent() sends just the HH message

Wow. Thanks a lot. Having too much fun.