com.github.mob41.blapi.pkt.cmd.hysen.GetStatusCommand Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of broadlink-java-api Show documentation
Show all versions of broadlink-java-api Show documentation
A clean, hacked Broadlink API for Java
The newest version!
package com.github.mob41.blapi.pkt.cmd.hysen;
public class GetStatusCommand extends GenericByteCommand {
private static byte[] cmd = new byte[] { 0x01, 0x03, 0x00, 0x00, 0x00, 0x16 };
public GetStatusCommand() {
super(cmd);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy