Hypnos3/node-red-contrib-cast

Cast content of imageUrl when casting a simple text message.

Closed this issue · 2 comments

This is a feature request.
I like to send a text message (tts) together with an image (via metadata) to the device.

My current workaround looks like this:

msg.payload = {
    contentTitle    : "My text message.",
    url             : "<url to tts service>",
    contentType     : "audio/mp3",
    imageUrl        : "<image url>"
}

Greetings Hannis.

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale commented

This issue has been automatically closed because it has not had recent activity. Thank you for your contributions.