mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-15 19:17:08 +00:00
21 lines
544 B
JSON
21 lines
544 B
JSON
{
|
|
"name": "WakeOnLan",
|
|
"keywords": "esp8266, esp32, wol, wake-on-lan, esp8266-arduino, esp32-arduino, espressif, espressif8266, espressif32",
|
|
"description": "Generate and send Wake On Lan (WOL) packet over UDP protocol.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/a7md0/WakeOnLan.git"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "a7md0",
|
|
"email": "wakeapp@a7md0.dev",
|
|
"url": "https://github.com/a7md0",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"version": "1.1.6",
|
|
"frameworks": "arduino",
|
|
"platforms": "espressif32, espressif8266"
|
|
}
|