| Package | Description |
|---|---|
| com.github.mob41.blapi.dev.hysen |
| Modifier and Type | Field and Description |
|---|---|
protected SensorControl |
BaseStatusInfo.sensorControl |
| Modifier and Type | Method and Description |
|---|---|
static SensorControl |
SensorControl.fromValue(byte val) |
SensorControl |
BaseStatusInfo.getSensorControl()
Sensor control option 0:internal sensor
1:external sensor
2:internal control temperature,external limit temperature
default: 0:internal sensor
|
static SensorControl |
SensorControl.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SensorControl[] |
SensorControl.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseHysenDevice.setAdvancedOptions(LoopMode loopMode,
SensorControl sensor,
short osv,
short dif,
short svh,
short svl,
double adj,
AntiFreezing antiFreeze,
PowerOnMemory poweron) |
void |
BaseHysenDevice.setMode(boolean autoMode,
LoopMode loopMode,
SensorControl sensorControl)
Change controller mode auto_mode = 1 for auto (scheduled/timed) mode, 0 for
manual mode.
|
Copyright © 2018. All rights reserved.