Skip to content

Commit b6290a5

Browse files
authored
Merge pull request #132 from oli-d/fix_typo_sopped
fix typo in enum value
2 parents ee9cf3e + 6a472be commit b6290a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)