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

Feat/ping devices from dashboard v1.2.0 #3

Merged
merged 1 commit into from
Aug 20, 2023

Conversation

herzhenr
Copy link
Owner

Closes #1

  • online state of all devices is shown on the home page. The devices get pinged periodically in the background but a user can also swipe down to refresh manually
  • Default values for the 2s timeout and the 12s ping interval are hardcoded in lib/constants.dart for now.
  • dart SDK is upgraded to v3.0.0 to allow for new language features (e.g. Records)
  • interacting with lib/services/database.dart was reworked. When an action (delete, add or change a device) is made the devices aren't loaded from disk every time first but are loaded from ram and directly written to disk

@herzhenr herzhenr linked an issue Aug 20, 2023 that may be closed by this pull request
@herzhenr herzhenr changed the title Feat/ping devices from dashboard Feat/ping devices from dashboard v1.2.0 Aug 20, 2023
@herzhenr herzhenr merged commit df3df6e into main Aug 20, 2023
2 checks passed
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.

Feature: Ping devices from dashboard
1 participant