Package | Description |
---|---|
com.mmbnetworks.gatewayapi.entity |
Modifier and Type | Method and Description |
---|---|
Optional<CommandData> |
ThermostatDevice.adjustOccupiedSetpoint(com.mmbnetworks.rapidconnectdevice.zcl.cluster.Thermostat.SetpointModeEnum setpoint,
double amount)
Adjusts the heating or cooling setpoint up or down by a specified amount.
|
Optional<CommandData> |
Device.bindDevice(String destinationDeviceId,
String propertyToBind)
Creates a binding between this device (the source) and a destination
device, on the specified Property.
|
Optional<CommandData> |
Device.callFunction(String jsonFunctionObject)
Calls a function on the device model with the supplied parameters
|
Optional<CommandData> |
Device.configureReporting(String propertyToBind,
List<Parameter> parameters)
Configures reporting a specified Property on this device.
|
Optional<CommandData> |
Device.ping()
Gets latency info of a device.
|
Optional<CommandData> |
Device.unbindDevice(String destinationDeviceId,
String propertyName)
Removes the binding between this device (the source) and the destination device.
|
Copyright © 2019. All rights reserved.