diff --git a/build/nodes/Protect.html b/build/nodes/Protect.html index 34b160e..35e731a 100644 --- a/build/nodes/Protect.html +++ b/build/nodes/Protect.html @@ -62,14 +62,14 @@ // List Events const Events = [ { value: 'AudioDetection', label: 'Audio Detection' }, - { value: 'Animal', label: 'Animal Detected' }, + { value: 'Animal', label: 'Animal Detected [Multiple]' }, { value: 'DoorBell', label: 'Door Bell Ring' }, - { value: 'LicensePlate', label: 'License Plate' }, - { value: 'MotionDetection', label: 'Motion Detection' }, - { value: 'MotionEvent', label: 'Motion Event' }, + { value: 'LicensePlate', label: 'License Plate [Multiple]' }, + { value: 'MotionDetection', label: 'Motion Detection ' }, + { value: 'MotionEvent', label: 'Motion Event [Multiple]' }, { value: 'Package', label: 'Package Detected' }, - { value: 'Person', label: 'Person Detected' }, - { value: 'Vehicle', label: 'Vehicle Detected' }, + { value: 'Person', label: 'Person Detected [Multiple]' }, + { value: 'Vehicle', label: 'Vehicle Detected [Multiple]' }, ] $('#node-input-eventIds').typedInput({ type: 'events', @@ -162,6 +162,10 @@ Note: Enbaling Debug will output raw/unfiltered Protect events, whether or not cameras and / or events are selected.
+
+ [Multiple]: These events consist of 2 events, the 1st being when the event started, the 2nd when it has ended, the payloads will advise also via a expectEndEvent property +
+
Warning: The selected console does not appear to have a protect Instance running, or it's config has just been created and needs deploying before cameras can be fetched.
@@ -171,4 +175,4 @@ + \ No newline at end of file