New backup 2025-04-01 23:30:42
This commit is contained in:
parent
ce83cc38ea
commit
21d4fcc004
1 changed files with 3 additions and 0 deletions
|
@ -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}'
|
||||
|
|
Loading…
Add table
Reference in a new issue