[ { "id": "50230a5a.31e314", "type": "comment", "z": "9c3b70b.7f4189", "name": "Lliçó 2", "info": "Aquest és un exemple de la segona lliçó de noderedguide.com\n\nhttp://noderedguide.com/node-red-lecture-2-building-your-first-flows-15/", "x": 150, "y": 80, "wires": [] }, { "id": "29add54e.bacf3a", "type": "inject", "z": "9c3b70b.7f4189", "name": "", "topic": "", "payload": "Hola ", "payloadType": "str", "repeat": "", "crontab": "", "once": false, "x": 170, "y": 140, "wires": [ [ "c2c5fd9f.7c113" ] ] }, { "id": "c2c5fd9f.7c113", "type": "function", "z": "9c3b70b.7f4189", "name": "Afegeix món!", "func": "msg.payload += \"món!\";\nreturn msg;", "outputs": 1, "noerr": 0, "x": 340, "y": 140, "wires": [ [ "788071a2.1a48" ] ] }, { "id": "788071a2.1a48", "type": "debug", "z": "9c3b70b.7f4189", "name": "", "active": true, "console": "false", "complete": "false", "x": 530, "y": 140, "wires": [] }, { "id": "884ab7c0.667048", "type": "openweathermap in", "z": "9c3b70b.7f4189", "name": "", "wtype": "current", "lon": "", "lat": "", "city": "Barcelona", "country": "Spain", "language": "en", "x": 180, "y": 220, "wires": [ [ "4da35c0f.0acd84" ] ] }, { "id": "4da35c0f.0acd84", "type": "function", "z": "9c3b70b.7f4189", "name": "Meteo", "func": "if (msg.payload.weather === \"Clear\") {\n msg.payload = \"Clear skies ahead today!\";\n return msg;\n}else{\n msg.payload = msg.payload.weather;\n return msg;\n}\nreturn null;\n", "outputs": 1, "noerr": 0, "x": 350, "y": 220, "wires": [ [ "bd5eb1a4.1d85e", "c52e8436.872838" ] ] }, { "id": "bd5eb1a4.1d85e", "type": "debug", "z": "9c3b70b.7f4189", "name": "", "active": true, "console": "false", "complete": "false", "x": 500, "y": 220, "wires": [] }, { "id": "c52e8436.872838", "type": "e-mail", "z": "9c3b70b.7f4189", "server": "smtp.gmail.com", "port": "465", "secure": true, "name": "hoTrameto@algu.com", "dname": "El vostre nom", "x": 530, "y": 300, "wires": [] } ]