{
  "blokdots": {
    "version": "2.4.2"
  },
  "assets": {
    "images": [],
    "songs": []
  },
  "ifttt": [
    {
      "type": "TRIGGER",
      "isInactive": false,
      "isCollapsed": false,
      "triggers": [
        {
          "component": {
            "pin": "virtual-Socket.IO-0",
            "componentName": "Socket.IO",
            "componentType": "Socket.IO"
          },
          "event": "receiving",
          "parameters": {
            "message": "count"
          }
        }
      ],
      "actions": [
        {
          "component": {
            "pin": 4,
            "componentName": "LED",
            "componentType": "LED"
          },
          "event": "blink",
          "parameters": {
            "duration": 100,
            "timeUnit": "milliseconds"
          }
        }
      ],
      "title": "Card 0",
      "fallbackTitle": "Card 0",
      "id": 0
    },
    {
      "type": "TRIGGER",
      "isInactive": false,
      "isCollapsed": false,
      "triggers": [
        {
          "component": {
            "pin": 6,
            "componentName": "Button",
            "componentType": "Button"
          },
          "event": "pressed",
          "parameters": {
            "count": 1
          }
        }
      ],
      "actions": [
        {
          "component": {
            "pin": "virtual-Socket.IO-0",
            "componentName": "Socket.IO",
            "componentType": "Socket.IO"
          },
          "event": "send",
          "parameters": {
            "message": "buttonPress"
          }
        }
      ],
      "title": "Card 1",
      "fallbackTitle": "Card 1",
      "id": 1
    },
    {
      "type": "TRIGGER",
      "isInactive": false,
      "isCollapsed": false,
      "triggers": [
        {
          "component": {
            "pin": "A0",
            "componentName": "Potentiometer",
            "componentType": "Potentiometer"
          },
          "event": "changing",
          "parameters": null
        }
      ],
      "actions": [
        {
          "component": {
            "pin": "virtual-Socket.IO-0",
            "componentName": "Socket.IO",
            "componentType": "Socket.IO"
          },
          "event": "send",
          "parameters": {
            "message": "poti"
          }
        }
      ],
      "title": "Card 2",
      "fallbackTitle": "Card 2",
      "id": 2
    }
  ],
  "projectSlots": [
    {
      "pin": 4,
      "allPins": [
        4
      ],
      "componentType": "LED",
      "componentName": "LED",
      "componentFallbackName": "LED",
      "pwm": false,
      "type": "Digital",
      "options": {},
      "slotUiState": {
        "showDetailControls": [],
        "showGraph": false,
        "showOptions": false
      }
    },
    {
      "pin": 6,
      "allPins": [
        6
      ],
      "componentType": "Button",
      "componentName": "Button",
      "componentFallbackName": "Button",
      "pwm": false,
      "type": "Digital",
      "options": {
        "Invert": false,
        "Internal Resistor": "none"
      },
      "slotUiState": {
        "showDetailControls": [],
        "showGraph": false,
        "showOptions": false
      }
    },
    {
      "pin": "A0",
      "allPins": [
        "A0"
      ],
      "componentType": "Potentiometer",
      "componentName": "Potentiometer",
      "componentFallbackName": "Potentiometer",
      "pwm": false,
      "type": "Analog",
      "options": {
        "Threshold": 5,
        "Invert": false,
        "Smooth Graph": false
      },
      "slotUiState": {
        "showDetailControls": [],
        "showGraph": false,
        "showOptions": false
      }
    }
  ],
  "virtualSlots": [],
  "board": "Seeeduino Lotus",
  "shield": "Lotus",
  "firmata": "StandardFirmataPlus",
  "view": {
    "connectionsLogIsExpanded": false
  },
  "connectionsOptions": [
    {
      "componentType": "ProtoPie Connect",
      "options": {
        "URL": "http://192.168.2.57:9981"
      }
    }
  ]
}