mirror of
https://github.com/mysensors/MySensors.git
synced 2026-03-06 00:04:12 +01:00
29 lines
668 B
JSON
29 lines
668 B
JSON
{
|
|
"name": "MySensors",
|
|
"keywords": "framework, sensor, rf",
|
|
"description": "Home Automation Framework. Create your own wireless sensor mesh using NRF24L01+, RFM69 and RFM95 radios running on Arduino or ESP8266. Over-the-air updates and MySensors support in 16+ home automation controllers.",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/mysensors/MySensors.git"
|
|
},
|
|
"version": "2.2.0-beta",
|
|
"frameworks": "arduino",
|
|
"platforms": [
|
|
"atmelavr",
|
|
"atmelsam",
|
|
"espressif"
|
|
],
|
|
"exclude": [
|
|
"tests",
|
|
"Documentation"
|
|
],
|
|
"build": {
|
|
"srcFilter": [
|
|
"+<*.c>",
|
|
"+<*.cpp>",
|
|
"+<*.h>"
|
|
]
|
|
}
|
|
}
|