Update temp.inc.sh

This commit is contained in:
2023-12-26 22:21:44 -06:00
parent 3f3db61d1c
commit e8df564e22

View File

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