Skip to content

Commit

Permalink
Add missing field to CBBlueLight Status (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
choco authored and thompsonate committed Aug 11, 2019
1 parent b57b593 commit bc00c33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Shifty/CBBlueLightClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ typedef struct {
int mode;
Schedule schedule;
unsigned long long disableFlags;
BOOL available;
} Status;

- (BOOL)setStrength:(float)strength commit:(BOOL)commit;
Expand Down

0 comments on commit bc00c33

Please sign in to comment.