Added siren_tampered notification (#15197)
Signed-off-by: clinique <gael@lhopital.org>pull/15233/head
parent
451aeb6b4a
commit
c6a22e04cb
bundles/org.openhab.binding.netatmo/src/main/java/org/openhab/binding/netatmo/internal/api/data
|
@ -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