From 2e921d0c5fd6562cc6037e2d7a80034f394bd6f7 Mon Sep 17 00:00:00 2001 From: sebgab Date: Wed, 6 Mar 2024 12:33:52 +0000 Subject: [PATCH] Update Commands --- Commands.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Commands.md b/Commands.md index 493e56a..f0ce0bf 100644 --- a/Commands.md +++ b/Commands.md @@ -15,10 +15,10 @@ The "#" denotes that this is dependent upon the command. ## Complete command table | command | description | parameter | | :-- | :-- | :-- | -| 0x11 | Read config | | -| 0x12 | Read voltage | | +| 0x11 | Read config | Config option, see config page for values | +| 0x12 | Read voltage | Voltage source | | 0x13 | Read temperature | | -| 0x14 | Read current fan speed | | -| 0x15 | Read bulk fan speed | | -| 0x21 | Write config | | -| 0x22 | Clear stored fan speed data | | \ No newline at end of file +| 0x14 | Read current fan speed | fan number | +| 0x15 | Read bulk fan speed | fan number | +| 0x21 | Write config | Config option, see config page for values | +| 0x22 | Clear stored fan speed data | fan number | \ No newline at end of file