if (zone.state == 'inside' && zone.direction !== 'in') {
            logger.info('Device left the geofence ' + zone.name + '! Notifying')
            hooks.trigger('geofencing_out', zone.id)
            push_event('geofencing_out', {id: zone.id}, location);
          }