Skip to content

Instantly share code, notes, and snippets.

@henriqueutsch
Created January 23, 2015 17:46
Show Gist options
  • Save henriqueutsch/46c4d0af4a28bd8d2885 to your computer and use it in GitHub Desktop.
Save henriqueutsch/46c4d0af4a28bd8d2885 to your computer and use it in GitHub Desktop.
# http://docs.octoprint.org/en/master/events/index.html
# https://github.com/foosel/OctoPrint/wiki/Configuration#events
server:
host: 192.168.0.100
port: 8080
events:
enabled: True
subscriptions:
- event: Startup
command: /home/pi/yowsup-master/yowsup-cli demos -s 553193733342 "Printer Startup" -c ~/yowsup-master/yowsup -cli.config
type: system
- event: ClientOpened
command: /home/pi/yowsup-master/yowsup-cli demos -s 553193733342 "Cliente conectou" -c ~/yowsup-master/yowsup -cli.config
type: system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment