Update Ciscospark notify component configuration (#7225)

This commit is contained in:
Klaas Schoute 2018-10-29 12:30:12 +01:00 committed by Franck Nijhof
parent a050b7603f
commit 3b44bec80f

View File

@ -32,11 +32,20 @@ notify:
roomid: CISCO_SPARK_ROOMID roomid: CISCO_SPARK_ROOMID
``` ```
Configuration variables: {% configuration %}
name:
- **name** (*Optional*): Setting the optional parameter `name` allows multiple notifiers to be created. The default value is `notify`. The notifier will bind to the service `notify.NOTIFIER_NAME`. description: Setting the optional parameter `name` allows multiple notifiers to be created. The notifier will bind to the service `notify.NOTIFIER_NAME`.
- **token** (*Required*): Your development token. required: false
- **roomid** (*Required*): The Room ID. default: notify
type: string
token:
description: Your development token.
required: true
type: string
roomid:
description: The Room ID.
required: true
type: string
{% endconfiguration %}
To use notifications, please see the [getting started with automation page](/getting-started/automation/). To use notifications, please see the [getting started with automation page](/getting-started/automation/).