Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
Update ACApplianceResponse.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hillaliy committed Aug 14, 2022
1 parent b146bed commit e45c446
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/responses/ACApplianceResponse.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,6 @@ class ACApplianceResponse extends ApplianceResponse_1.default {
get outdoorTemperature() {
return (this.data[0x0c] - 50) / 2.0;
}
// get celsiusUnit() {
// return (this.data[0x09] & 0x80) > 0; // CELSIUS - False
// }
// get fahrenheitUnit() {
// return this.data[23] > 0; // FAHRENHEIT - True
// }
getBit(pByte, pIndex) {
return (pByte >> pIndex) & 0x01;
}
Expand Down

0 comments on commit e45c446

Please sign in to comment.