From bc00c3387cd0e512104ef36f6bc2c655f8ec06d2 Mon Sep 17 00:00:00 2001 From: Enrico Ghirardi Date: Sun, 11 Aug 2019 18:22:12 +0200 Subject: [PATCH] Add missing field to CBBlueLight Status (#87) --- Shifty/CBBlueLightClient.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Shifty/CBBlueLightClient.h b/Shifty/CBBlueLightClient.h index a731f0e..5fc6208 100755 --- a/Shifty/CBBlueLightClient.h +++ b/Shifty/CBBlueLightClient.h @@ -28,6 +28,7 @@ typedef struct { int mode; Schedule schedule; unsigned long long disableFlags; + BOOL available; } Status; - (BOOL)setStrength:(float)strength commit:(BOOL)commit;