francisco-navarro/climateberry

View on GitHub
client/controller/sensor.controller.js

Summary

Maintainability
A
1 hr
Test Coverage

Function temp has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function temp() {
  if (promise) return promise;

  promise = new Promise((resolve) => {
    console.log('python read temp');
Severity: Minor
Found in client/controller/sensor.controller.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status