Update temp.inc.sh

This commit is contained in:
2023-12-26 22:01:22 -06:00
parent abf577fa02
commit c4a4df9880

View File

@@ -641,7 +641,7 @@ CHECKTEMP_SERVICE_RUNSENSOR(){
} }
SENDTEMPS(){ SENDTEMPS(){
st_temps=$(SENDTEMP ${2}) st_temps=$(SENDTEMP)
SENDNOTICE "${1}" "${st_temps}" SENDNOTICE "${1}" "${st_temps}"
} }
SENDTEMP(){ SENDTEMP(){