Update temp.inc.sh

This commit is contained in:
2023-12-30 13:47:49 -06:00
parent e875989b5a
commit dd94a6798c

View File

@@ -629,8 +629,6 @@ CHECKTEMP_SERVICE_RUNSENSOR(){
}
SENDTEMPS(){
SENDTEMP ${2} &
SENDNOTICE "test" "testing 123"
st_temps=$(SENDTEMP ${2})
SENDNOTICE "${1}" "${st_temps}"
}