Update powerwall.sh

This commit is contained in:
2023-05-14 17:01:44 -05:00
parent e89e3699fc
commit 8d3a1a6a87

View File

@@ -21,7 +21,7 @@ CHECKTEMP(){
for x in "${!SENSORS[@]}"; do printf "[%s]=%s\n" "$x" "${SENSORS[$x]}" ; done
for SENSOR in ${!SENSORS}; do
echo "HERE: ${SENSOR}"
echo "HERE: ${SENSOR}-${SENSORS{${SENSOR}}}"
done
# mqtt_message=`${mqtt_conn} -t tele/${1}/SENSOR -C 1`