Created
October 25, 2019 01:38
-
-
Save Robdel12/6f24ef253a6539afc2160877c3389362 to your computer and use it in GitHub Desktop.
This file contains 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
events: | |
enabled: true | |
subscriptions: | |
- command: node ~/scripts/turn-off-printer.js | |
event: PrintDone | |
type: system | |
system: | |
actions: | |
- name: Turn off printer | |
action: turnoff | |
command: node ~/scripts/turn-off-printer.js | |
confirm: You are about to turn off the printer. | |
- name: Turn on printer | |
action: turnon | |
command: node ~/scripts/turn-on-printer.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment