11.4 Data types for enumerations
11.4.1 CookingKettleModeEnumeration
The data type is an enumeration of the current status of the device.
The enumeration values are defined in Table 35.
| Value | Description |
| Off_0 | off |
| Preheat_1 | Heating up |
| SoftCook_2 | Gently bring to boil |
| Cook_3 | Bring to boil with 3 simmering stages |
| CookSlow_4 | Boiling with 3 power stages |
| KeepWarming_5 | Keeping warm |
| Stiring_6 | only agitator active |
| PresetStart_7 | Start time preselection active |
| Error_8 | Error state |
11.4.2 SignalModeEnumeration
This data type is an enumeration of the signal state.
The enumeration values are defined in Table 36.
| Value | Description |
| SignalOff_0 | Signal switched off |
| SignalOn_1 | Signal switched on |
| SignalAck_2 | Signal acknowledged |