GladysProject/Gladys

View on GitHub
server/services/zwavejs-ui/utils/convertToGladysDevice.js

Summary

Maintainability
A
1 hr
Test Coverage

Function convertToGladysDevice has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const convertToGladysDevice = (serviceId, device) => {
  const features = [];
  let params = [];

  // Foreach value, we check if there is a matching feature in Gladys
Severity: Minor
Found in server/services/zwavejs-ui/utils/convertToGladysDevice.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status