Sha256: 15b65f3ac91aaa061c22ff26b8f2f792bec345fbf824557b828da0e4f2358243
Contents?: true
Size: 921 Bytes
Versions: 3
Compression:
Stored size: 921 Bytes
Contents
# This is a sample setting for Trello plugin # Copy this file to trello.yaml or rename. # If you want to disable this plugin, uncomment it. #disable: true # Connection configuration. consumer_key: <%= ENV['TRELLO_CONSUMER_KEY'] %> consumer_secret: <%= ENV['TRELLO_CONSUMMER_SECRET'] %> oauth_token: <%= ENV['TRELLO_OAUTH_TOKEN'] %> events: # Set trigger conditions # You can use type raise, fall, raise_and_fall, changed, and interval. - trigger: device: M100 type: raise # Board name board_name: Floor 1 # List name. # If you set it, move the card into this list. list_name: RUNNING # Card name. card_name: Machine A # color label color: # Add color label add: green - trigger: device: M100 type: fall board_name: Floor 1 list_name: STOPPING card_name: Machine A color: # Remove color label remove: green
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ladder_drive-0.6.8 | plugins/config/trello.yaml.example |
ladder_drive-0.6.7 | plugins/config/trello.yaml.example |
ladder_drive-0.6.6 | plugins/config/trello.yaml.example |