You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
571 B
22 lines
571 B
# Make the printer display a message
|
|
{
|
|
# The name of the test...
|
|
NAME "Identify Printer with Message"
|
|
|
|
# The operation to use
|
|
OPERATION Identify-Printer
|
|
|
|
# Attributes, starting in the operation group...
|
|
GROUP operation-attributes-tag
|
|
ATTR charset attributes-charset utf-8
|
|
ATTR language attributes-natural-language en
|
|
ATTR uri printer-uri $uri
|
|
ATTR name requesting-user-name $user
|
|
ATTR keyword identify-actions display
|
|
ATTR text message "Hello\, World!"
|
|
|
|
# What statuses are OK?
|
|
STATUS successful-ok
|
|
STATUS successful-ok-ignored-or-substituted-attributes
|
|
}
|