diff --git a/pypetkitapi/command.py b/pypetkitapi/command.py index 7362d2f..96833ec 100644 --- a/pypetkitapi/command.py +++ b/pypetkitapi/command.py @@ -137,6 +137,10 @@ class FountainAction(StrEnum): FountainAction.RESET_FILTER: [222, 1, 0, 0], FountainAction.POWER_OFF: [220, 1, 3, 0, 0, 1, 1], FountainAction.POWER_ON: [220, 1, 3, 0, 1, 1, 1], + FountainAction.MODE_NORMAL: [220, 1, 3, 0, 1, 1, 1], + FountainAction.MODE_SMART: [220, 1, 3, 0, 1, 2, 1], + FountainAction.MODE_STANDARD: [220, 1, 3, 0, 1, 1, 1], + FountainAction.MODE_INTERMITTENT: [220, 1, 3, 0, 1, 2, 1], }