From 8dd1c2adc65a35c67e1ba4a6012d055b1a2391e7 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Wed, 27 Feb 2019 20:13:37 +0100 Subject: [PATCH] Added docs for the camera plugin --- docs/source/events.rst | 1 + docs/source/platypush/events/camera.rst | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 docs/source/platypush/events/camera.rst diff --git a/docs/source/events.rst b/docs/source/events.rst index 62764897..c28d6bbf 100644 --- a/docs/source/events.rst +++ b/docs/source/events.rst @@ -9,6 +9,7 @@ Events platypush/events/application.rst platypush/events/assistant.rst platypush/events/button.flic.rst + platypush/events/camera.rst platypush/events/geo.rst platypush/events/http.rss.rst platypush/events/http.rst diff --git a/docs/source/platypush/events/camera.rst b/docs/source/platypush/events/camera.rst new file mode 100644 index 00000000..4a88d1b3 --- /dev/null +++ b/docs/source/platypush/events/camera.rst @@ -0,0 +1,6 @@ +``platypush.message.event.camera`` +================================== + +.. automodule:: platypush.message.event.camera + :members: +