Skip to content

Commit

Permalink
Add docs about API
Browse files Browse the repository at this point in the history
  • Loading branch information
longzheng committed Jan 18, 2025
1 parent d85308e commit a99582c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/configuration/publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Optionally configure the active limits to be published to an external system.

[[toc]]

## REST API/OpenAPI

The active limits (and other metrics and configurations) can be accessed from the `http://<host>:3000/coordinator/status` "coordinator status" REST API.

You can access the API documentation/OpenAPI schema at `http://<host>:3000/docs`. The server port can be configured in the `.env` `SERVER_PORT`.

## MQTT

Write active limits to a MQTT topic.
Expand Down

0 comments on commit a99582c

Please sign in to comment.