From 385914c04ac1d17d47342e3b6b0107777a0557a6 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 27 Mar 2022 18:30:46 +0200 Subject: [PATCH] Added missing docs for gpio events --- docs/source/events.rst | 1 + docs/source/platypush/events/gpio.rst | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 docs/source/platypush/events/gpio.rst diff --git a/docs/source/events.rst b/docs/source/events.rst index 2a09975b..9d0b63ba 100644 --- a/docs/source/events.rst +++ b/docs/source/events.rst @@ -28,6 +28,7 @@ Events platypush/events/google.fit.rst platypush/events/google.pubsub.rst platypush/events/gotify.rst + platypush/events/gpio.rst platypush/events/gps.rst platypush/events/http.rst platypush/events/http.hook.rst diff --git a/docs/source/platypush/events/gpio.rst b/docs/source/platypush/events/gpio.rst new file mode 100644 index 00000000..e702acf8 --- /dev/null +++ b/docs/source/platypush/events/gpio.rst @@ -0,0 +1,5 @@ +``gpio`` +======== + +.. automodule:: platypush.message.event.gpio + :members: