InfluxdbClient/library.json

30 lines
675 B
JSON
Raw Normal View History

2024-12-30 03:08:24 +00:00
{
"name": "InfluxdbClient",
"keywords": "Influxdb tESP32 database.",
"description": "Library for Influxdb that allows the ESP32 to talk to the database.",
"repository":
{
"type": "git",
"url": "https://gitea.locker98.com/locker98/InfluxdbClient.git"
},
"authors":
[
{
"name": "locker98",
"email": "coolemail45@proton.me",
"maintainer": true
}
],
"version": "0.0.1",
"frameworks": "arduino",
"platforms": ["espressif8266", "espressif32"],
"dependencies": [
{
"owner": "arduino-libraries",
"name": "Ethernet",
"version": "^2.0.0",
"platforms": ["espressif8266", "espressif32"]
}
]
}