Line 21: |
Line 21: |
| ! Cmd || Name | | ! Cmd || Name |
| |- | | |- |
− | | 0 || SetRotationSpeedLevel | + | | 0 || [[#SetRotationSpeedLevel]] |
| |- | | |- |
− | | 1 || [7.0.0+] GetRotationSpeedLevel ([1.0.0-6.2.0] SetRotationSpeedLevelByDiff) | + | | 1 || [7.0.0+] [[#GetRotationSpeedLevel]] ([1.0.0-6.2.0] [[#SetRotationSpeedLevelByDiff]]) |
| |- | | |- |
− | | 2 || [7.0.0+] GetActualRotationSpeedLevel ([1.0.0-6.2.0] GetRotationSpeedLevel) | + | | 2 || [7.0.0+] [[#GetActualRotationSpeedLevel]] ([1.0.0-6.2.0] [[#GetRotationSpeedLevel]]) |
| |- | | |- |
− | | 3 || [7.0.0+] EnableFan ([1.0.0-6.2.0] SetRotationRate) | + | | 3 || [7.0.0+] [[#EnableFan]] ([1.0.0-6.2.0] [[#SetRotationRate]]) |
| |- | | |- |
− | | 4 || [7.0.0+] DisableFan ([1.0.0-6.2.0] GetRotationRate) | + | | 4 || [7.0.0+] [[#DisableFan]] ([1.0.0-6.2.0] [[#GetRotationRate]]) |
| |- | | |- |
− | | 5 || [1.0.0-6.2.0] EnableFan | + | | 5 || [1.0.0-6.2.0] [[#EnableFan]] |
| |- | | |- |
− | | 6 || [1.0.0-6.2.0] DisableFan | + | | 6 || [1.0.0-6.2.0] [[#DisableFan]] |
| |- | | |- |
− | | 7 || [1.0.0-6.2.0] GetActualRotationSpeedLevel | + | | 7 || [1.0.0-6.2.0] [[#GetActualRotationSpeedLevel]] |
| |} | | |} |
| + | |
| + | === SetRotationSpeedLevel === |
| + | Takes an input u32. No output. |
| + | |
| + | === SetRotationSpeedLevelByDiff === |
| + | Takes an input u32. Returns an output u32. |
| + | |
| + | === GetRotationSpeedLevel === |
| + | No input. Returns an output u32. |
| + | |
| + | === SetRotationRate === |
| + | Takes an input u32. No output. |
| + | |
| + | === GetRotationRate === |
| + | No input. Returns an output u32. |
| + | |
| + | === EnableFan === |
| + | No input/output. |
| + | |
| + | === DisableFan === |
| + | No input/output. |
| + | |
| + | === GetActualRotationSpeedLevel === |
| + | No input. Returns an output u32. |
| | | |
| = psm = | | = psm = |