]> git.basschouten.com Git - openhab-addons.git/commitdiff
Added siren_tampered notification (#15197)
authorGaël L'hopital <gael@lhopital.org>
Wed, 12 Jul 2023 07:23:12 +0000 (09:23 +0200)
committerGitHub <noreply@github.com>
Wed, 12 Jul 2023 07:23:12 +0000 (09:23 +0200)
Signed-off-by: clinique <gael@lhopital.org>
bundles/org.openhab.binding.netatmo/src/main/java/org/openhab/binding/netatmo/internal/api/data/EventType.java

index c7ff566c7de830f06ed4a6202e3ea91348e1a121..2ff660b6f410e3e028ba9340cb3540830fc8078a 100644 (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),