-
Notifications
You must be signed in to change notification settings - Fork 0
RESTful API Overview
The Man edited this page Jan 26, 2022
·
5 revisions
This page documents the various API endpoints available on the device.
All POSTs must be done using content-type
application/json
.
Display endpoint to set various stuff regarding the display.
-
Get display info:
GET /api/display
-
Set display:
POST /api/display
Network endpoint to set the network configuration of the ESP32.
-
Get network info:
GET /api/network
-
Set network info:
POST /api/network
Various system endpoints.
-
Get system temperature:
GET /api/temperature
-
Get system info:
GET /api/system
-
System control:
POST /api/system
-
Get authentication code:
GET /api/auth