Blueforcer / awtrix3

Custom firmware for the Ulanzi Smart Pixel clock or self made awtrix. Getting started is easy as 1-2-3
https://blueforcer.github.io/awtrix3/
Other
1.27k stars 110 forks source link

Documentation - add http method for status retrieval queries #526

Open mleiber opened 5 months ago

mleiber commented 5 months ago

In the API section of the documentation, for all but the status retrieval queries the required http method is listed. Albeit somewhat obvious, for completeness I would suggest to add a column to those 4 queries stating that they use the GET method.

Potentially also add the payload column indicating no payload required.

Blueforcer commented 5 months ago

Doesn't "status retrieval" already say that it is a query = GET? Of course there is no payload with mqtt because awtrix sends it on its own there is no need to send something

mleiber commented 5 months ago

Thanks for your response. As I said above, this would only be for completeness and consistency of the documentation. Certainly not a must.