mirror of
https://github.com/Karaka-Management/oms-OnlineResourceWatcher.git
synced 2026-01-23 05:18:40 +00:00
34 lines
841 B
JSON
34 lines
841 B
JSON
{
|
|
"triggers": [
|
|
],
|
|
"actions": {
|
|
"1008000001": {
|
|
"name": "Check resources",
|
|
"description": {
|
|
"en": "Check resources",
|
|
"de": "Ueberpruefe Ressourcen"
|
|
},
|
|
"function_type": "API",
|
|
"function": "apiResourceCheck",
|
|
"inputs": [
|
|
"unit",
|
|
"{*}"
|
|
],
|
|
"outputs": [
|
|
"resources[]",
|
|
"{*}"
|
|
],
|
|
"settings": {
|
|
"unit": {
|
|
"type": "input",
|
|
"subtype": "number",
|
|
"default": null,
|
|
"title": {
|
|
"en": "Unit",
|
|
"de": "Unit"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |