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