Skip to content

Feature/SWS-12 create an api for retrieving data

  • Implemented the API

    • Added:
      • comments to the code
      • determine version by git
      • the Api and ApiClient objects responsible for handling the API
    • Changed
      • the signals to only use 1 temperature and 1 light
  • Updated the unit test

    • Updated the unit test since less arguments are sent
    • Updated the .gitignore file to include 'device specific user preference files'
  • Updated unit tests

    • Also updated the argument count

Merge request reports