Added siren_tampered notification (#15197)

Signed-off-by: clinique <gael@lhopital.org>
This commit is contained in:
Gaël L'hopital 2023-07-12 09:23:12 +02:00 committed by GitHub
parent 451aeb6b4a
commit c6a22e04cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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),