Lightbow

Results 8 issues of Lightbow

When building on Xcode 6.2 with the new upnpx 1.3.2, I get a ton of warnings about designated initializers. Looking at the code, the warnings are justified because subclass-overrides of...

I hear from several users who have large scale installations. With the 50-bulb limitation, a lot of these houses have multiple bridges as part of their home automation systems. While...

enhancement

Right now, if an alarm or timer is created using an app outside Lightbow, the SDK can tell me that a new alarm/timer is in place, but not anything about...

enhancement

The hue beyond looks like it is two lamps in one. http://gizmodo.com/philips-newest-hue-is-two-lights-in-one-1630066590) How does that appear in the eyes of the SDK? Does this mean the bridge will list it...

question

With ChimpKit 3.1.1, the completion block to callAPIMethod is ^(NSURLResponse *response, NSData *data, NSError *error) but the sample code uses ChimpKitRequest.

The current ChimpKit uses UIAlertView, which is great for iOS 7, but iOS 8 introduced UIAlertController. ChimpKit should check for iOS 8 and use the new class, which also provides...

When running the static analyzer, two errors show up: Pods/ChimpKit/ChimpKit3/Helper Objects/CKSubscribeAlertView.m:103:20: Value stored to 'responseString' during its initialization is never read Pods/ChimpKit/ChimpKit3/Helper Objects/CKAuthViewController.m:243:14: Value stored to 'responseString' during its initialization...

As the first step to getting this translated into other languages, there should be no hardcoded user-visible strings.