refresh method

void refresh()

Implementation

void refresh() {
  scanner.stop();
  scanner = WmsScanner();
}