protected override void moduleConfigHasChanged()
 {
     base.moduleConfigHasChanged();
     _autoStart    = _func.get_autoStart() + 1;
     _beaconDriven = _func.get_beaconDriven() + 1;
 }