-
Notifications
You must be signed in to change notification settings - Fork 6
/
library.json
26 lines (26 loc) · 943 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
{
"name": "OGM-SensorDevices",
"version": "2.0.0",
"description": "Module implementing non-blocking sensor access for use with OpenKNX. Has no ETS Application.",
"dependencies": {
"adafruit/Adafruit VEML7700 Library": "2.1.0",
"adafruit/Adafruit BusIO": "^1.14.1",
"adafruit/Adafruit BME280 Library": "2.1.2",
"adafruit/Adafruit Unified Sensor": "1.1.13",
"sparkfun/SparkFun SCD30 Arduino Library": "1.0.20",
"sensirion/Sensirion I2C SCD4x": "https://github.com/Sensirion/arduino-i2c-scd4x",
"sensirion/Sensirion Core": "0.6.0",
"pololu/VL53L1X": "1.3.1"
},
"homepage": "https://openknx.de",
"authors": {
"name": "OpenKNX",
"email": "[email protected]",
"url": "https://openknx.de",
"maintainer": true
},
"repository": {
"type": "git",
"url": "https://github.com/OpenKNX/OGM-SensorDevices"
}
}