node-red-contrib-moniai 1.1.9
Listen to trigger patterns on Moni.ai, your virtual assistant
node-red-moniai
A Node-RED node that is triggered by a pattern on Moni.ai. Moni.ai is a virtual assistant for the Internet of Things.
Install
Run the following command in the root directory of your Node-RED install
npm install node-red-contrib-moniai
Usage
Creates a new Voice Channel on Moni.ai
You need to signup as a user on https://moni.ai in order to use the functionality.
After creating the node you can trigger the Voice Channel by saying the trigger pattern. You must be logged in to trigger the pattern (unless your Channel has been published).
When the Voice Channel gets triggered the node is sending msg.payload
containing the userinput.,
while msg.latitude
and msg.longitude
will contain the gps coordinates of the user (if available).