Skip to content

Commit 4070d5e

Browse files
committed
Add ADAM, ANNA constants, remove DAYS
1 parent 58b02fa commit 4070d5e

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

plugwise/constants.py

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,8 @@
2929
VOLUME_CUBIC_METERS: Final = "m³"
3030
VOLUME_CUBIC_METERS_PER_HOUR: Final = "m³/h"
3131

32-
DAYS: Final[dict[str, int]] = {
33-
"mo": 0,
34-
"tu": 1,
35-
"we": 2,
36-
"th": 3,
37-
"fr": 4,
38-
"sa": 5,
39-
"su": 6,
40-
}
32+
ADAM: Final = "Adam"
33+
ANNA: Final = "Smile Anna"
4134
DEFAULT_TIMEOUT: Final = 30
4235
DEFAULT_USERNAME: Final = "smile"
4336
DEFAULT_PORT: Final = 80

0 commit comments

Comments
 (0)