This commit is contained in:
2023-12-14 15:25:11 -06:00
parent 0da012bfdb
commit 290e0e815d
4 changed files with 29 additions and 12 deletions

View File

@@ -512,4 +512,18 @@ DAILYTEMP(){
done
[ "${temp_c}" != "null" ] && [ "${temp_c}" != "" ] && echo
done
}
}
GET_TASMOTA_INFO(){
device_info=$(python ${PW_INCFOLDER}/getInfo.tasmota.py "${PW_TASMOTA_ID[${1}]}")
echo ${device_info}
}