Subversion Repositories ESP8266_P1_Meter

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 raymond 1
{
2
    "name": "MQTTRemote8266",
3
    "keywords": "esp8266, mqtt",
4
    "description": "MQTT wrapper for setting up an MQTT connection (ESP8266 version)",
5
    "authors":
6
    {
7
      "name": "Johan Böhlin"
8
    },
9
    "version": "6.0.3",
10
    "license": "MIT",
11
    "repository":
12
    {
13
      "type": "git",
14
      "url": "https://github.com/Johboh/MQTTRemote.git"
15
    },
16
    "frameworks": "arduino",
17
    "platforms": ["espressif8266", "samd"],
18
    "examples": [
19
      {
20
          "name": "Publish and subscribe",
21
          "base": "examples/arduino/legacy_stack/publish_and_subscribe",
22
          "files": ["publish_and_subscribe.ino"]
23
      }
24
    ],
25
    "build": {
26
      "srcDir":"src"
27
    },
28
    "dependencies": [
29
        {
30
          "owner": "256dpi",
31
          "name": "MQTT",
32
          "version": "^2.5.1"
33
        }
34
      ]
35
  }