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 JSON format #40

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

Conversation

amotl
Copy link
Member

@amotl amotl commented Jan 21, 2021

Coming from #39, this finally implements the acquisition of bulk readings in JSON format.

An example payload is:

[
  {
    "time": 1614534635,
    "temperature": 45.2,
    "humidity": 83.1
  },
  {
    "time": 1614534660,
    "temperature": 45.3,
    "humidity": 83.2
  }
]

cc @valentinbarral

Base automatically changed from master to main February 25, 2021 23:44
@amotl amotl force-pushed the bulk-measurements branch 4 times, most recently from 794b714 to a6b252b Compare July 28, 2021 20:01
@amotl amotl changed the title Add possibility to acquire bulk readings in JSON format Acquire bulk readings in JSON format Jul 11, 2022
@codecov-commenter
Copy link

codecov-commenter commented Nov 26, 2022

Codecov Report

Patch coverage: 87.50% and project coverage change: +0.07 🎉

Comparison is base (fa580a6) 52.69% compared to head (5954952) 52.76%.

❗ Current head 5954952 differs from pull request most recent head 510d24c. Consider uploading reports for the commit 510d24c to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #40      +/-   ##
==========================================
+ Coverage   52.69%   52.76%   +0.07%     
==========================================
  Files          99       99              
  Lines        5224     5236      +12     
==========================================
+ Hits         2753     2763      +10     
- Misses       2471     2473       +2     
Flag Coverage Δ
unittests 52.76% <87.50%> (+0.07%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
kotori/daq/storage/influx.py 68.13% <85.71%> (+0.70%) ⬆️
kotori/daq/graphing/grafana/dashboard.py 89.45% <88.88%> (-0.19%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

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