[
    {
        "id": "0002c7c84e7d76c6",
        "type": "tab",
        "label": "David a bordo WiFi",
        "disabled": false,
        "info": "",
        "env": []
    },
    {
        "id": "0e6143b24d41d55c",
        "type": "ping",
        "z": "0002c7c84e7d76c6",
        "protocol": "Automatic",
        "mode": "timed",
        "name": "Ping al movil",
        "host": "192.168.10.30",
        "timer": "10",
        "inputs": 0,
        "x": 130,
        "y": 60,
        "wires": [
            [
                "929fdc1d9f8d2468"
            ]
        ]
    },
    {
        "id": "929fdc1d9f8d2468",
        "type": "switch",
        "z": "0002c7c84e7d76c6",
        "name": "Selector",
        "property": "payload",
        "propertyType": "msg",
        "rules": [
            {
                "t": "false"
            },
            {
                "t": "else"
            }
        ],
        "checkall": "false",
        "repair": false,
        "outputs": 2,
        "x": 320,
        "y": 60,
        "wires": [
            [
                "d1c022ef8e651517"
            ],
            [
                "274a04f91feca539"
            ]
        ]
    },
    {
        "id": "d1c022ef8e651517",
        "type": "template",
        "z": "0002c7c84e7d76c6",
        "name": "Fuera",
        "field": "payload",
        "fieldType": "msg",
        "format": "handlebars",
        "syntax": "mustache",
        "template": "David se ha ido",
        "output": "str",
        "x": 510,
        "y": 40,
        "wires": [
            [
                "741d9d1a30d0c52f"
            ]
        ]
    },
    {
        "id": "274a04f91feca539",
        "type": "template",
        "z": "0002c7c84e7d76c6",
        "name": "Dentro",
        "field": "payload",
        "fieldType": "msg",
        "format": "handlebars",
        "syntax": "mustache",
        "template": "David llego al barco",
        "output": "str",
        "x": 510,
        "y": 100,
        "wires": [
            [
                "741d9d1a30d0c52f"
            ]
        ]
    },
    {
        "id": "741d9d1a30d0c52f",
        "type": "rbe",
        "z": "0002c7c84e7d76c6",
        "name": "Cambios",
        "func": "rbe",
        "gap": "",
        "start": "",
        "inout": "out",
        "septopics": true,
        "property": "payload",
        "topi": "topic",
        "x": 180,
        "y": 200,
        "wires": [
            [
                "7cd4a4a4b3406c9a"
            ]
        ]
    },
    {
        "id": "5640d34862e99aa0",
        "type": "node-red-contrib-whatsapp-cmb-send-message",
        "z": "0002c7c84e7d76c6",
        "name": "Avisame al movil",
        "account": "55c6be2b096ccd6c",
        "text": "payload",
        "inputtypemessage": "msg",
        "rejectssl": false,
        "x": 410,
        "y": 200,
        "wires": [
            []
        ]
    },
    {
        "id": "7cd4a4a4b3406c9a",
        "type": "function",
        "z": "0002c7c84e7d76c6",
        "name": "Ignore first on deploy",
        "func": "var notFirstTime = context.get(\"first_\"+this.id);\nif (notFirstTime == 1)\n    return msg;\nelse \n    context.set(\"first_\"+this.id,1);\n",
        "outputs": 1,
        "noerr": 0,
        "initialize": "",
        "finalize": "",
        "libs": [],
        "x": 260,
        "y": 280,
        "wires": [
            [
                "5640d34862e99aa0"
            ]
        ]
    },
    {
        "id": "55c6be2b096ccd6c",
        "type": "node-red-contrib-whatsapp-cmb-account",
        "name": "Mi telefono"
    }
]