broadlink-java-api icon indicating copy to clipboard operation
broadlink-java-api copied to clipboard

A clean Broadlink API for Java

Results 20 broadlink-java-api issues
Sort by recently updated
recently updated
newest added

Can you upload the latests changes to maven , support for RM3Mini seems to be missed on the 1.0.1 version. Thank you in advance!

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Improved payload management and added the rtdopen field

Hello, first of all thank you for this great piece of work! I have a small question regarding systems with multiple interfaces. I run my broadlink devices on a separate...

…ava 11 onwards I've also took a liberty of reformatting pom.xml and adding hamcrest to the test scope for unit tests

To run on older android devices, I needed to remove references to Byte.toUnsignedInt and newer javas also don't ship with javax.xml anymore, so I also removed javax.xml.bind.DatatypeConverter which was only...

https://pastebin.com/kidagDLn I'm too lazy to do this properly, here is a quick thing to add in the SP2Device class that allows reading of power consumption. Returns exactly the same values...

http://docs.openhab.org/developers/development/bindings.html Similar: https://github.com/mob41/openhab2-addons

Hi, I've just bought a Broadlink RM Mini3 which I'm hoping to use to turn a TV on/off when triggered by an existing Java application of mine. I've imported your...

Hi, first, thanks for your effort. Cool stuff. Looks like, sending my command isn't working. I'm doing the following: `RM2Device rm2 = new RM2Device(rmip, new Mac(b));` `rm2.auth();` `rm2.enterLearning(); // this...