Skip to content

Commit

Permalink
Frigate-to-Ntfy: Fix event publishing example
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Apr 12, 2023
1 parent ac25d51 commit de00c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/frigate/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Run mqttwarn::

Publish an example event::

cat frigate-event.json | mosquitto_pub -t 'frigate/events' -l
cat frigate-event.json | jq -c | mosquitto_pub -t 'frigate/events' -l


.. _Apprise: https://github.com/caronc/apprise
Expand Down

0 comments on commit de00c85

Please sign in to comment.