[ { "id": "d1b69ccb.9f9d78", "type": "cloudant out", "z": "33aef25f.2993be", "name": "", "cloudant": "", "database": "classe1", "service": "rediotyomojo-cloudantNoSQLDB", "payonly": true, "operation": "insert", "x": 502.5000305175781, "y": 42.00000762939453, "wires": [] }, { "id": "6e34b0aa.f9b5b8", "type": "function", "z": "33aef25f.2993be", "name": "initialisation", "func": "msg.payload = msg.payload.d;\nvar date = new Date();\nmsg.payload.date = date;\nreturn msg; ", "outputs": 1, "noerr": 0, "x": 351.20001220703125, "y": 41.00000762939453, "wires": [ [ "d1b69ccb.9f9d78" ] ] }, { "id": "7c4dfae9.7d44d4", "type": "inject", "z": "33aef25f.2993be", "name": "test_collec", "topic": "", "payload": "{\"d\":{\"name\":\"5CCF7F00D98B\",\"counter\":0}}", "payloadType": "json", "repeat": "", "crontab": "", "once": false, "x": 186.49996948242188, "y": 40.000030517578125, "wires": [ [ "6e34b0aa.f9b5b8" ] ] }, { "id": "6121292.10f2058", "type": "cloudant in", "z": "33aef25f.2993be", "name": "", "cloudant": "", "database": "classe1", "service": "rediotyomojo-cloudantNoSQLDB", "search": "_all_", "design": "", "index": "", "x": 690.5, "y": 413.00000762939453, "wires": [ [ "383971cc.5b5cfe" ] ] }, { "id": "8a0c4dde.340578", "type": "function", "z": "33aef25f.2993be", "name": "convert object to JSON", "func": "var date = msg.payload[0].date;\nvar counter = msg.payload[0].counter;\nvar name = global.get(\"name\");\n \n msg.payload = {\"date\":date,\n \"counter\":counter,\n \"name\":name};\n return msg;", "outputs": 1, "noerr": 0, "x": 953.199951171875, "y": 471.2000198364258, "wires": [ [ "69c278ad.439b7", "6d0e969f.f4071" ] ] }, { "id": "f4da6063.48b088", "type": "cloudant out", "z": "33aef25f.2993be", "name": "", "cloudant": "", "database": "classe1", "service": "rediotyomojo-cloudantNoSQLDB", "payonly": false, "operation": "delete", "x": 1222.5, "y": 543.400032043457, "wires": [] }, { "id": "69c278ad.439b7", "type": "cloudant out", "z": "33aef25f.2993be", "name": "", "cloudant": "", "database": "classe1", "service": "rediotyomojo-cloudantNoSQLDB", "payonly": true, "operation": "insert", "x": 1224.5, "y": 469.40003204345703, "wires": [] }, { "id": "2748b66e.c2abda", "type": "function", "z": "33aef25f.2993be", "name": "+1 or -1", "func": "var add = global.get(\"add\");\nmsg.payload[0].counter = msg.payload[0].counter + add;\nvar date = new Date();\nmsg.payload.date = date;\nreturn msg; ", "outputs": 1, "noerr": 0, "x": 688.199951171875, "y": 496.2000198364258, "wires": [ [ "8a0c4dde.340578", "49f971ae.ff4b" ] ] }, { "id": "b04e1445.c7ede", "type": "function", "z": "33aef25f.2993be", "name": "get ID and REV of the right element", "func": "var add = global.get(\"add\");\n\nif (msg.payload[1].counter > msg.payload[0].counter){\n if (add >0){\n var docID = msg.payload[0]._id;\n var docRev = msg.payload[0]._rev;\n }\n else{\n var docID = msg.payload[1]._id;\n var docRev = msg.payload[1]._rev;\n }\n}\nelse{\n if (add >0){\n var docID = msg.payload[1]._id;\n var docRev = msg.payload[1]._rev;\n }\n else{\n var docID = msg.payload[0]._id;\n var docRev = msg.payload[0]._rev;\n }\n} \n msg.payload = {\"_id\":docID,\n \"_rev\":docRev};\n return msg;", "outputs": 1, "noerr": 0, "x": 928.5, "y": 543.7999954223633, "wires": [ [ "f4da6063.48b088" ] ] }, { "id": "383971cc.5b5cfe", "type": "switch", "z": "33aef25f.2993be", "name": "", "property": "payload.length", "propertyType": "msg", "rules": [ { "t": "eq", "v": "1", "vt": "num" }, { "t": "gte", "v": "2", "vt": "num" } ], "checkall": "true", "outputs": 2, "x": 537.4999694824219, "y": 526.400032043457, "wires": [ [ "2748b66e.c2abda" ], [ "b04e1445.c7ede" ] ] }, { "id": "6752c097.57d04", "type": "function", "z": "33aef25f.2993be", "name": "var add", "func": "var test = msg.payload.add;\nvar name = msg.payload.name;\nglobal.set(\"add\",test);\nglobal.set(\"name\",name);\nreturn msg;", "outputs": 1, "noerr": 0, "x": 190.00001525878906, "y": 375.00000762939453, "wires": [ [ "f35740c9.0447e8" ] ] }, { "id": "6d0e969f.f4071", "type": "delay", "z": "33aef25f.2993be", "name": "", "pauseType": "delay", "timeout": "1", "timeoutUnits": "seconds", "rate": "1", "nbRateUnits": "1", "rateUnits": "second", "randomFirst": "1", "randomLast": "5", "randomUnits": "seconds", "drop": false, "x": 477.0000305175781, "y": 459.00000762939453, "wires": [ [ "6121292.10f2058" ] ] }, { "id": "f35740c9.0447e8", "type": "switch", "z": "33aef25f.2993be", "name": "database", "property": "payload.database", "propertyType": "msg", "rules": [ { "t": "eq", "v": "classe2", "vt": "str" }, { "t": "eq", "v": "classe1", "vt": "str" } ], "checkall": "true", "outputs": 2, "x": 418.1165771484375, "y": 377.00000762939453, "wires": [ [ "8d312918.4c68a" ], [ "6121292.10f2058" ] ] }, { "id": "8d312918.4c68a", "type": "cloudant in", "z": "33aef25f.2993be", "name": "", "cloudant": "", "database": "classe2", "service": "rediotyomojo-cloudantNoSQLDB", "search": "_all_", "design": "", "index": "", "x": 693.11669921875, "y": 331.8333511352539, "wires": [ [ "9ba6d900.b99028" ] ] }, { "id": "2278d507.141cfa", "type": "delay", "z": "33aef25f.2993be", "name": "", "pauseType": "delay", "timeout": "1", "timeoutUnits": "seconds", "rate": "1", "nbRateUnits": "1", "rateUnits": "second", "randomFirst": "1", "randomLast": "5", "randomUnits": "seconds", "drop": false, "x": 482.8500061035156, "y": 281.85001373291016, "wires": [ [ "8d312918.4c68a" ] ] }, { "id": "9ba6d900.b99028", "type": "switch", "z": "33aef25f.2993be", "name": "", "property": "payload.length", "propertyType": "msg", "rules": [ { "t": "eq", "v": "1", "vt": "num" }, { "t": "gte", "v": "2", "vt": "num" } ], "checkall": "true", "outputs": 2, "x": 561.8499755859375, "y": 199.85000610351562, "wires": [ [ "6b6559d2.b933c" ], [ "61ddef74.7215a" ] ] }, { "id": "6b6559d2.b933c", "type": "function", "z": "33aef25f.2993be", "name": "+1 or -1", "func": "var add = global.get(\"add\");\nmsg.payload[0].counter = msg.payload[0].counter + add;\nvar date = new Date();\nmsg.payload.date = date;\nreturn msg; ", "outputs": 1, "noerr": 0, "x": 714.8499755859375, "y": 152.85000610351562, "wires": [ [ "ea74f2.a1c6c31", "a85634e9.4aa9c" ] ] }, { "id": "61ddef74.7215a", "type": "function", "z": "33aef25f.2993be", "name": "get ID and REV of the right element", "func": "var add = global.get(\"add\");\n\nif (msg.payload[1].counter > msg.payload[0].counter){\n if (add >0){\n var docID = msg.payload[0]._id;\n var docRev = msg.payload[0]._rev;\n }\n else{\n var docID = msg.payload[1]._id;\n var docRev = msg.payload[1]._rev;\n }\n}\nelse{\n if (add >0){\n var docID = msg.payload[1]._id;\n var docRev = msg.payload[1]._rev;\n }\n else{\n var docID = msg.payload[0]._id;\n var docRev = msg.payload[0]._rev;\n }\n} \n msg.payload = {\"_id\":docID,\n \"_rev\":docRev};\n return msg;", "outputs": 1, "noerr": 0, "x": 925.8499755859375, "y": 234.85001373291016, "wires": [ [ "2c8c463e.8ca8aa" ] ] }, { "id": "ea74f2.a1c6c31", "type": "function", "z": "33aef25f.2993be", "name": "convert object to JSON", "func": "var date = msg.payload[0].date;\nvar counter = msg.payload[0].counter;\nvar name = global.get(\"name\");\n \n msg.payload = {\"date\":date,\n \"counter\":counter,\n \"name\":name};\n return msg;", "outputs": 1, "noerr": 0, "x": 924.8499755859375, "y": 153.85000610351562, "wires": [ [ "2278d507.141cfa", "7cd8f124.f74858" ] ] }, { "id": "7cd8f124.f74858", "type": "cloudant out", "z": "33aef25f.2993be", "name": "", "cloudant": "", "database": "classe2", "service": "rediotyomojo-cloudantNoSQLDB", "payonly": true, "operation": "insert", "x": 1172.8499755859375, "y": 155.85000610351562, "wires": [] }, { "id": "2c8c463e.8ca8aa", "type": "cloudant out", "z": "33aef25f.2993be", "name": "", "cloudant": "", "database": "classe2", "service": "rediotyomojo-cloudantNoSQLDB", "payonly": false, "operation": "delete", "x": 1171.8499755859375, "y": 233.85001373291016, "wires": [] }, { "id": "e09f0892.72b5a", "type": "function", "z": "33aef25f.2993be", "name": "avertissement salle 1", "func": "msg.payload = \"il y a 30 élèves dans la salle 1\"\nreturn msg;", "outputs": 1, "noerr": 0, "x": 1128.1165771484375, "y": 387.70001220703125, "wires": [ [ "ad5a7bf3.1acc88" ] ] }, { "id": "49f971ae.ff4b", "type": "switch", "z": "33aef25f.2993be", "name": "", "property": "payload[0].counter", "propertyType": "msg", "rules": [ { "t": "eq", "v": "30", "vt": "num" } ], "checkall": "true", "outputs": 1, "x": 924.1166076660156, "y": 389.75000762939453, "wires": [ [ "e09f0892.72b5a" ] ] }, { "id": "a85634e9.4aa9c", "type": "switch", "z": "33aef25f.2993be", "name": "", "property": "payload[0].counter", "propertyType": "msg", "rules": [ { "t": "eq", "v": "45", "vt": "num" } ], "checkall": "true", "outputs": 1, "x": 922.1165771484375, "y": 293.75000762939453, "wires": [ [ "3e9ea764.7ab378" ] ] }, { "id": "3e9ea764.7ab378", "type": "function", "z": "33aef25f.2993be", "name": "avertissement salle 2", "func": " msg.payload = \"il y a 45 élèves dans la salle 2\"\nreturn msg;", "outputs": 1, "noerr": 0, "x": 1133.1165771484375, "y": 290.70001220703125, "wires": [ [ "c94048f1.19e8c8" ] ] }, { "id": "c94048f1.19e8c8", "type": "e-mail", "z": "33aef25f.2993be", "server": "smtp.gmail.com", "port": "587", "name": "iotprojectyomojo@gmail.com", "dname": "Mail", "x": 1318, "y": 287.75000762939453, "wires": [] }, { "id": "ad5a7bf3.1acc88", "type": "e-mail", "z": "33aef25f.2993be", "server": "smtp.gmail.com", "port": "587", "name": "iotprojectyomojo@gmail.com", "dname": "Mail", "x": 1313, "y": 386.75000762939453, "wires": [] }, { "id": "74b5671b.431f48", "type": "ibmiot in", "z": "33aef25f.2993be", "authentication": "boundService", "apiKey": "", "inputType": "evt", "deviceId": "5CCF7F00D98B", "applicationId": "", "deviceType": "+", "eventType": "+", "commandType": "", "format": "json", "name": "IBM IoT", "service": "registered", "allDevices": "", "allApplications": "", "allDeviceTypes": true, "allEvents": true, "allCommands": "", "allFormats": false, "qos": 0, "x": 84.33332824707031, "y": 309.83333587646484, "wires": [ [ "6752c097.57d04" ] ] }, { "id": "9259060b.0dbea8", "type": "cloudant out", "z": "33aef25f.2993be", "name": "", "cloudant": "", "database": "classe2", "service": "rediotyomojo-cloudantNoSQLDB", "payonly": true, "operation": "insert", "x": 502.00006103515625, "y": 99.8499984741211, "wires": [] }, { "id": "893ca1d7.d2609", "type": "function", "z": "33aef25f.2993be", "name": "initialisation", "func": "msg.payload = msg.payload.d;\nvar date = new Date();\nmsg.payload.date = date;\nreturn msg; ", "outputs": 1, "noerr": 0, "x": 350.7000427246094, "y": 98.8499984741211, "wires": [ [ "9259060b.0dbea8" ] ] }, { "id": "2d83c7b6.403bd8", "type": "inject", "z": "33aef25f.2993be", "name": "test_collec", "topic": "", "payload": "{\"d\":{\"name\":\"5CCF7F00D98B\",\"counter\":0}}", "payloadType": "json", "repeat": "", "crontab": "", "once": false, "x": 186, "y": 97.85002136230469, "wires": [ [ "893ca1d7.d2609" ] ] } ]