

Release Notes
New Features
<details><summary>All profiles now result in this format:</summary>
json
[
{
"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"
}
]
</details>
- `selected` field added to the `GaggiuinoProfile` model
Important notes:
- Make sure your machine is on the latest firmware from at least https://github.com/Zer0-bit/gaggiuino/releases/tag/dev-6655d6d
**Full Changelog**: https://github.com/ALERTua/gaggiuino_api/compare/v0.1.5...v0.1.6