add notes about module interface implementations

This commit is contained in:
Joel Wetzell
2026-05-19 22:27:46 -05:00
parent 4a873a32d4
commit e10ae19992
8 changed files with 16 additions and 3 deletions
+2
View File
@@ -13,6 +13,8 @@ The `mqtt.client` module connects to a MQTT broker and emits a message messages
- **topic** mqtt topic to subscribe to
- **clientId** client ID for this connection to the broker
This module implements the `PubSubModule` interface.
### Example
Open a mqtt connection to `test.mosquitto.org` subscribing to the `showbridge` topic.