hybridgroup/cylon-nest

View on GitHub
examples/api-tester/thermostat-api.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function work has 65 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  work: function(my) {
    my.thermostat.on("status", function() {
      console.log("========================Thermostat=======================");
      console.log("id:",
        my.thermostat.deviceId);
Severity: Major
Found in examples/api-tester/thermostat-api.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status