Skip to content

rddl-network/dirigera2mqtt

Repository files navigation

dirigera2mqtt

API Usage

POST /firmware/:mcu

Request body (JSON):

{
	"ssid": "yourSSID",
	"pwd": "yourPassword"
}

Example curl command:

curl -X POST http://localhost:8080/firmware/esp32c6 \
	-H "Content-Type: application/json" \
	-d '{"ssid":"yourSSID","pwd":"yourPassword"}'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published