ab0533e646
Why I did it Add two platform that support s3IP framework How I did it Add two platforms supporting S3IP SYSFS (TCS8400, TCS9400) How to verify it Manual test Co-authored-by: tianshangfei <31125751+tianshangfei@users.noreply.github.com>
9 lines
193 B
Bash
Executable File
9 lines
193 B
Bash
Executable File
#!/bin/bash
|
|
#docker exec -i pmon sensors "$@"
|
|
|
|
|
|
#To probe sensors not part of lm-sensors
|
|
if [ -r /usr/local/bin/platform_sensors.py ]; then
|
|
python /usr/local/bin/platform_sensors.py
|
|
fi
|