Skip to content

Commit 0a877ce

Browse files
committed
Correct priority const
1 parent 99fd489 commit 0a877ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugwise/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@
138138

139139
# Message priority levels
140140
PRIORITY_HIGH = 1
141-
PRIORITY_LOW = 2
142-
PRIORITY_MEDIUM = 3
141+
PRIORITY_LOW = 3
142+
PRIORITY_MEDIUM = 2
143143

144144
# Max seconds the internal clock of plugwise nodes
145145
# are allowed to drift in seconds

0 commit comments

Comments
 (0)