mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-13 14:03:00 +00:00
increased idle update interval fo rnhl
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
},
|
},
|
||||||
"weather": {
|
"weather": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"update_interval": 300,
|
"update_interval": 600,
|
||||||
"units": "imperial",
|
"units": "imperial",
|
||||||
"display_format": "{temp}°F\n{condition}"
|
"display_format": "{temp}°F\n{condition}"
|
||||||
},
|
},
|
||||||
@@ -70,7 +70,7 @@
|
|||||||
],
|
],
|
||||||
"test_mode": true,
|
"test_mode": true,
|
||||||
"update_interval_seconds": 15,
|
"update_interval_seconds": 15,
|
||||||
"idle_update_interval_seconds": 300,
|
"idle_update_interval_seconds": 600,
|
||||||
"show_only_favorites": true,
|
"show_only_favorites": true,
|
||||||
"cycle_game_duration_seconds": 10
|
"cycle_game_duration_seconds": 10
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user