I'm trying to use motion baswed Web Hooks.
However when an event gets detected I get this JSON.
alertData:
{ timestamp: 1573459402.825,
motionRecapEnabled: true,
isSpyglass: true,
imageEnabled: false,
imageUrl: null } }
Some things of note - I have motion recap disabled in the GUI, but the JSON says it is enabled. Also "imageEnabled" is false - shouldn't this be true?
And the imageURL is always "null". I never get a link to the image that caused the motion alert.
What am I missing?