GladysProject/Gladys

View on GitHub
server/services/netatmo/lib/netatmo.pollRefreshingValues.js

Summary

Maintainability
A
1 hr
Test Coverage

Function refreshNetatmoValues has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

async function refreshNetatmoValues() {
  logger.debug('Looking for Netatmo devices values...');
  await this.saveStatus({ statusType: STATUS.GET_DEVICES_VALUES, message: null });

  let devicesNetatmo = [];
Severity: Minor
Found in server/services/netatmo/lib/netatmo.pollRefreshingValues.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status