You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.netatmo/src/main/java/org/openhab/binding/netatmo/internal/api/data/EventType.java
+8-5
Original file line number
Diff line number
Diff line change
@@ -46,17 +46,20 @@ public enum EventType {
46
46
@SerializedName("daily_summary") // When the Outdoor Camera video summary of the last 24 hours is available
47
47
DAILY_SUMMARY(ModuleType.PRESENCE),
48
48
49
+
@SerializedName("vehicle") // When the Outdoor Camera detects a car
50
+
VEHICLE(ModuleType.PRESENCE),
51
+
49
52
@SerializedName("movement") // When the Indoor Camera detects motion
50
53
MOVEMENT(ModuleType.WELCOME),
51
54
55
+
@SerializedName("alarm_started") // When the Indoor Camera triggers alarm
56
+
ALARM_STARTED(ModuleType.WELCOME),
57
+
52
58
@SerializedName("human") // When the camera detects human motion
0 commit comments