Sha256: bbe886a6ff5fc6143ac6548c93cd2bb6cc718228d1c09211bdcf1df33b2af4c1

Contents?: true

Size: 859 Bytes

Versions: 3

Compression:

Stored size: 859 Bytes

Contents

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

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

# Configure ambient channels
# Set the Ambient channel, which is to send data you want to.
channels:

  # set ambient configuration.
  # We recommend setting write_key from an environment variable.
  - channel_id: 12824
    write_key: <%= ENV['AMBIENT_WRITE_KEY'] %>

    # Set trigger conditions
    # You can use type raise, fall, raise_and_fall, changed, and interval.
    triggers:
      - type: raise_and_fall
        device: M100
      - type: interval
        interval: 60

    # Set data to send, if triggered.
    devices:
      d1:
        device: D10
        value_type: value
      d2:
        device: D11
        value_type: value
      d3:
        device: D12
        value_type: value

Version data entries

3 entries across 3 versions & 1 rubygems

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