Iris Motion Sensor motionStoppedHandler not firing

From trying to execute the FirstApp tutorial I am starting the think the Iris Motion Sensors do not send a Motion stopped event. The debug print here never showed up.

def motionStoppedHandler(evt) {
log.debug "motionStoppedHandler called: $evt"
runIn(60 * minutes, checkMotion)

}

Is there a way I can look in the code to see, I cannot find the device handler here. It seems odd this would be the case ecause it’s a pretty standard device. Is there annother reason I would not be getting the event, but that the mobile app UI was responding correctly?

OK, I solved it myself. I had missed the subscribe to the motion.inactive. I also missed that I had to edit the SmartApp settings on my phone to have the changes take effect on publish.