Files
stream-deck-wol/awake/org.igox.awake.wol.sdPlugin/manifest.json

47 lines
1.0 KiB
JSON
Raw Normal View History

2025-12-28 03:24:26 +01:00
{
"Name": "Awake - WOL",
"Version": "0.1.0.0",
"Author": "iGoX",
"Actions": [
{
"Name": "Counter",
"UUID": "org.igox.awake.wol.increment",
"Icon": "imgs/actions/counter/icon",
"Tooltip": "Displays a count, which increments by one on press.",
"PropertyInspectorPath": "ui/increment-counter.html",
"Controllers": [
"Keypad"
],
"States": [
{
"Image": "imgs/actions/counter/key",
"TitleAlignment": "middle"
}
]
}
],
"Category": "Awake - WOL",
"CategoryIcon": "imgs/plugin/category-icon",
"CodePath": "bin/plugin.js",
"Description": "A stream Deck plugin that sends WOL magic packet to wake up your machines",
"Icon": "imgs/plugin/marketplace",
"SDKVersion": 2,
"Software": {
"MinimumVersion": "6.4"
},
"OS": [
{
"Platform": "mac",
"MinimumVersion": "10.15"
},
{
"Platform": "windows",
"MinimumVersion": "10"
}
],
"Nodejs": {
"Version": "20",
"Debug": "enabled"
},
"UUID": "org.igox.awake.wol"
}