Update temp.inc.sh

This commit is contained in:
2023-12-30 13:05:46 -06:00
parent 9b32758859
commit d735e11da9

View File

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