I'd like to use device.state.MotionDetection as a condition to be able
to turn a light off if no motion from the camera is detected. I can
select it as a parameter and lists my nest cams under devices but throws
an error that it isn't supported when ...
Is the note saying "faceName is currently supported" in your previous
post a typo? Additionally, are nest cams supposed to support
device.state.MotionDetection? I can't get my script to validate with
that, even though the editor provides them as vali...
device.event.FaceFamiliarDetection doesn't give faceName as a parameter
and manually typing faceName throws an error stating "Field [faceName]
is unexpected in the struct".
I've got a automation set up that turns on the light in my hallway when
my Nest camera detects motion using device.event.MotionDetection. This
works fine, however, device.state.MotionDetection doesn't seem to be
supported by any of the Nest cams whic...