Skip to content

v0.1.6 All Profiles API Endpoint Update

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Feb 17:53

image

Release Notes

New Features

All profiles now result in this format:
[
  {
    "id": 7,
    "name": "OFF",
    "selected": "true"
  },
  {
    "id": 10,
    "name": "_Long",
    "selected": "false"
  },
  {
    "id": 9,
    "name": "__Americano",
    "selected": "false"
  },
  {
    "id": 11,
    "name": "_preheat",
    "selected": "false"
  },
  {
    "id": 12,
    "name": "test",
    "selected": "false"
  }
]
- `selected` field added to the `GaggiuinoProfile` model

Important notes:

  • Make sure your machine is on the latest firmware from https://github.com/Zer0-bit/gaggiuino/releases.
  • The firmware that offers this API Endpoint has not yet been released. This release will be marked as the latest (not pre-release) as soon as the firmware is released.
  • As of this moment, this API endpoint is supported only by a pre-release firmware from this thread

Full Changelog: v0.1.5...v0.1.6