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

Commit

Permalink
Update ACApplianceResponse.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hillaliy committed Aug 14, 2022
1 parent adff63d commit 090bf82
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/responses/ACApplianceResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,6 @@ export default class ACApplianceResponse extends ApplianceResponse {
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: any, pIndex: any) {
return (pByte >> pIndex) & 0x01
}
Expand Down

0 comments on commit 090bf82

Please sign in to comment.