Skip to content

Commit 07452da

Browse files
authored
Merge pull request #45 from j-mutter/fix-alarm-type-constant
Update the SecuritySystemAlarmType enum
2 parents 6985b30 + b928b5a commit 07452da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/beowulfe/hap/accessories/properties/SecuritySystemAlarmType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public enum SecuritySystemAlarmType {
1616
/**
1717
* Alarm conditions are cleared
1818
*/
19-
CLEARED(0),
19+
NO_ALARM(0),
2020
/**
2121
* Alarm type is not known
2222
*/

0 commit comments

Comments
 (0)