mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-03-17 16:36:44 +08:00
hw monitoring
This commit is contained in:
5
testenv/fakes/vcgencmd
Executable file
5
testenv/fakes/vcgencmd
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
case $1 in
|
||||
get_throttled) echo "throttled=0x0";;
|
||||
measure_temp) echo "temp=35.0'C";;
|
||||
esac
|
||||
Reference in New Issue
Block a user