node-red-contrib-wazo-platform
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -49,2 +49,10 @@ module.exports = function (RED) { | ||
fill:"green", | ||
shape:"ring", | ||
text: "connecting" | ||
}); | ||
}); | ||
wazo_ws.on('initialized', () => { | ||
node.status({ | ||
fill:"green", | ||
shape:"dot", | ||
@@ -66,3 +74,3 @@ text: "connected" | ||
fill:"red", | ||
shape:"ring", | ||
shape:"dot", | ||
text: "disconnected (error)" | ||
@@ -69,0 +77,0 @@ }); |
{ | ||
"name": "node-red-contrib-wazo-platform", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Node Red module for the Wazo Platform API", | ||
@@ -29,2 +29,3 @@ "main": "index.js", | ||
"auth": "nodes/auth.js", | ||
"call": "nodes/call.js", | ||
"dtmf": "nodes/dtmf.js", | ||
@@ -31,0 +32,0 @@ "hangup": "nodes/hangup.js", |
@@ -22,1 +22,5 @@ # node-red-contrib-wazo-platform | ||
![example1](images/example1.png?raw=true) | ||
### Small IVR | ||
![example2](images/example2.png?raw=true) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
853253
24
248
26