From 92a6f29cae4c19783028f181314ffca39dedc759 Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Tue, 18 Feb 2020 13:44:45 -0700 Subject: [PATCH] Add docs for SimpliSafe system notifications (#12115) * Add docs for SimpliSafe system notifications * Updates per PR code review --- source/_integrations/simplisafe.markdown | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/source/_integrations/simplisafe.markdown b/source/_integrations/simplisafe.markdown index f7b5cec6a10..715cc2b57f4 100644 --- a/source/_integrations/simplisafe.markdown +++ b/source/_integrations/simplisafe.markdown @@ -95,8 +95,11 @@ For any property denoting a volume, the following values should be used: ## Events -Automations can listen for `SIMPLISAFE_EVENT` events. Anytime one of these events is -received, it will come with event data that contains the following keys: +### `SIMPLISAFE_EVENT` + +`SIMPLISAFE_EVENT` events represent events that appear on the timeline of the SimpliSafe +web and mobile apps. When received, they come with event data that contains the +following keys: * `changed_by`: the PIN that triggered the event (if appropriate) * `event_type`: the type of event @@ -130,3 +133,14 @@ following values: * `doorbell_detected` * `entry_detected` * `motion_detected` + +### `SIMPLISAFE_NOTIFICATION` + +`SIMPLISAFE_NOTIFICATION` events represent system notifications that would appear in the +messages section of the SimpliSafe web and mobile apps. When received, they come with +event data that contains the following keys: + +* `category`: The notification category (e.g., `error`) +* `code`: The SimpliSafe code for the notification +* `message`: The actual text of the notification +* `timestamp`: The UTC timestamp of the notification