New backup 2025-04-01 23:30:42

This commit is contained in:
Penelope Gwen 2025-04-01 23:30:42 -07:00
parent ce83cc38ea
commit 21d4fcc004

View file

@ -37,6 +37,9 @@ case "${condition_code}" in
176|182|185|200|263|266|281|284|293|296|299|302|305|308|311)
condition_icon=""
;;
386)
condition_icon=""
;;
esac
jq -n --arg condition "${condition}" --arg current_temp "${current_temp}" --arg feels_temp "${feels_temp}" --arg min_temp "${min_temp}" --arg max_temp "${max_temp}" --arg humidity "${humidity}" --arg icon "${condition_icon}" --arg updated "${updated}" '{condition: $condition,current_temp: $current_temp,feels_temp: $feels_temp,min_temp: $min_temp,max_temp: $max_temp,humidity: $humidity,icon: $icon,updated: $updated}'