Skip to content

Commit

Permalink
Mark group as OFF as soon as any light returns OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
jeisfeld committed Sep 18, 2020
1 parent cb142dd commit d04e6f1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ protected Power doInBackground(final String... strings) {
}
else if (devicePower.isOff()) {
result = Power.OFF;
model.mPower.postValue(Power.OFF);
}
}
}
Expand Down

0 comments on commit d04e6f1

Please sign in to comment.