]> git.ipfire.org Git - thirdparty/cups.git/blob - examples/identify-printer-multiple.test
Changelog
[thirdparty/cups.git] / examples / identify-printer-multiple.test
1 # Make the printer display a message and beep
2 {
3 # The name of the test...
4 NAME "Identify Printer with Message and Beep"
5
6 # The operation to use
7 OPERATION Identify-Printer
8
9 # Attributes, starting in the operation group...
10 GROUP operation-attributes-tag
11 ATTR charset attributes-charset utf-8
12 ATTR language attributes-natural-language en
13 ATTR uri printer-uri $uri
14 ATTR name requesting-user-name $user
15 ATTR keyword identify-actions sound,display
16 ATTR text message "Hello\, World!"
17
18 # What statuses are OK?
19 STATUS successful-ok
20 STATUS successful-ok-ignored-or-substituted-attributes
21 }