Added siren_tampered notification (#15197)
Signed-off-by: clinique <gael@lhopital.org>
This commit is contained in:
parent
451aeb6b4a
commit
c6a22e04cb
|
@ -103,6 +103,9 @@ public enum EventType {
|
|||
@SerializedName("alim") // When Camera power supply status changes
|
||||
ALIM(ModuleType.WELCOME, ModuleType.PRESENCE),
|
||||
|
||||
@SerializedName("siren_tampered") // When the siren has been tampered
|
||||
SIREN_TAMPERED(ModuleType.WELCOME),
|
||||
|
||||
@SerializedName("accepted_call") // When a call is incoming
|
||||
ACCEPTED_CALL(ModuleType.DOORBELL),
|
||||
|
||||
|
|
Loading…
Reference in New Issue