mirror of
https://github.com/mysensors/MySensors.git
synced 2026-03-12 11:07:03 +01:00
25 lines
611 B
JSON
25 lines
611 B
JSON
{
|
|
"name": "MySensors",
|
|
"keywords": "framework, sensor, rf",
|
|
"description": "Home Automation Framework. Create your own wireless sensor mesh using NRF24L01+ and RFM69 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.0.1-beta",
|
|
"frameworks": "arduino",
|
|
"platforms": "*",
|
|
"exclude": [
|
|
"tests",
|
|
"Documentation"
|
|
],
|
|
"build": {
|
|
"srcFilter": [
|
|
"+<*.c>",
|
|
"+<*.cpp>",
|
|
"+<*.h>"
|
|
]
|
|
}
|
|
}
|