Package | Description |
---|---|
com.mmbnetworks.gatewayapi.entity |
Modifier and Type | Method and Description |
---|---|
static ThermostatDevice.Setpoint |
ThermostatDevice.Setpoint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThermostatDevice.Setpoint[] |
ThermostatDevice.Setpoint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Optional<CommandData> |
ThermostatDevice.adjustSetpoint(ThermostatDevice.Setpoint setpoint,
int amount)
Adjusts the setpoint up or down by a specified amount.
|
Optional<Property> |
ThermostatDevice.readCachedSetpointLimit(ThermostatDevice.Setpoint setpoint)
Reads the cached setpoint of the thermostat device.
|
CompletableFuture<Property> |
ThermostatDevice.readSetpointLimit(ThermostatDevice.Setpoint setpoint)
Reads the setpoint.
|
PropertyCommandData |
ThermostatDevice.setSetpointLimit(ThermostatDevice.Setpoint setpoint,
double setpointLimit)
Sets the Heating or Cooling setpoint to a specific value.
|
Copyright © 2019. All rights reserved.