🛜 Removes leftover mqtt
This commit is contained in:
@@ -7,9 +7,6 @@ The back end exposes a number of API endpoints which are referenced in the table
|
||||
| Method | Endpoint | Authentication | POST JSON Body | Info |
|
||||
| ------ | --------------------------------------- | ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
|
||||
| GET | /rest/features | `NONE_REQUIRED` | none | Tells the client which features of the UI should be use |
|
||||
| GET | /rest/mqttStatus | `IS_AUTHENTICATED` | none | Current MQTT connection status |
|
||||
| GET | /rest/mqttSettings | `IS_ADMIN` | none | Currently used MQTT settings |
|
||||
| POST | /rest/mqttSettings | `IS_ADMIN` | `{"enabled":false,"uri":"mqtt://192.168.1.12:1883","username":"","password":"","client_id":"esp32-f412fa4495f8","keep_alive":120,"clean_session":true}` | Update MQTT settings with new parameters |
|
||||
| GET | /rest/ntpStatus | `IS_AUTHENTICATED` | none | Current NTP connection status |
|
||||
| GET | /rest/ntpSettings | `IS_ADMIN` | none | Current NTP settings |
|
||||
| POST | /rest/ntpSettings | `IS_ADMIN` | `{"enabled": true,"server": "time.google.com","tz_label": "Europe/London","tz_format": "GMT0BST,M3.5.0/1,M10.5.0"}` | Update the NTP settings |
|
||||
|
||||
Reference in New Issue
Block a user