From 309f4ad38aa077dc16fd5f2d6fff559d54c854af Mon Sep 17 00:00:00 2001 From: Tristan Smith Date: Thu, 21 Mar 2024 21:21:23 -0400 Subject: [PATCH] Update Readme.md with additional information --- Readme.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index ac3f458..b400576 100644 --- a/Readme.md +++ b/Readme.md @@ -1 +1,14 @@ -Currently not working for some reason \ No newline at end of file +# idrac helper + +Really this is a personal python script for myself. If you find it useful, great! If not, that's fine too. If you have a suggestion, I'm all ears. I can't promise I'll implement it, I'm pretty bad at coding. I'll try though, sounds like fun! Maybe... + +Anyway, this script is designed to do a few things with my 720xd. It powers it on/off, changes the fan speed, and toggles the dynamic fan speed. + +## Options +```-h, --help show this help message and exit + -p {on,off}, --power {on,off} + Power on or off the server + -f [0-100], --fan [0-100] + Set fan speed percentage + -d {on,off}, --dynamic {on,off} + Toggle dynamic fan control``` \ No newline at end of file