1个不稳定版本
0.1.0 | 2022年4月6日 |
---|
#2 in #fans
28KB
148 行
UniFi Dream Machine Pro:风扇控制工具
udm-fan
是一个实用程序,用于通过网络与UDM-Pro上的风扇交互。它通过发送PWM风扇控制命令到UDM的SSH管理接口来工作。
安装
可以通过cargo
使用以下命令安装此crate
cargo install udm-fan
用法
以下命令可以用于控制本地UDM-Pro上的风扇
# Set the fans to half speed
udm-fan set 128
# Set the fans to full speed (with a custom IP address)
udm-fan set 255 --override-ip 172.16.11.5
# Bring the fans back to automatic control
udm-fan auto
密码可以通过以下方式提供
--ssh-password
标志UDM_SSH_PASS
环境变量- 包含UDM的IP地址为主机的
.netrc
条目 - 运行时的终端
依赖项
~14–30MB
~449K SLoC