Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add on/off times to turn map on/off at specific times #45

Open
wants to merge 1 commit into
base: release
Choose a base branch
from

Conversation

dman776
Copy link

@dman776 dman776 commented Sep 9, 2022

Adds configuration options to enable on/off times for the map.

@@ -1,5 +1,5 @@
{
"mode": "ws2801",
"mode": "ws281x",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets leave the default config alone.

@@ -46,6 +46,9 @@
METAR_STATION_INACTIVE_MINUTES_KEY = "metar_station_inactive_minutes"
DEFAULT_METAR_STATION_INACTIVE_MINUTES = 3 * 60

ON_TIME_KEY = "on_time"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe add "LOCAL" to the key so the user will know that is is NOT UTC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants