Sha256: 2a40c6e798c6b357aba439ce2496f7227636752616d882005d42f03c36881fc8

Contents?: true

Size: 751 Bytes

Versions: 3

Compression:

Stored size: 751 Bytes

Contents

# This is a sample setting for ifttt plugin
# Copy this file to ifttt.yaml or rename.

# If you want to disable this plugin, uncomment it.
#disable: true

# Set webhook key of Webhooks service for IFTTT.
# To see your webhook key, to open https://ifttt.com/maker_webhook
# and click the Documentation link.
# We recommend setting web_hook_key from an environment variable.
web_hook_key: <%= ENV['IFTTT_WEBHOOK_KEY'] %>

# Set trigger event of webhook.
# Set event name to name attribute.
# Pass values to the params to display information.
events:
  - name: rubyworldconference2019
    trigger:
      type: raise
      device: M100
    params:
      value1: Abnormal temperature
      value2: Something additional information.
      value3: and more.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ladder_drive-0.6.8 plugins/config/ifttt.yaml.example
ladder_drive-0.6.7 plugins/config/ifttt.yaml.example
ladder_drive-0.6.6 plugins/config/ifttt.yaml.example