All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.mob41.blapi.pkt.cmd.hysen.SetTempCommand Maven / Gradle / Ivy

The newest version!
package com.github.mob41.blapi.pkt.cmd.hysen;

public class SetTempCommand extends GenericByteCommand {

    public SetTempCommand(double temp) {
        super(new byte[] { 0x01, 0x06, 0x00, 0x01, 0x00, getTempByte(temp) });
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy