Skip to content

Commit 6a472be

Browse files
committedJan 2, 2021
fix typo in enum value
1 parent ee9cf3e commit 6a472be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/main/java/io/github/hapjava/characteristics/impl/garagedoor/CurrentDoorStateEnum.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public enum CurrentDoorStateEnum implements CharacteristicEnum {
1515
CLOSED(1),
1616
OPENING(2),
1717
CLOSING(3),
18-
SOPPED(4);
18+
STOPPED(4);
1919

2020
private static final Map<Integer, CurrentDoorStateEnum> reverse;
2121

0 commit comments

Comments
 (0)
Please sign in to comment.