Skip to content

Commit

Permalink
fix: Remove unsused attribute reading from Lytko L101Z-SLN (#6730)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirovilya committed Dec 17, 2023
1 parent 0d34878 commit c3dfae6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/devices/lytko.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ const definitions: Definition[] = [
await endpoint3.configureReporting('hvacThermostat', [
{attribute: 'runningMode', minimumReportInterval: 1, maximumReportInterval: 120, reportableChange: 1}]);
await endpoint3.read('hvacThermostat', ['localTemp', 'occupiedHeatingSetpoint', 'systemMode', 'runningMode']);
await endpoint3.read('hvacThermostat', [30464, 30465], manufacturerOptions);
},
},
{
Expand Down Expand Up @@ -507,7 +506,6 @@ const definitions: Definition[] = [
await endpoint4.configureReporting('hvacThermostat', [
{attribute: 'runningMode', minimumReportInterval: 1, maximumReportInterval: 120, reportableChange: 1}]);
await endpoint4.read('hvacThermostat', ['localTemp', 'occupiedHeatingSetpoint', 'systemMode', 'runningMode']);
await endpoint4.read('hvacThermostat', [30464, 30465], manufacturerOptions);
},
},
];
Expand Down

0 comments on commit c3dfae6

Please sign in to comment.