Created
January 23, 2015 17:46
-
-
Save henriqueutsch/46c4d0af4a28bd8d2885 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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