[{"id":"3ef380b1.1587d","type":"rpi-gpio in","z":"c9e1342d.cebcc8","name":"Pir Motion Sensor","pin":"12","intype":"tri","debounce":"25","read":false,"x":172.5,"y":318.2142906188965,"wires":[["58aa61cc.fb468"]]},{"id":"da033c98.83001","type":"ping","z":"c9e1342d.cebcc8","name":"Ping","host":"169.254.170.40","timer":"5","x":148.38094329833984,"y":1731.4997867175512,"wires":[["ba6fe711.8dbcb8"]]},{"id":"1f485efd.b55a41","type":"function","z":"c9e1342d.cebcc8","name":"Detecting & Texting","func":"number = msg.payload;\n\nif(number === 1)\n{\n msg.payload = \"Security system activated.\" + \" Please check security camera.\";\n return msg;\n}\n\nelse if(number === 0)\n{\n rubbish = msg.payload;\n return null;\n}\n\nreturn null;","outputs":1,"noerr":0,"x":561.2222366333008,"y":1378.4365158081055,"wires":[["6ce4305c.8f989"]]},{"id":"ba6fe711.8dbcb8","type":"function","z":"c9e1342d.cebcc8","name":"Internet Speed","func":"var i = msg.payload;\nmsg.payload = i;\n\nreturn msg;","outputs":1,"noerr":0,"x":318.22217559814453,"y":1730.7378859519958,"wires":[["3823d0fe.10a91"]]},{"id":"faf1434b.0cb8c","type":"inject","z":"c9e1342d.cebcc8","name":"","topic":"","payload":"","payloadType":"num","repeat":"5","crontab":"","once":true,"x":171.6190948486328,"y":1847.2617222240992,"wires":[["b98d08f7.3a6178"]]},{"id":"b98d08f7.3a6178","type":"exec","z":"c9e1342d.cebcc8","command":"vcgencmd","addpay":false,"append":"measure_temp","useSpawn":"","name":"getCPUtemp","x":340.2222137451172,"y":1847.7220168113708,"wires":[["f952ac78.33d3e"],[],[]]},{"id":"f952ac78.33d3e","type":"function","z":"c9e1342d.cebcc8","name":"CPU Temp Function","func":"//msg.payload = {'d':{'temp': parseFloat(msg.payload.replace(\"temp=\",\"\").replace(\"'C\\n\",\"\"))}};\nmsg.payload = parseFloat(msg.payload.replace(\"temp=\",\"\").replace(\"'C\\n\",\"\"));\nreturn msg;","outputs":1,"noerr":0,"x":547.8095169067383,"y":1834.9760451316833,"wires":[["426f07fd.f41398"]]},{"id":"84141b80.926298","type":"comment","z":"c9e1342d.cebcc8","name":"A Smart JPEG Camera For Home Security","info":"","x":450.28577423095703,"y":82.5,"wires":[]},{"id":"453e2a8a.cb45d4","type":"mqtt in","z":"c9e1342d.cebcc8","name":"MQTT-motionSensor","topic":"topic/motionSensor","qos":"2","broker":"292ab81.0b19e48","x":179.66669464111328,"y":1380.6666793823242,"wires":[["8f582bb2.b81938"]]},{"id":"58aa61cc.fb468","type":"mqtt out","z":"c9e1342d.cebcc8","name":"MQTT-motionSensor","topic":"topic/motionSensor","qos":"2","retain":"true","broker":"292ab81.0b19e48","x":398.6429138183594,"y":317.76191425323486,"wires":[]},{"id":"8f582bb2.b81938","type":"json","z":"c9e1342d.cebcc8","name":"","x":381.6666946411133,"y":1379.9999923706055,"wires":[["1f485efd.b55a41"]]},{"id":"158be84a.94d2e8","type":"mqtt in","z":"c9e1342d.cebcc8","name":"MQTT-text","topic":"topic/text","qos":"2","broker":"292ab81.0b19e48","x":200.80949211120605,"y":1437.5001282691956,"wires":[["c4b403b1.d3184","7db75801.b5a0d8"]]},{"id":"6ce4305c.8f989","type":"mqtt out","z":"c9e1342d.cebcc8","name":"MQTT-text","topic":"topic/text","qos":"2","retain":"","broker":"292ab81.0b19e48","x":763.9047317504883,"y":1377.5476303100586,"wires":[]},{"id":"c4b403b1.d3184","type":"debug","z":"c9e1342d.cebcc8","name":"","active":false,"console":"false","complete":"false","x":511.57133293151855,"y":1618.8334212303162,"wires":[]},{"id":"537d9200.2c9f2","type":"http in","z":"c9e1342d.cebcc8","name":"/securitySystem","url":"/securitySystem","method":"get","swaggerDoc":"","x":159.95257568359375,"y":1057.40478515625,"wires":[["60662d9f.a935e4"]]},{"id":"4081a15f.cd212","type":"template","z":"c9e1342d.cebcc8","name":"WEB-Security System","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"

Home Security System Web

\n
(1) Security Sensor (active:1/inactive:0): {{payload.motionSensor}}
\n
(2) Internet Speed: {{payload.ping}}
\n
(3) CPU Temperature: {{payload.cputemp}}°C
\n\n
\n
(4) Recognize anyone: Click on (30 ~ 60 sec)
\n
\n
        (α) For a real time image                                             (Ω) For a visual rcognition image ... ⌛ ...
\n\n\n\n","x":676.7619934082031,"y":1056.3334822654724,"wires":[["1274dfba.5fbea"]]},{"id":"1274dfba.5fbea","type":"http response","z":"c9e1342d.cebcc8","name":"","x":862.9050025939941,"y":1055.5715804100037,"wires":[]},{"id":"9832582d.653938","type":"mqtt in","z":"c9e1342d.cebcc8","name":"MQTT-motionSensor","topic":"topic/motionSensor","qos":"2","broker":"292ab81.0b19e48","x":235.5713882446289,"y":1105.7142028808594,"wires":[["4389ea7f.bf35d4"]]},{"id":"4389ea7f.bf35d4","type":"function","z":"c9e1342d.cebcc8","name":"MQTT-MotionSensor-WEB","func":"context.global.motionSensor = msg.payload;\nreturn msg;","outputs":1,"noerr":0,"x":484.0951919555664,"y":1105.28564453125,"wires":[["7712c799.1ca078"]]},{"id":"7712c799.1ca078","type":"debug","z":"c9e1342d.cebcc8","name":"","active":false,"console":"false","complete":"false","x":760.095344543457,"y":1102.9284973144531,"wires":[]},{"id":"60662d9f.a935e4","type":"function","z":"c9e1342d.cebcc8","name":"motionSensor, Ping, Cpu Temp","func":"msg.payload.motionSensor = context.global.motionSensor;\nmsg.payload.ping = context.global.ping;\nmsg.payload.cputemp = context.global.cputemp;\nmsg.payload.vr = context.global.vr;\n\n\nreturn msg;","outputs":1,"noerr":0,"x":404.21434783935547,"y":1057.3094944953918,"wires":[["4081a15f.cd212"]]},{"id":"41323fc9.eaab7","type":"comment","z":"c9e1342d.cebcc8","name":"Web : 169.254.170.40:1880/securitySystem","info":"","x":263.6190872192383,"y":1007.5,"wires":[]},{"id":"f81caed4.6cdc1","type":"comment","z":"c9e1342d.cebcc8","name":"Check Your Internet","info":"","x":187.1905746459961,"y":1688.7381300926208,"wires":[]},{"id":"3823d0fe.10a91","type":"mqtt out","z":"c9e1342d.cebcc8","name":"MQTT-ping","topic":"topic/ping","qos":"","retain":"","broker":"292ab81.0b19e48","x":522.333381652832,"y":1729.7381300926208,"wires":[]},{"id":"426f07fd.f41398","type":"mqtt out","z":"c9e1342d.cebcc8","name":"MQTT-CpuTemp","topic":"topic/cpuTemp","qos":"","retain":"","broker":"292ab81.0b19e48","x":763.7619705200195,"y":1834.8809523582458,"wires":[]},{"id":"6c999f38.c96fe","type":"mqtt in","z":"c9e1342d.cebcc8","name":"MQTT-ping","topic":"topic/ping","qos":"2","broker":"292ab81.0b19e48","x":208.90473747253418,"y":1488.6905579566956,"wires":[["c4b403b1.d3184"]]},{"id":"ee47f488.a41318","type":"mqtt in","z":"c9e1342d.cebcc8","name":"MQTT-cpuTemp","topic":"topic/cpuTemp","broker":"292ab81.0b19e48","x":217.4761791229248,"y":1545.8334412574768,"wires":[["c4b403b1.d3184"]]},{"id":"c6b6756c.056388","type":"comment","z":"c9e1342d.cebcc8","name":"Check CPU's Temperature","info":"","x":208.61912536621094,"y":1800.8809762001038,"wires":[]},{"id":"4763611f.03e3","type":"mqtt in","z":"c9e1342d.cebcc8","name":"MQTT-ping","topic":"topic/ping","broker":"292ab81.0b19e48","x":210.33341217041016,"y":1159.7856750488281,"wires":[["69ba8854.7f1398"]]},{"id":"69ba8854.7f1398","type":"function","z":"c9e1342d.cebcc8","name":"MQTT-Ping-WEB","func":"context.global.ping = msg.payload;\nreturn msg;","outputs":1,"noerr":0,"x":453.1905288696289,"y":1158.2142639160156,"wires":[["7712c799.1ca078"]]},{"id":"fa7e9c73.42af1","type":"mqtt in","z":"c9e1342d.cebcc8","name":"MQTT-cpuTemp","topic":"topic/cpuTemp","broker":"292ab81.0b19e48","x":217.1905288696289,"y":1214.9285583496094,"wires":[["e3391aa7.1b9558"]]},{"id":"e3391aa7.1b9558","type":"function","z":"c9e1342d.cebcc8","name":"MQTT-CpuTemp-WEB","func":"context.global.cputemp = msg.payload;\nreturn msg;","outputs":1,"noerr":0,"x":471.76200103759766,"y":1213.3572998046875,"wires":[["7712c799.1ca078"]]},{"id":"75bdc2dc.12c87c","type":"twilio out","z":"c9e1342d.cebcc8","twilio":"f18c32ef.83ebc","twilioType":"sms","url":"","number":"","name":"Phone Message","x":691.2380447387695,"y":1491.8809814453125,"wires":[]},{"id":"d6e91980.ffdf28","type":"twitter out","z":"c9e1342d.cebcc8","twitter":"","name":"Tweeter","x":783.0000076293945,"y":1596.071533203125,"wires":[]},{"id":"fdfa9547.4bc6a8","type":"e-mail","z":"c9e1342d.cebcc8","server":"smtp.gmail.com","port":"465","name":"","dname":"My e-mail","x":794.0951919555664,"y":1545.9761962890625,"wires":[]},{"id":"284f93f1.895e6c","type":"mqtt in","z":"c9e1342d.cebcc8","name":"MQTT-topic/camera (From Gas V/V To JPG Camera)","topic":"topic/camera ","qos":"2","broker":"292ab81.0b19e48","x":289.1071504865374,"y":168,"wires":[["6fc4d683.628e08","fca3411f.fb984"]]},{"id":"6fc4d683.628e08","type":"debug","z":"c9e1342d.cebcc8","name":"","active":true,"console":"false","complete":"false","x":613.3928996494838,"y":216.71430369785855,"wires":[]},{"id":"d9679111.a831b","type":"comment","z":"c9e1342d.cebcc8","name":"From Gas Valve: IP '192.168.0.142'","info":"","x":611.1071395874023,"y":123.42856502532959,"wires":[]},{"id":"a0e3ce75.e2421","type":"comment","z":"c9e1342d.cebcc8","name":"(Option) M2M Commnunication By MQTT","info":"","x":260.25000762939453,"y":124.85714285714286,"wires":[]},{"id":"fca3411f.fb984","type":"rpi-gpio out","z":"c9e1342d.cebcc8","name":"","pin":"11","set":true,"level":"0","out":"out","x":594.8214263916016,"y":168.60714721679688,"wires":[]},{"id":"a966e97.ce7bd18","type":"watson-text-to-speech","z":"c9e1342d.cebcc8","name":"Text To Speech","lang":"en-GB","langhidden":"en-GB","voice":"en-GB_KateVoice","voicehidden":"en-US_LisaVoice","format":"audio/wav","password":"","x":580.9999542236328,"y":1440.5000095367432,"wires":[["296bbe5a.567cd2"]]},{"id":"e053c816.4f1118","type":"play audio","z":"c9e1342d.cebcc8","name":"","x":951.857063293457,"y":1439.52392578125,"wires":[]},{"id":"296bbe5a.567cd2","type":"change","z":"c9e1342d.cebcc8","name":"set a payload","rules":[{"t":"set","p":"payload","pt":"msg","to":"speech","tot":"msg"},{"t":"delete","p":"speech","pt":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":778.4999465942383,"y":1440.5001316070557,"wires":[["e053c816.4f1118"]]},{"id":"c4904ee9.3d33","type":"exec","z":"c9e1342d.cebcc8","command":"sudo raspistill -o /home/pi/realTimeImage.jpg -q 25","addpay":false,"append":"","useSpawn":"","timer":"5","name":"Take a pic","x":533.3332939147949,"y":485.00006103515625,"wires":[["fc018fe.acea47"],[],[]]},{"id":"13cd0105.04633f","type":"inject","z":"c9e1342d.cebcc8","name":"Test","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"x":226.09999084472656,"y":531.6666460037231,"wires":[["177e4780.6f3529"]]},{"id":"a0561e9d.549a","type":"cloudant out","z":"c9e1342d.cebcc8","name":"nosqldb","cloudant":"9e99c15c.f676a","database":"nosqldb","service":"_ext_","payonly":false,"operation":"insert","x":919.9097194671631,"y":533.9762268066406,"wires":[]},{"id":"fc018fe.acea47","type":"template","z":"c9e1342d.cebcc8","name":"Status","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"Real Time photo clicked sucessfully!","x":688.1000022888184,"y":489.66669845581055,"wires":[["25dfcc4e.782aa4","2bf339d.a6986c6"]]},{"id":"25dfcc4e.782aa4","type":"debug","z":"c9e1342d.cebcc8","name":"","active":true,"console":"false","complete":"false","x":851.7667541503906,"y":490.3332805633545,"wires":[]},{"id":"2bf339d.a6986c6","type":"file in","z":"c9e1342d.cebcc8","name":"Buffer","filename":"home/pi/realTimeImage.jpg","format":"","x":789.7666549682617,"y":534.333345413208,"wires":[["a0561e9d.549a"]]},{"id":"d0f9d222.40f58","type":"http in","z":"c9e1342d.cebcc8","name":"/face","url":"/face","method":"get","swaggerDoc":"","x":129.00000762939453,"y":814.1666259765625,"wires":[["55d11852.86c2f8"]]},{"id":"c6569bd2.2a0848","type":"template","z":"c9e1342d.cebcc8","name":"WEB-IBM Watson","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"

Visual Recognition v3 Image Ananlysis

\n

IBM Watson Visual Recognition Results:

\n

Images Processed: {{result.images_processed}}

\n\n \n {{#result.images.0.faces}}\n \n \n \n {{/result.images.0.faces}}\n
Age RangeConfidenceGenderConfidenceName
{{age.min}} - {{age.max}}{{age.score}}{{gender.gender}}{{gender.score}}{{identity.name}} ({{identity.score}})
\n
\n
Click on \n
\n\n","x":630.8094024658203,"y":814.4286870956421,"wires":[["c0afaf5d.5283f"]]},{"id":"c0afaf5d.5283f","type":"http response","z":"c9e1342d.cebcc8","name":"","x":796.2857666015625,"y":814.6667852401733,"wires":[]},{"id":"55d11852.86c2f8","type":"file in","z":"c9e1342d.cebcc8","name":"Buffer","filename":"home/pi/visionImage.jpg","format":"","x":255,"y":814.1666860580444,"wires":[["4053b34c.e5be1c","7062305e.0bb06"]]},{"id":"4053b34c.e5be1c","type":"visual-recognition-v3","z":"c9e1342d.cebcc8","name":"","apikey":"5b3261aed590c1046eec90fbd0b03525d02e034d","image-feature":"detectFaces","lang":"en","x":422.3333206176758,"y":814.1666212081909,"wires":[["c6569bd2.2a0848","4bfe2a6.ef649d4","d470d0a.252ed3"]]},{"id":"ad4945ea.926998","type":"comment","z":"c9e1342d.cebcc8","name":"PIR & Camera","info":"","x":161.66667938232422,"y":442.83331203460693,"wires":[]},{"id":"d0be0e1e.4564b","type":"comment","z":"c9e1342d.cebcc8","name":"NoSQL DB","info":"","x":914.8571319580078,"y":569.0713930130005,"wires":[]},{"id":"4431dce8.98dbd4","type":"comment","z":"c9e1342d.cebcc8","name":"Web 169.254.170:1880/face (IBM Watson)","info":"","x":261.00000762939453,"y":776.5,"wires":[]},{"id":"91a424b7.bbbd98","type":"comment","z":"c9e1342d.cebcc8","name":"MQTT Output","info":"","x":163.00000762939453,"y":1337.4999923706055,"wires":[]},{"id":"db447ae0.815ae8","type":"mqtt in","z":"c9e1342d.cebcc8","name":"MQTT-motionSesnor","topic":"topic/motionSensor","qos":"2","broker":"292ab81.0b19e48","x":183.33334350585938,"y":484.8333501815796,"wires":[["177e4780.6f3529"]]},{"id":"cf7b7aeb.85f5e8","type":"file in","z":"c9e1342d.cebcc8","name":"Buffer","filename":"home/pi/visionImage.jpg","format":"","x":651.6666564941406,"y":668.5000057220459,"wires":[["9be5baa3.ac72c8"]]},{"id":"8dd127b3.6344c8","type":"exec","z":"c9e1342d.cebcc8","command":"sudo raspistill -o /home/pi/visionImage.jpg -q 15","addpay":false,"append":"","useSpawn":"","timer":"5","name":"Take a pic","x":386.66667556762695,"y":623.1666221618652,"wires":[["c6bf09e4.0e65d8"],[],[]]},{"id":"c6bf09e4.0e65d8","type":"template","z":"c9e1342d.cebcc8","name":"Status","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"Vision photo clicked sucessfully!","x":546.9999961853027,"y":624.8332557678223,"wires":[["bc3ea2f6.7b914","cf7b7aeb.85f5e8"]]},{"id":"bc3ea2f6.7b914","type":"debug","z":"c9e1342d.cebcc8","name":"","active":true,"console":"false","complete":"false","x":712.666618347168,"y":625.5000247955322,"wires":[]},{"id":"7ec2c520.02fefc","type":"inject","z":"c9e1342d.cebcc8","name":"Test","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"x":216.66667556762695,"y":673.4999465942383,"wires":[["8dd127b3.6344c8"]]},{"id":"1d3aff4f.c05511","type":"comment","z":"c9e1342d.cebcc8","name":"Analyze image","info":"","x":225.61907196044922,"y":710.309494972229,"wires":[]},{"id":"ed8040d8.6585e","type":"comment","z":"c9e1342d.cebcc8","name":"Real time image","info":"Real time image","x":226.85714721679688,"y":567.3571157455444,"wires":[]},{"id":"9be5baa3.ac72c8","type":"debug","z":"c9e1342d.cebcc8","name":"","active":true,"console":"false","complete":"false","x":799.333324432373,"y":668.4999656677246,"wires":[]},{"id":"df966ea1.294c3","type":"mqtt in","z":"c9e1342d.cebcc8","name":"MQTT-analyzeImage","topic":"topic/analyzeImage","qos":"2","broker":"292ab81.0b19e48","x":185.00000762939453,"y":622.8333333333333,"wires":[["8dd127b3.6344c8"]]},{"id":"1a92a3c3.15510c","type":"rpi-gpio in","z":"c9e1342d.cebcc8","name":"Analyze image","pin":"11","intype":"tri","debounce":"25","read":false,"x":161.33334350585938,"y":371.8333463668823,"wires":[["c5baa90e.a6e848"]]},{"id":"c5baa90e.a6e848","type":"mqtt out","z":"c9e1342d.cebcc8","name":"MQTT-analyzeImage","topic":"topic/analyzeImage","qos":"2","retain":"","broker":"292ab81.0b19e48","x":372.3333435058594,"y":371.8333463668823,"wires":[]},{"id":"9c95ae23.f551b","type":"comment","z":"c9e1342d.cebcc8","name":"MQTT Input","info":"","x":149,"y":276.5,"wires":[]},{"id":"177e4780.6f3529","type":"delay","z":"c9e1342d.cebcc8","name":"","pauseType":"delay","timeout":"5","timeoutUnits":"seconds","rate":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":379.3333511352539,"y":484.50002670288086,"wires":[["c4904ee9.3d33"]]},{"id":"7db75801.b5a0d8","type":"delay","z":"c9e1342d.cebcc8","name":"","pauseType":"delay","timeout":"1","timeoutUnits":"seconds","rate":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":404.00000762939453,"y":1440.8333333333333,"wires":[["a966e97.ce7bd18","adf5e79a.7bcaf8"]]},{"id":"23808485.86a4bc","type":"watson-text-to-speech","z":"c9e1342d.cebcc8","name":"","lang":"en-GB","langhidden":"en-GB","voice":"en-GB_KateVoice","voicehidden":"","format":"audio/wav","password":"","x":600.666633605957,"y":916.8333129882812,"wires":[["cea26a51.f6cf58"]]},{"id":"cea26a51.f6cf58","type":"change","z":"c9e1342d.cebcc8","name":"set a payload","rules":[{"t":"set","p":"payload","pt":"msg","to":"speech","tot":"msg"},{"t":"delete","p":"speech","pt":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":784.0000076293945,"y":915.1666259765625,"wires":[["63525f8d.a88e2"]]},{"id":"63525f8d.a88e2","type":"play audio","z":"c9e1342d.cebcc8","name":"","x":907.3808059692383,"y":959.8809146881104,"wires":[]},{"id":"4bfe2a6.ef649d4","type":"debug","z":"c9e1342d.cebcc8","name":"","active":true,"console":"true","complete":"payload","x":637.0000076293945,"y":764.5,"wires":[]},{"id":"7062305e.0bb06","type":"function","z":"c9e1342d.cebcc8","name":"Text to Speech","func":"msg.payload ='The Watson visual recognition system started rcognising your face.. Pleas wait about 30 to 60 sec. Thanks';\nreturn msg;","outputs":1,"noerr":0,"x":410.00000762939453,"y":916.5,"wires":[["23808485.86a4bc"]]},{"id":"eb095cf6.e62b6","type":"watson-text-to-speech","z":"c9e1342d.cebcc8","name":"","lang":"en-GB","langhidden":"en-GB","voice":"en-GB_KateVoice","voicehidden":"","format":"audio/wav","password":"","x":812.666633605957,"y":861.5,"wires":[["9a479d3b.e8c2c"]]},{"id":"9a479d3b.e8c2c","type":"change","z":"c9e1342d.cebcc8","name":"set a payload","rules":[{"t":"set","p":"payload","pt":"msg","to":"speech","tot":"msg"},{"t":"delete","p":"speech","pt":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":996.0000076293945,"y":859.8333129882812,"wires":[["27468912.6693d6"]]},{"id":"27468912.6693d6","type":"play audio","z":"c9e1342d.cebcc8","name":"","x":1132.2379570007324,"y":904.54762840271,"wires":[]},{"id":"d470d0a.252ed3","type":"function","z":"c9e1342d.cebcc8","name":"Text to Speech","func":"msg.payload ='The Watson visual recognition system just finished.. Please chek the analyis result from the web. Thanks';\nreturn msg;","outputs":1,"noerr":0,"x":622.0000076293945,"y":861.1666870117188,"wires":[["eb095cf6.e62b6"]]},{"id":"adf5e79a.7bcaf8","type":"delay","z":"c9e1342d.cebcc8","name":"","pauseType":"delay","timeout":"1","timeoutUnits":"seconds","rate":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":513.0000076293945,"y":1491.5,"wires":[["75bdc2dc.12c87c","de92866e.988448"]]},{"id":"de92866e.988448","type":"delay","z":"c9e1342d.cebcc8","name":"","pauseType":"delay","timeout":"1","timeoutUnits":"seconds","rate":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":627.0000076293945,"y":1545.5,"wires":[["fdfa9547.4bc6a8","d6e91980.ffdf28"]]},{"id":"292ab81.0b19e48","type":"mqtt-broker","z":"c9e1342d.cebcc8","broker":"localhost","port":"1883","clientid":"","usetls":false,"verifyservercert":true,"compatmode":true,"keepalive":"60","cleansession":true,"willTopic":"","willQos":"0","willRetain":null,"willPayload":"","birthTopic":"","birthQos":"0","birthRetain":null,"birthPayload":""},{"id":"f18c32ef.83ebc","type":"twilio-api","z":"c9e1342d.cebcc8","sid":"","from":"","name":""},{"id":"9e99c15c.f676a","type":"cloudant","z":"c9e1342d.cebcc8","host":"","name":"nosqldb"}]