mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-31 10:01:53 +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