-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
library.json
38 lines (38 loc) · 902 Bytes
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "VitoWiFi",
"version": "3.0.1",
"keywords": "iot, home, automation, Arduino, esp8266, esp32, Viessmann, serial, optolink",
"description": "Communicate with Viessmann boilers using the optolink for ESP8266 and ESP32",
"homepage": "https://github.com/bertmelis/VitoWiFi",
"license": "MIT",
"authors": {
"name": "Bert Melis",
"url": "https://github.com/bertmelis",
"maintainer": true
},
"repository": {
"type": "git",
"url": "https://github.com/bertmelis/VitoWiFi.git",
"branch": "master"
},
"frameworks": [
"arduino",
"*"
],
"platforms": [
"espressif8266",
"espressif32",
"native"
],
"dependencies": [
{
"owner": "plerup",
"name": "EspSoftwareSerial",
"version": ">=1.2.2",
"platforms": [
"espressif8266",
"espressif32"
]
}
]
}