Skip to content

Commit

Permalink
Update mqtt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kubealex authored Jul 10, 2023
1 parent 3463b2f commit 8dcde5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/event_source/mqtt.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""mqtt.py.
An ansible-rulebook event source plugin for receiving events via a mqtt topic.
Arguments:
---------
host: The host where the mqtt topic is hosted
Expand All @@ -17,6 +19,7 @@
keyfile_password The optional password to be used when loading the
certificate chain
topic: The mqtt topic to subscribe to
"""

import asyncio
Expand Down

0 comments on commit 8dcde5d

Please sign in to comment.