Skip to content

Commit 91ec013

Browse files
authored
Add TILT_POSITIVE and TILT_NEGATIVE to OverkizCommandParam enum (#1582)
1 parent c25af8e commit 91ec013

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyoverkiz/enums/command.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,8 @@ class OverkizCommandParam(StrEnum):
349349
SUDDEN_DROP_MODE = "suddenDropMode"
350350
TEMPERATURE_OFFSET = "temperature_offset"
351351
TILT = "tilt"
352+
TILT_POSITIVE = "tiltPositive"
353+
TILT_NEGATIVE = "tiltNegative"
352354
TOTAL = "total"
353355
UNDETECTED = "undetected"
354356
UPS = "UPS"

0 commit comments

Comments
 (0)