Skip to content

Commit

Permalink
luci-app-falter-owm: fix updateInterval
Browse files Browse the repository at this point in the history
  • Loading branch information
Noki committed Nov 24, 2024
1 parent ef84009 commit c299aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luci/luci-app-falter-owm/files/owm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ json_close_array
json_add_double latitude $latitude
json_add_double longitude $longitude
json_add_string hostname "$hostname"
json_add_int updateInterval 3600
json_add_int updateInterval 1800
json_add_string hardware "$system"
json_add_object firmware
{
Expand Down

0 comments on commit c299aa0

Please sign in to comment.