refreshDevice = false;
function refreshableDevice() {
  if (refreshDevice) return true;
  this.stop();
  return false;
}
