Skip to content

Commit b928b5a

Browse files
committed
Update SecuritySystemAlarmType constant to NO_ALARM to match HomeKit name
1 parent 6985b30 commit b928b5a

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)