From 054db0753db91e2c7b99d72802026bb4790fca78 Mon Sep 17 00:00:00 2001 From: sinuhet Date: Thu, 20 Mar 2025 02:39:51 +0100 Subject: [PATCH] =?UTF-8?q?P=C5=99idat=20funcitons/get=5Fsystem=5Fload.jso?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- funcitons/get_system_load.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 funcitons/get_system_load.json diff --git a/funcitons/get_system_load.json b/funcitons/get_system_load.json new file mode 100644 index 0000000..e19f694 --- /dev/null +++ b/funcitons/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