[
    {
        "id": "67261a8ad0bd24ad",
        "type": "tab",
        "label": "Robo Barco",
        "disabled": false,
        "info": "",
        "env": []
    },
    {
        "id": "a4b8b0b2af621d18",
        "type": "template",
        "z": "67261a8ad0bd24ad",
        "name": "El barco ha zarpado",
        "field": "payload",
        "fieldType": "msg",
        "format": "handlebars",
        "syntax": "mustache",
        "template": "Atención! El barco acaba de zarpar del puerto",
        "output": "str",
        "x": 580,
        "y": 100,
        "wires": [
            [
                "10737777187085d3"
            ]
        ]
    },
    {
        "id": "7db2dc4c27cece13",
        "type": "node-red-contrib-whatsapp-cmb-send-message",
        "z": "67261a8ad0bd24ad",
        "name": "Aviso a mi movil",
        "account": "1c5f6bf53aa41990",
        "text": "payload",
        "inputtypemessage": "msg",
        "rejectssl": false,
        "x": 580,
        "y": 340,
        "wires": [
            []
        ]
    },
    {
        "id": "fe7907ec03026667",
        "type": "debug",
        "z": "67261a8ad0bd24ad",
        "name": "",
        "active": true,
        "tosidebar": true,
        "console": false,
        "tostatus": false,
        "complete": "false",
        "statusVal": "",
        "statusType": "auto",
        "x": 470,
        "y": 200,
        "wires": []
    },
    {
        "id": "a940b24e0125c890",
        "type": "signalk-geofence",
        "z": "67261a8ad0bd24ad",
        "name": "En puerto",
        "mode": "sendChanges",
        "context": "vessels.self",
        "period": "10000",
        "myposition": false,
        "lat": "43.427643333333336",
        "lon": "-3.8064216666666666",
        "distance": "50",
        "x": 100,
        "y": 40,
        "wires": [
            [
                "ee1bbbaa26b7afe1"
            ],
            [
                "a4b8b0b2af621d18"
            ],
            [
                "fe7907ec03026667"
            ]
        ]
    },
    {
        "id": "ee1bbbaa26b7afe1",
        "type": "template",
        "z": "67261a8ad0bd24ad",
        "name": "El barco ha regresado",
        "field": "payload",
        "fieldType": "msg",
        "format": "handlebars",
        "syntax": "mustache",
        "template": "Atención! El barco acaba de regresar al puerto",
        "output": "str",
        "x": 580,
        "y": 40,
        "wires": [
            [
                "10737777187085d3"
            ]
        ]
    },
    {
        "id": "10737777187085d3",
        "type": "rbe",
        "z": "67261a8ad0bd24ad",
        "name": "Solo cambios de estado",
        "func": "rbe",
        "gap": "",
        "start": "",
        "inout": "out",
        "septopics": true,
        "property": "payload",
        "topi": "topic",
        "x": 810,
        "y": 220,
        "wires": [
            [
                "7db2dc4c27cece13"
            ]
        ]
    },
    {
        "id": "1c5f6bf53aa41990",
        "type": "node-red-contrib-whatsapp-cmb-account",
        "name": "Mi movil"
    }
]