| Package | Description |
|---|---|
| com.github.mob41.blapi |
Base library implementations
|
| com.github.mob41.blapi.dev.hysen | |
| com.github.mob41.blapi.pkt |
Packet implementations to communicate with the Broadlink devices
|
| Modifier and Type | Method and Description |
|---|---|
Mac |
BLDevice.getMac()
Returns this Broadlink device's MAC address
|
| Modifier and Type | Method and Description |
|---|---|
static BLDevice |
BLDevice.createInstance(short deviceType,
String host,
Mac mac)
Creates a Broadlink device client
|
| Constructor and Description |
|---|
A1Device(String host,
Mac mac) |
BLDevice(short deviceType,
String deviceDesc,
String host,
Mac mac)
Constructs a
BLDevice, with a device type (constants),
hostname and MAC address |
FloureonDevice(String host,
Mac mac)
Creates a FloureonDevice client instance
|
HysenDevice(String host,
Mac mac)
Creates a HysenDevice client instance
|
MP1Device(short deviceType,
String deviceDesc,
String host,
Mac mac)
Generic way to create a MP1Device
|
MP1Device(String host,
Mac mac)
Creates a MP1Device client instance
|
RM2Device(short deviceType,
String deviceDesc,
String host,
Mac mac)
Generic way to create a RM2Device
|
RM2Device(String host,
Mac mac)
Creates a RM2Device client instance
|
RMDevice(short deviceType,
String deviceDesc,
String host,
Mac mac)
Deprecated.
|
RMDevice(String host,
Mac mac)
Deprecated.
|
SP1Device(String host,
Mac mac) |
SP2Device(short deviceType,
String deviceDesc,
String host,
Mac mac) |
SP2Device(String host,
Mac mac) |
| Constructor and Description |
|---|
BaseHysenDevice(short deviceType,
String deviceDesc,
String host,
Mac mac)
Generic way to create a BaseHysenDevice
|
| Constructor and Description |
|---|
CmdPacket(Mac targetMac,
int count,
byte[] id,
AES aesInstance,
CmdPayload cmdPayload)
Constructs a command packet
|
Copyright © 2018. All rights reserved.