update func.sh wranglers for new functions
This commit is contained in:
parent
16944d4394
commit
9234fefd06
4
func.sh
4
func.sh
|
|
@ -341,12 +341,12 @@ mendel_heater_pid() {
|
|||
echo "O=$O T=$T"
|
||||
}
|
||||
|
||||
if [[ "$0" =~ ^mendel_(setup|reset|cmd|readsym|heater_pid) ]]
|
||||
if [[ "$0" =~ ^mendel_(setup|reset|talk|cmd|readsym|heater_pid|print) ]]
|
||||
then
|
||||
eval "$0" "$@"
|
||||
fi
|
||||
|
||||
if [[ "$1" =~ ^mendel_(setup|reset|cmd|readsym|heater_pid) ]]
|
||||
if [[ "$1" =~ ^mendel_(setup|reset|talk|cmd|readsym|heater_pid|print) ]]
|
||||
then
|
||||
eval "$@"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue