derberg / python-mqtt-client-template

This template generates MQTT Python client module. Its purpose is to abstract for the application client technical information about the broker and the names of topics it should use. Instead, it generates a module that provides a set of indent-driven functions that one can invoke to send a message to the application through the message broker.
2 stars 1 forks source link

add another asyncapi document to work against #20

Open derberg opened 1 month ago

derberg commented 1 month ago

we have https://github.com/derberg/python-mqtt-client-template/blob/main/test/fixtures/asyncapi.yml

but would make sense to have another completely different example we could test against, to make sure that template have no assumptions and is really agnostic

maybe https://github.com/asyncapi/spec/blob/master/examples/streetlights-mqtt-asyncapi.yml 🤔