Package | Description |
---|---|
com.mmbnetworks.gatewayapi.entity |
Modifier and Type | Method and Description |
---|---|
Optional<CommandData> |
ThermostatDevice.adjustSetpoint(com.mmbnetworks.rapidconnectdevice.zcl.cluster.Thermostat.SetpointModeEnum setpoint,
int amount)
Adjusts the 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.unbindDevice(String destinationDeviceId,
String propertyName)
Removes the binding between this device (the source) and the destination device.
|
Copyright © 2019. All rights reserved.