diff --git a/functions/get_system_load.json b/functions/get_system_load.json new file mode 100644 index 0000000..e19f694 --- /dev/null +++ b/functions/get_system_load.json @@ -0,0 +1,11 @@ +{ + "name": "get_system_load", + "description": "Získá aktuální zátěž systému (load average).", + "strict": true, + "parameters": { + "type": "object", + "properties": {}, + "additionalProperties": false, + "required": [] + } +} \ No newline at end of file