Skip to content

Commit

Permalink
added calibration channels
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Lauterbach <[email protected]>
  • Loading branch information
Thomas Lauterbach committed Sep 8, 2021
1 parent fca8b4b commit 6287b4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ protected State getWindowHandleState() {
}

protected State getCalibrationState() {
int calibrationState = bytes[2] >>> 6;
int calibrationState = bytes[1] >>> 6;
if (calibrationState == 0x00) {
return new StringType("OK");
} else if (calibrationState == 0x01) {
Expand Down

0 comments on commit 6287b4b

Please sign in to comment.