From e0f597f21afef558e8c4f4c4c44be0b10487dfa5 Mon Sep 17 00:00:00 2001 From: sinuhet <pszczolka@pszczolka.cz> Date: Thu, 20 Mar 2025 02:41:02 +0100 Subject: [PATCH] =?UTF-8?q?P=C5=99idat=20functions/get=5Fsystem=5Fload.jso?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions/get_system_load.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 functions/get_system_load.json 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