47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|