Beverage commands

You can use the following commands to brew coffee, specify brewing schedules, define new drinks, and so on. These commands and values are not case sensitive. Press F1 for any command to see the online help.

Table 1. Beverage commands
Task Command Example
Create coffee drinks
exprez -createEspDrink type -sched y|n schedule_name
Enter the type as one of the following espresso or coffee beverages:
capp
Creates a cappuccino beverage.
drip
Creates an 8-ounce drip coffee beverage.
shot -1 | -2 | -3
Creates an espresso of 3/4 ounce (-1), 1 ounce (-2), or 2 ounce (-3) beverage.
lat
Creates a latte beverage.
mac
Creates a macchiato beverage.
moc
Creates a mocha beverage.
This command tells the Exprezzoh 9000N to make a latte during the predefined schedule called Mom:
exprez -createEspDrink lat -sched y  Mom
This command tells the Exprezzoh 9000N to make a mocha but does not associate this drink with a schedule:
exprez -createEspDrink lat -sched n
Or:
exprez -createEspDrink lat
Create a custom drink
exprez -createCustDrink type -user user_name -pwd password 
Create a schedule
exprez -createSched my_schedule -startDate mmddyyyy -name user_name -pwd password

Only those with Honcho role can create or start schedules.

This command starts the schedule called Mom on August 3, 2011. This user's user name is rulerofroost and the password is all4me.
exprez -createSched Mom -startDate 08032011 rulerofroost all4me 
Add a role member
exprez addMember -name user_name -pwd password -role role_name
Enter one of the following roles:
Honcho
Has all privileges.
Teen
Has same privileges except to make mixed drinks and to disable power sources.
Child
Has restricted access, for example, to using hot water or mixed drinks.
Pet
Cannot touch machine at all.
This command adds the family cat Fred with the role of pet:
exprez addMember -name Fred -pwd my1 -role pet
Add pet monitoring
exprez -addPetMon monitor_name

Enter any name that you want for this monitor.

Tip: Use the pet's name for the monitor so that you can watch the fruitiest of your pets. You should already know which one that is.
This command adds a monitor for Fred the cat:
exprez -addPetMon Fred
Related reference
Power management commands