Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 529 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 529 Bytes

Broadlink Bulb Java API

This is a Java API for the Broadlight Smart bulbs (LB1). This is an addition to broadlink-java-api which doesn't support this device. Also python-broadlink was a great resource to implement this API.

Maven

This package is available in Maven central:

<dependency>
  <groupId>de.malkusch</groupId>
  <artifactId>broadlink-bulb-api</artifactId>
  <version>1.0.5</version>
</dependency>