14.5 Data types for enumerations
14.5.1 BevarageSMLEnumeration
This data type is an enumeration of the possible SML values. The possible values are defined in Table 48.
| Value | Description |
| Inactive_0 | Standard SML is medium |
| Small_1 | Small |
| Large_2 | Large |
| ExtraLarge_3 | Extra Large |
14.5.2 CoffeeMachineModeEnumeration
This data type is an enumeration of the possible operating states of the commercial coffee machine. The possible values are defined in Table 49.
| Value | Description |
| Off_0 | Machine off |
| Standby_1 | Ready to operate |
| Error_2 | Error |
| Cleaning_3 | Cleaning running |