PhilipsHue / PhilipsHueSDK-Java-MultiPlatform-Android

The Software Development Kit for Philips Hue Java Mulfi-Platform and Android (beta)
273 stars 212 forks source link

Instantiating a light causes a NullPointerException with the .toString() method #33

Closed Stampede10343 closed 4 years ago

Stampede10343 commented 7 years ago

PHLight light = new PHLight("Name", "1234", "1", "1")

This causes a failure in my JUnit tests when trying to verify interactions with this light Android Studio shows a NPE on the toString() method image