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

Acquire bulk readings in compact JSON format #41

Open
wants to merge 2 commits into
base: bulk-measurements
Choose a base branch
from

Commits on Mar 4, 2023

  1. Configuration menu
    Copy the full SHA
    7c10154 View commit details
    Browse the repository at this point in the history
  2. Add possibility to acquire bulk readings in compact JSON format

    The "compact JSON" format is currently defined with timestamps as keys.
    
    Example:
    {
      "1611082554": {
        "temperature": 21.42,
        "humidity": 41.55
      },
      "1611082568": {
        "temperature": 42.84,
        "humidity": 83.1
      }
    }
    amotl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    386cfad View commit details
    Browse the repository at this point in the history