Devices API¶
E-Paper Display Management.
List Devices¶
Response¶
{
"success": true,
"data": [
{
"id": "dev_001",
"name": "Showroom Display 1",
"location": "Eingang links",
"assignedProduct": "prod_palace90lmf",
"status": "online",
"lastSeen": "2026-01-15T10:30:00Z",
"batteryLevel": 85,
"firmwareVersion": "1.2.0"
}
]
}
Register Device¶
Request Body¶
Get Display Content¶
Gibt den aktuellen Displayinhalt als Bitmap zurück.
Response¶
{
"success": true,
"data": {
"modelLine": "PALACE",
"model": "90 LMF",
"price": "€279.900",
"availability": "Sofort verfügbar",
"qrCode": "https://konfigurator.morelo.de/palace-90-lmf",
"lastUpdated": "2026-01-15T02:00:00Z"
}
}
Device Heartbeat¶
Vom ESP32 alle 15 Minuten gesendet.