Socket
Socket
Sign inDemoInstall

node-red-google-notify

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-google-notify

text notification to google home or google cast


Version published
Weekly downloads
280
decreased by-10.83%
Maintainers
1
Weekly downloads
 
Created
Source

node-red-google-notify

Releases:

VersionComment
1.0.0Initial release

Description:

With this node you can cast text notification to any google cast device (e.g. google home, chrome cast ...) The text of the msg.payload is converted to mp3 audio and stored in the cache folder. Each cast device has it's own local media server. Thus the google cast device plays the mp3 notification from your device hosting node-red.

The played message is the available to anyone by calling the url. If you play the notifiation ** this is a test** the you will find a file in the cache folder named like

THIS_IS_A_TEST-en-slow.mp3
  • THIS_IS_A_TEST -> notification text (msg.payload)
  • en -> english language
  • slow -> speak speed can be slow/normal

This mp3 audio notification is then available at http://[ip]:[port]/THIS_IS_A_TEST-en-slow.mp3

Features:

  • The notification is played at defined volume level and the inital volume level of the casting device is restored after notification has been played. The notification level can be defined in the device configuration and overriden anytime using msg.emitVolume

  • The notification play speed can be defined as normal or slow. The speed can be set as default value in the node config or altered by the message msg.speakSlow = true

  • The language can also be altered with msg.lang The list of available languages can be checked here

  • Config sample

Keywords

FAQs

Package last updated on 13 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc