# Set the Fan Speed to 0 (min/stop)
./fan-rs -s 0
# Set the Fan Speed to 9 (max)
./fan-rs -s 9
# Set the Fan Speed automatically
./fan-rs -a true
# Show CPU Temperature
./fan-rs -t
# Show Help
./fan-rs -h# Enable HTTP service and bind the port to 0.0.0.0:8567
./fan-rs -l --addr="0.0.0.0:8567"
# Set the refresh interval for terminal information (unit: milliseconds).
./fan-rs -l --addr="0.0.0.0:8567" --interval=2000This mode allows controlling the fan speed through both terminal keystrokes and HTTP requests.
auto modeis enabled by default, which automatically adjusts the fan speed based on CPU utilization and temperature until the service is stopped.
cargo build --release --target=aarch64-unknown-linux-musl

