Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractHTTPServerAgent<T extends AbstractHTTPServerAgent<T,
U, V>, U extends AbstractHTTPServerProtocol<U, T, V>, V extends org.openremote.model.asset.agent.AgentLink<?>> - Class in org.openremote.agent.protocol.http - AbstractHTTPServerAgent() - Constructor for class org.openremote.agent.protocol.http.AbstractHTTPServerAgent
- AbstractHTTPServerAgent(String) - Constructor for class org.openremote.agent.protocol.http.AbstractHTTPServerAgent
- AbstractHTTPServerProtocol<T extends AbstractHTTPServerProtocol<T,
U, V>, U extends AbstractHTTPServerAgent<U, T, V>, V extends org.openremote.model.asset.agent.AgentLink<?>> - Class in org.openremote.agent.protocol.http -
This is an abstract protocol for creating JAX-RS deployments; a concrete implementation should be created for each required JAX-RS deployment.
- AbstractHTTPServerProtocol(U) - Constructor for class org.openremote.agent.protocol.http.AbstractHTTPServerProtocol
- AbstractHTTPServerProtocol.DeploymentInstance - Class in org.openremote.agent.protocol.http
- AbstractIOClientProtocol<T extends AbstractIOClientProtocol<T,
U, V, W, X>, U extends IOAgent<U, T, X>, V, W extends IOClient<V>, X extends org.openremote.model.asset.agent.AgentLink<?>> - Class in org.openremote.agent.protocol.io -
This is an abstract
Protocol
for protocols that require anIOClient
. - AbstractIOClientProtocol(U) - Constructor for class org.openremote.agent.protocol.io.AbstractIOClientProtocol
- AbstractMailAgent<T extends AbstractMailAgent<T,
U, V>, U extends AbstractMailProtocol<T, U, V>, V extends org.openremote.model.asset.agent.AgentLink<V>> - Class in org.openremote.agent.protocol.mail - AbstractMailAgent() - Constructor for class org.openremote.agent.protocol.mail.AbstractMailAgent
- AbstractMailAgent(String) - Constructor for class org.openremote.agent.protocol.mail.AbstractMailAgent
- AbstractMailProtocol<T extends AbstractMailAgent<T,
U, V>, U extends AbstractMailProtocol<T, U, V>, V extends org.openremote.model.asset.agent.AgentLink<V>> - Class in org.openremote.agent.protocol.mail - AbstractMailProtocol(T) - Constructor for class org.openremote.agent.protocol.mail.AbstractMailProtocol
- AbstractMQTT_IOClient<S> - Class in org.openremote.agent.protocol.mqtt
- AbstractMQTT_IOClient(String, int, boolean, boolean, UsernamePassword, URI, MQTTLastWill, KeyManagerFactory, TrustManagerFactory) - Constructor for class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- AbstractMQTT_IOClient(String, String, int, boolean, boolean, UsernamePassword, URI, MQTTLastWill, KeyManagerFactory, TrustManagerFactory) - Constructor for class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- AbstractMQTTClientProtocol<T extends AbstractMQTTClientProtocol<T,
U, V, W, X>, U extends IOAgent<U, T, X>, V, W extends AbstractMQTT_IOClient<V>, X extends org.openremote.model.asset.agent.AgentLink<?>> - Class in org.openremote.agent.protocol.mqtt - AbstractMQTTClientProtocol(U) - Constructor for class org.openremote.agent.protocol.mqtt.AbstractMQTTClientProtocol
- AbstractNettyIOClient<T,
U extends SocketAddress> - Class in org.openremote.agent.protocol.io -
This is a
IOClient
implementation for netty. - AbstractNettyIOClient() - Constructor for class org.openremote.agent.protocol.io.AbstractNettyIOClient
- AbstractNettyIOClient.ByteToMessageDecoder<T> - Class in org.openremote.agent.protocol.io
-
This is intended to be used at the end of a decoder chain where the previous decoder outputs a
ByteBuf
; the providedAbstractNettyIOClient.ByteToMessageDecoder.decoder
should extract the messages of type <T> from theByteBuf
and add them to theList
and they will then be passed to theIOClient
. - AbstractNettyIOClient.MessageToByteEncoder<T> - Class in org.openremote.agent.protocol.io
-
Concrete implementations must provide an encoder to fill the
ByteBuf
ready to be sent `over the wire`. - AbstractNettyIOClient.MessageToMessageDecoder<T> - Class in org.openremote.agent.protocol.io
-
This is intended to be used at the end of a decoder chain where the previous decoder outputs messages of type <T>.
- AbstractNettyIOClientProtocol<T extends AbstractIOClientProtocol<T,
U, V, W, X>, U extends IOAgent<U, T, X>, V, W extends NettyIOClient<V>, X extends org.openremote.model.asset.agent.AgentLink<?>> - Class in org.openremote.agent.protocol.io -
This is an abstract
Protocol
for protocols that require anNettyIOClient
. - AbstractNettyIOClientProtocol(U) - Constructor for class org.openremote.agent.protocol.io.AbstractNettyIOClientProtocol
- AbstractNettyIOServer<T,
U extends io.netty.channel.Channel, V extends io.netty.bootstrap.AbstractBootstrap<?, ?>, W extends SocketAddress> - Class in org.openremote.agent.protocol.io -
Abstract implementation of
IOServer
that uses the Netty library. - AbstractNettyIOServer() - Constructor for class org.openremote.agent.protocol.io.AbstractNettyIOServer
- AbstractProtocol<T extends org.openremote.model.asset.agent.Agent<T,
?, U>, U extends org.openremote.model.asset.agent.AgentLink<?>> - Class in org.openremote.agent.protocol - AbstractProtocol(T) - Constructor for class org.openremote.agent.protocol.AbstractProtocol
- AbstractSerialProtocol<T extends AbstractNettyIOClientProtocol<T,
U, W, X, V>, U extends IOAgent<U, T, V>, V extends org.openremote.model.asset.agent.AgentLink<?>, W, X extends SerialIOClient<W>> - Class in org.openremote.agent.protocol.serial - AbstractSerialProtocol(U) - Constructor for class org.openremote.agent.protocol.serial.AbstractSerialProtocol
- AbstractTCPClientProtocol<T extends AbstractNettyIOClientProtocol<T,
U, W, X, V>, U extends IOAgent<U, T, V>, V extends org.openremote.model.asset.agent.AgentLink<?>, W, X extends TCPIOClient<W>> - Class in org.openremote.agent.protocol.tcp - AbstractTCPClientProtocol(U) - Constructor for class org.openremote.agent.protocol.tcp.AbstractTCPClientProtocol
- AbstractTCPServer<T> - Class in org.openremote.agent.protocol.tcp
-
Abstract IO Server for creating TCP socket servers that clients can connect to.
- AbstractTCPServer(InetSocketAddress) - Constructor for class org.openremote.agent.protocol.tcp.AbstractTCPServer
- AbstractTCPServerAgent<T extends AbstractTCPServerAgent<T,
U, V>, U extends AbstractTCPServerProtocol<?, ?, U, T, V>, V extends org.openremote.model.asset.agent.AgentLink<?>> - Class in org.openremote.agent.protocol.tcp - AbstractTCPServerAgent() - Constructor for class org.openremote.agent.protocol.tcp.AbstractTCPServerAgent
- AbstractTCPServerAgent(String) - Constructor for class org.openremote.agent.protocol.tcp.AbstractTCPServerAgent
- AbstractTCPServerProtocol<R,
S extends AbstractTCPServer<R>, T extends AbstractTCPServerProtocol<R, S, T, U, V>, U extends AbstractTCPServerAgent<U, T, V>, V extends org.openremote.model.asset.agent.AgentLink<?>> - Class in org.openremote.agent.protocol.tcp -
This is an abstract protocol for creating TCP Server protocols.
- AbstractTCPServerProtocol(U) - Constructor for class org.openremote.agent.protocol.tcp.AbstractTCPServerProtocol
- AbstractUDPProtocol<T extends AbstractNettyIOClientProtocol<T,
U, W, X, V>, U extends IOAgent<U, T, V>, V extends org.openremote.model.asset.agent.AgentLink<?>, W, X extends UDPIOClient<W>> - Class in org.openremote.agent.protocol.udp -
This is an abstract UDP client protocol for communicating with UDP servers; concrete implementations must implement
AbstractNettyIOClientProtocol.getEncoderDecoderProvider()
to provide encoders/decoders for messages of type <T>. - AbstractUDPProtocol(U) - Constructor for class org.openremote.agent.protocol.udp.AbstractUDPProtocol
- AbstractUDPServer<T> - Class in org.openremote.agent.protocol.udp
-
UDP in Netty is crap; everything goes through the single server channel as it is connectionless but there is no way of tracking packet origin across decoders.
- AbstractUDPServer(InetSocketAddress) - Constructor for class org.openremote.agent.protocol.udp.AbstractUDPServer
- AbstractVelbusProtocol<S extends AbstractVelbusProtocol<S,
T>, T extends VelbusAgent<T, S>> - Class in org.openremote.agent.protocol.velbus - AbstractVelbusProtocol(T) - Constructor for class org.openremote.agent.protocol.velbus.AbstractVelbusProtocol
- accept(T, U, V) - Method in interface org.openremote.agent.protocol.io.IOServer.IoServerMessageConsumer
- AccessMessage - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
- AccessMessage() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.AccessMessage
- ACCESSORY_LINK_REMOTE - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiCode
-
The IKEA TRÅDFRI API code for a accessory link remote property
Value: "9018" - actionGroupAddress - Variable in class org.openremote.agent.protocol.knx.KNXAgentLink
- ADD_ADDRESS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ProxyConfigMessageOpCodes
-
Opcode sent by a Proxy Client to add addresses to the proxy filter list.
- addActionDatapoint(AttributeRef, String, String) - Method in class org.openremote.agent.protocol.knx.KNXProtocol
- addAddress(AddressArray) - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.ProxyFilter
-
Adds an address to the ProxyFilter
- addAppKey(ApplicationKey) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
-
Adds an app key to the list of keys with the given key index.
- addAttributeConnectedTask(AttributeRef, Runnable) - Method in class org.openremote.agent.protocol.websocket.WebsocketAgentProtocol
- addConnectionListener(Consumer<ConnectionStatus>) - Method in class org.openremote.agent.protocol.mail.MailClient
- addConnectionStatusConsumer(BiConsumer<U, ConnectionStatus>) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- addConnectionStatusConsumer(BiConsumer<U, ConnectionStatus>) - Method in interface org.openremote.agent.protocol.io.IOServer
-
Add a consumer of client connection status changes
- addConnectionStatusConsumer(Consumer<ConnectionStatus>) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- addConnectionStatusConsumer(Consumer<ConnectionStatus>) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- addConnectionStatusConsumer(Consumer<ConnectionStatus>) - Method in interface org.openremote.agent.protocol.io.IOClient
-
Add a consumer of connection status
- addConnectionStatusConsumer(Consumer<ConnectionStatus>) - Method in interface org.openremote.agent.protocol.io.IOServer
-
Add a consumer of server connection status changes
- addConnectionStatusConsumer(Consumer<ConnectionStatus>) - Method in class org.openremote.agent.protocol.knx.KNXConnection
- addConnectionStatusConsumer(Consumer<ConnectionStatus>) - Method in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- addConnectionStatusConsumer(Consumer<ConnectionStatus>) - Method in class org.openremote.agent.protocol.tradfri.TradfriConnection
-
Adds a connection status consumer.
- addConnectionStatusConsumer(Consumer<ConnectionStatus>) - Method in class org.openremote.agent.protocol.velbus.VelbusNetwork
- addConnectionStatusConsumer(Consumer<ConnectionStatus>) - Method in class org.openremote.agent.protocol.zwave.ZWaveNetwork
- addDatapointValueConsumer(StateDP, Consumer<Object>) - Method in class org.openremote.agent.protocol.knx.KNXConnection
-
Add a consumer for the specified
StateDP
. - addDecoder(U, ChannelInboundHandler) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- addDecoders(DatagramChannel) - Method in class org.openremote.agent.protocol.udp.UDPStringServer
- addDecoders(SocketChannel) - Method in class org.openremote.agent.protocol.tcp.TCPStringServer
- addDecoders(U) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- addDevice(TradfriAsset, Device) - Method in class org.openremote.agent.protocol.tradfri.TradfriProtocol
- addEncoder(DatagramChannel, ChannelOutboundHandler) - Method in class org.openremote.agent.protocol.udp.AbstractUDPServer
- addEncoder(U, ChannelOutboundHandler) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- addEncoders(DatagramChannel) - Method in class org.openremote.agent.protocol.udp.UDPStringServer
- addEncoders(SocketChannel) - Method in class org.openremote.agent.protocol.tcp.TCPStringServer
- addEncoders(U) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- addEncodersDecoders(Channel) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- addEncodersDecoders(Channel) - Method in class org.openremote.agent.protocol.udp.UDPIOClient
- addEncodersDecoders(Channel) - Method in class org.openremote.agent.protocol.websocket.WebsocketIOClient
- addEventHandler(EventHandler<?>) - Method in class org.openremote.agent.protocol.tradfri.device.Device
-
Add an event handler to the device
- addEventHandler(EventHandler<?>) - Method in class org.openremote.agent.protocol.tradfri.device.Gateway
-
Add an event handler to the IKEA TRÅDFRI gateway
- addEventHandlers(Device, Consumer<AttributeEvent>) - Method in interface org.openremote.agent.protocol.tradfri.TradfriAsset
- addEventHandlers(Device, Consumer<AttributeEvent>) - Method in class org.openremote.agent.protocol.tradfri.TradfriLightAsset
- addEventHandlers(Device, Consumer<AttributeEvent>) - Method in class org.openremote.agent.protocol.tradfri.TradfriPlugAsset
- addKeyIndexPadding(Integer) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
- addMeshModel(int, int, int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- addMessageConsumer(String, Consumer<MQTTMessage<S>>) - Method in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- addMessageConsumer(Consumer<MQTTMessage<S>>) - Method in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- addMessageConsumer(Consumer<T>) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- addMessageConsumer(Consumer<T>) - Method in interface org.openremote.agent.protocol.io.IOClient
-
Add a consumer of received messages
- addMessageConsumer(IOServer.IoServerMessageConsumer<T, U, V>) - Method in interface org.openremote.agent.protocol.io.IOServer
-
Add a consumer of received messages
- addMessageConsumer(IOServer.IoServerMessageConsumer<T, U, W>) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- addMessageListener(Consumer<MailMessage>) - Method in class org.openremote.agent.protocol.mail.MailClient
- addNetKey(NetworkKey) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
-
Adds a Net key to the list of net keys with the given key index
- addNetwork(BluetoothMeshNetwork) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProtocol
- addPropertyValueConsumer(int, String, Consumer<Object>) - Method in class org.openremote.agent.protocol.velbus.VelbusNetwork
- addPropertyValueConsumer(String, Consumer<Object>) - Method in class org.openremote.agent.protocol.velbus.device.VelbusDevice
- addProtocolConnectedTask(Runnable) - Method in class org.openremote.agent.protocol.websocket.WebsocketAgentProtocol
- addProvisioner(Provisioner) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
-
Adds a provisioner to the network
- addRange(Range) - Method in class org.openremote.agent.protocol.bluetooth.mesh.Provisioner
-
Add a range to the provisioner
- address - Variable in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshAgentLink
- AddressArray - Class in org.openremote.agent.protocol.bluetooth.mesh.utils
-
Wrapper class for addresses
- AddressArray(byte, byte) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.utils.AddressArray
-
Constructs the AddressArray
- addressBytesToInt(byte[]) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
-
Returns the unicast address as int
- addresses - Variable in class org.openremote.agent.protocol.bluetooth.mesh.Scene
- addressIntToBytes(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
-
Returns the unicast address as int
- AddressRange - Class in org.openremote.agent.protocol.bluetooth.mesh
- AddressRange() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.AddressRange
- AddressType - Enum Class in org.openremote.agent.protocol.bluetooth.mesh.utils
-
Address types
- addSensorValueConsumer(int, int, String, Consumer<Value>) - Method in class org.openremote.agent.protocol.zwave.ZWaveNetwork
- addSensorValueConsumer(int, int, Consumer<Object>) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- addSensorValueConsumer(Consumer<Object>) - Method in class org.openremote.agent.protocol.bluetooth.mesh.ShadowMeshModel
- addShadowModel(int, int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.ShadowMeshElement
- addStatusDatapoint(AttributeRef, String, String) - Method in class org.openremote.agent.protocol.knx.KNXProtocol
- addSubscriptionAddress(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
-
Sets the subscription address in a mesh model
- addSubscriptionAddress(UUID, int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
-
Sets the subscription address in a mesh model
- agent - Variable in class org.openremote.agent.protocol.AbstractProtocol
- AgentModelProvider - Class in org.openremote.agent.protocol
-
Enables scanning of descriptors in the agent module
- AgentModelProvider() - Constructor for class org.openremote.agent.protocol.AgentModelProvider
- AlgorithmType - Enum Class in org.openremote.agent.protocol.bluetooth.mesh.utils
- ALL_FRIENDS - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.AddressType
- ALL_FRIENDS_ADDRESS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
- ALL_NODES - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.AddressType
- ALL_NODES_ADDRESS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
- ALL_PROXIES - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.AddressType
- ALL_PROXIES_ADDRESS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
- ALL_RELAYS - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.AddressType
- ALL_RELAYS_ADDRESS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
- allChannels - Variable in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- AllocatedGroupRange - Class in org.openremote.agent.protocol.bluetooth.mesh
- AllocatedGroupRange(int, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.AllocatedGroupRange
-
Constructs
AllocatedGroupRange
for provisioner - AllocatedSceneRange - Class in org.openremote.agent.protocol.bluetooth.mesh
- AllocatedSceneRange(int, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.AllocatedSceneRange
-
Constructs
AllocatedSceneRange
for provisioner - AllocatedUnicastRange - Class in org.openremote.agent.protocol.bluetooth.mesh
- AllocatedUnicastRange(int, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.AllocatedUnicastRange
-
Constructs
AllocatedUnicastRange
for provisioner - ALLOWED_HTTP_METHODS - Static variable in class org.openremote.agent.protocol.http.AbstractHTTPServerAgent
- ALLOWED_ORIGINS - Static variable in class org.openremote.agent.protocol.http.AbstractHTTPServerAgent
- alreadyGzippedWriterInterceptor - Static variable in class org.openremote.agent.protocol.http.AbstractHTTPServerProtocol
- AnalogInputProcessor - Class in org.openremote.agent.protocol.velbus.device
- AnalogInputProcessor() - Constructor for class org.openremote.agent.protocol.velbus.device.AnalogInputProcessor
- AnalogInputProcessor.SensorMode - Enum Class in org.openremote.agent.protocol.velbus.device
- AnalogInputProcessor.SensorType - Enum Class in org.openremote.agent.protocol.velbus.device
- AnalogOutputProcessor - Class in org.openremote.agent.protocol.velbus.device
- AnalogOutputProcessor() - Constructor for class org.openremote.agent.protocol.velbus.device.AnalogOutputProcessor
- AnalogOutputProcessor.ChannelState - Enum Class in org.openremote.agent.protocol.velbus.device
- ApiCode - Class in org.openremote.agent.protocol.tradfri.util
-
The class that contains constants to find codes for the properties in the requests and responses for the IKEA TRÅDFRI API
- ApiEndpoint - Class in org.openremote.agent.protocol.tradfri.util
-
The class that contains helper functions and constants to find CoAP endpoints for the IKEA TRÅDFRI gateway
- APP_KEY_STATUS_RECEIVED - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.States
- appKeyComparator - Variable in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
- appKeyIndex - Variable in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshAgentLink
- appKeyIndex - Variable in class org.openremote.agent.protocol.bluetooth.mesh.ShadowMeshModel
- APPLICATION_KEY - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshAgent
- APPLICATION_KEY_IDENTIFIER - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.UpperTransportLayer
- ApplicationKey - Class in org.openremote.agent.protocol.bluetooth.mesh
-
Wrapper class for application key
- ApplicationKey(int, byte[]) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.ApplicationKey
-
Constructs a ApplicationKey object with a given key index and network key
- ApplicationKeysConfig - Class in org.openremote.agent.protocol.bluetooth.mesh
-
Contains the configuration required when exporting a selected number of Application Keys in a mesh network.
- ApplicationKeysConfig.ExportAll - Class in org.openremote.agent.protocol.bluetooth.mesh
- ApplicationKeysConfig.ExportSome - Class in org.openremote.agent.protocol.bluetooth.mesh
-
Use this class to configure when exporting all the Application Keys.
- ApplicationMessageOpCodes - Class in org.openremote.agent.protocol.bluetooth.mesh.opcodes
- ApplicationMessageOpCodes() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ApplicationMessageOpCodes
- applyUpdates() - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Apply the updates in the update queue to the light
- applyUpdates() - Method in class org.openremote.agent.protocol.tradfri.device.Plug
-
Apply the updates in the update queue to the plug
- applyUpdates(Integer) - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Apply the updates in the update queue to the light
- ArtnetAgent - Class in org.openremote.agent.protocol.artnet
- ArtnetAgent() - Constructor for class org.openremote.agent.protocol.artnet.ArtnetAgent
-
For use by hydrators (i.e.
- ArtnetAgent(String) - Constructor for class org.openremote.agent.protocol.artnet.ArtnetAgent
- ArtnetLightAsset - Class in org.openremote.agent.protocol.artnet
- ArtnetLightAsset() - Constructor for class org.openremote.agent.protocol.artnet.ArtnetLightAsset
-
For use by hydrators (i.e.
- ArtnetLightAsset(String) - Constructor for class org.openremote.agent.protocol.artnet.ArtnetLightAsset
- ArtnetPacket - Class in org.openremote.agent.protocol.artnet
- ArtnetPacket(int, List<ArtnetLightAsset>) - Constructor for class org.openremote.agent.protocol.artnet.ArtnetPacket
- ArtnetProtocol - Class in org.openremote.agent.protocol.artnet
- ArtnetProtocol(ArtnetAgent) - Constructor for class org.openremote.agent.protocol.artnet.ArtnetProtocol
- assembleFeatures() - Method in class org.openremote.agent.protocol.bluetooth.mesh.Features
- assetService - Variable in class org.openremote.agent.protocol.AbstractProtocol
- assignProvisionerAddress(Integer) - Method in class org.openremote.agent.protocol.bluetooth.mesh.Provisioner
-
Assigns provisioner address
- attributeActionMap - Variable in class org.openremote.agent.protocol.knx.KNXProtocol
- attributeConnectedTasks - Variable in class org.openremote.agent.protocol.websocket.WebsocketAgentProtocol
- attributeMessageProcessorMap - Variable in class org.openremote.agent.protocol.mail.AbstractMailProtocol
- attributePropertyValueConsumers - Variable in class org.openremote.agent.protocol.velbus.AbstractVelbusProtocol
- attributeStatusMap - Variable in class org.openremote.agent.protocol.knx.KNXProtocol
- attributeValueDescriptor - Variable in class org.openremote.agent.protocol.velbus.device.FeatureProcessor.PropertyDescriptor
- AUTH_VALUE_LENGTH - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningConfirmationState
- AUTHENTICATE - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiEndpoint
-
The endpoint to authenticate a new client to the IKEA TRÅDFRI gateway
Value: "15011/9063" - AuthenticateRequest - Class in org.openremote.agent.protocol.tradfri.payload
-
The class that contains the payload for a request to authenticate to the IKEA TRÅDFRI gateway
- AuthenticateRequest() - Constructor for class org.openremote.agent.protocol.tradfri.payload.AuthenticateRequest
-
Construct the AuthenticateRequest class
- AuthenticateResponse - Class in org.openremote.agent.protocol.tradfri.payload
-
The class that contains the payload of a response to the authenticate request from the IKEA TRÅDFRI gateway
- AuthenticateResponse() - Constructor for class org.openremote.agent.protocol.tradfri.payload.AuthenticateResponse
-
Construct the AuthenticateResponse class
- AuthenticationOOBMethods - Enum Class in org.openremote.agent.protocol.bluetooth.mesh.utils
B
- BASE_URI - Static variable in class org.openremote.agent.protocol.http.HTTPAgent
- baseAddress - Variable in class org.openremote.agent.protocol.velbus.device.VelbusDevice
- BaseMeshMessageHandler - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
Abstract class that handles mesh messages
- BaseMeshMessageHandler(InternalTransportCallbacks, NetworkLayerCallbacks, UpperTransportLayerCallbacks) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.BaseMeshMessageHandler
-
Constructs BaseMessageHandler
- BaseMeshNetwork - Class in org.openremote.agent.protocol.bluetooth.mesh
- BATTERY_LEVEL - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiCode
-
The IKEA TRÅDFRI API code for a device manufacturer
Value: "9" - BAUD_RATE - Static variable in class org.openremote.agent.protocol.serial.JSerialCommChannelOption
- baudRate - Variable in class org.openremote.agent.protocol.serial.SerialIOClient
- BEACON_DATA_LENGTH - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.SecureNetworkBeacon
- BEEP - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.OutputOOBAction
- bindPort - Variable in class org.openremote.agent.protocol.udp.UDPIOClient
- BLIND - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiCode
-
The IKEA TRÅDFRI API code for a blind property
Value: "15015" - BLIND_DOWN - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- BLIND_FORCE_DOWN - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- BLIND_FORCE_DOWN_CANCEL - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- BLIND_FORCE_UP - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- BLIND_FORCE_UP_CANCEL - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- BLIND_HALT - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- BLIND_INHIBIT_DOWN - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- BLIND_INHIBIT_UP - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- BLIND_LOCK - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- BLIND_LOCK_CANCEL - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- BLIND_POSITION - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- BLIND_STATUS - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.InboundCommand
- BLIND_UP - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- BlindProcessor - Class in org.openremote.agent.protocol.velbus.device
- BlindProcessor() - Constructor for class org.openremote.agent.protocol.velbus.device.BlindProcessor
- BlindProcessor.ChannelSetting - Enum Class in org.openremote.agent.protocol.velbus.device
- BlindProcessor.ChannelState - Enum Class in org.openremote.agent.protocol.velbus.device
- BLINK - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.OutputOOBAction
- BLOCK_ACKNOWLEDGEMENT_RECEIVED - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.States
- BlockAcknowledgementMessage - Class in org.openremote.agent.protocol.bluetooth.mesh.control
- BlockAcknowledgementMessage(byte[]) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.control.BlockAcknowledgementMessage
- BluetoothMeshAgent - Class in org.openremote.agent.protocol.bluetooth.mesh
- BluetoothMeshAgent() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshAgent
-
For use by hydrators (i.e.
- BluetoothMeshAgent(String) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshAgent
- BluetoothMeshAgentLink - Class in org.openremote.agent.protocol.bluetooth.mesh
- BluetoothMeshAgentLink() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshAgentLink
- BluetoothMeshAgentLink(String, Integer, String, String) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshAgentLink
- BluetoothMeshNetwork - Class in org.openremote.agent.protocol.bluetooth.mesh
- BluetoothMeshNetwork(BluetoothCentralManager, SequenceNumberPersistencyManager, MainThreadManager, String, int, NetworkKey, Map<Integer, ApplicationKey>, int, int, ExecutorService, ScheduledExecutorService, Consumer<ConnectionStatus>) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- BluetoothMeshProtocol - Class in org.openremote.agent.protocol.bluetooth.mesh
- BluetoothMeshProtocol(BluetoothMeshAgent) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProtocol
- BluetoothMeshProxy - Class in org.openremote.agent.protocol.bluetooth.mesh
- BluetoothMeshProxy(MainThreadManager, ExecutorService, ScheduledExecutorService, BluetoothCentralManager, BluetoothPeripheral, ScanResult) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxy
- BluetoothMeshProxyConnectCallback - Interface in org.openremote.agent.protocol.bluetooth.mesh
- BluetoothMeshProxyRxCallback - Interface in org.openremote.agent.protocol.bluetooth.mesh
- BluetoothMeshProxyScanner - Class in org.openremote.agent.protocol.bluetooth.mesh
- BluetoothMeshProxyScanner(MainThreadManager, BluetoothCentralManager, ExecutorService, ScheduledExecutorService) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxyScanner
- BluetoothMeshProxyScannerCallback - Interface in org.openremote.agent.protocol.bluetooth.mesh
- BluetoothMeshProxySendDataCallback - Interface in org.openremote.agent.protocol.bluetooth.mesh
- BluetoothMeshProxyStateMachine - Class in org.openremote.agent.protocol.bluetooth.mesh
- BluetoothMeshProxyStateMachine(BluetoothMeshProxy, BluetoothCentralManager, ExecutorService, ScheduledExecutorService, MainThreadManager, BluetoothPeripheral, BluetoothPeripheralCallback) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxyStateMachine
- body - Variable in class org.openremote.agent.protocol.websocket.WebsocketSubscription
- body(Object) - Method in class org.openremote.agent.protocol.websocket.WebsocketHTTPSubscription
- body(Object) - Method in class org.openremote.agent.protocol.websocket.WebsocketSubscription
- body(Object) - Method in class org.openremote.agent.protocol.websocket.WebsocketSubscriptionImpl
- bootstrap - Variable in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- bootstrap - Variable in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- BRIGHTNESS - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiCode
-
The IKEA TRÅDFRI API code for a brightness property
Value: "5851" - build() - Method in class org.openremote.agent.protocol.bluetooth.mesh.ApplicationKeysConfig.ExportAll
- build() - Method in class org.openremote.agent.protocol.bluetooth.mesh.ApplicationKeysConfig.ExportSome
- build() - Method in class org.openremote.agent.protocol.bluetooth.mesh.GroupsConfig.ExportAll
- build() - Method in class org.openremote.agent.protocol.bluetooth.mesh.GroupsConfig.ExportRelated
- build() - Method in class org.openremote.agent.protocol.bluetooth.mesh.GroupsConfig.ExportSome
- build() - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKeysConfig.ExportAll
- build() - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKeysConfig.ExportSome
- build() - Method in class org.openremote.agent.protocol.bluetooth.mesh.NodesConfig.ExportSome
- build() - Method in class org.openremote.agent.protocol.bluetooth.mesh.NodesConfig.ExportWithDeviceKey
- build() - Method in class org.openremote.agent.protocol.bluetooth.mesh.NodesConfig.ExportWithoutDeviceKey
- build() - Method in class org.openremote.agent.protocol.bluetooth.mesh.ProvisionersConfig.ExportAll
- build() - Method in class org.openremote.agent.protocol.bluetooth.mesh.ProvisionersConfig.ExportSome
- build() - Method in class org.openremote.agent.protocol.bluetooth.mesh.ScenesConfig.ExportAll
- build() - Method in class org.openremote.agent.protocol.bluetooth.mesh.ScenesConfig.ExportRelated
- build() - Method in class org.openremote.agent.protocol.bluetooth.mesh.ScenesConfig.ExportSome
- build() - Method in class org.openremote.agent.protocol.http.HTTPProtocol.PagingResponseBuilder
- build() - Method in class org.openremote.agent.protocol.mail.MailClientBuilder
- buildClientRequest(String, String, MultivaluedMap<String, ?>, MultivaluedMap<String, ?>, boolean, String, TimerService) - Method in class org.openremote.agent.protocol.http.HTTPProtocol
- buildInvocation(Invocation.Builder, String) - Method in class org.openremote.agent.protocol.http.HTTPProtocol.HttpClientRequest
- BUTTON_STATUS - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- bytesToHex(byte[], boolean) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
- bytesToHex(byte[], int, int, boolean) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
- bytesToInt(byte[]) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
- ByteToMessageDecoder(AbstractNettyIOClient<T, ?>, BiConsumer<ByteBuf, List<T>>) - Constructor for class org.openremote.agent.protocol.io.AbstractNettyIOClient.ByteToMessageDecoder
C
- calculateAuthValueSecureNetBeacon(byte[], int, byte[], int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
-
Calculates the authentication value of secure network beacon
- calculateBeaconKey(byte[]) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
-
Calculates the beacon key
- calculateBlockAcknowledgement(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.control.BlockAcknowledgementMessage
-
Calculates the block acknowledgement payload.
- calculateBlockAcknowledgement(Integer, int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.control.BlockAcknowledgementMessage
-
Calculates the block acknowledgement payload.
- calculateChecksum(VelbusPacket) - Static method in class org.openremote.agent.protocol.velbus.VelbusPacket
- calculateCMAC(byte[], byte[]) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
- calculateHash(byte[], byte[], byte[]) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
-
Calculates hash value for advertising with node id
- calculateHeartbeatCount(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.Heartbeat
-
Calculates the heart beat publication count which is the number of publications to be sent
- calculateHeartbeatPeriod(short) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.Heartbeat
-
Calculates the heart beat period interval in seconds
- calculateIdentityKey(byte[]) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
-
Calculates the identity key
- calculateK1(byte[], byte[], byte[]) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
- calculateK2(byte[], byte[]) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
-
Calculate k2
- calculateK3(byte[]) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
-
Calculate k3
- calculateK4(byte[]) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
-
Calculate k4
- calculateSalt(byte[]) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
- calculateSecureNetworkBeacon(byte[], int, int, byte[], int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
-
Calculates the secure network beacon
- calculateSeqZero(byte[]) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
- callback - Variable in class org.openremote.agent.protocol.bluetooth.mesh.SendSingleDataSegmentCommand
- callEventHandlers(String) - Method in class org.openremote.agent.protocol.tradfri.device.DeviceObserver
-
Handles a new response from the CoAP client and calls the appropriate event handlers for the device
- callEventHandlers(String) - Method in class org.openremote.agent.protocol.tradfri.device.GatewayObserver
-
Handles a new response from the CoAP client and calls the appropriate event handlers for the IKEA TRÅDFRI gateway
- callEventHandlers(String) - Method in class org.openremote.agent.protocol.tradfri.device.Observer
-
Call the appropriate event handlers
- cancelPolling(AttributeRef) - Method in class org.openremote.agent.protocol.http.HTTPProtocol
- CANNOT_ASSIGN_ADDRESSES - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningFailedState.ProvisioningFailureCode
- CANNOT_BIND - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage.StatusCodeNames
- CANNOT_REMOVE - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage.StatusCodeNames
- CANNOT_SET - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage.StatusCodeNames
- CANNOT_UPDATE - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage.StatusCodeNames
- canOverwrite(IvIndex, Calendar, boolean, boolean, boolean) - Method in class org.openremote.agent.protocol.bluetooth.mesh.SecureNetworkBeacon
-
This method returns whether the received Secure Network Beacon can override the current IV Index.
- channel - Variable in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- channel - Variable in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- CHANNEL_PROPERTIES - Static variable in class org.openremote.agent.protocol.velbus.device.AnalogOutputProcessor
- CHANNEL_PROPERTIES - Static variable in class org.openremote.agent.protocol.velbus.device.BlindProcessor
- CHANNEL_REGEX - Static variable in class org.openremote.agent.protocol.velbus.device.ChannelProcessor
- CHANNEL_STATE - Enum constant in enum class org.openremote.agent.protocol.velbus.device.InputProcessor.PropertyType
- ChannelConsumerLink - Class in org.openremote.agent.protocol.zwave
- channelFuture - Variable in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- ChannelProcessor - Class in org.openremote.agent.protocol.velbus.device
-
Abstract processor for channel related operations
- ChannelProcessor() - Constructor for class org.openremote.agent.protocol.velbus.device.ChannelProcessor
- channelRead0(ChannelHandlerContext, T) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOClient.MessageToMessageDecoder
- CHECK_INTERVAL_SECONDS - Static variable in class org.openremote.agent.protocol.mail.AbstractMailAgent
- checkChanges(Object, Object) - Method in class org.openremote.agent.protocol.tradfri.device.Observer
-
Check if there is a difference between the old value and the new value
- checkClientTrusted(X509Certificate[], String) - Method in class org.openremote.agent.protocol.mqtt.CustomX509TrustManager
- checkClientTrusted(X509Certificate[], String) - Method in class org.openremote.agent.protocol.mqtt.CustomX509TrustManagerFactorySpi.CustomX509TrustManager
- checkForMessages() - Method in class org.openremote.agent.protocol.mail.MailClient
- checkInitialDelaySeconds - Variable in class org.openremote.agent.protocol.mail.MailClientBuilder
- checkIntervalSeconds - Variable in class org.openremote.agent.protocol.mail.MailClientBuilder
- checkLinkedAttributes(String) - Method in class org.openremote.agent.protocol.simulator.storage.StorageSimulatorProtocol
- checkServerTrusted(X509Certificate[], String) - Method in class org.openremote.agent.protocol.mqtt.CustomX509TrustManager
- checkServerTrusted(X509Certificate[], String) - Method in class org.openremote.agent.protocol.mqtt.CustomX509TrustManagerFactorySpi.CustomX509TrustManager
- cleanSession - Variable in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- client - Static variable in class org.openremote.agent.protocol.http.HTTPProtocol
- client - Variable in class org.openremote.agent.protocol.http.HTTPProtocol.HttpClientRequest
- client - Variable in class org.openremote.agent.protocol.io.AbstractIOClientProtocol
- client - Variable in class org.openremote.agent.protocol.io.AbstractNettyIOClient.ByteToMessageDecoder
- client - Variable in class org.openremote.agent.protocol.io.AbstractNettyIOClient.MessageToByteEncoder
- client - Variable in class org.openremote.agent.protocol.io.AbstractNettyIOClient.MessageToMessageDecoder
- client - Variable in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- client - Variable in class org.openremote.agent.protocol.velbus.VelbusNetwork
- client - Static variable in class org.openremote.agent.protocol.websocket.WebsocketIOClient
- CLIENT_CERTIFICATE_ALIAS - Static variable in class org.openremote.agent.protocol.mqtt.MQTTAgent
- CLIENT_ID - Static variable in class org.openremote.agent.protocol.mqtt.MQTTAgent
- clientConnectionStatusConsumers - Variable in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- clientErrorExceptionHandler - Static variable in class org.openremote.agent.protocol.http.AbstractHTTPServerProtocol
- clientHeaders - Variable in class org.openremote.agent.protocol.websocket.WebsocketAgentProtocol
- clientId - Variable in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- clientLimit - Variable in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- clone() - Method in class org.openremote.agent.protocol.bluetooth.mesh.ApplicationKey
- clone() - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
- clone() - Method in class org.openremote.agent.protocol.velbus.VelbusPacket
- close() - Method in class org.openremote.agent.protocol.velbus.VelbusNetwork
- close() - Method in class org.openremote.agent.protocol.zwave.ZWaveSerialIOClient
- coapClient - Variable in class org.openremote.agent.protocol.tradfri.device.Device
-
A CoAP client that can be used to communicate with the device using the IKEA TRÅDFRI gateway
- CoapClient - Class in org.openremote.agent.protocol.tradfri.util
-
The class that is used to communicate with the IKEA TRÅDFRI gateway using the CoAP protocol
- CoapClient() - Constructor for class org.openremote.agent.protocol.tradfri.util.CoapClient
- COLOUR_HEX - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiCode
-
The IKEA TRÅDFRI API code for a hexadecimal colour property
Value: "5706" - COLOUR_TEMPERATURE - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiCode
-
The IKEA TRÅDFRI API code for a colour temperature property
Value: "5711" - COLOUR_X - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiCode
-
The IKEA TRÅDFRI API code for a X value of a colour property
Value: "5709" - COLOUR_Y - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiCode
-
The IKEA TRÅDFRI API code for a Y value of a colour property
Value: "5710" - ColourXY - Class in org.openremote.agent.protocol.tradfri.util
-
The class that contains XY values that make up a colour
- ColourXY() - Constructor for class org.openremote.agent.protocol.tradfri.util.ColourXY
-
Construct the ColourXY class
- ColourXY(Integer, Integer) - Constructor for class org.openremote.agent.protocol.tradfri.util.ColourXY
-
Construct the ColourXY class
- COMFORT - Enum constant in enum class org.openremote.agent.protocol.velbus.device.AnalogInputProcessor.SensorMode
- CompanyIdentifiers - Class in org.openremote.agent.protocol.bluetooth.mesh.utils
- CompanyIdentifiers() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.utils.CompanyIdentifiers
- COMPOSITION_DATA_GET_SENT - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.States
- COMPOSITION_DATA_STATUS_RECEIVED - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.States
- CompositionDataParser - Class in org.openremote.agent.protocol.bluetooth.mesh.utils
- CompositionDataParser() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.utils.CompositionDataParser
- concatenateSegmentedMessages(Map<Integer, byte[]>) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
- config - Variable in class org.openremote.agent.protocol.bluetooth.mesh.ApplicationKeysConfig
- config - Variable in class org.openremote.agent.protocol.mail.MailClient
- config() - Method in class org.openremote.agent.protocol.serial.JSerialCommChannel
- CONFIG_APPKEY_ADD - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "ApplicationKey Add" message.
- CONFIG_APPKEY_DELETE - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "ApplicationKey Delete" message.
- CONFIG_APPKEY_GET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "ApplicationKey Get" message.
- CONFIG_APPKEY_LIST - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "ApplicationKey List" message.
- CONFIG_APPKEY_STATUS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "ApplicationKey Status" message.
- CONFIG_APPKEY_UPDATE - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "ApplicationKey Update" message.
- CONFIG_BEACON_GET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config Beacon Get" message.
- CONFIG_BEACON_SET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config Beacon Set" message.
- CONFIG_BEACON_STATUS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config Beacon Status" message.
- CONFIG_COMPOSITION_DATA_GET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Composition Data Get" message.
- CONFIG_COMPOSITION_DATA_STATUS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Composition Data Status" message.
- CONFIG_DEFAULT_TTL_GET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config Default TTL Get" message.
- CONFIG_DEFAULT_TTL_SET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config Default TTL Set" message.
- CONFIG_DEFAULT_TTL_STATUS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config Default TTL Status" message.
- CONFIG_FRIEND_GET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config Friend Get" message.
- CONFIG_FRIEND_SET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config Friend Set" message.
- CONFIG_FRIEND_STATUS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config Friend Status" message.
- CONFIG_GATT_PROXY_GET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config GATT Proxy Get" message.
- CONFIG_GATT_PROXY_SET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config GATT Proxy Set" message.
- CONFIG_GATT_PROXY_STATUS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config GATT Proxy Status" message.
- CONFIG_HEARTBEAT_PUBLICATION_GET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Heartbeat Publication Get" message.
- CONFIG_HEARTBEAT_PUBLICATION_SET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Heartbeat Publication Set" message.
- CONFIG_HEARTBEAT_PUBLICATION_STATUS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Heartbeat Publication Status" message.
- CONFIG_HEARTBEAT_SUBSCRIPTION_GET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Heartbeat Subscription Get" message.
- CONFIG_HEARTBEAT_SUBSCRIPTION_SET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Heartbeat Subscription Set" message.
- CONFIG_HEARTBEAT_SUBSCRIPTION_STATUS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Heartbeat Subscription Status" message.
- CONFIG_KEY_REFRESH_PHASE_GET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config Key Refresh Phase Get" message.
- CONFIG_KEY_REFRESH_PHASE_SET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config Key Refresh Phase Set" message.
- CONFIG_KEY_REFRESH_PHASE_STATUS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config Key Refresh Phase Status" message.
- CONFIG_LOW_POWER_NODE_POLLTIMEOUT_GET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config Low Power UnprovisionedMeshNode PollTimeout Get" message.
- CONFIG_LOW_POWER_NODE_POLLTIMEOUT_STATUS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config Low Power UnprovisionedMeshNode PollTimeout Status" message.
- CONFIG_MODEL_APP_BIND - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Model App Bind" message.
- CONFIG_MODEL_APP_STATUS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Model App Status" message.
- CONFIG_MODEL_APP_UNBIND - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Model App Unbind" message.
- CONFIG_MODEL_PUBLICATION_GET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config Model Publication Get" message.
- CONFIG_MODEL_PUBLICATION_SET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config Model Publication Set" message.
- CONFIG_MODEL_PUBLICATION_STATUS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config Model Publication Status" message.
- CONFIG_MODEL_PUBLICATION_VIRTUAL_ADDRESS_SET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config Model Publication Virtual Address Set" message.
- CONFIG_MODEL_SUBSCRIPTION_ADD - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config Model Subscription Add" message.
- CONFIG_MODEL_SUBSCRIPTION_DELETE - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config Model Subscription Delete" message.
- CONFIG_MODEL_SUBSCRIPTION_DELETE_ALL - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config Model Subscription Delete All" message.
- CONFIG_MODEL_SUBSCRIPTION_OVERWRITE - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config Model Subscription Overwrite" message.
- CONFIG_MODEL_SUBSCRIPTION_STATUS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config Model Subscription Status" message.
- CONFIG_MODEL_SUBSCRIPTION_VIRTUAL_ADDRESS_ADD - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config Model Subscription Virtual Address Add" message.
- CONFIG_MODEL_SUBSCRIPTION_VIRTUAL_ADDRESS_DELETE - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config Model Subscription Virtual Address Delete" message.
- CONFIG_MODEL_SUBSCRIPTION_VIRTUAL_ADDRESS_OVERWRITE - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config Model Subscription Virtual Address Overwrite" message.
- CONFIG_NETKEY_ADD - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "NetKey Add" message.
- CONFIG_NETKEY_DELETE - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "NetKey Delete" message.
- CONFIG_NETKEY_GET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "NetKey Get" message.
- CONFIG_NETKEY_LIST - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "NetKey List" message.
- CONFIG_NETKEY_STATUS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "NetKey Status" message.
- CONFIG_NETKEY_UPDATE - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "NetKey Update" message.
- CONFIG_NETWORK_TRANSMIT_GET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config Network Transmit Get" message.
- CONFIG_NETWORK_TRANSMIT_SET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config Network Transmit Set" message.
- CONFIG_NETWORK_TRANSMIT_STATUS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config Network Transmit Status" message.
- CONFIG_NODE_IDENTITY_GET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "UnprovisionedMeshNode Identity Get" message.
- CONFIG_NODE_IDENTITY_SET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "UnprovisionedMeshNode Identity Set" message.
- CONFIG_NODE_IDENTITY_STATUS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "UnprovisionedMeshNode Identity Status" message.
- CONFIG_NODE_RESET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "UnprovisionedMeshNode Reset" message.
- CONFIG_NODE_RESET_STATUS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "UnprovisionedMeshNode Reset Status" message.
- CONFIG_RELAY_GET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config Relay Get" message.
- CONFIG_RELAY_SET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config Relay Set" message.
- CONFIG_RELAY_STATUS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config Relay Status" message.
- CONFIG_SIG_MODEL_APP_GET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "SIG Model App Get" message.
- CONFIG_SIG_MODEL_APP_LIST - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "SIG Model App List" message.
- CONFIG_SIG_MODEL_SUBSCRIPTION_GET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config SIG Model Subscription Get" message.
- CONFIG_SIG_MODEL_SUBSCRIPTION_LIST - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config SIG Model Subscription List" message.
- CONFIG_VENDOR_MODEL_APP_GET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Vendor Model App Get" message.
- CONFIG_VENDOR_MODEL_APP_LIST - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Vendor Model App List" message.
- CONFIG_VENDOR_MODEL_SUBSCRIPTION_GET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config Vendor Model Subscription Get" message.
- CONFIG_VENDOR_MODEL_SUBSCRIPTION_LIST - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
-
Opcode for the "Config Vendor Model Subscription List" message.
- ConfigAppKeyAdd - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class to create the ConfigAppKeyAdd message.
- ConfigAppKeyAdd(NetworkKey, ApplicationKey) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigAppKeyAdd
-
Constructs ConfigAppKeyAdd message.
- ConfigAppKeyDelete - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class to create the ConfigAppKeyAdd message.
- ConfigAppKeyDelete(NetworkKey, ApplicationKey) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigAppKeyDelete
-
Constructs ConfigAppKeyAdd message.
- ConfigAppKeyList - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
Creates the ConfigAppKeyList Message.
- ConfigAppKeyList(AccessMessage) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigAppKeyList
-
Constructs the ConfigNetKeyList mMessage.
- ConfigAppKeyStatus - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class for when creating the ConfigAppKeyStatus Message.
- ConfigAppKeyStatus(AccessMessage) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigAppKeyStatus
-
Constructs the ConfigAppKeyStatus mMessage.
- ConfigAppKeyUpdate - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
Creates the ConfigAppKeyUpdate message.
- ConfigAppKeyUpdate(ApplicationKey) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigAppKeyUpdate
-
Constructs ConfigAppKeyUpdate message.
- ConfigBeaconStatus - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
Creates the ConfigBeaconStatus message.
- ConfigBeaconStatus(AccessMessage) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigBeaconStatus
-
Constructs ConfigBeaconStatus message.
- ConfigCompositionDataStatus - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class for when creating the ConfigCompositionDataStatus Message.
- ConfigCompositionDataStatus(AccessMessage) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigCompositionDataStatus
-
Constructs the ConfigCompositionDataStatus mMessage.
- ConfigDefaultTtlStatus - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
Creates the ConfigDefaultTtlSet message.
- ConfigDefaultTtlStatus(AccessMessage) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigDefaultTtlStatus
-
Constructs ConfigDefaultTtlStatus message.
- ConfigFriendStatus - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
Creates the ConfigFriendStatus message.
- ConfigFriendStatus(AccessMessage) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigFriendStatus
-
Constructs ConfigFriendStatus message.
- ConfigHeartbeatPublicationStatus - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
ConfigHeartbeatPublicationStatus message.
- ConfigHeartbeatPublicationStatus(AccessMessage) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigHeartbeatPublicationStatus
-
Constructs ConfigHeartbeatPublicationStatus message.
- ConfigHeartbeatSubscriptionStatus - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
ConfigHeartbeatPublicationStatus message.
- ConfigHeartbeatSubscriptionStatus(AccessMessage) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigHeartbeatSubscriptionStatus
-
Constructs ConfigHeartbeatSubscriptionStatus message.
- ConfigKeyRefreshPhaseSet - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
Creates the ConfigKeyRefreshPhaseSet message.
- ConfigKeyRefreshPhaseSet(NetworkKey, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigKeyRefreshPhaseSet
-
Constructs ConfigKeyRefreshPhaseSet message.
- ConfigKeyRefreshPhaseStatus - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class for when creating the ConfigAppKeyStatus Message.
- ConfigKeyRefreshPhaseStatus(AccessMessage) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigKeyRefreshPhaseStatus
-
Constructs the ConfigAppKeyStatus mMessage.
- ConfigLowPowerNodePollTimeoutStatus - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
Creates the ConfigLowPowerNodePollTimeoutStatus message.
- ConfigLowPowerNodePollTimeoutStatus(AccessMessage) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigLowPowerNodePollTimeoutStatus
-
Constructs ConfigLowPowerNodePollTimeoutStatus message.
- ConfigMessageOpCodes - Class in org.openremote.agent.protocol.bluetooth.mesh.opcodes
- ConfigMessageOpCodes() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ConfigMessageOpCodes
- ConfigModelAppBind - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class to create ConfigModelAppBind message.
- ConfigModelAppBind(int, int, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelAppBind
-
Constructs ConfigModelAppBind message.
- ConfigModelAppStatus - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
- ConfigModelAppStatus(AccessMessage) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelAppStatus
-
Constructs the ConfigModelAppStatus mMessage.
- ConfigModelPublicationGet - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class to create a ConfigModelPublicationSet message.
- ConfigModelPublicationGet(int, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationGet
-
Constructs a ConfigModelPublicationGet message
- ConfigModelPublicationSet - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class to create a ConfigModelPublicationSet message.
- ConfigModelPublicationSet(int, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationSet
-
Constructs a ConfigModelPublicationSet message.
- ConfigModelPublicationSet(int, int, int, boolean, int, int, int, int, int, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationSet
-
Constructs a ConfigModelPublicationSet message.
- ConfigModelPublicationStatus - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class for when creating the ConfigModelAppStatus Message.
- ConfigModelPublicationStatus(AccessMessage) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationStatus
-
Constructs the ConfigModelAppStatus mMessage.
- ConfigModelPublicationVirtualAddressSet - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
This is the message class for setting a virtual address as a publication address
- ConfigModelPublicationVirtualAddressSet(int, UUID, int, boolean, int, int, int, int, int, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationVirtualAddressSet
-
Constructs a ConfigModelPublicationVirtualAddressSet message
- ConfigModelSubscriptionAdd - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
Creates the ConfigModelSubscriptionAdd message
- ConfigModelSubscriptionAdd(int, int, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelSubscriptionAdd
-
Constructs ConfigModelSubscriptionAdd message.
- ConfigModelSubscriptionDelete - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
Creates the ConfigModelSubscriptionDelete message
- ConfigModelSubscriptionDelete(int, int, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelSubscriptionDelete
-
Constructs ConfigModelSubscriptionDelete message.
- ConfigModelSubscriptionDeleteAll - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
Creates the ConfigModelSubscriptionDeleteAll message
- ConfigModelSubscriptionDeleteAll(int, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelSubscriptionDeleteAll
-
Constructs ConfigModelSubscriptionDeleteAll message.
- ConfigModelSubscriptionOverwrite - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
This class handles subscribing a model to subscription address.
- ConfigModelSubscriptionOverwrite(int, int, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelSubscriptionOverwrite
-
Constructs ConfigModelSubscriptionDelete message.
- ConfigModelSubscriptionStatus - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
Creates the ConfigModelSubscriptionStatus Message.
- ConfigModelSubscriptionStatus(AccessMessage) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelSubscriptionStatus
-
Constructs the ConfigModelSubscriptionStatus mMessage.
- ConfigModelSubscriptionVirtualAddressAdd - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
Creates the ConfigModelSubscriptionVirtualAddressAdd Message.
- ConfigModelSubscriptionVirtualAddressAdd(int, UUID, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelSubscriptionVirtualAddressAdd
-
Constructs ConfigModelSubscriptionVirtualAddressAdd message.
- ConfigModelSubscriptionVirtualAddressDelete - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
Creates the ConfigModelSubscriptionVirtualAddressDelete Message.
- ConfigModelSubscriptionVirtualAddressDelete(int, UUID, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelSubscriptionVirtualAddressDelete
-
Constructs ConfigModelSubscriptionDelete message.
- ConfigModelSubscriptionVirtualAddressOverwrite - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
Creates the ConfigModelSubscriptionVirtualAddressOverwrite Message.
- ConfigModelSubscriptionVirtualAddressOverwrite(int, UUID, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelSubscriptionVirtualAddressOverwrite
-
Constructs ConfigModelSubscriptionVirtualAddressOverwrite message.
- ConfigNetKeyAdd - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
- ConfigNetKeyAdd(NetworkKey) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNetKeyAdd
-
Constructs ConfigNetKeyAdd message.
- ConfigNetKeyDelete - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
- ConfigNetKeyDelete(NetworkKey) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNetKeyDelete
-
Constructs ConfigNetKeyDelete message.
- ConfigNetKeyGet - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
- ConfigNetKeyGet() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNetKeyGet
-
Constructs ConfigNetKeyGet message.
- ConfigNetKeyList - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
Creates the ConfigNetKeyList Message.
- ConfigNetKeyList(AccessMessage) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNetKeyList
-
Constructs the ConfigNetKeyList mMessage.
- ConfigNetKeyStatus - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
Creates the ConfigNetKeyStatus Message.
- ConfigNetKeyStatus(AccessMessage) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNetKeyStatus
-
Constructs the ConfigNetKeyStatus mMessage.
- ConfigNetKeyUpdate - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
Creates the ConfigNetKeyUpdate message.
- ConfigNetKeyUpdate(NetworkKey) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNetKeyUpdate
-
Constructs ConfigNetKeyUpdate message.
- ConfigNetworkTransmitStatus - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class for when creating the ConfigNetworkTransmitStatus message.
- ConfigNetworkTransmitStatus(AccessMessage) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNetworkTransmitStatus
-
Constructs a ConfigNetworkTransmitStatus message.
- ConfigNodeIdentityStatus - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
Creates the ConfigNodeIdentityStatus message.
- ConfigNodeIdentityStatus(AccessMessage) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNodeIdentityStatus
-
Constructs ConfigNodeIdentityStatus message.
- ConfigNodeResetStatus - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class for when creating the ConfigAppKeyStatus Message.
- ConfigNodeResetStatus(AccessMessage) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNodeResetStatus
-
Constructs the ConfigAppKeyStatus mMessage.
- ConfigProxySet - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class to create a ConfigProxySet message.
- ConfigProxySet(int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigProxySet
-
Constructs ConfigNodeReset message.
- ConfigProxyStatus - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class for when creating the ConfigRelayStatus message.
- ConfigProxyStatus(AccessMessage) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigProxyStatus
-
Constructs a ConfigRelayStatus message.
- ConfigRelayStatus - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class for when creating the ConfigRelayStatus message.
- ConfigRelayStatus(AccessMessage) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigRelayStatus
-
Constructs a ConfigRelayStatus message.
- ConfigSigModelAppList - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
Creates the ConfigAppKeyList Message.
- ConfigSigModelAppList(AccessMessage) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigSigModelAppList
-
Constructs the ConfigNetKeyList mMessage.
- ConfigSigModelSubscriptionList - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
Creates the ConfigModelSubscriptionStatus Message.
- ConfigSigModelSubscriptionList(AccessMessage) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigSigModelSubscriptionList
-
Constructs the ConfigModelSubscriptionStatus mMessage.
- ConfigStatusMessage - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
- ConfigStatusMessage(AccessMessage) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage
- ConfigStatusMessage.StatusCodeNames - Enum Class in org.openremote.agent.protocol.bluetooth.mesh.transport
- CONFIGURATION_CLIENT - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.models.SigModelParser
- CONFIGURATION_SERVER - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.models.SigModelParser
- ConfigurationClientModel - Class in org.openremote.agent.protocol.bluetooth.mesh.models
- ConfigurationClientModel(int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.models.ConfigurationClientModel
- ConfigurationServerModel - Class in org.openremote.agent.protocol.bluetooth.mesh.models
- ConfigurationServerModel(int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.models.ConfigurationServerModel
- configureChannel() - Method in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- configureChannel() - Method in class org.openremote.agent.protocol.serial.SerialIOClient
- configureChannel() - Method in class org.openremote.agent.protocol.tcp.TCPIOClient
- configureChannel() - Method in class org.openremote.agent.protocol.udp.UDPIOClient
- configureDeploymentInfo(DeploymentInfo) - Method in class org.openremote.agent.protocol.http.AbstractHTTPServerProtocol
- ConfigVendorModelAppList - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
Creates the ConfigAppKeyList Message.
- ConfigVendorModelAppList(AccessMessage) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigVendorModelAppList
-
Constructs the ConfigNetKeyList mMessage.
- ConfigVendorModelSubscriptionList - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
Creates the ConfigModelSubscriptionStatus Message.
- ConfigVendorModelSubscriptionList(AccessMessage) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigVendorModelSubscriptionList
-
Constructs the ConfigModelSubscriptionStatus mMessage.
- confirmation(FrameEvent) - Method in class org.openremote.agent.protocol.knx.KNXConnection
- CONFIRMATION_FAILED - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningFailedState.ProvisioningFailureCode
- connect() - Method in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- connect() - Method in interface org.openremote.agent.protocol.io.IOClient
-
Connect to the device
- connect() - Method in class org.openremote.agent.protocol.knx.KNXConnection
- connect() - Method in class org.openremote.agent.protocol.mail.MailClient
- connect() - Method in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- connect() - Method in class org.openremote.agent.protocol.tradfri.TradfriConnection
-
Handles the connection.
- connect() - Method in class org.openremote.agent.protocol.velbus.VelbusNetwork
- connect() - Method in class org.openremote.agent.protocol.zwave.ZWaveNetwork
- connect(String) - Method in class org.openremote.agent.protocol.tradfri.device.Gateway
-
Connect and authenticate to the IKEA TRÅDFRI gateway using a security code
- connect(Consumer<ConnectionStatus>, BluetoothMeshProxyConnectCallback) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxy
- connect(Consumer<ConnectionStatus>, BluetoothMeshProxyConnectCallback) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxyStateMachine
- connect(Credentials) - Method in class org.openremote.agent.protocol.tradfri.device.Gateway
-
Connect and authenticate to the IKEA TRÅDFRI gateway using credentials
- CONNECT_HEADERS - Static variable in class org.openremote.agent.protocol.websocket.WebsocketAgent
-
Headers for websocket connect call
- CONNECT_SUBSCRIPTIONS - Static variable in class org.openremote.agent.protocol.websocket.WebsocketAgent
-
Array of
WebsocketSubscription
s that should be executed once the websocket connection is established; the subscriptions are executed in the order specified in the array. - CONNECT_TIMEOUT - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxyStateMachine
- CONNECT_URL - Static variable in class org.openremote.agent.protocol.websocket.WebsocketAgent
-
Websocket connect endpoint URI
- connected - Variable in class org.openremote.agent.protocol.mail.MailClient
- connected - Variable in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- CONNECTED_SEND_DELAY_MILLIS - Static variable in class org.openremote.agent.protocol.websocket.WebsocketAgentProtocol
- connection - Variable in class org.openremote.agent.protocol.knx.KNXProtocol
- connectionListeners - Variable in class org.openremote.agent.protocol.mail.MailClient
- connectionStatus - Variable in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- connectionStatus - Variable in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- connectionStatus - Variable in class org.openremote.agent.protocol.knx.KNXConnection
- connectionStatus - Variable in class org.openremote.agent.protocol.tradfri.TradfriConnection
-
The connection status, the default is disconnected
- connectionStatusConsumers - Variable in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- connectionStatusConsumers - Variable in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- connectionStatusConsumers - Variable in class org.openremote.agent.protocol.knx.KNXConnection
- connectionStatusConsumers - Variable in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- connectionStatusConsumers - Variable in class org.openremote.agent.protocol.tradfri.TradfriConnection
-
The connection status consumers of the IKEA TRÅDFRI connection
- connectionStatusConsumers - Variable in class org.openremote.agent.protocol.velbus.VelbusNetwork
- connectRetry - Variable in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- connectTimeout - Variable in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- container - Variable in class org.openremote.agent.protocol.http.AbstractHTTPServerProtocol
- contains(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.ProxyFilter
-
Checks is the address exists within the list of proxy filter addresses.
- containsDynamicTime - Variable in class org.openremote.agent.protocol.http.HTTPProtocol.HttpClientRequest
- containsDynamicValue - Variable in class org.openremote.agent.protocol.http.HTTPProtocol.HttpClientRequest
- contentType - Variable in class org.openremote.agent.protocol.http.HTTPAgentLink
- contentType - Variable in class org.openremote.agent.protocol.http.HTTPProtocol.HttpClientRequest
- contentType - Variable in class org.openremote.agent.protocol.websocket.WebsocketHTTPSubscription
- contentType(String) - Method in class org.openremote.agent.protocol.websocket.WebsocketHTTPSubscription
- controlDevice(Device, AttributeEvent) - Method in class org.openremote.agent.protocol.tradfri.TradfriConnection
-
Method to update the values of the device attributes, based on the values entered in the User Interface.
- controller - Variable in class org.openremote.agent.protocol.zwave.ZWaveNetwork
- ControlMessage - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
- ControlMessage() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ControlMessage
- convert24BitsToInt(byte[]) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
- convertBrightness(Integer, boolean) - Static method in class org.openremote.agent.protocol.tradfri.TradfriLightAsset
- convertStreamToString(InputStream) - Static method in class org.openremote.agent.protocol.knx.ETSFileURIResolver
- COOL_COMFORT - Enum constant in enum class org.openremote.agent.protocol.velbus.device.ThermostatProcessor.TemperatureMode
- COOL_DAY - Enum constant in enum class org.openremote.agent.protocol.velbus.device.ThermostatProcessor.TemperatureMode
- COOL_NIGHT - Enum constant in enum class org.openremote.agent.protocol.velbus.device.ThermostatProcessor.TemperatureMode
- COOL_SAFE - Enum constant in enum class org.openremote.agent.protocol.velbus.device.ThermostatProcessor.TemperatureMode
- COUNT_MAX - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.Heartbeat
- COUNT_MIN - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.Heartbeat
- COUNTER_RESET - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- COUNTER_STATUS - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.InboundCommand
- COUNTER_STATUS - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- CounterProcessor - Class in org.openremote.agent.protocol.velbus.device
- CounterProcessor() - Constructor for class org.openremote.agent.protocol.velbus.device.CounterProcessor
- CounterProcessor.CounterUnits - Enum Class in org.openremote.agent.protocol.velbus.device
- countLog - Variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.Heartbeat
- create(ZWavePortConfiguration, ZWaveSerialIOClient) - Static method in class org.openremote.agent.protocol.zwave.NettyConnectionManager
- createAndConfigureBootstrap() - Method in class org.openremote.agent.protocol.io.AbstractNettyIOServer
-
Create and configure the bootstrap to use for this instance
- createAndConfigureBootstrap() - Method in class org.openremote.agent.protocol.tcp.AbstractTCPServer
- createAndConfigureBootstrap() - Method in class org.openremote.agent.protocol.udp.AbstractUDPServer
- createAppKey() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
-
Creates an application key
- createApplication() - Method in class org.openremote.agent.protocol.http.AbstractHTTPServerProtocol
- createAsset(StateDP, boolean, Map<String, Asset<?>>) - Method in class org.openremote.agent.protocol.knx.KNXProtocol
- createAttribute(String, ChannelType) - Static method in class org.openremote.agent.protocol.zwave.TypeMapper
- createDeployment(Application) - Method in class org.openremote.agent.protocol.http.AbstractHTTPServerProtocol
- createDeploymentInfo(ResteasyDeployment) - Method in class org.openremote.agent.protocol.http.AbstractHTTPServerProtocol
- createGetMeshMessage(ApplicationKey) - Method in class org.openremote.agent.protocol.bluetooth.mesh.ShadowGenericOnOffModel
- createGetMeshMessage(ApplicationKey) - Method in class org.openremote.agent.protocol.bluetooth.mesh.ShadowMeshModel
- createIoClient() - Method in class org.openremote.agent.protocol.io.AbstractIOClientProtocol
- createIoClient() - Method in class org.openremote.agent.protocol.io.AbstractNettyIOClientProtocol
- createIoClient() - Method in class org.openremote.agent.protocol.mqtt.MQTTProtocol
- createIoClient(VelbusSerialAgent) - Method in class org.openremote.agent.protocol.velbus.VelbusSerialProtocol
- createIoClient(VelbusTCPAgent) - Method in class org.openremote.agent.protocol.velbus.VelbusTCPProtocol
- createIoClient(T) - Method in class org.openremote.agent.protocol.velbus.AbstractVelbusProtocol
-
Should return an instance of
IOClient
for the supplied agent - createLink(int, int, String, Consumer<Value>, Controller) - Static method in class org.openremote.agent.protocol.zwave.ChannelConsumerLink
- createMeshMessage(int, int, UUID, MeshMessage) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.BaseMeshMessageHandler
- createMeshMessage(int, int, UUID, MeshMessage) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.transport.MeshMessageHandlerApi
-
Sends a mesh message specified within the
MeshMessage
object - createMeshPdu(int, MeshMessage) - Method in class org.openremote.agent.protocol.bluetooth.mesh.MeshManagerApi
- createMeshPdu(int, MeshMessage) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshMngrApi
-
Sends the specified mesh message specified within the
MeshMessage
object - createModuleTypePacket(int) - Static method in class org.openremote.agent.protocol.velbus.device.VelbusDevice
- createNetworkKey() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
-
Creates an Network key
- createProvisioner(String, AllocatedUnicastRange, AllocatedGroupRange, AllocatedSceneRange) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
-
Creates a provisioner
- createRequestTarget(String) - Method in class org.openremote.agent.protocol.http.HTTPProtocol.HttpClientRequest
- createSecureNetworkBeacon(byte[], int, byte[], int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
-
Creates the secure network beacon
- createSetMeshMessage(ApplicationKey, Object) - Method in class org.openremote.agent.protocol.bluetooth.mesh.ShadowGenericOnOffModel
- createSetMeshMessage(ApplicationKey, Object) - Method in class org.openremote.agent.protocol.bluetooth.mesh.ShadowMeshModel
- createTcpServer(int, String, U) - Method in class org.openremote.agent.protocol.tcp.AbstractTCPServerProtocol
- createTimeInjectionPackets() - Static method in class org.openremote.agent.protocol.velbus.device.VelbusDevice
- createTransportLayer(ZWavePortConfiguration) - Method in class org.openremote.agent.protocol.zwave.NettyConnectionManager
- createVendorOpCode(int, int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
-
Returns the vendor opcode packed with company identifier If the MSB = 0 then the length is 1 If the MSB = 1 then the length is 2 If the MSB = 2 then the length is 3
- createWriteMessage(MQTTAgentLink, AttributeEvent, Object) - Method in class org.openremote.agent.protocol.mqtt.MQTTProtocol
- createWriteMessage(WebsocketAgentLink, AttributeEvent, Object) - Method in class org.openremote.agent.protocol.websocket.WebsocketAgentProtocol
- createWriteMessage(DefaultAgentLink, AttributeEvent, Object) - Method in class org.openremote.agent.protocol.artnet.ArtnetProtocol
- createWriteMessage(DefaultAgentLink, AttributeEvent, Object) - Method in class org.openremote.agent.protocol.serial.SerialProtocol
- createWriteMessage(DefaultAgentLink, AttributeEvent, Object) - Method in class org.openremote.agent.protocol.tcp.TCPProtocol
- createWriteMessage(DefaultAgentLink, AttributeEvent, Object) - Method in class org.openremote.agent.protocol.udp.UDPProtocol
- createWriteMessage(X, AttributeEvent, Object) - Method in class org.openremote.agent.protocol.io.AbstractIOClientProtocol
-
Generate the actual message to send to the
IOClient
for thisAttributeEvent
- CREATION_DATE - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiCode
-
The IKEA TRÅDFRI API code for a creation date property
Value: "9002" - Credentials - Class in org.openremote.agent.protocol.tradfri.util
-
The class that contains the credentials used to authenticate to the IKEA TRÅDFRI gateway
- Credentials() - Constructor for class org.openremote.agent.protocol.tradfri.util.Credentials
-
Construct the Credentials class
- Credentials(String, String) - Constructor for class org.openremote.agent.protocol.tradfri.util.Credentials
-
Construct the Credentials class
- ctl - Variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- CUBICMETRES - Enum constant in enum class org.openremote.agent.protocol.velbus.device.CounterProcessor.CounterUnits
- CURRENT - Enum constant in enum class org.openremote.agent.protocol.velbus.device.AnalogInputProcessor.SensorType
- CURRENT - Enum constant in enum class org.openremote.agent.protocol.velbus.device.ThermostatProcessor.TemperatureMode
- CURRENT_TEMP_STATUS - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.InboundCommand
- currentScene - Variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
- CustomKeyManagerFactory - Class in org.openremote.agent.protocol.mqtt
- CustomKeyManagerFactory(String) - Constructor for class org.openremote.agent.protocol.mqtt.CustomKeyManagerFactory
- CustomKeyManagerFactorySpi - Class in org.openremote.agent.protocol.mqtt
- CustomKeyManagerFactorySpi(String) - Constructor for class org.openremote.agent.protocol.mqtt.CustomKeyManagerFactorySpi
- CustomProvider() - Constructor for class org.openremote.agent.protocol.mqtt.CustomX509TrustManagerFactorySpi.CustomProvider
- CustomX509TrustManager - Class in org.openremote.agent.protocol.mqtt
- CustomX509TrustManager(KeyStore...) - Constructor for class org.openremote.agent.protocol.mqtt.CustomX509TrustManager
- CustomX509TrustManager(X509TrustManager...) - Constructor for class org.openremote.agent.protocol.mqtt.CustomX509TrustManagerFactorySpi.CustomX509TrustManager
- CustomX509TrustManagerFactory - Class in org.openremote.agent.protocol.mqtt
- CustomX509TrustManagerFactory(KeyStore...) - Constructor for class org.openremote.agent.protocol.mqtt.CustomX509TrustManagerFactory
- CustomX509TrustManagerFactorySpi - Class in org.openremote.agent.protocol.mqtt
- CustomX509TrustManagerFactorySpi(KeyStore...) - Constructor for class org.openremote.agent.protocol.mqtt.CustomX509TrustManagerFactorySpi
- CustomX509TrustManagerFactorySpi.CustomProvider - Class in org.openremote.agent.protocol.mqtt
- CustomX509TrustManagerFactorySpi.CustomX509TrustManager - Class in org.openremote.agent.protocol.mqtt
D
- DATA_BITS - Static variable in class org.openremote.agent.protocol.serial.JSerialCommChannelOption
- dataAsHexString(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.MeshManagerApi
- datapointService - Variable in class org.openremote.agent.protocol.AbstractProtocol
- DAY - Enum constant in enum class org.openremote.agent.protocol.velbus.device.AnalogInputProcessor.SensorMode
- DAYLIGHT_SAVING_SET - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- decode(int, int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOClient.ByteToMessageDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class org.openremote.agent.protocol.velbus.VelbusPacketDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class org.openremote.agent.protocol.zwave.ZWavePacketDecoder
- decodeHeartbeatPeriod(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.Heartbeat
-
Decodes the period and returns the period log value
- decodeNetworkTransmissionInterval(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.NetworkTransmitSettings
-
Decodes the Network Transmission Interval steps
- decoder - Variable in class org.openremote.agent.protocol.io.AbstractNettyIOClient.ByteToMessageDecoder
- decodeRelayRetransmitInterval(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.RelaySettings
-
Decodes the Relay Retransmit Interval as steps
- decryptCCM(byte[], byte[], byte[], byte[], int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
- decryptCCM(byte[], byte[], byte[], int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
- DECRYPTION_FAILED - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningFailedState.ProvisioningFailureCode
- DEFAULT_ALLOWED_METHODS - Static variable in class org.openremote.agent.protocol.http.AbstractHTTPServerProtocol
- DEFAULT_APPLICATION_KEY_INDEX - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProtocol
- DEFAULT_BAUD_RATE - Static variable in class org.openremote.agent.protocol.serial.SerialIOClient
- DEFAULT_BAUDRATE - Static variable in class org.openremote.agent.protocol.velbus.VelbusSerialProtocol
- DEFAULT_CHECK_INTERVAL_SECONDS - Static variable in class org.openremote.agent.protocol.mail.MailClientBuilder
- DEFAULT_CONTENT_TYPE - Static variable in class org.openremote.agent.protocol.http.HTTPProtocol
- DEFAULT_DEPLOYMENT_PATH_PREFIX - Static variable in class org.openremote.agent.protocol.http.AbstractHTTPServerProtocol
-
This is the default path prefix for all deployments.
- DEFAULT_FOLDER_NAME - Static variable in class org.openremote.agent.protocol.mail.MailClientBuilder
- DEFAULT_HTTP_METHOD - Static variable in class org.openremote.agent.protocol.http.HTTPProtocol
- DEFAULT_MTU - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProtocol
- DEFAULT_NETWORK_KEY_INDEX - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProtocol
- DEFAULT_PUBLICATION_TTL - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.Heartbeat
- DEFAULT_SEQUENCE_NUMBER - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProtocol
- DEFAULT_TIME_INJECTION_INTERVAL_SECONDS - Static variable in class org.openremote.agent.protocol.velbus.AbstractVelbusProtocol
- DEFAULT_TTL_STATUS_RECEIVED - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.States
- defaultResteasyExceptionMapper - Static variable in class org.openremote.agent.protocol.http.AbstractHTTPServerProtocol
- DELAY_BETWEEN_PACKET_WRITES_MILLISECONDS - Static variable in class org.openremote.agent.protocol.velbus.VelbusNetwork
- DELETE_PROCESSED_MAIL - Static variable in class org.openremote.agent.protocol.mail.AbstractMailAgent
- deleteMessageOnceProcessed - Variable in class org.openremote.agent.protocol.mail.MailClientBuilder
- deleteNode(ProvisionedMeshNode) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
-
Deletes a mesh node from the list of provisioned nodes
- deleteScene(int, int, List<Integer>) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.InternalTransportCallbacks
- delimiter - Variable in class org.openremote.agent.protocol.tcp.TCPStringServer
- delimiter - Variable in class org.openremote.agent.protocol.udp.UDPStringServer
- deploy(DeploymentInfo) - Method in class org.openremote.agent.protocol.http.AbstractHTTPServerProtocol
- deployment - Variable in class org.openremote.agent.protocol.http.AbstractHTTPServerProtocol
- DEPLOYMENT_PATH - Static variable in class org.openremote.agent.protocol.http.AbstractHTTPServerAgent
- deploymentInfo - Variable in class org.openremote.agent.protocol.http.AbstractHTTPServerProtocol.DeploymentInstance
- DeploymentInstance(DeploymentInfo, WebService.RequestHandler) - Constructor for class org.openremote.agent.protocol.http.AbstractHTTPServerProtocol.DeploymentInstance
- DESCRIPTOR - Static variable in class org.openremote.agent.protocol.artnet.ArtnetAgent
- DESCRIPTOR - Static variable in class org.openremote.agent.protocol.artnet.ArtnetLightAsset
- DESCRIPTOR - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshAgent
- DESCRIPTOR - Static variable in class org.openremote.agent.protocol.http.HTTPAgent
- DESCRIPTOR - Static variable in class org.openremote.agent.protocol.knx.KNXAgent
- DESCRIPTOR - Static variable in class org.openremote.agent.protocol.mail.MailAgent
- DESCRIPTOR - Static variable in class org.openremote.agent.protocol.mqtt.MQTTAgent
- DESCRIPTOR - Static variable in class org.openremote.agent.protocol.serial.SerialAgent
- DESCRIPTOR - Static variable in class org.openremote.agent.protocol.simulator.SimulatorAgent
- DESCRIPTOR - Static variable in class org.openremote.agent.protocol.simulator.storage.StorageSimulatorAgent
- DESCRIPTOR - Static variable in class org.openremote.agent.protocol.snmp.SNMPAgent
- DESCRIPTOR - Static variable in class org.openremote.agent.protocol.tcp.TCPAgent
- DESCRIPTOR - Static variable in class org.openremote.agent.protocol.tradfri.TradfriAgent
- DESCRIPTOR - Static variable in class org.openremote.agent.protocol.tradfri.TradfriLightAsset
- DESCRIPTOR - Static variable in class org.openremote.agent.protocol.tradfri.TradfriPlugAsset
- DESCRIPTOR - Static variable in class org.openremote.agent.protocol.udp.UDPAgent
- DESCRIPTOR - Static variable in class org.openremote.agent.protocol.velbus.VelbusSerialAgent
- DESCRIPTOR - Static variable in class org.openremote.agent.protocol.velbus.VelbusTCPAgent
- DESCRIPTOR - Static variable in class org.openremote.agent.protocol.websocket.WebsocketAgent
- DESCRIPTOR - Static variable in class org.openremote.agent.protocol.zwave.ZWaveAgent
- deserializePublicationResolution(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.transport.PublicationSettings
-
Decodes the publication period resolution.
- detached(DetachEvent) - Method in class org.openremote.agent.protocol.knx.KNXConnection
- Device - Class in org.openremote.agent.protocol.tradfri.device
-
The class that represents an IKEA TRÅDFRI device
- Device(String, Long, Integer, DeviceInfo, CoapClient) - Constructor for class org.openremote.agent.protocol.tradfri.device.Device
-
Construct the Device class
- DEVICE_ID - Static variable in interface org.openremote.agent.protocol.tradfri.TradfriAsset
- DEVICE_INDEX_ID - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiCode
-
The IKEA TRÅDFRI API code for a device index id property
Value: "9057" - DEVICE_INFORMATION - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiCode
-
The IKEA TRÅDFRI API code for device information
Value: "3" - deviceAddress - Variable in class org.openremote.agent.protocol.velbus.VelbusAgentLink
- deviceEndpoint - Variable in class org.openremote.agent.protocol.zwave.ZWaveAgentLink
- DeviceEvent - Class in org.openremote.agent.protocol.tradfri.device.event
-
The class that represents a device event that occurred to an IKEA TRÅDFRI device
- DeviceEvent(Device) - Constructor for class org.openremote.agent.protocol.tradfri.device.event.DeviceEvent
-
Construct the DeviceEvent class
- DeviceFeatureUtils - Class in org.openremote.agent.protocol.bluetooth.mesh.utils
- DeviceFeatureUtils() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.utils.DeviceFeatureUtils
- DeviceInfo - Class in org.openremote.agent.protocol.tradfri.device
-
The class that contains the information of an IKEA TRÅDFRI device
- DeviceInfo() - Constructor for class org.openremote.agent.protocol.tradfri.device.DeviceInfo
-
Construct the DeviceInfo class
- deviceNodeId - Variable in class org.openremote.agent.protocol.zwave.ZWaveAgentLink
- DeviceObserver - Class in org.openremote.agent.protocol.tradfri.device
-
The class that observes a device to automagically detect changes
- DeviceObserver(Device, CoapClient) - Constructor for class org.openremote.agent.protocol.tradfri.device.DeviceObserver
-
Construct the DeviceObserver class
- DeviceProperties - Class in org.openremote.agent.protocol.tradfri.device
-
The class that contains the properties of an IKEA TRÅDFRI device
- DeviceProperties() - Constructor for class org.openremote.agent.protocol.tradfri.device.DeviceProperties
-
Construct the DeviceProperties class
- devicePropertyCache - Variable in class org.openremote.agent.protocol.velbus.device.VelbusDevice
- DeviceRequest - Class in org.openremote.agent.protocol.tradfri.payload
-
The class that contains the payload for a request to update a IKEA TRÅDFRI device
- DeviceRequest() - Constructor for class org.openremote.agent.protocol.tradfri.payload.DeviceRequest
-
Construct the DeviceRequest class
- DeviceResponse - Class in org.openremote.agent.protocol.tradfri.payload
-
The class that contains the payload for a response of an IKEA TRÅDFRI device
- DeviceResponse() - Constructor for class org.openremote.agent.protocol.tradfri.payload.DeviceResponse
-
Construct the DeviceResponse class
- devices - Variable in class org.openremote.agent.protocol.velbus.VelbusNetwork
- DEVICES - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiEndpoint
-
The endpoint for IKEA TRÅDFRI devices
Value: "15001" - deviceType - Variable in class org.openremote.agent.protocol.velbus.device.VelbusDevice
- deviceValue - Variable in class org.openremote.agent.protocol.zwave.ZWaveAgentLink
- deviceValueLink - Variable in class org.openremote.agent.protocol.velbus.VelbusAgentLink
- devMode - Variable in class org.openremote.agent.protocol.http.AbstractHTTPServerProtocol
- DIMMER_LEVEL_STATUS - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.InboundCommand
- DIMMER_PREFIX - Static variable in class org.openremote.agent.protocol.velbus.device.AnalogOutputProcessor
- DIMMER_STATUS - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.InboundCommand
- DISABLED - Enum constant in enum class org.openremote.agent.protocol.velbus.device.ThermostatProcessor.TemperatureState
- DISABLED - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.Features
- DISABLED - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- disableObserve() - Method in class org.openremote.agent.protocol.tradfri.device.Device
-
Disable observe
- disableObserve() - Method in class org.openremote.agent.protocol.tradfri.device.Gateway
-
Disable observe
- disconnect() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxy
- disconnect() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxyStateMachine
- disconnect() - Method in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- disconnect() - Method in interface org.openremote.agent.protocol.io.IOClient
-
Disconnect from the device
- disconnect() - Method in class org.openremote.agent.protocol.knx.KNXConnection
- disconnect() - Method in class org.openremote.agent.protocol.mail.MailClient
- disconnect() - Method in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- disconnect() - Method in class org.openremote.agent.protocol.tradfri.TradfriConnection
-
Handles the disconnection.
- disconnect() - Method in class org.openremote.agent.protocol.velbus.VelbusNetwork
- disconnect() - Method in class org.openremote.agent.protocol.zwave.ZWaveNetwork
- disconnectClient(U) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- disconnectClient(U) - Method in interface org.openremote.agent.protocol.io.IOServer
-
Forcibly close the connection to a client
- disconnected - Variable in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- discoverDevices(ZWaveAgent) - Method in class org.openremote.agent.protocol.zwave.ZWaveNetwork
- displayName - Variable in class org.openremote.agent.protocol.velbus.device.FeatureProcessor.PropertyDescriptor
- distributeAppKey(ApplicationKey, byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
-
Distributes/updates the provisioner node's the application key and returns the updated Application Key.
- distributeKey(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.ApplicationKey
- distributeKey(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
-
Updates the currently used
MeshKey.key
with the newKey and sets the currently used key as theMeshKey.oldKey
- distributeNetKey(NetworkKey, byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
-
Distribute Net Key will start the key refresh procedure and return the newly updated key.
- DO_NOT_SEND_PERIODICALLY - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.Heartbeat
- doBind(SocketAddress) - Method in class org.openremote.agent.protocol.serial.JSerialCommChannel
- doClientSubscription(String, Set<Consumer<MQTTMessage<S>>>) - Method in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- doClose() - Method in class org.openremote.agent.protocol.serial.JSerialCommChannel
- doConnect() - Method in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- doConnect() - Method in class org.openremote.agent.protocol.mail.MailClient
- doConnect(SocketAddress, SocketAddress) - Method in class org.openremote.agent.protocol.serial.JSerialCommChannel
- doCreateIoClient() - Method in class org.openremote.agent.protocol.artnet.ArtnetProtocol
- doCreateIoClient() - Method in class org.openremote.agent.protocol.io.AbstractIOClientProtocol
-
Should return an instance of
IOClient
for the linkedAgent
. - doCreateIoClient() - Method in class org.openremote.agent.protocol.mqtt.MQTTProtocol
- doCreateIoClient() - Method in class org.openremote.agent.protocol.serial.AbstractSerialProtocol
- doCreateIoClient() - Method in class org.openremote.agent.protocol.tcp.AbstractTCPClientProtocol
- doCreateIoClient() - Method in class org.openremote.agent.protocol.udp.AbstractUDPProtocol
- doCreateIoClient() - Method in class org.openremote.agent.protocol.websocket.WebsocketAgentProtocol
- doDisconnect() - Method in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- doDisconnect() - Method in class org.openremote.agent.protocol.serial.JSerialCommChannel
- doDisconnect() - Method in class org.openremote.agent.protocol.websocket.WebsocketIOClient
- doInit() - Method in class org.openremote.agent.protocol.serial.JSerialCommChannel
- doLinkAttribute(String, Attribute<?>, BluetoothMeshAgentLink) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProtocol
- doLinkAttribute(String, Attribute<?>, HTTPAgentLink) - Method in class org.openremote.agent.protocol.http.HTTPProtocol
- doLinkAttribute(String, Attribute<?>, KNXAgentLink) - Method in class org.openremote.agent.protocol.knx.KNXProtocol
- doLinkAttribute(String, Attribute<?>, MQTTAgentLink) - Method in class org.openremote.agent.protocol.mqtt.MQTTProtocol
- doLinkAttribute(String, Attribute<?>, SimulatorAgentLink) - Method in class org.openremote.agent.protocol.simulator.SimulatorProtocol
- doLinkAttribute(String, Attribute<?>, StorageSimulatorAgentLink) - Method in class org.openremote.agent.protocol.simulator.storage.StorageSimulatorProtocol
- doLinkAttribute(String, Attribute<?>, SNMPAgentLink) - Method in class org.openremote.agent.protocol.snmp.SNMPProtocol
- doLinkAttribute(String, Attribute<?>, VelbusAgentLink) - Method in class org.openremote.agent.protocol.velbus.AbstractVelbusProtocol
- doLinkAttribute(String, Attribute<?>, WebsocketAgentLink) - Method in class org.openremote.agent.protocol.websocket.WebsocketAgentProtocol
- doLinkAttribute(String, Attribute<?>, ZWaveAgentLink) - Method in class org.openremote.agent.protocol.zwave.ZWaveProtocol
- doLinkAttribute(String, Attribute<?>, DefaultAgentLink) - Method in class org.openremote.agent.protocol.artnet.ArtnetProtocol
- doLinkAttribute(String, Attribute<?>, DefaultAgentLink) - Method in class org.openremote.agent.protocol.serial.SerialProtocol
- doLinkAttribute(String, Attribute<?>, DefaultAgentLink) - Method in class org.openremote.agent.protocol.tcp.TCPProtocol
- doLinkAttribute(String, Attribute<?>, DefaultAgentLink) - Method in class org.openremote.agent.protocol.tradfri.TradfriProtocol
- doLinkAttribute(String, Attribute<?>, DefaultAgentLink) - Method in class org.openremote.agent.protocol.udp.UDPProtocol
- doLinkAttribute(String, Attribute<?>, U) - Method in class org.openremote.agent.protocol.AbstractProtocol
-
Link an
Attribute
to its linkedAgent
. - doLinkAttribute(String, Attribute<?>, V) - Method in class org.openremote.agent.protocol.mail.AbstractMailProtocol
- doLinkedAttributeWrite(BluetoothMeshAgentLink, AttributeEvent, Object) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProtocol
- doLinkedAttributeWrite(HTTPAgentLink, AttributeEvent, Object) - Method in class org.openremote.agent.protocol.http.HTTPProtocol
- doLinkedAttributeWrite(KNXAgentLink, AttributeEvent, Object) - Method in class org.openremote.agent.protocol.knx.KNXProtocol
- doLinkedAttributeWrite(SimulatorAgentLink, AttributeEvent, Object) - Method in class org.openremote.agent.protocol.simulator.SimulatorProtocol
- doLinkedAttributeWrite(StorageSimulatorAgentLink, AttributeEvent, Object) - Method in class org.openremote.agent.protocol.simulator.storage.StorageSimulatorProtocol
- doLinkedAttributeWrite(SNMPAgentLink, AttributeEvent, Object) - Method in class org.openremote.agent.protocol.snmp.SNMPProtocol
- doLinkedAttributeWrite(VelbusAgentLink, AttributeEvent, Object) - Method in class org.openremote.agent.protocol.velbus.AbstractVelbusProtocol
- doLinkedAttributeWrite(ZWaveAgentLink, AttributeEvent, Object) - Method in class org.openremote.agent.protocol.zwave.ZWaveProtocol
- doLinkedAttributeWrite(DefaultAgentLink, AttributeEvent, Object) - Method in class org.openremote.agent.protocol.tradfri.TradfriProtocol
- doLinkedAttributeWrite(U, AttributeEvent, Object) - Method in class org.openremote.agent.protocol.AbstractProtocol
-
An Attribute event (write) has been requested for an attribute linked to this protocol.
- doLinkedAttributeWrite(V, AttributeEvent, Object) - Method in class org.openremote.agent.protocol.mail.AbstractMailProtocol
- doLinkedAttributeWrite(X, AttributeEvent, Object) - Method in class org.openremote.agent.protocol.io.AbstractIOClientProtocol
- doReconnect() - Method in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- doSendPacket() - Method in class org.openremote.agent.protocol.velbus.VelbusNetwork
- doStart(Container) - Method in class org.openremote.agent.protocol.AbstractProtocol
-
Start this protocol instance
- doStart(Container) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProtocol
- doStart(Container) - Method in class org.openremote.agent.protocol.http.AbstractHTTPServerProtocol
- doStart(Container) - Method in class org.openremote.agent.protocol.http.HTTPProtocol
- doStart(Container) - Method in class org.openremote.agent.protocol.io.AbstractIOClientProtocol
- doStart(Container) - Method in class org.openremote.agent.protocol.knx.KNXProtocol
- doStart(Container) - Method in class org.openremote.agent.protocol.mail.AbstractMailProtocol
- doStart(Container) - Method in class org.openremote.agent.protocol.mqtt.MQTTProtocol
- doStart(Container) - Method in class org.openremote.agent.protocol.simulator.SimulatorProtocol
- doStart(Container) - Method in class org.openremote.agent.protocol.simulator.storage.StorageSimulatorProtocol
- doStart(Container) - Method in class org.openremote.agent.protocol.snmp.SNMPProtocol
- doStart(Container) - Method in class org.openremote.agent.protocol.tcp.AbstractTCPServerProtocol
- doStart(Container) - Method in class org.openremote.agent.protocol.tradfri.TradfriProtocol
- doStart(Container) - Method in class org.openremote.agent.protocol.velbus.AbstractVelbusProtocol
- doStart(Container) - Method in class org.openremote.agent.protocol.zwave.ZWaveProtocol
- doStop(Container) - Method in class org.openremote.agent.protocol.AbstractProtocol
-
Stop this protocol instance
- doStop(Container) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProtocol
- doStop(Container) - Method in class org.openremote.agent.protocol.http.AbstractHTTPServerProtocol
- doStop(Container) - Method in class org.openremote.agent.protocol.http.HTTPProtocol
- doStop(Container) - Method in class org.openremote.agent.protocol.io.AbstractIOClientProtocol
- doStop(Container) - Method in class org.openremote.agent.protocol.knx.KNXProtocol
- doStop(Container) - Method in class org.openremote.agent.protocol.mail.AbstractMailProtocol
- doStop(Container) - Method in class org.openremote.agent.protocol.simulator.SimulatorProtocol
- doStop(Container) - Method in class org.openremote.agent.protocol.simulator.storage.StorageSimulatorProtocol
- doStop(Container) - Method in class org.openremote.agent.protocol.snmp.SNMPProtocol
- doStop(Container) - Method in class org.openremote.agent.protocol.tcp.AbstractTCPServerProtocol
- doStop(Container) - Method in class org.openremote.agent.protocol.tradfri.TradfriProtocol
- doStop(Container) - Method in class org.openremote.agent.protocol.velbus.AbstractVelbusProtocol
- doStop(Container) - Method in class org.openremote.agent.protocol.websocket.WebsocketAgentProtocol
- doStop(Container) - Method in class org.openremote.agent.protocol.zwave.ZWaveProtocol
- doSubscription(Map<String, List<String>>, WebsocketSubscription) - Method in class org.openremote.agent.protocol.websocket.WebsocketAgentProtocol
- doSubscriptions(Map<String, List<String>>, WebsocketSubscription[]) - Method in class org.openremote.agent.protocol.websocket.WebsocketAgentProtocol
- doTimeInjection() - Method in class org.openremote.agent.protocol.velbus.VelbusNetwork
- doUnlinkAttribute(String, Attribute<?>, BluetoothMeshAgentLink) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProtocol
- doUnlinkAttribute(String, Attribute<?>, HTTPAgentLink) - Method in class org.openremote.agent.protocol.http.HTTPProtocol
- doUnlinkAttribute(String, Attribute<?>, KNXAgentLink) - Method in class org.openremote.agent.protocol.knx.KNXProtocol
- doUnlinkAttribute(String, Attribute<?>, MQTTAgentLink) - Method in class org.openremote.agent.protocol.mqtt.MQTTProtocol
- doUnlinkAttribute(String, Attribute<?>, SimulatorAgentLink) - Method in class org.openremote.agent.protocol.simulator.SimulatorProtocol
- doUnlinkAttribute(String, Attribute<?>, StorageSimulatorAgentLink) - Method in class org.openremote.agent.protocol.simulator.storage.StorageSimulatorProtocol
- doUnlinkAttribute(String, Attribute<?>, SNMPAgentLink) - Method in class org.openremote.agent.protocol.snmp.SNMPProtocol
- doUnlinkAttribute(String, Attribute<?>, VelbusAgentLink) - Method in class org.openremote.agent.protocol.velbus.AbstractVelbusProtocol
- doUnlinkAttribute(String, Attribute<?>, WebsocketAgentLink) - Method in class org.openremote.agent.protocol.websocket.WebsocketAgentProtocol
- doUnlinkAttribute(String, Attribute<?>, ZWaveAgentLink) - Method in class org.openremote.agent.protocol.zwave.ZWaveProtocol
- doUnlinkAttribute(String, Attribute<?>, DefaultAgentLink) - Method in class org.openremote.agent.protocol.artnet.ArtnetProtocol
- doUnlinkAttribute(String, Attribute<?>, DefaultAgentLink) - Method in class org.openremote.agent.protocol.serial.SerialProtocol
- doUnlinkAttribute(String, Attribute<?>, DefaultAgentLink) - Method in class org.openremote.agent.protocol.tcp.TCPProtocol
- doUnlinkAttribute(String, Attribute<?>, DefaultAgentLink) - Method in class org.openremote.agent.protocol.tradfri.TradfriProtocol
- doUnlinkAttribute(String, Attribute<?>, DefaultAgentLink) - Method in class org.openremote.agent.protocol.udp.UDPProtocol
- doUnlinkAttribute(String, Attribute<?>, U) - Method in class org.openremote.agent.protocol.AbstractProtocol
-
Unlink an
Attribute
from its linkedAgent
. - doUnlinkAttribute(String, Attribute<?>, V) - Method in class org.openremote.agent.protocol.mail.AbstractMailProtocol
- DOWN - Enum constant in enum class org.openremote.agent.protocol.velbus.device.BlindProcessor.ChannelState
- dpt - Variable in class org.openremote.agent.protocol.knx.KNXAgentLink
- dst - Variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.Heartbeat
- dynamicAttributes - Variable in class org.openremote.agent.protocol.AbstractProtocol
E
- earliestMessageDate - Variable in class org.openremote.agent.protocol.mail.MailClientBuilder
- element - Variable in class org.openremote.agent.protocol.bluetooth.mesh.ShadowMeshModel
- Element - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
- Element(int, int, Map<Integer, MeshModel>) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.Element
-
Constructs an element within a node
- EMPTY_SENSOR_TEXT - Static variable in class org.openremote.agent.protocol.velbus.device.AnalogInputProcessor
- ENABLED - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.Features
- ENABLED - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- ENABLED_STATE - Enum constant in enum class org.openremote.agent.protocol.velbus.device.InputProcessor.PropertyType
- enableObserve() - Method in class org.openremote.agent.protocol.tradfri.device.Device
-
Enable observe to automagically detect changes to the device
- enableObserve() - Method in class org.openremote.agent.protocol.tradfri.device.Gateway
-
Enable observe to automagically detect changes to the device
- ENC_K4_OUTPUT_MASK - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
-
Output mask for K4
- encode(ChannelHandlerContext, byte[], ByteBuf) - Method in class org.openremote.agent.protocol.zwave.ZWavePacketEncoder
- encode(ChannelHandlerContext, VelbusPacket, ByteBuf) - Method in class org.openremote.agent.protocol.velbus.VelbusPacketEncoder
- encode(ChannelHandlerContext, T, ByteBuf) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOClient.MessageToByteEncoder
- encoder - Variable in class org.openremote.agent.protocol.io.AbstractNettyIOClient.MessageToByteEncoder
- encoderDecoderProvider - Variable in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- encryptCCM(byte[], byte[], byte[], byte[], int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
- encryptCCM(byte[], byte[], byte[], int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
- encryptWithAES(byte[], byte[]) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
- END_GROUP_ADDRESS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
- END_UNICAST_ADDRESS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
- END_VIRTUAL_ADDRESS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
- engineGetKeyManagers() - Method in class org.openremote.agent.protocol.mqtt.CustomKeyManagerFactorySpi
- engineGetTrustManagers() - Method in class org.openremote.agent.protocol.mqtt.CustomX509TrustManagerFactorySpi
- engineInit(KeyStore) - Method in class org.openremote.agent.protocol.mqtt.CustomX509TrustManagerFactorySpi
- engineInit(KeyStore, char[]) - Method in class org.openremote.agent.protocol.mqtt.CustomKeyManagerFactorySpi
- engineInit(ManagerFactoryParameters) - Method in class org.openremote.agent.protocol.mqtt.CustomKeyManagerFactorySpi
- engineInit(ManagerFactoryParameters) - Method in class org.openremote.agent.protocol.mqtt.CustomX509TrustManagerFactorySpi
- enqueue(Runnable) - Method in class org.openremote.agent.protocol.bluetooth.mesh.MainThreadManager
- equals(Object) - Method in class org.openremote.agent.protocol.bluetooth.mesh.IvIndex
- equals(Object) - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
- equals(Object) - Method in class org.openremote.agent.protocol.velbus.VelbusPacket
- ETSFileURIResolver - Class in org.openremote.agent.protocol.knx
- ETSFileURIResolver(byte[]) - Constructor for class org.openremote.agent.protocol.knx.ETSFileURIResolver
- ETX - Static variable in class org.openremote.agent.protocol.velbus.VelbusPacket
- EVEN - Enum constant in enum class org.openremote.agent.protocol.serial.JSerialCommChannelConfig.Paritybit
-
An even parity bit will be sent with each data character, ie.
- EventHandler<T> - Class in org.openremote.agent.protocol.tradfri.device.event
-
The class that handles events for IKEA TRÅDFRI devices
- EventHandler() - Constructor for class org.openremote.agent.protocol.tradfri.device.event.EventHandler
-
Construct the EventHandler class
- EXCLUSION_LIST_FILTER - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.ProxyFilterType
-
A exclusion list filter has an associated exclusion list, which is a list of destination addresses that the Proxy Client does not want to receive.
- executeAttributeWriteRequest(HTTPProtocol.HttpClientRequest, Object, Consumer<Response>) - Method in class org.openremote.agent.protocol.http.HTTPProtocol
- executePagingRequest(HTTPProtocol.HttpClientRequest, Response) - Method in class org.openremote.agent.protocol.http.HTTPProtocol
- executePollingRequest(HTTPProtocol.HttpClientRequest, String, Consumer<Response>) - Method in class org.openremote.agent.protocol.http.HTTPProtocol
- executeSend() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningCapabilitiesState
- executeSend() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningCompleteState
- executeSend() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningConfirmationState
- executeSend() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningDataState
- executeSend() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningFailedState
- executeSend() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningInputCompleteState
- executeSend() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningInviteState
- executeSend() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningPublicKeyState
- executeSend() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningRandomConfirmationState
- executeSend() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningStartState
- executeSend() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState
- executeSensorValueConsumers(Object) - Method in class org.openremote.agent.protocol.bluetooth.mesh.ShadowMeshModel
- executorService - Variable in class org.openremote.agent.protocol.AbstractProtocol
- executorService - Variable in class org.openremote.agent.protocol.bluetooth.mesh.SendSingleDataSegmentCommand
- executorService - Variable in class org.openremote.agent.protocol.bluetooth.mesh.ShadowMeshModel
- executorService - Variable in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- executorService - Variable in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- executorService - Variable in class org.openremote.agent.protocol.mail.MailClientBuilder
- executorService - Variable in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- executorService - Variable in class org.openremote.agent.protocol.velbus.VelbusNetwork
- ExportAll() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.ApplicationKeysConfig.ExportAll
- ExportAll() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.GroupsConfig.ExportAll
- ExportAll() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.NetworkKeysConfig.ExportAll
- ExportAll() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.ProvisionersConfig.ExportAll
- ExportAll() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.ScenesConfig.ExportAll
- ExportRelated() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.GroupsConfig.ExportRelated
- ExportRelated() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.ScenesConfig.ExportRelated
- ExportSome(List<ApplicationKey>) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.ApplicationKeysConfig.ExportSome
-
Constructs ExportSome to export only a selected number of Application Keys when exporting a mesh network.
- ExportSome(List<Group>) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.GroupsConfig.ExportSome
-
Constructs ExportSome to export only a selected number of Groups when exporting a mesh network.
- ExportSome(List<NetworkKey>) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.NetworkKeysConfig.ExportSome
-
Constructs ExportSome to export only a selected number of network keys when exporting a mesh network.
- ExportSome(List<Provisioner>) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.ProvisionersConfig.ExportSome
-
Constructs ExportSome to export only a selected number of Provisioners when exporting a mesh network.
- ExportSome(List<Scene>) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.ScenesConfig.ExportSome
-
Constructs ExportSome to export only a selected number of Scenes when exporting a mesh network.
- ExportSome(List<ProvisionedMeshNode>, List<ProvisionedMeshNode>) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.NodesConfig.ExportSome
-
Constructs ExportSome to export only a selected number of Nodes when exporting a mesh network.
- ExportWithDeviceKey() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.NodesConfig.ExportWithDeviceKey
- ExportWithoutDeviceKey() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.NodesConfig.ExportWithoutDeviceKey
- ExtendedInvalidCipherTextException - Exception in org.openremote.agent.protocol.bluetooth.mesh.utils
- ExtendedInvalidCipherTextException(String, Throwable, String) - Constructor for exception org.openremote.agent.protocol.bluetooth.mesh.utils.ExtendedInvalidCipherTextException
-
Constructs ExtendedInvalidCipherTextException
F
- FAST - Enum constant in enum class org.openremote.agent.protocol.velbus.device.FeatureProcessor.LedState
- FEATURE_NOT_SUPPORTED - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage.StatusCodeNames
- FeatureProcessor - Class in org.openremote.agent.protocol.velbus.device
-
Base class for reading/writing a set of device properties that relate to a feature/capability.
- FeatureProcessor() - Constructor for class org.openremote.agent.protocol.velbus.device.FeatureProcessor
- FeatureProcessor.LedState - Enum Class in org.openremote.agent.protocol.velbus.device
- FeatureProcessor.PropertyDescriptor - Class in org.openremote.agent.protocol.velbus.device
- featureProcessors - Variable in class org.openremote.agent.protocol.velbus.device.VelbusDevice
- Features - Class in org.openremote.agent.protocol.bluetooth.mesh
-
Defines the features supported by a
ProvisionedMeshNode
- Features(int, int, int, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.Features
- filter(ClientRequestContext) - Method in class org.openremote.agent.protocol.http.PaginationFilter
- FILTER_STATUS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ProxyConfigMessageOpCodes
-
Acknowledgment opcode sent by a Proxy Server to a Proxy Client to report the status of the proxy filter list.
- FIPS_P_256_ELLIPTIC_CURVE - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.AlgorithmType
- FIRMWARE_VERSION - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiCode
-
The IKEA TRÅDFRI API code for a device firmware version
Value: "3" - folder - Variable in class org.openremote.agent.protocol.mail.MailClientBuilder
- FOLLOW_REDIRECTS - Static variable in class org.openremote.agent.protocol.http.HTTPAgent
- forbiddenResteasyExceptionMapper - Static variable in class org.openremote.agent.protocol.http.AbstractHTTPServerProtocol
- FORCE_ON - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- FORCE_ON_CANCEL - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- FORCED - Enum constant in enum class org.openremote.agent.protocol.velbus.device.OutputChannelProcessor.ChannelSetting
- FORCED_DOWN - Enum constant in enum class org.openremote.agent.protocol.velbus.device.BlindProcessor.ChannelSetting
- FORCED_UP - Enum constant in enum class org.openremote.agent.protocol.velbus.device.BlindProcessor.ChannelSetting
- formatAddress(int, boolean) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
- formatCompanyIdentifier(int, boolean) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.CompositionDataParser
- formatFeatures(int, boolean) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.CompositionDataParser
- formatModelIdentifier(int, boolean) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.CompositionDataParser
- formatProductIdentifier(int, boolean) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.CompositionDataParser
- formatReplayProtectionCount(int, boolean) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.CompositionDataParser
- formatSceneNumber(int, boolean) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.Scene
-
Formats the scene number in to a 4 character hexadecimal String
- formatTimeStamp(long) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
-
Formats the timestamp
- formatUuid(String) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
-
Formats a hex string without dashes to a uuid string
- formatVersionIdentifier(int, boolean) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.CompositionDataParser
- fromBoolean(Boolean) - Static method in enum class org.openremote.agent.protocol.velbus.device.AnalogOutputProcessor.ChannelState
- fromBoolean(Boolean) - Static method in enum class org.openremote.agent.protocol.velbus.device.BlindProcessor.ChannelState
- fromBoolean(Boolean) - Static method in enum class org.openremote.agent.protocol.velbus.device.InputProcessor.ChannelState
- fromCode(int) - Static method in enum class org.openremote.agent.protocol.velbus.device.AnalogInputProcessor.SensorMode
- fromCode(int) - Static method in enum class org.openremote.agent.protocol.velbus.device.AnalogInputProcessor.SensorType
- fromCode(int) - Static method in enum class org.openremote.agent.protocol.velbus.device.BlindProcessor.ChannelSetting
- fromCode(int) - Static method in enum class org.openremote.agent.protocol.velbus.device.CounterProcessor.CounterUnits
- fromCode(int) - Static method in enum class org.openremote.agent.protocol.velbus.device.FeatureProcessor.LedState
- fromCode(int) - Static method in enum class org.openremote.agent.protocol.velbus.device.InputProcessor.ChannelState
- fromCode(int) - Static method in enum class org.openremote.agent.protocol.velbus.device.OutputChannelProcessor.ChannelSetting
- fromCode(int) - Static method in enum class org.openremote.agent.protocol.velbus.device.ThermostatProcessor.TemperatureMode
- fromCode(int) - Static method in enum class org.openremote.agent.protocol.velbus.device.ThermostatProcessor.TemperatureState
- fromCode(int) - Static method in enum class org.openremote.agent.protocol.velbus.device.VelbusDeviceType
- fromCode(int) - Static method in enum class org.openremote.agent.protocol.velbus.VelbusPacket.InboundCommand
- fromCode(int) - Static method in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- fromErrorCode(int) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningFailedState.ProvisioningFailureCode
- fromMatchPredicate - Variable in class org.openremote.agent.protocol.mail.MailAgentLink
- fromPropertySuffix(String) - Static method in enum class org.openremote.agent.protocol.velbus.device.InputProcessor.PropertyType
- fromResponse(Response) - Static method in class org.openremote.agent.protocol.http.HTTPProtocol.PagingResponse
- fromRGB(ColourRGB) - Static method in class org.openremote.agent.protocol.tradfri.util.ColourXY
-
Construct the ColourXY class from the
ColourRGB
class - fromStatusCode(int) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.States
- fromStatusCode(int) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage.StatusCodeNames
- fromString(String) - Static method in class org.openremote.agent.protocol.velbus.VelbusPacket
- fromValue(int) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.AddressType
-
Returns the oob method used for authentication
- fromValue(int) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.AuthenticationOOBMethods
-
Returns the oob method used for authentication
- fromValue(short) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.AlgorithmType
-
Returns the oob method used for authentication
- fromValue(short) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.InputOOBAction
-
Returns the oob method used for authentication
- fromValue(short) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.OutputOOBAction
-
Returns the oob method used for authentication
- fromValue(Object) - Static method in enum class org.openremote.agent.protocol.velbus.device.AnalogOutputProcessor.ChannelState
- fromValue(Object) - Static method in enum class org.openremote.agent.protocol.velbus.device.BlindProcessor.ChannelSetting
- fromValue(Object) - Static method in enum class org.openremote.agent.protocol.velbus.device.BlindProcessor.ChannelState
- fromValue(Object) - Static method in enum class org.openremote.agent.protocol.velbus.device.InputProcessor.ChannelState
- fromValue(Object) - Static method in enum class org.openremote.agent.protocol.velbus.device.OutputChannelProcessor.ChannelSetting
G
- Gateway - Class in org.openremote.agent.protocol.tradfri.device
-
The class that is used to communicate with the IKEA TRÅDFRI gateway
- Gateway(String) - Constructor for class org.openremote.agent.protocol.tradfri.device.Gateway
-
Construct the Gateway class
- GATEWAY_DETAILS - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiEndpoint
-
The endpoint to get the details of the IKEA TRÅDFRI gateway
Value: "15011/15012" - GATEWAY_FIRMWARE_VERSION - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiCode
-
The IKEA TRÅDFRI API code for a gateway firmware version property
Value: "9029" - GATEWAY_REBOOT - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiEndpoint
-
The endpoint to reboot the IKEA TRÅDFRI gateway
Value: "15011/9030" - GATEWAY_RESET - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiEndpoint
-
The endpoint to reset the IKEA TRÅDFRI gateway
Value: "15011/9031" - GATEWAY_UPDATE_FIRMWARE - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiEndpoint
-
The endpoint to update the firmware of the IKEA TRÅDFRI gateway
Value: "15011/9034" - gatewayAddress - Variable in class org.openremote.agent.protocol.knx.KNXConnection
- GatewayEvent - Class in org.openremote.agent.protocol.tradfri.device.event
-
The class that represents an event that occurred to an IKEA TRÅDFRI gateway
- GatewayEvent(Gateway) - Constructor for class org.openremote.agent.protocol.tradfri.device.event.GatewayEvent
-
Construct the GatewayEvent class
- gatewayIp - Variable in class org.openremote.agent.protocol.tradfri.TradfriConnection
-
The IP address of the gateway
- GatewayObserver - Class in org.openremote.agent.protocol.tradfri.device
-
The class that observes an IKEA TRÅDFRI gateway to automagically detect changes
- GatewayObserver(Gateway, CoapClient) - Constructor for class org.openremote.agent.protocol.tradfri.device.GatewayObserver
-
Construct the GatewayObserver class
- generateConfirmationInputs(byte[], byte[]) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.InternalProvisioningCallbacks
-
Generates confirmation inputs based on the public key xy components of provisioner and provisionee
- generateInputOOBAuthenticationValue(InputOOBAction, byte[]) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.InputOOBAction
-
Generates the Input OOB Authentication value
- generateOutputOOBAuthenticationValue(OutputOOBAction, String) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.OutputOOBAction
-
Creates 128-bit authentication value
- generateRandomApplicationKey() - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
- generateRandomLabelUUID() - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
-
Generates a random uuid
- generateRandomNetworkKey() - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
- generateRandomNumber() - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
- generateVirtualAddress(UUID) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
-
Generates a virtual address from a given Lable UUID
- GENERIC_LEVEL_CLIENT - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.models.SigModelParser
- GENERIC_LEVEL_GET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ApplicationMessageOpCodes
-
Opcode for the "Generic Level Get" message.
- GENERIC_LEVEL_SERVER - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.models.SigModelParser
- GENERIC_LEVEL_SET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ApplicationMessageOpCodes
-
Opcode for the "Generic Level Set" message.
- GENERIC_LEVEL_SET_UNACKNOWLEDGED - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ApplicationMessageOpCodes
-
Opcode for the "Generic Level Set Unacknowledged" message.
- GENERIC_LEVEL_STATUS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ApplicationMessageOpCodes
-
Opcode for the "Generic Level Status" message.
- GENERIC_ON_OFF_5_MS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
- GENERIC_ON_OFF_CLIENT - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.models.SigModelParser
- GENERIC_ON_OFF_GET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ApplicationMessageOpCodes
-
Opcode for the "Generic OnOff Get" message.
- GENERIC_ON_OFF_SERVER - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.models.SigModelParser
- GENERIC_ON_OFF_SET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ApplicationMessageOpCodes
-
Opcode for the "Generic OnOff Set" message.
- GENERIC_ON_OFF_SET_UNACKNOWLEDGED - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ApplicationMessageOpCodes
-
Opcode for the "Generic OnOff Set Unacknowledged" message.
- GENERIC_ON_OFF_STATUS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ApplicationMessageOpCodes
-
Opcode for the "Generic OnOff Status" message.
- GENERIC_TRANSITION_STEP_0 - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericLevelGet
- GENERIC_TRANSITION_STEP_1 - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericLevelGet
- GENERIC_TRANSITION_STEP_2 - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericLevelGet
- GENERIC_TRANSITION_STEP_3 - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericLevelGet
- GenericLevelGet - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class to create generic level get message.
- GenericLevelGet(ApplicationKey) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericLevelGet
-
Constructs GenericLevelGet message.
- GenericLevelSet - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class when creating a GenericLevelSet message.
- GenericLevelSet(ApplicationKey, int, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericLevelSet
-
Constructs GenericLevelSet message.
- GenericLevelSet(ApplicationKey, Integer, Integer, Integer, int, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericLevelSet
-
Constructs GenericLevelSet message.
- GenericLevelSetUnacknowledged - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class when creating a GenericLevelSetUnacknowledged message.
- GenericLevelSetUnacknowledged(ApplicationKey, int, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericLevelSetUnacknowledged
-
Constructs GenericLevelSetUnacknowledged message.
- GenericLevelSetUnacknowledged(ApplicationKey, Integer, Integer, Integer, int, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericLevelSetUnacknowledged
-
Constructs GenericLevelSetUnacknowledged message.
- GenericLevelStatus - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class to create generic level status message.
- GenericLevelStatus(AccessMessage) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericLevelStatus
-
Constructs GenericLevelStatus message
- GenericOnOffClientModel - Class in org.openremote.agent.protocol.bluetooth.mesh.models
- GenericOnOffClientModel(int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.models.GenericOnOffClientModel
- GenericOnOffGet - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class when creating a GenericOnOffGet message.
- GenericOnOffGet(ApplicationKey) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericOnOffGet
-
Constructs GenericOnOffGet message.
- GenericOnOffServerModel - Class in org.openremote.agent.protocol.bluetooth.mesh.models
- GenericOnOffServerModel(int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.models.GenericOnOffServerModel
- GenericOnOffSet - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class when creating a GenericOnOffSet message.
- GenericOnOffSet(ApplicationKey, boolean, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericOnOffSet
-
Constructs GenericOnOffSet message.
- GenericOnOffSet(ApplicationKey, boolean, int, Integer, Integer, Integer) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericOnOffSet
-
Constructs GenericOnOffSet message.
- GenericOnOffSetUnacknowledged - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class when creating a GenericOnOffSetUnacknowledged message.
- GenericOnOffSetUnacknowledged(ApplicationKey, boolean, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericOnOffSetUnacknowledged
-
Constructs GenericOnOffSet message.
- GenericOnOffSetUnacknowledged(ApplicationKey, boolean, int, Integer, Integer, Integer) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericOnOffSetUnacknowledged
-
Constructs GenericOnOffSet message.
- GenericOnOffStatus - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class for when creating the GenericOnOffStatus Message.
- GenericOnOffStatus(AccessMessage) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericOnOffStatus
-
Constructs the GenericOnOffStatus mMessage.
- GenericStatusMessage - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
- gerVirtualGroups() - Method in interface org.openremote.agent.protocol.bluetooth.mesh.transport.UpperTransportLayerCallbacks
-
Returns the list of groups
- get(String, Class<T>) - Method in class org.openremote.agent.protocol.tradfri.util.CoapClient
-
Make a CoAP GET request to the specified endpoint
- GET - Enum constant in enum class org.openremote.agent.protocol.websocket.WebsocketHTTPSubscription.Method
- getAcceptedIssuers() - Method in class org.openremote.agent.protocol.mqtt.CustomX509TrustManager
- getAcceptedIssuers() - Method in class org.openremote.agent.protocol.mqtt.CustomX509TrustManagerFactorySpi.CustomX509TrustManager
- getAccessPayload() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.VendorModelMessageStatus
- getAccessPdu() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.AccessMessage
- getActionGroupAddress() - Method in class org.openremote.agent.protocol.knx.KNXAgentLink
- getAddedAppKeys() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
-
Returns the list of added AppKey indexes to the node
- getAddedNetKeys() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
-
Returns the list of Network keys added to this node
- getAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshAgentLink
- getAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.Group
-
Returns the address of the group
- getAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.ShadowMeshElement
- getAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigLowPowerNodePollTimeoutStatus
-
Returns the Unicast address of the low power node
- getAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.AddressArray
-
Returns address used in the filter message
- getAddress() - Method in class org.openremote.agent.protocol.velbus.VelbusPacket
- getAddress(int) - Method in class org.openremote.agent.protocol.velbus.device.VelbusDevice
- getAddresses() - Method in class org.openremote.agent.protocol.bluetooth.mesh.Scene
-
Returns the address of the scene
- getAddresses() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProxyConfigAddAddressToFilter
-
Returns the addresses that were added to the proxy filter
- getAddresses() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProxyConfigRemoveAddressFromFilter
-
Returns the addresses that were added to the proxy filter
- getAddresses() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.ProxyFilter
-
Returns the list of addresses containing
AddressArray
added to the proxy filter - getAddressForChannel(VelbusDevice, int) - Static method in class org.openremote.agent.protocol.velbus.device.ChannelProcessor
- getAddressIndex(int) - Method in class org.openremote.agent.protocol.velbus.device.VelbusDevice
- getAddressLabel() - Method in class org.openremote.agent.protocol.bluetooth.mesh.Group
-
Returns the label UUID of the address of the group
- getAddressType(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
-
Returns the
AddressType
- getAgent() - Method in class org.openremote.agent.protocol.AbstractProtocol
- getAid() - Method in class org.openremote.agent.protocol.bluetooth.mesh.ApplicationKey
- getAid() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNetKeyDelete
- getAid() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage
- getAid() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericLevelGet
- getAid() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericStatusMessage
- getAid() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- getAkf() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNetKeyDelete
- getAkf() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage
- getAkf() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericLevelGet
- getAkf() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericStatusMessage
- getAkf() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- getAlarmMemoryLocation(int, VelbusDeviceType) - Static method in class org.openremote.agent.protocol.velbus.device.ProgramsProcessor
- getAlgorithmType() - Method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.AlgorithmType
-
Returns the algorithm oob type value
- getAlgorithmTypeDescription(AlgorithmType) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.AlgorithmType
-
Returns the algorithm description
- getAlgorithmTypeFromBitMask(short) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.AlgorithmType
-
Parses the output oob action value
- getAlgorithmValue(short) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.AlgorithmType
- getAllocatedGroupRanges() - Method in class org.openremote.agent.protocol.bluetooth.mesh.Provisioner
-
Returns
AllocatedGroupRange
for this provisioner - getAllocatedSceneRanges() - Method in class org.openremote.agent.protocol.bluetooth.mesh.Provisioner
-
Returns
AllocatedSceneRange
for this provisioner - getAllocatedUnicastRanges() - Method in class org.openremote.agent.protocol.bluetooth.mesh.Provisioner
-
Returns
AllocatedUnicastRange
for this provisioner - getAllowedHTTPMethods() - Method in class org.openremote.agent.protocol.http.AbstractHTTPServerAgent
- getAllowedOrigins() - Method in class org.openremote.agent.protocol.http.AbstractHTTPServerAgent
- getApiSingletons() - Method in class org.openremote.agent.protocol.http.AbstractHTTPServerProtocol
-
Should return instances of all JAX-RS interface implementations that make up this protocol's deployment.
- getAppKey() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigAppKeyAdd
-
Returns the application key that is needs to be sent to the node
- getAppKey() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigAppKeyDelete
-
Returns the application key that is needs to be sent to the node
- getAppKey() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigAppKeyUpdate
-
Returns the application key that is needs to be sent to the node
- getAppKey() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericLevelGet
-
Returns the app key used in this message.
- getAppKey(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
-
Returns an application key with a given key index
- getAppKeyIndex() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshAgentLink
- getAppKeyIndex() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigAppKeyStatus
-
Returns the global app key index.
- getAppKeyIndex() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelAppBind
-
Returns the global index of the app key to be bound.
- getAppKeyIndex() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelAppStatus
-
Returns the global app key index.
- getAppKeyIndex() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationSet
-
Returns the global index of the app key to be used for publication.
- getAppKeyIndex() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationStatus
-
Returns the global app key index.
- getAppKeyIndex() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationVirtualAddressSet
-
Returns the global index of the app key to be used for publication.
- getAppKeyIndex() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.PublicationSettings
-
Returns the app key index used for publishing by this model
- getAppKeys() - Method in class org.openremote.agent.protocol.bluetooth.mesh.MeshNetwork
-
Returns a list of
ApplicationKey
belonging to the mesh network - getAppKeys(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
-
Returns a list of application keys bound to a Network key
- getApplicationKey() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshAgent
- getApplicationKey() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- getApplicationKey(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- getApplicationKey(int) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.transport.UpperTransportLayerCallbacks
-
Returns the application key with the specific application key identifier
- getApplicationKeys(int) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.InternalTransportCallbacks
-
Returns an application key with a given key index
- getApplicationKeys(int) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.transport.UpperTransportLayerCallbacks
-
Returns a list of Application Keys matching the bound net key index and AID.
- getAszmic() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshMessage
-
Returns the size of message integrity check used for this message.
- getAszmic() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- getAttributeMailMessageFilter(String, Attribute<?>, MailAgentLink) - Method in class org.openremote.agent.protocol.mail.MailProtocol
- getAttributeMailMessageFilter(String, Attribute<?>, V) - Method in class org.openremote.agent.protocol.mail.AbstractMailProtocol
- getAttributeMailMessageFilter(TimerService, T) - Static method in class org.openremote.agent.protocol.mail.MailProtocol
- getAttributes() - Method in interface org.openremote.agent.protocol.tradfri.TradfriAsset
- getAttributeValueDescriptor() - Method in class org.openremote.agent.protocol.velbus.device.FeatureProcessor.PropertyDescriptor
- getAuth() - Method in class org.openremote.agent.protocol.mail.MailClientBuilder
- getAuthActionUsed() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
-
Returns the auth action value and this depends on the
AuthenticationOOBMethods
used and the possible values areStaticOOBType
OutputOOBAction
InputOOBAction
- getAuthenticationMethod() - Method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.AuthenticationOOBMethods
-
Returns the authentication method
- getAuthenticationMethodName(AuthenticationOOBMethods) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.AuthenticationOOBMethods
-
Parses the authentication method used.
- getAuthenticationValue() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedMeshNode
-
Returns the 128-bit authentication value generated based on the user selected OOB type
- getAuthenticationValue() - Method in class org.openremote.agent.protocol.bluetooth.mesh.SecureNetworkBeacon
-
Returns the authentication value of the beacon
- getAuthHeader() - Method in class org.openremote.agent.protocol.websocket.WebsocketIOClient
- getAuthMethodUsed() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
-
Returns the authentication method used during the provisioning process
- getAvailableOOBTypes() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningCapabilities
-
Returns a list of available OOB methods that can be used during provisioning
- getBaseAddress() - Method in class org.openremote.agent.protocol.velbus.device.VelbusDevice
- getBaseURI() - Method in class org.openremote.agent.protocol.http.HTTPAgent
- getBaseUrl() - Static method in class org.openremote.agent.protocol.tradfri.util.ApiEndpoint
-
Get the base URL of the IKEA TRÅDFRI API
- getBatteryLevel() - Method in class org.openremote.agent.protocol.tradfri.device.DeviceInfo
-
Get the battery level of the device
- getBaudrate() - Method in interface org.openremote.agent.protocol.serial.JSerialCommChannelConfig
- getBeaconType() - Method in class org.openremote.agent.protocol.bluetooth.mesh.MeshBeacon
-
Returns the beacon type value
- getBeaconType() - Method in class org.openremote.agent.protocol.bluetooth.mesh.SecureNetworkBeacon
- getBitValue(int, int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
- getBoundAppKeyIndexes() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
-
Returns bound appkey indexes for this model
- getBoundNetKeyIndex() - Method in class org.openremote.agent.protocol.bluetooth.mesh.ApplicationKey
-
Returns the index of the associated netkey
- getBrightness() - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Get the brightness of the light
- getBrightness() - Method in class org.openremote.agent.protocol.tradfri.device.LightProperties
-
Get the brightness of the light
- getByte(int) - Method in class org.openremote.agent.protocol.velbus.VelbusPacket
- getCancelMemoTextPacket(VelbusDevice) - Method in class org.openremote.agent.protocol.velbus.device.OLEDProcessor
- getCapabilities() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningCapabilitiesState
- getCause() - Method in exception org.openremote.agent.protocol.bluetooth.mesh.utils.ExtendedInvalidCipherTextException
- getCertificateAlias() - Method in class org.openremote.agent.protocol.mqtt.MQTTAgent
- getChannel() - Method in class org.openremote.agent.protocol.zwave.ChannelConsumerLink
- getChannelClass() - Method in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- getChannelClass() - Method in class org.openremote.agent.protocol.serial.SerialIOClient
- getChannelClass() - Method in class org.openremote.agent.protocol.tcp.TCPIOClient
- getChannelClass() - Method in class org.openremote.agent.protocol.udp.UDPIOClient
- getChannelClass() - Method in class org.openremote.agent.protocol.websocket.WebsocketIOClient
- getChannelNumberAndPropertySuffix(VelbusDevice, Pattern, String) - Method in class org.openremote.agent.protocol.velbus.device.ChannelProcessor
- getChannelNumberAndPropertyType(VelbusDevice, String) - Method in class org.openremote.agent.protocol.velbus.device.InputProcessor
- getChannelPrefix(VelbusDeviceType) - Method in class org.openremote.agent.protocol.velbus.device.AnalogOutputProcessor
- getChannelStatePackets(VelbusDevice, int, int, InputProcessor.ChannelState) - Static method in class org.openremote.agent.protocol.velbus.device.InputProcessor
- getCheckInitialDelaySeconds() - Method in class org.openremote.agent.protocol.mail.MailClientBuilder
- getCheckIntervalSeconds() - Method in class org.openremote.agent.protocol.mail.AbstractMailAgent
- getCheckIntervalSeconds() - Method in class org.openremote.agent.protocol.mail.MailClientBuilder
- getChecksum() - Method in class org.openremote.agent.protocol.velbus.VelbusPacket
-
Get the checksum byte
- getClient() - Method in class org.openremote.agent.protocol.websocket.WebsocketIOClient
- getClientDescriptor(DatagramChannel) - Method in class org.openremote.agent.protocol.udp.AbstractUDPServer
- getClientDescriptor(SocketChannel) - Method in class org.openremote.agent.protocol.tcp.AbstractTCPServer
- getClientDescriptor(U) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOServer
-
Should return a descriptor to identify the specified client for use in log files etc.
- getClientId() - Method in class org.openremote.agent.protocol.mqtt.MQTTAgent
- getClientUri() - Method in interface org.openremote.agent.protocol.io.IOClient
-
Should return a URI that uniquely identifies this client instance
- getClientUri() - Method in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- getClientUri() - Method in class org.openremote.agent.protocol.serial.SerialIOClient
- getClientUri() - Method in class org.openremote.agent.protocol.tcp.TCPIOClient
- getClientUri() - Method in class org.openremote.agent.protocol.udp.UDPIOClient
- getClientUri() - Method in class org.openremote.agent.protocol.websocket.WebsocketIOClient
- getCode() - Method in enum class org.openremote.agent.protocol.velbus.device.AnalogInputProcessor.SensorMode
- getCode() - Method in enum class org.openremote.agent.protocol.velbus.device.AnalogInputProcessor.SensorType
- getCode() - Method in enum class org.openremote.agent.protocol.velbus.device.BlindProcessor.ChannelSetting
- getCode() - Method in enum class org.openremote.agent.protocol.velbus.device.CounterProcessor.CounterUnits
- getCode() - Method in enum class org.openremote.agent.protocol.velbus.device.FeatureProcessor.LedState
- getCode() - Method in enum class org.openremote.agent.protocol.velbus.device.InputProcessor.ChannelState
- getCode() - Method in enum class org.openremote.agent.protocol.velbus.device.OutputChannelProcessor.ChannelSetting
- getCode() - Method in enum class org.openremote.agent.protocol.velbus.device.ThermostatProcessor.TemperatureMode
- getCode() - Method in enum class org.openremote.agent.protocol.velbus.device.ThermostatProcessor.TemperatureState
- getCode() - Method in enum class org.openremote.agent.protocol.velbus.device.VelbusDeviceType
- getCode() - Method in enum class org.openremote.agent.protocol.velbus.VelbusPacket.InboundCommand
- getCode() - Method in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- getColourHex() - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Get the colour of the light in hexadecimals
- getColourHex() - Method in class org.openremote.agent.protocol.tradfri.device.LightProperties
-
Get the colour of the light in hexadecimals
- getColourRGB() - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Get the RGB values of the colour of the light
- getColourTemperature() - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Get the colour temperature of the light
- getColourTemperature() - Method in class org.openremote.agent.protocol.tradfri.device.LightProperties
-
Get the colour temperature of the light
- getColourX() - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Get the X value of the colour of the light
- getColourX() - Method in class org.openremote.agent.protocol.tradfri.device.LightProperties
-
Get the X value of the colour of the light
- getColourXY() - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Get the XY values of the colour of the light
- getColourY() - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Get the Y value of the colour of the light
- getColourY() - Method in class org.openremote.agent.protocol.tradfri.device.LightProperties
-
Get the Y value of the colour of the light
- getCommand() - Method in class org.openremote.agent.protocol.velbus.VelbusPacket
- getCompanyIdentifier() - Method in class org.openremote.agent.protocol.bluetooth.mesh.models.VendorModel
- getCompanyIdentifier() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigCompositionDataStatus
-
Returns the 16-bit company identifier assigned by Bluetooth SIG.
- getCompanyIdentifier() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- getCompanyIdentifier() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- getCompanyIdentifier() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.VendorModelMessageAcked
-
Returns the company identifier of the model
- getCompanyIdentifier() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.VendorModelMessageUnacked
-
Returns the company identifier of the model
- getCompanyIdentifier(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
- getCompanyName() - Method in class org.openremote.agent.protocol.bluetooth.mesh.models.VendorModel
- getCompanyName(short) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.CompanyIdentifiers
-
Returns the company name for the given company identifier
- getConfig() - Method in class org.openremote.agent.protocol.bluetooth.mesh.ApplicationKeysConfig
-
Returns the configuration
- getConfig() - Method in class org.openremote.agent.protocol.mail.MailClient
- getConfigurationSrc() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
- getConnectHeaders() - Method in class org.openremote.agent.protocol.websocket.WebsocketAgent
- getConnectionStatus() - Method in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- getConnectionStatus() - Method in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- getConnectionStatus() - Method in interface org.openremote.agent.protocol.io.IOClient
-
Get current connection status
- getConnectionStatus() - Method in interface org.openremote.agent.protocol.io.IOServer
-
Get current connection status of the server
- getConnectionStatus() - Method in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- getConnectionStatus() - Method in class org.openremote.agent.protocol.velbus.VelbusNetwork
- getConnectionStatus() - Method in class org.openremote.agent.protocol.zwave.ZWaveNetwork
- getConnectionStatus(U) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- getConnectionStatus(U) - Method in interface org.openremote.agent.protocol.io.IOServer
-
Get current connection status of a client (either
ConnectionStatus.CONNECTED
orConnectionStatus.DISCONNECTED
) - getConnectSubscriptions() - Method in class org.openremote.agent.protocol.websocket.WebsocketAgent
- getConnectTimeoutMillis() - Method in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- getConnectUri() - Method in class org.openremote.agent.protocol.websocket.WebsocketAgent
- getContentType() - Method in class org.openremote.agent.protocol.http.HTTPAgentLink
- getCountLog() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.Heartbeat
- getCountLogDescription() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.HeartbeatPublication
- getCountLogDescription() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.HeartbeatSubscription
- getCreationDate() - Method in class org.openremote.agent.protocol.tradfri.device.Device
-
Get the creation date of the device
- getCreationDate() - Method in class org.openremote.agent.protocol.tradfri.payload.DeviceResponse
-
Get the creation date of the device
- getCredentialFlag() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationSet
-
Returns the credential flag to be used for this message.
- getCredentialFlag() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationStatus
-
Returns the credential flag to be used for this message.
- getCredentialFlag() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationVirtualAddressSet
-
Returns the credential flag to be used for this message.
- getCredentialFlag() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.PublicationSettings
- getCredentials() - Method in class org.openremote.agent.protocol.tradfri.device.Gateway
-
Get the credentials used to communicate with the IKEA TRÅDFRI gateway
- getCredentials() - Method in class org.openremote.agent.protocol.tradfri.util.CoapClient
-
Get the credentials used to communicate with the IKEA TRÅDFRI gateway
- getCrpl() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigCompositionDataStatus
-
Returns a 16-bit value representing the minimum number of replay protection list entries in a device.
- getCrpl() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- getCtl() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.AccessMessage
- getCtl() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ControlMessage
- getCtl() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- getCurrentScene() - Method in class org.openremote.agent.protocol.bluetooth.mesh.models.SceneServer
- getCurrentScene() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.SceneRegisterStatus
-
Returns the target state of the GenericOnOffModel
- getCurrentScene() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.SceneStatus
-
Returns the target state of the GenericOnOffModel
- getDatabits() - Method in interface org.openremote.agent.protocol.serial.JSerialCommChannelConfig
- getDataSize() - Method in class org.openremote.agent.protocol.velbus.VelbusPacket
- getDeleteProcessedMail() - Method in class org.openremote.agent.protocol.mail.AbstractMailAgent
- getDeploymentName() - Method in class org.openremote.agent.protocol.http.AbstractHTTPServerProtocol
-
Get a unique deployment name for this instance.
- getDeploymentPath() - Method in class org.openremote.agent.protocol.http.AbstractHTTPServerAgent
- getDeploymentPath() - Method in class org.openremote.agent.protocol.http.AbstractHTTPServerProtocol
-
Deployment path will always be prefixed with
AbstractHTTPServerProtocol.getDeploymentPathPrefix()
; default implementation combines the prefix with the value ofAbstractHTTPServerAgent.DEPLOYMENT_PATH
, for example: getDeploymentPathPrefix() = "/rest"AbstractHTTPServerAgent.DEPLOYMENT_PATH
= "complaints" - getDeploymentPathPrefix() - Method in class org.openremote.agent.protocol.http.AbstractHTTPServerProtocol
-
Get the path prefix to use for this protocol instance; should use "/rest" unless there is a good reason to override this.
- getDerivatives() - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
-
Returns the derivatives from the network key
- getDevice() - Method in class org.openremote.agent.protocol.tradfri.device.event.DeviceEvent
-
Get the device for which the event occurred
- getDevice(int) - Method in class org.openremote.agent.protocol.tradfri.device.Gateway
-
Get the a device registered to the IKEA TRÅDFRI gateway
- getDevice(int) - Method in class org.openremote.agent.protocol.velbus.VelbusNetwork
- getDeviceAddress() - Method in class org.openremote.agent.protocol.velbus.VelbusAgentLink
- getDeviceAssetId(Device) - Method in class org.openremote.agent.protocol.tradfri.TradfriProtocol
- getDeviceEndpoint() - Method in class org.openremote.agent.protocol.zwave.ZWaveAgentLink
- getDeviceId() - Method in interface org.openremote.agent.protocol.tradfri.TradfriAsset
- getDeviceIds() - Method in class org.openremote.agent.protocol.tradfri.device.Gateway
-
Get the ids of the devices registered to the IKEA TRÅDFRI gateway
- getDeviceInfo() - Method in class org.openremote.agent.protocol.tradfri.device.Device
-
Get the information of the device
- getDeviceInfo() - Method in class org.openremote.agent.protocol.tradfri.payload.DeviceResponse
-
Get the information of the device
- getDeviceKey() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
- getDeviceKey() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- getDeviceKey() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- getDeviceNodeId() - Method in class org.openremote.agent.protocol.zwave.ZWaveAgentLink
- getDevices() - Method in class org.openremote.agent.protocol.tradfri.device.Gateway
-
Get the devices registered to the IKEA TRÅDFRI gateway
- getDeviceType() - Method in class org.openremote.agent.protocol.velbus.device.VelbusDevice
- getDeviceUuid() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
- getDeviceValue() - Method in class org.openremote.agent.protocol.zwave.ZWaveAgentLink
- getDeviceValueLink() - Method in class org.openremote.agent.protocol.velbus.VelbusAgentLink
- getDisplayName() - Method in class org.openremote.agent.protocol.velbus.device.FeatureProcessor.PropertyDescriptor
- getDpt() - Method in class org.openremote.agent.protocol.knx.KNXAgentLink
- getDst() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshMessage
-
Returns the destination address of the message
- getDst() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- getDst() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.Heartbeat
-
Returns the destination address.
- getDstAddress(byte[]) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
- getEarliestMessageDate() - Method in class org.openremote.agent.protocol.mail.MailClientBuilder
- getElementAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelAppBind
-
Returns the element address to which the app key must be bound.
- getElementAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelAppStatus
-
Returns the element address that the key was bound to
- getElementAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationGet
-
Returns the element address to which the app key must be bound.
- getElementAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationSet
-
Returns the element address to which the app key must be bound.
- getElementAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationStatus
-
Returns the element address that the key was bound to
- getElementAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationVirtualAddressSet
-
Returns the element address to which the app key must be bound.
- getElementAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelSubscriptionStatus
-
Returns the element address that the key was bound to
- getElementAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigSigModelAppList
-
Returns the element address
- getElementAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigSigModelSubscriptionList
-
Returns the element address that the key was bound to
- getElementAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigVendorModelAppList
-
Returns the element address
- getElementAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigVendorModelSubscriptionList
-
Returns the element address that the key was bound to
- getElementAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Element
-
Returns the address of the element
- getElements() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigCompositionDataStatus
-
Returns the number of elements existing in this node.
- getElements() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- getEncoderDecoderProvider() - Method in class org.openremote.agent.protocol.artnet.ArtnetProtocol
- getEncoderDecoderProvider() - Method in class org.openremote.agent.protocol.io.AbstractNettyIOClientProtocol
-
Gets the Netty
ChannelHandler
s for the IO client - getEncoderDecoderProvider() - Method in class org.openremote.agent.protocol.serial.SerialProtocol
- getEncoderDecoderProvider() - Method in class org.openremote.agent.protocol.tcp.TCPProtocol
- getEncoderDecoderProvider() - Method in class org.openremote.agent.protocol.udp.UDPProtocol
- getEncoderDecoderProvider() - Method in class org.openremote.agent.protocol.websocket.WebsocketAgentProtocol
- getEncryptionKey() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- getEncryptionKey() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils.K2Output
- getEndpoint() - Method in class org.openremote.agent.protocol.tradfri.device.Device
-
Get the CoAP endpoint of the device
- getErrorCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningFailedState
- getErrorCode() - Method in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningFailedState.ProvisioningFailureCode
- getEventHandlers() - Method in class org.openremote.agent.protocol.tradfri.device.Device
-
Get a list of event handlers for the device
- getEventHandlers() - Method in class org.openremote.agent.protocol.tradfri.device.Gateway
-
Get a list of event handlers for the IKEA TRÅDFRI gateway
- getEventType() - Method in class org.openremote.agent.protocol.tradfri.device.event.EventHandler
-
Get the class of the event that this event handler handles
- getExecutorService() - Method in class org.openremote.agent.protocol.velbus.VelbusNetwork
- getFeatureProcessors() - Method in enum class org.openremote.agent.protocol.velbus.device.VelbusDeviceType
- getFeatures() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigCompositionDataStatus
-
Returns a 16-bit features field indicating the device features.
- getFeatures() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.HeartbeatPublication
-
Returns the features.
- getFilterType() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProxyConfigFilterStatus
-
Returns the
ProxyFilterType
set on the proxy - getFilterType() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.ProxyFilter
-
Returns the
ProxyFilterType
that was set - getFilterTypeName() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.ProxyFilterType
-
Returns the filter type name
- getFirmwareVersion() - Method in class org.openremote.agent.protocol.tradfri.device.DeviceInfo
-
Get the firmware version of the device
- getFirstScene() - Method in class org.openremote.agent.protocol.bluetooth.mesh.AllocatedSceneRange
-
Returns the high address of the allocated group range
- getFlags() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
- getFlags() - Method in class org.openremote.agent.protocol.bluetooth.mesh.SecureNetworkBeacon
-
Returns the flags of the secure network beacon
- getFlags() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- getFolder() - Method in class org.openremote.agent.protocol.mail.MailClientBuilder
- getFollowRedirects() - Method in class org.openremote.agent.protocol.http.HTTPAgent
- getFriend() - Method in class org.openremote.agent.protocol.bluetooth.mesh.Features
-
Returns the friend feature state
- getFriendFeature(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.DeviceFeatureUtils
-
Returns the friend feature state value
- getFromMatchPredicate() - Method in class org.openremote.agent.protocol.mail.MailAgentLink
- getGateway() - Method in class org.openremote.agent.protocol.tradfri.device.event.GatewayEvent
-
Get the IKEA TRÅDFRI gateway for which the event occurred
- getGatewayFirmwareVersion() - Method in class org.openremote.agent.protocol.tradfri.payload.AuthenticateResponse
-
Get the firmware version of the IKEA TRÅDFRI gateway
- getGatewayIp() - Static method in class org.openremote.agent.protocol.tradfri.util.ApiEndpoint
-
Get the IP-address of the IKEA TRÅDFRI gateway
- getGenericStringEncodersAndDecoders(AbstractNettyIOClient<String, ?>, IOAgent<?, ?, ?>) - Static method in class org.openremote.agent.protocol.io.AbstractIOClientProtocol
-
Supplies a set of encoders/decoders that convert from/to
String
to/fromByteBuf
based on the generic protocolAttribute
s - getGlobalTtl() - Method in class org.openremote.agent.protocol.bluetooth.mesh.Provisioner
- getGroup(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.MeshNetwork
-
Returns a group based on the group number
- getGroupAddressValue(GroupAddress, Priority) - Method in class org.openremote.agent.protocol.knx.KNXConnection
- getGroupId() - Method in class org.openremote.agent.protocol.artnet.ArtnetLightAsset
- getGroups() - Method in class org.openremote.agent.protocol.bluetooth.mesh.GroupsConfig.ExportSome
- getGroups() - Method in class org.openremote.agent.protocol.bluetooth.mesh.MeshNetwork
- getHash(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
-
Returns the value of the hash from a virtual address
- getHeaders() - Method in class org.openremote.agent.protocol.http.HTTPAgentLink
- getHeartbeatPublication() - Method in class org.openremote.agent.protocol.bluetooth.mesh.models.ConfigurationServerModel
-
Returns the Heartbeat publication.
- getHeartbeatPublication() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigHeartbeatPublicationStatus
- getHeartbeatSubscription() - Method in class org.openremote.agent.protocol.bluetooth.mesh.models.ConfigurationServerModel
-
Returns the Heartbeat subscription.
- getHeartbeatSubscription() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigHeartbeatSubscriptionStatus
-
Returns the Heartbeat subscription.
- getHighAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.AddressRange
-
Returns the high address of the allocated group range
- getHighAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.AllocatedGroupRange
- getHighAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.AllocatedUnicastRange
- getHost() - Method in class org.openremote.agent.protocol.mail.MailClientBuilder
- getHue() - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Get the hue of the light
- getHue() - Method in class org.openremote.agent.protocol.tradfri.device.LightProperties
-
Get the hue of the light
- getId() - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
- getId() - Method in class org.openremote.agent.protocol.bluetooth.mesh.MeshNetwork
- getId() - Method in interface org.openremote.agent.protocol.tradfri.TradfriAsset
- getIdentity() - Method in class org.openremote.agent.protocol.tradfri.payload.AuthenticateRequest
-
Get the identity of the client to register to the IKEA TRÅDFRI gateway
- getIdentity() - Method in class org.openremote.agent.protocol.tradfri.util.Credentials
-
Get the identity that can be used to authenticate to the IKEA TRÅDFRI gateway
- getIdentityKey() - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
-
Returns the identity key derived from the current key
- getIdentityKey() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
- getIndex() - Method in class org.openremote.agent.protocol.bluetooth.mesh.NodeKey
-
Returns the index of the added key
- getInputAuthentication() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
-
Returns the input authentication value to be input by the provisioner if Input OOB was selected
- getInputOOBAction() - Method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.InputOOBAction
- getInputOOBActionDescription(InputOOBAction) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.InputOOBAction
-
Returns the Input OOB Action description
- getInputOOBActionValue(short) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.InputOOBAction
-
Returns the Input OOB Action value
- getInputOOBActionValue(InputOOBAction) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.InputOOBAction
-
Returns the Input OOB Action value
- getInputOOBSize() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningCapabilities
- getInputOOOBAuthenticationValue(short, byte) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.InputOOBAction
-
Returns a randomly generated Input OOB Authentication value to be input by the user
- getInstanceId() - Method in class org.openremote.agent.protocol.tradfri.device.Device
-
Get the instance id of the device
- getInstanceId() - Method in class org.openremote.agent.protocol.tradfri.device.DeviceProperties
-
Get the instance id of the device
- getInstanceId() - Method in class org.openremote.agent.protocol.tradfri.payload.DeviceResponse
-
Get the instance id of the device
- getInt(int) - Method in class org.openremote.agent.protocol.velbus.VelbusPacket
- getIvIndex() - Method in class org.openremote.agent.protocol.bluetooth.mesh.IvIndex
-
Returns current iv index
- getIvIndex() - Method in class org.openremote.agent.protocol.bluetooth.mesh.MeshNetwork
- getIvIndex() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
- getIvIndex() - Method in class org.openremote.agent.protocol.bluetooth.mesh.SecureNetworkBeacon
-
Returns the iv index of the beacon or the node
- getIvIndex() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- getIvIndex() - Method in interface org.openremote.agent.protocol.bluetooth.mesh.transport.UpperTransportLayerCallbacks
-
Returns the IV Index of the mesh network
- getIvRecoveryFlag() - Method in class org.openremote.agent.protocol.bluetooth.mesh.IvIndex
- getKey() - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
-
Returns the application key
- getKey() - Method in class org.openremote.agent.protocol.tradfri.util.Credentials
-
Get the key that can be used to authenticate to the IKEA TRÅDFRI gateway
- getKeyIndex() - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
-
Returns the application key index
- getKeyIndex() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
- getKeyIndexes() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigAppKeyList
-
Returns the bound app key indexes
- getKeyIndexes() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNetKeyList
- getKeyIndexes() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigSigModelAppList
-
Returns the bound app key indexes
- getKeyIndexes() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigVendorModelAppList
-
Returns the bound app key indexes
- getKeys() - Method in class org.openremote.agent.protocol.bluetooth.mesh.ApplicationKeysConfig.ExportSome
- getKeys() - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKeysConfig.ExportSome
- getLabel() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.AccessMessage
- getLabelUuid() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationVirtualAddressSet
-
Returns the value of the Label UUID publish address
- getLabelUuid() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelSubscriptionVirtualAddressAdd
-
Returns the value of the Label UUID publish address
- getLabelUuid() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelSubscriptionVirtualAddressDelete
-
Returns the value of the Label UUID of the subscription address
- getLabelUuid() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelSubscriptionVirtualAddressOverwrite
-
Returns the value of the Label UUID of the subscription address
- getLabelUuid(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.MeshNetwork
-
Returns the uuid for a given virtual address
- getLabelUuid(List<UUID>, int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
-
Returns the label UUID for a given virtual address
- getLabelUUID() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
-
Returns the list of label UUIDs subscribed to this model
- getLabelUUID() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.PublicationSettings
-
Returns the label uuid for this model
- getLabelUUID(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
-
Returns the label UUID for a given virtual address
- getLastMessageFilePath(MailClientBuilder) - Static method in class org.openremote.agent.protocol.mail.MailClient
- getLastScene() - Method in class org.openremote.agent.protocol.bluetooth.mesh.AllocatedSceneRange
-
Returns the low address of the allocated group address
- getLastUnicastAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
-
Returns the unicast address used by the last element in the node
- getLastWillPayload() - Method in class org.openremote.agent.protocol.mqtt.MQTTAgent
- getLastWillTopic() - Method in class org.openremote.agent.protocol.mqtt.MQTTAgent
- getLEDCount() - Method in class org.openremote.agent.protocol.artnet.ArtnetLightAsset
- getLedStatePackets(VelbusDevice, int, int, FeatureProcessor.LedState) - Static method in class org.openremote.agent.protocol.velbus.device.InputProcessor
- getLevelAndSpeedFromValue(Object) - Method in class org.openremote.agent.protocol.velbus.device.AnalogOutputProcessor
- getLight() - Method in class org.openremote.agent.protocol.tradfri.device.event.LightEvent
-
Get the light for which the event occurred
- getLightId() - Method in class org.openremote.agent.protocol.artnet.ArtnetLightAsset
- getLightProperties() - Method in class org.openremote.agent.protocol.tradfri.payload.DeviceRequest
-
Get the new properties of the light (if the device is a light)
- getLightProperties() - Method in class org.openremote.agent.protocol.tradfri.payload.DeviceResponse
-
Get the properties of the light (if the device is a light)
- getLinkedAttributes() - Method in class org.openremote.agent.protocol.AbstractProtocol
- getLinkName() - Method in class org.openremote.agent.protocol.velbus.device.FeatureProcessor.PropertyDescriptor
- getListSize() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProxyConfigFilterStatus
-
Returns the size of the address list in the proxy filter
- getLocationDescriptor() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Element
-
Returns the location descriptor
- getLowAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.AddressRange
-
Returns the low address of the allocated group address
- getLowAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.AllocatedGroupRange
- getLowAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.AllocatedUnicastRange
- getLowerBound() - Method in class org.openremote.agent.protocol.bluetooth.mesh.AllocatedGroupRange
- getLowerBound() - Method in class org.openremote.agent.protocol.bluetooth.mesh.AllocatedSceneRange
- getLowerBound() - Method in class org.openremote.agent.protocol.bluetooth.mesh.AllocatedUnicastRange
- getLowerBound() - Method in class org.openremote.agent.protocol.bluetooth.mesh.Range
-
Returns the lower bound of the Range
- getLowerTransportAccessPdu() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.AccessMessage
- getLowerTransportControlPdu() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ControlMessage
- getLowPower() - Method in class org.openremote.agent.protocol.bluetooth.mesh.Features
-
Returns the low power feature state
- getLowPowerFeature(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.DeviceFeatureUtils
-
Returns the low power feature state value
- getMailFolderName() - Method in class org.openremote.agent.protocol.mail.AbstractMailAgent
- getMailMessageAttributeValue(String, Attribute<?>, MailAgentLink, MailMessage) - Method in class org.openremote.agent.protocol.mail.MailProtocol
- getMailMessageAttributeValue(String, Attribute<?>, V, MailMessage) - Method in class org.openremote.agent.protocol.mail.AbstractMailProtocol
- getManufacturer() - Method in class org.openremote.agent.protocol.tradfri.device.DeviceInfo
-
Get the manufacturer of the device
- getMaxChannelNumber(VelbusDeviceType) - Static method in class org.openremote.agent.protocol.velbus.device.ChannelProcessor
- getMaxHops() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.HeartbeatSubscription
-
Returns the maximum number of hopes when receiving heartbeat messages.
- getMaxRetransmissionInterval() - Static method in class org.openremote.agent.protocol.bluetooth.mesh.transport.PublicationSettings
-
Returns the maximum retransmit interval supported in milliseconds
- getMeshManagerApi() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- getMeshModels() - Method in class org.openremote.agent.protocol.bluetooth.mesh.ShadowMeshElement
- getMeshModels() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Element
-
Returns a list of sig models available in this element
- getMeshName() - Method in class org.openremote.agent.protocol.bluetooth.mesh.MeshNetwork
-
Returns the name of the mesh network
- getMeshNetwork() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- getMeshNetwork() - Method in interface org.openremote.agent.protocol.bluetooth.mesh.InternalTransportCallbacks
-
Returns the mesh network
- getMeshNetwork() - Method in class org.openremote.agent.protocol.bluetooth.mesh.MeshManagerApi
- getMeshUuid() - Method in class org.openremote.agent.protocol.bluetooth.mesh.Group
-
Returns the provisionerUuid of the network
- getMeshUuid() - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
-
Returns the meshUuid of the Mesh network
- getMeshUuid() - Method in class org.openremote.agent.protocol.bluetooth.mesh.Provisioner
-
Returns the provisionerUuid of the Mesh network
- getMeshUuid() - Method in class org.openremote.agent.protocol.bluetooth.mesh.Scene
- getMeshUuid() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- getMeshUUID() - Method in class org.openremote.agent.protocol.bluetooth.mesh.MeshNetwork
- getMessage() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshMessage
-
Returns the message
- getMessage() - Method in exception org.openremote.agent.protocol.bluetooth.mesh.utils.ExtendedInvalidCipherTextException
- getMessageCharset() - Method in class org.openremote.agent.protocol.io.IOAgent
- getMessageConvertBinary() - Method in class org.openremote.agent.protocol.http.HTTPAgent
- getMessageConvertBinary() - Method in class org.openremote.agent.protocol.io.IOAgent
- getMessageConvertHex() - Method in class org.openremote.agent.protocol.http.HTTPAgent
- getMessageConvertHex() - Method in class org.openremote.agent.protocol.io.IOAgent
- getMessageDelimiters() - Method in class org.openremote.agent.protocol.io.IOAgent
- getMessageMaxLength() - Method in class org.openremote.agent.protocol.io.IOAgent
- getMessageSourceAddress() - Method in class org.openremote.agent.protocol.knx.KNXAgent
- getMessageStripDelimiter() - Method in class org.openremote.agent.protocol.io.IOAgent
- getMessageTtl() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshMessage
-
Returns the TTL set for the mesh message
- getMethod() - Method in class org.openremote.agent.protocol.http.HTTPAgentLink
- getMinHops() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.HeartbeatSubscription
-
Returns the minimum number of hopes when receiving heartbeat messages.
- getMinRetransmissionInterval() - Static method in class org.openremote.agent.protocol.bluetooth.mesh.transport.PublicationSettings
-
Returns the minimum retransmit interval supported in milliseconds
- getMode1Command() - Method in enum class org.openremote.agent.protocol.velbus.device.ThermostatProcessor.TemperatureMode
- getMode2Command() - Method in enum class org.openremote.agent.protocol.velbus.device.ThermostatProcessor.TemperatureMode
- getModelId() - Method in class org.openremote.agent.protocol.bluetooth.mesh.models.SigModel
- getModelId() - Method in class org.openremote.agent.protocol.bluetooth.mesh.models.VendorModel
- getModelId() - Method in class org.openremote.agent.protocol.bluetooth.mesh.ShadowGenericOnOffModel
- getModelId() - Method in class org.openremote.agent.protocol.bluetooth.mesh.ShadowMeshModel
- getModelId() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
-
Returns the 16-bit model id which could be a SIG Model or a Vendor Model
- getModelIdentifier() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelAppBind
-
Returns the model identifier to which the key is to be bound.
- getModelIdentifier() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelAppStatus
-
Returns the model identifier
- getModelIdentifier() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationGet
-
Returns the model identifier to which the key is to be bound.
- getModelIdentifier() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationSet
-
Returns the model identifier to which the key is to be bound.
- getModelIdentifier() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationStatus
-
Returns the model identifier to which the key is to be bound.
- getModelIdentifier() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationVirtualAddressSet
-
Returns the model identifier to which the key is to be bound.
- getModelIdentifier() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelSubscriptionStatus
-
Returns the model identifier
- getModelIdentifier() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigSigModelAppList
-
Returns the model identifier
- getModelIdentifier() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigSigModelSubscriptionList
-
Returns the model identifier
- getModelIdentifier() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigVendorModelAppList
-
Returns the model identifier
- getModelIdentifier() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigVendorModelSubscriptionList
-
Returns the model identifier
- getModelIdentifier() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.VendorModelMessageAcked
-
Returns the model identifier for this message
- getModelIdentifier() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.VendorModelMessageStatus
-
Returns the model identifier of model the for this message
- getModelIdentifier() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.VendorModelMessageUnacked
-
Returns the model identifier for this message
- getModelName() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshAgentLink
- getModelName() - Method in class org.openremote.agent.protocol.bluetooth.mesh.models.ConfigurationClientModel
- getModelName() - Method in class org.openremote.agent.protocol.bluetooth.mesh.models.ConfigurationServerModel
- getModelName() - Method in class org.openremote.agent.protocol.bluetooth.mesh.models.GenericOnOffClientModel
- getModelName() - Method in class org.openremote.agent.protocol.bluetooth.mesh.models.GenericOnOffServerModel
- getModelName() - Method in class org.openremote.agent.protocol.bluetooth.mesh.models.SceneServer
- getModelName() - Method in class org.openremote.agent.protocol.bluetooth.mesh.models.UnknownModel
- getModelName() - Method in class org.openremote.agent.protocol.bluetooth.mesh.models.VendorModel
- getModelName() - Method in class org.openremote.agent.protocol.bluetooth.mesh.ShadowGenericOnOffModel
- getModelName() - Method in class org.openremote.agent.protocol.bluetooth.mesh.ShadowMeshModel
- getModelName() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
-
Returns the Bluetooth SIG defined model name
- getModelName() - Method in class org.openremote.agent.protocol.tradfri.device.DeviceInfo
-
Get the model name of the device
- getMtu() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshAgent
- getMtu() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- getMtu() - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshManagerCallbacks
-
Get mtu size supported by the peripheral node
- getName() - Method in class org.openremote.agent.protocol.bluetooth.mesh.Group
-
Returns the group name of a mesh network
- getName() - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
-
Returns a friendly name of the application key
- getName() - Method in class org.openremote.agent.protocol.bluetooth.mesh.Scene
-
Friendly name of the scene
- getName() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Element
-
Returns the name of the element
- getName() - Method in class org.openremote.agent.protocol.tradfri.device.Device
-
Get the name of the device
- getName() - Method in class org.openremote.agent.protocol.tradfri.payload.DeviceResponse
-
Get the name of the device
- getName() - Method in class org.openremote.agent.protocol.velbus.device.FeatureProcessor.PropertyDescriptor
- getNetKey() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigAppKeyAdd
-
Returns the Network key that is needs to be sent to the node
- getNetKey() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigAppKeyDelete
-
Returns the Network key that is needs to be sent to the node
- getNetKey(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
-
Returns an application key with a given key index
- getNetKeyIndex() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigAppKeyList
-
Returns the NetKey index to which the app keys are bound
- getNetKeyIndex() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigAppKeyStatus
-
Returns the global index of the net key.
- getNetKeyIndex() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigKeyRefreshPhaseStatus
-
Returns the global index of the net key.
- getNetKeyIndex() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNetKeyStatus
-
Returns the global index of the net key.
- getNetKeyIndex() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNodeIdentityStatus
-
Returns the net key index.
- getNetKeyIndex() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.HeartbeatPublication
-
Returns the Net key index.
- getNetKeys() - Method in class org.openremote.agent.protocol.bluetooth.mesh.MeshNetwork
- getNetMicLength(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
- getNetworkExclusions() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
-
Returns the map of network exclusions
- getNetworkId() - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
- getNetworkId() - Method in class org.openremote.agent.protocol.bluetooth.mesh.SecureNetworkBeacon
-
Returns the network id of the beacon or the node
- getNetworkIntervalSteps() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.NetworkTransmitSettings
-
Returns the network interval steps
- getNetworkKey() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshAgent
- getNetworkKey() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- getNetworkKey() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedMeshNode
- getNetworkKey() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- getNetworkKey(int) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.transport.NetworkLayerCallbacks
-
Callback to retrieve the network key of the mesh network.
- getNetworkKeys() - Method in interface org.openremote.agent.protocol.bluetooth.mesh.transport.NetworkLayerCallbacks
-
Callback to retrieve the list of
NetworkKey
belonging to this network. - getNetworkLayerPdu() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- getNetworkTransmissionInterval() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.NetworkTransmitSettings
-
Returns the Network transmission interval.
- getNetworkTransmitCount() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNetworkTransmitStatus
-
Returns the Network Transmit Count set in this message
- getNetworkTransmitCount() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.NetworkTransmitSettings
-
Returns the network transmit count
- getNetworkTransmitIntervalSteps() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNetworkTransmitStatus
-
Returns the Network Transmit Interval Steps set in this message
- getNetworkTransmitSettings() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
-
Returns
NetworkTransmitSettings
of this node - getNewBrightness() - Method in class org.openremote.agent.protocol.tradfri.device.event.LightChangeBrightnessEvent
-
Get the new brightness of the light (from after the event occurred)
- getNewColourRGB() - Method in class org.openremote.agent.protocol.tradfri.device.event.LightChangeColourEvent
-
Get the new RGB colour of the light (from after the event occurred)
- getNewColourTemperature() - Method in class org.openremote.agent.protocol.tradfri.device.event.LightChangeColourTemperatureEvent
-
Get the new colour temperature of the light (from after the event occurred)
- getNewColourX() - Method in class org.openremote.agent.protocol.tradfri.device.event.LightChangeColourEvent
-
Get the new X value of the colour of the light (from after the event occurred)
- getNewColourXY() - Method in class org.openremote.agent.protocol.tradfri.device.event.LightChangeColourEvent
-
Get the new XY colour of the light (from after the event occurred)
- getNewColourY() - Method in class org.openremote.agent.protocol.tradfri.device.event.LightChangeColourEvent
-
Get the new Y value of the colour of the light (from after the event occurred)
- getNewHue() - Method in class org.openremote.agent.protocol.tradfri.device.event.LightChangeColourEvent
-
Get the new hue of the light (from after the event occurred)
- getNewOn() - Method in class org.openremote.agent.protocol.tradfri.device.event.LightChangeOnEvent
-
Get the new on / off state of the light (from after the event occurred)
- getNewOn() - Method in class org.openremote.agent.protocol.tradfri.device.event.PlugChangeOnEvent
-
Get the new on / off state of the light (from after the event occurred)
- getNewProperties() - Method in class org.openremote.agent.protocol.tradfri.device.event.LightChangeEvent
-
Get the new properties of the light (from after the event occurred)
- getNewProperties() - Method in class org.openremote.agent.protocol.tradfri.device.event.PlugChangeEvent
-
Get the new properties of the plug (from after the event occurred)
- getNewSaturation() - Method in class org.openremote.agent.protocol.tradfri.device.event.LightChangeColourEvent
-
Get the new saturation of the light (from after the event occurred)
- getNid() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils.K2Output
- getNode(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
-
Returns the mesh node with the corresponding unicast address
- getNode(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- getNode(int) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.InternalTransportCallbacks
-
Returns the node with the corresponding unicast address
- getNode(int) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.transport.UpperTransportLayerCallbacks
-
Callback to get the mesh node from the list of provisioned mesh node.
- getNode(String) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
-
Returns the mesh node with the corresponding unicast address
- getNodeFeatures() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
-
Returns the
Features
of the node - getNodeIdentityState() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNodeIdentityStatus
-
Returns the NodeIdentityState
- getNodeIdentityState() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- getNodeKey(List<NodeKey>, int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
- getNodeName() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
- getNodeName() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- getNodes() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
-
Returns the list of
ProvisionedMeshNode
- getNumber() - Method in class org.openremote.agent.protocol.bluetooth.mesh.Scene
- getNumberOfElements() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningCapabilities
-
Returns the number of elements in the mesh node
- getNumberOfElements() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
- getNumberOfElements() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
-
Returns the number of elements in the node
- getOAuthGrant() - Method in class org.openremote.agent.protocol.mail.MailClientBuilder
- getOID() - Method in class org.openremote.agent.protocol.snmp.SNMPAgentLink
- getOldAid() - Method in class org.openremote.agent.protocol.bluetooth.mesh.ApplicationKey
- getOldBrightness() - Method in class org.openremote.agent.protocol.tradfri.device.event.LightChangeBrightnessEvent
-
Get the old brightness of the light (from before the event occurred)
- getOldColourRGB() - Method in class org.openremote.agent.protocol.tradfri.device.event.LightChangeColourEvent
-
Get the old RGB colour of the light (from before the event occurred)
- getOldColourTemperature() - Method in class org.openremote.agent.protocol.tradfri.device.event.LightChangeColourTemperatureEvent
-
Get the old colour temperature of the light (from before the event occurred)
- getOldColourX() - Method in class org.openremote.agent.protocol.tradfri.device.event.LightChangeColourEvent
-
Get the old X value of the colour of the light (from before the event occurred)
- getOldColourXY() - Method in class org.openremote.agent.protocol.tradfri.device.event.LightChangeColourEvent
-
Get the old XY colour of the light (from before the event occurred)
- getOldColourY() - Method in class org.openremote.agent.protocol.tradfri.device.event.LightChangeColourEvent
-
Get the old Y value of the colour of the light (from before the event occurred)
- getOldDerivatives() - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
-
Returns the derivatives from the old network key
- getOldHue() - Method in class org.openremote.agent.protocol.tradfri.device.event.LightChangeColourEvent
-
Get the old hue of the light (from before the event occurred)
- getOldIdentityKey() - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
-
Returns the identity key derived from the Old Key
- getOldKey() - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
-
Returns the old app key
- getOldNetworkId() - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
- getOldOn() - Method in class org.openremote.agent.protocol.tradfri.device.event.LightChangeOnEvent
-
Get the old on / off state of the light (from before the event occurred)
- getOldOn() - Method in class org.openremote.agent.protocol.tradfri.device.event.PlugChangeOnEvent
-
Get the old on / off state of the light (from before the event occurred)
- getOldProperties() - Method in class org.openremote.agent.protocol.tradfri.device.event.LightChangeEvent
-
Get the old properties of the light (from before the event occurred)
- getOldProperties() - Method in class org.openremote.agent.protocol.tradfri.device.event.PlugChangeEvent
-
Get the old properties of the plug (from before the event occurred)
- getOldSaturation() - Method in class org.openremote.agent.protocol.tradfri.device.event.LightChangeColourEvent
-
Get the old saturation of the light (from before the event occurred)
- getOn() - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Get the on / off state of the light
- getOn() - Method in class org.openremote.agent.protocol.tradfri.device.LightProperties
-
Get the on state of the light
- getOn() - Method in class org.openremote.agent.protocol.tradfri.device.Plug
-
Get the on / off state of the plug
- getOn() - Method in class org.openremote.agent.protocol.tradfri.device.PlugProperties
-
Get the on state of the plug
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigAppKeyAdd
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigAppKeyDelete
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigAppKeyList
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigAppKeyStatus
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigAppKeyUpdate
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigBeaconStatus
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigCompositionDataStatus
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigDefaultTtlStatus
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigFriendStatus
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigHeartbeatPublicationStatus
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigHeartbeatSubscriptionStatus
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigKeyRefreshPhaseSet
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigKeyRefreshPhaseStatus
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigLowPowerNodePollTimeoutStatus
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelAppBind
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelAppStatus
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationGet
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationSet
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationStatus
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationVirtualAddressSet
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelSubscriptionAdd
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelSubscriptionDelete
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelSubscriptionDeleteAll
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelSubscriptionOverwrite
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelSubscriptionStatus
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelSubscriptionVirtualAddressAdd
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelSubscriptionVirtualAddressDelete
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelSubscriptionVirtualAddressOverwrite
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNetKeyAdd
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNetKeyDelete
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNetKeyGet
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNetKeyList
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNetKeyStatus
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNetKeyUpdate
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNetworkTransmitStatus
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNodeIdentityStatus
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNodeResetStatus
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigProxySet
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigProxyStatus
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigRelayStatus
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigSigModelAppList
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigSigModelSubscriptionList
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigVendorModelAppList
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigVendorModelSubscriptionList
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericLevelGet
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericLevelSet
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericLevelSetUnacknowledged
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericLevelStatus
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericOnOffGet
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericOnOffSet
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericOnOffSetUnacknowledged
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericOnOffStatus
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.LightCtlStatus
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.LightHslStatus
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.LightLightnessStatus
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshMessage
-
Returns the opCode of this message
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProxyConfigAddAddressToFilter
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProxyConfigFilterStatus
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProxyConfigRemoveAddressFromFilter
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProxyConfigSetFilterType
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.SceneDelete
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.SceneRecall
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.SceneRegisterStatus
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.SceneStatus
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.SceneStore
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.VendorModelMessageAcked
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.VendorModelMessageStatus
- getOpCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.VendorModelMessageUnacked
- getOpCode(byte[], int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
-
Returns the opcode within the access payload
- getOpCode(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
-
Returns an array of opcodes.
- getOpCodeLength(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
-
Returns the length of the opcode.
- getOutputOOBAction() - Method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.OutputOOBAction
- getOutputOOBActionDescription(OutputOOBAction) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.OutputOOBAction
-
Returns the Output OOB Action description
- getOutputOOBActionValue(short) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.OutputOOBAction
-
Returns the Output OOB Action value
- getOutputOOBActionValue(OutputOOBAction) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.OutputOOBAction
-
Returns the Output OOB Action value
- getOutputOOBSize() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningCapabilities
-
Returns the output oob size received by the node.
- getPackets(VelbusDevice, int, VelbusPacket.OutboundCommand, int) - Static method in class org.openremote.agent.protocol.velbus.device.RelayProcessor
- getPackets(VelbusDevice, int, VelbusPacket.OutboundCommand, int, int) - Static method in class org.openremote.agent.protocol.velbus.device.BlindProcessor
- getPackets(VelbusDevice, int, VelbusPacket.OutboundCommand, int, int, int) - Method in class org.openremote.agent.protocol.velbus.device.AnalogOutputProcessor
- getPagingMode() - Method in class org.openremote.agent.protocol.http.HTTPAgentLink
- getParameters() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNetKeyDelete
- getParameters() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage
- getParameters() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericLevelGet
- getParameters() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericStatusMessage
- getParameters() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- getParentAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.Group
-
Returns address of the parent group if the group has one
- getParentAddressLabel() - Method in class org.openremote.agent.protocol.bluetooth.mesh.Group
- getParitybit() - Method in interface org.openremote.agent.protocol.serial.JSerialCommChannelConfig
- getPassword() - Method in class org.openremote.agent.protocol.mail.MailClientBuilder
- getPath() - Method in class org.openremote.agent.protocol.http.HTTPAgentLink
- getPayload() - Method in class org.openremote.agent.protocol.mqtt.MQTTLastWill
- getPayload() - Method in class org.openremote.agent.protocol.mqtt.MQTTMessage
- getPduType() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- getPeriod() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.HeartbeatPublication
- getPeriodLog() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.Heartbeat
-
Returns the period for processing.
- getPeriodLog2Period() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.HeartbeatSubscription
- getPeriodLog2Period(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.HeartbeatPublication
- getPeriodLogDescription() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.HeartbeatPublication
- getPeriodLogDescription() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.HeartbeatSubscription
- getPeripheral() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxy
- getPeripheral() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxyStateMachine
- getPersistenceDir() - Method in class org.openremote.agent.protocol.mail.MailClientBuilder
- getPhase() - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
-
Returns the key refresh phase of the network key
- getPhaseDescription() - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
-
Returns the current phase description
- getPingDisabled() - Method in class org.openremote.agent.protocol.websocket.WebsocketAgent
- getPlug() - Method in class org.openremote.agent.protocol.tradfri.device.event.PlugEvent
-
Get the plug for which the event occurred
- getPlugProperties() - Method in class org.openremote.agent.protocol.tradfri.payload.DeviceRequest
-
Get the new properties of the plug (if the device is a plug)
- getPlugProperties() - Method in class org.openremote.agent.protocol.tradfri.payload.DeviceResponse
-
Get the properties of the plug (if the device is a plug)
- getPointerIndex() - Method in enum class org.openremote.agent.protocol.velbus.device.ThermostatProcessor.TemperatureMode
- getPollingAttribute() - Method in class org.openremote.agent.protocol.http.HTTPAgentLink
- getPollingMillis() - Method in class org.openremote.agent.protocol.http.HTTPAgentLink
- getPollTimeout() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigLowPowerNodePollTimeoutStatus
-
Returns the Poll Timeout value for Low Power Node.
- getPort() - Method in class org.openremote.agent.protocol.mail.MailClientBuilder
- getPreferHTML() - Method in class org.openremote.agent.protocol.mail.AbstractMailAgent
- getPresentHue() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.LightHslStatus
-
Returns the present level of the GenericOnOffModel
- getPresentLevel() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericLevelStatus
-
Returns the present level of the GenericOnOffModel
- getPresentLightness() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.LightCtlStatus
-
Returns the present level of the GenericOnOffModel
- getPresentLightness() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.LightHslStatus
-
Returns the present level of the GenericOnOffModel
- getPresentLightness() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.LightLightnessStatus
-
Returns the present level of the GenericOnOffModel
- getPresentSaturation() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.LightHslStatus
-
Returns the present level of the GenericOnOffModel
- getPresentState() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericOnOffStatus
-
Returns the present state of the GenericOnOffModel
- getPresentTemperature() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.LightCtlStatus
-
Returns the present level of the GenericOnOffModel
- getPresharedKey() - Method in class org.openremote.agent.protocol.tradfri.payload.AuthenticateResponse
-
Get the preshared key that can be used to authenticate to the IKEA TRÅDFRI gateway
- getPrimaryNetworkKey() - Method in class org.openremote.agent.protocol.bluetooth.mesh.MeshNetwork
- getPrimaryNetworkKey() - Method in interface org.openremote.agent.protocol.bluetooth.mesh.transport.NetworkLayerCallbacks
-
Callback to retrieve the primary network key of the mesh network.
- getPriority() - Method in class org.openremote.agent.protocol.velbus.VelbusPacket
- getPrivacyKey() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- getPrivacyKey() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils.K2Output
- getProductIdentifier() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigCompositionDataStatus
-
Returns the 16-bit vendor assigned assigned product identifier.
- getProductIdentifier() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- getProgramStepsPackets(VelbusDevice, int, boolean, int) - Static method in class org.openremote.agent.protocol.velbus.device.ProgramsProcessor
- getProperties() - Method in class org.openremote.agent.protocol.mail.MailClientBuilder
- getProperties() - Method in class org.openremote.agent.protocol.tradfri.device.Device
-
Get the properties of the device
- getProperties() - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Get the properties of the light
- getProperties() - Method in class org.openremote.agent.protocol.tradfri.device.Plug
-
Get the properties of the plug
- getPropertyDescriptors(VelbusDeviceType) - Method in class org.openremote.agent.protocol.velbus.device.AnalogInputProcessor
- getPropertyDescriptors(VelbusDeviceType) - Method in class org.openremote.agent.protocol.velbus.device.AnalogOutputProcessor
- getPropertyDescriptors(VelbusDeviceType) - Method in class org.openremote.agent.protocol.velbus.device.BlindProcessor
- getPropertyDescriptors(VelbusDeviceType) - Method in class org.openremote.agent.protocol.velbus.device.CounterProcessor
- getPropertyDescriptors(VelbusDeviceType) - Method in class org.openremote.agent.protocol.velbus.device.FeatureProcessor
- getPropertyDescriptors(VelbusDeviceType) - Method in class org.openremote.agent.protocol.velbus.device.InputProcessor
- getPropertyDescriptors(VelbusDeviceType) - Method in class org.openremote.agent.protocol.velbus.device.OLEDProcessor
- getPropertyDescriptors(VelbusDeviceType) - Method in class org.openremote.agent.protocol.velbus.device.ProgramsProcessor
- getPropertyDescriptors(VelbusDeviceType) - Method in class org.openremote.agent.protocol.velbus.device.RelayProcessor
- getPropertyDescriptors(VelbusDeviceType) - Method in class org.openremote.agent.protocol.velbus.device.TemperatureProcessor
- getPropertyDescriptors(VelbusDeviceType) - Method in class org.openremote.agent.protocol.velbus.device.ThermostatProcessor
- getPropertySuffix() - Method in enum class org.openremote.agent.protocol.velbus.device.InputProcessor.PropertyType
- getPropertyValue(String) - Method in class org.openremote.agent.protocol.velbus.device.VelbusDevice
- getPropertyWritePackets(VelbusDevice, String, Object) - Method in class org.openremote.agent.protocol.velbus.device.AnalogInputProcessor
- getPropertyWritePackets(VelbusDevice, String, Object) - Method in class org.openremote.agent.protocol.velbus.device.AnalogOutputProcessor
- getPropertyWritePackets(VelbusDevice, String, Object) - Method in class org.openremote.agent.protocol.velbus.device.BlindProcessor
- getPropertyWritePackets(VelbusDevice, String, Object) - Method in class org.openremote.agent.protocol.velbus.device.CounterProcessor
- getPropertyWritePackets(VelbusDevice, String, Object) - Method in class org.openremote.agent.protocol.velbus.device.FeatureProcessor
-
Asks the processor to generate the packets required to write the requested value to this property.
- getPropertyWritePackets(VelbusDevice, String, Object) - Method in class org.openremote.agent.protocol.velbus.device.InputProcessor
- getPropertyWritePackets(VelbusDevice, String, Object) - Method in class org.openremote.agent.protocol.velbus.device.OLEDProcessor
- getPropertyWritePackets(VelbusDevice, String, Object) - Method in class org.openremote.agent.protocol.velbus.device.ProgramsProcessor
- getPropertyWritePackets(VelbusDevice, String, Object) - Method in class org.openremote.agent.protocol.velbus.device.RelayProcessor
- getPropertyWritePackets(VelbusDevice, String, Object) - Method in class org.openremote.agent.protocol.velbus.device.TemperatureProcessor
- getPropertyWritePackets(VelbusDevice, String, Object) - Method in class org.openremote.agent.protocol.velbus.device.ThermostatProcessor
- getProtocol() - Method in class org.openremote.agent.protocol.mail.AbstractMailAgent
- getProtocol() - Method in class org.openremote.agent.protocol.mail.MailClientBuilder
- getProtocolInstance() - Method in class org.openremote.agent.protocol.artnet.ArtnetAgent
- getProtocolInstance() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshAgent
- getProtocolInstance() - Method in class org.openremote.agent.protocol.http.HTTPAgent
- getProtocolInstance() - Method in class org.openremote.agent.protocol.knx.KNXAgent
- getProtocolInstance() - Method in class org.openremote.agent.protocol.mail.MailAgent
- getProtocolInstance() - Method in class org.openremote.agent.protocol.mqtt.MQTTAgent
- getProtocolInstance() - Method in class org.openremote.agent.protocol.serial.SerialAgent
- getProtocolInstance() - Method in class org.openremote.agent.protocol.simulator.SimulatorAgent
- getProtocolInstance() - Method in class org.openremote.agent.protocol.simulator.storage.StorageSimulatorAgent
- getProtocolInstance() - Method in class org.openremote.agent.protocol.snmp.SNMPAgent
- getProtocolInstance() - Method in class org.openremote.agent.protocol.tcp.TCPAgent
- getProtocolInstance() - Method in class org.openremote.agent.protocol.tradfri.TradfriAgent
- getProtocolInstance() - Method in class org.openremote.agent.protocol.udp.UDPAgent
- getProtocolInstance() - Method in class org.openremote.agent.protocol.velbus.VelbusSerialAgent
- getProtocolInstance() - Method in class org.openremote.agent.protocol.velbus.VelbusTCPAgent
- getProtocolInstance() - Method in class org.openremote.agent.protocol.websocket.WebsocketAgent
- getProtocolInstance() - Method in class org.openremote.agent.protocol.zwave.ZWaveAgent
- getProtocolInstanceUri() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProtocol
- getProtocolInstanceUri() - Method in class org.openremote.agent.protocol.http.AbstractHTTPServerProtocol
- getProtocolInstanceUri() - Method in class org.openremote.agent.protocol.http.HTTPProtocol
- getProtocolInstanceUri() - Method in class org.openremote.agent.protocol.io.AbstractIOClientProtocol
- getProtocolInstanceUri() - Method in class org.openremote.agent.protocol.knx.KNXProtocol
- getProtocolInstanceUri() - Method in class org.openremote.agent.protocol.mail.MailProtocol
- getProtocolInstanceUri() - Method in class org.openremote.agent.protocol.simulator.SimulatorProtocol
- getProtocolInstanceUri() - Method in class org.openremote.agent.protocol.simulator.storage.StorageSimulatorProtocol
- getProtocolInstanceUri() - Method in class org.openremote.agent.protocol.snmp.SNMPProtocol
- getProtocolInstanceUri() - Method in class org.openremote.agent.protocol.tradfri.TradfriProtocol
- getProtocolInstanceUri() - Method in class org.openremote.agent.protocol.velbus.AbstractVelbusProtocol
- getProtocolInstanceUri() - Method in class org.openremote.agent.protocol.zwave.ZWaveProtocol
- getProtocolName() - Method in class org.openremote.agent.protocol.artnet.ArtnetProtocol
- getProtocolName() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProtocol
- getProtocolName() - Method in class org.openremote.agent.protocol.http.HTTPProtocol
- getProtocolName() - Method in class org.openremote.agent.protocol.knx.KNXProtocol
- getProtocolName() - Method in class org.openremote.agent.protocol.mail.MailProtocol
- getProtocolName() - Method in class org.openremote.agent.protocol.mqtt.MQTTProtocol
- getProtocolName() - Method in class org.openremote.agent.protocol.serial.SerialProtocol
- getProtocolName() - Method in class org.openremote.agent.protocol.simulator.SimulatorProtocol
- getProtocolName() - Method in class org.openremote.agent.protocol.simulator.storage.StorageSimulatorProtocol
- getProtocolName() - Method in class org.openremote.agent.protocol.snmp.SNMPProtocol
- getProtocolName() - Method in class org.openremote.agent.protocol.tcp.TCPProtocol
- getProtocolName() - Method in class org.openremote.agent.protocol.tradfri.TradfriProtocol
- getProtocolName() - Method in class org.openremote.agent.protocol.udp.UDPProtocol
- getProtocolName() - Method in class org.openremote.agent.protocol.velbus.VelbusSerialProtocol
- getProtocolName() - Method in class org.openremote.agent.protocol.velbus.VelbusTCPProtocol
- getProtocolName() - Method in class org.openremote.agent.protocol.websocket.WebsocketAgentProtocol
- getProtocolName() - Method in class org.openremote.agent.protocol.zwave.ZWaveProtocol
- getProvisioneeConfirmation() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedMeshNode
- getProvisioneePublicKeyXY() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedMeshNode
- getProvisioneeRandom() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedMeshNode
- getProvisioner() - Method in interface org.openremote.agent.protocol.bluetooth.mesh.transport.NetworkLayerCallbacks
-
Callback to retrieve the current provisioner of the network
- getProvisioner(int) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.InternalTransportCallbacks
-
Returns the Provisioner with the corresponding unicast address
- getProvisioner(int) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.transport.NetworkLayerCallbacks
-
Callback to retrieve a provisioner of the mesh network
- getProvisionerAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.Provisioner
- getProvisionerName() - Method in class org.openremote.agent.protocol.bluetooth.mesh.Provisioner
-
Returns the provisioner name
- getProvisionerPublicKeyXY() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedMeshNode
- getProvisionerRandom() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedMeshNode
- getProvisioners() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
-
Returns the list of
Provisioner
- getProvisioners() - Method in class org.openremote.agent.protocol.bluetooth.mesh.ProvisionersConfig.ExportSome
- getProvisionerUuid() - Method in class org.openremote.agent.protocol.bluetooth.mesh.Provisioner
-
Returns the provisionerUuid
- getProvisioningCapabilities() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
- getProvisioningCapabilitiesPdu() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
- getProvisioningInvitePdu() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
- getProvisioningStartPdu() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
- getProxy() - Method in class org.openremote.agent.protocol.bluetooth.mesh.Features
-
Returns the proxy feature state
- getProxyAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshAgent
- getProxyFeature(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.DeviceFeatureUtils
-
Returns the proxy feature state value
- getProxyFilter() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
-
Returns the
ProxyFilter
set on the proxy - getProxyFilter() - Method in interface org.openremote.agent.protocol.bluetooth.mesh.InternalTransportCallbacks
- getProxyState() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigProxyStatus
-
Returns the current ConfigProxySet.ProxyState of the node
- getPublicationResolution() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationSet
-
Returns the resolution for the publication steps.
- getPublicationResolution() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationStatus
-
Returns the resolution for the publication steps.
- getPublicationResolution() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationVirtualAddressSet
-
Returns the resolution for the publication steps.
- getPublicationResolution() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.PublicationSettings
-
Returns the resolution bit-field of publication steps.
- getPublicationSettings() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
-
Returns the publication settings used in this model
- getPublicationSteps() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationSet
-
Returns the number of publication steps.
- getPublicationSteps() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationStatus
-
Returns the number of publication steps.
- getPublicationSteps() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationVirtualAddressSet
-
Returns the number of publication steps.
- getPublicationSteps() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.PublicationSettings
-
Returns the publication steps used for publication
- getPublishAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationSet
-
Returns the publish address to which the model must publish to
- getPublishAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationStatus
-
Returns the publish address to which the model must publish to
- getPublishAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.PublicationSettings
-
Returns the publish address, this is the address the model may publish messages when set
- getPublishPeriod() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.PublicationSettings
-
Returns the publish period in seconds
- getPublishPeriod(int, int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.transport.PublicationSettings
-
Returns the publish period in seconds
- getPublishRetransmitCount() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationSet
-
Returns the number of retransmissions for each published message.
- getPublishRetransmitCount() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationStatus
-
Returns the number of retransmissions for each published message.
- getPublishRetransmitCount() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationVirtualAddressSet
-
Returns the number of retransmissions for each published message.
- getPublishRetransmitCount() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.PublicationSettings
-
Returns the retransmit count used in publication
- getPublishRetransmitIntervalSteps() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationSet
-
Returns the number of 50-milliseconds steps between retransmissions.
- getPublishRetransmitIntervalSteps() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationStatus
-
Returns the number of 50-milliseconds steps between retransmissions.
- getPublishRetransmitIntervalSteps() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationVirtualAddressSet
-
Returns the number of 50-milliseconds steps between retransmissions.
- getPublishRetransmitIntervalSteps() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.PublicationSettings
-
Returns the retransmit interval steps used in publication
- getPublishTopic() - Method in class org.openremote.agent.protocol.mqtt.MQTTAgentLink
- getPublishTtl() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationSet
-
Returns the ttl of publication messages
- getPublishTtl() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationStatus
-
Returns the ttl of publication messages
- getPublishTtl() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationVirtualAddressSet
-
Returns the ttl of publication messages
- getPublishTtl() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.PublicationSettings
-
Returns the ttl used for publication.
- getQueryParameters() - Method in class org.openremote.agent.protocol.http.HTTPAgentLink
- getRawAlgorithm() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningCapabilities
-
Returns the raw supported algorithm value received by the node
- getRawInputOOBAction() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningCapabilities
-
Returns the raw input oob action value received by the node
- getRawOutputOOBAction() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningCapabilities
-
Returns the raw output oob action value received by the node
- getRawPublicKeyType() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningCapabilities
-
Returns the raw public key type received by the node
- getRawStaticOOBType() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningCapabilities
-
Returns the raw static OOB type received by the node
- getReadTimeout() - Method in interface org.openremote.agent.protocol.serial.JSerialCommChannelConfig
-
Return the maximal time (in ms) to block and wait for something to be ready to read.
- getRelay() - Method in class org.openremote.agent.protocol.bluetooth.mesh.Features
-
Returns the relay feature state
- getRelay() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigRelayStatus
-
Returns the RelaySettings.RelayState of the node
- getRelayFeature(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.DeviceFeatureUtils
-
Returns the relay feature state value
- getRelayIntervalSteps() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.RelaySettings
-
Returns the number of 10-millisecond steps between retransmissions
- getRelayRetransmitCount() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigRelayStatus
-
Returns the Relay retransmit count set in this message
- getRelayRetransmitIntervalSteps() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigRelayStatus
-
Returns the Relay retransmit interval steps set in this message
- getRelaySettings() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
-
Returns
RelaySettings
of this node - getRelayTransmitCount() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.RelaySettings
-
Returns the number of retransmissions on advertising bearer for each Network PDU relayed by the node
- getRemainingTime(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
-
Returns the remaining time as a string
- getRemainingTime(int, int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
-
Returns the remaining time in milliseconds
- getRemainingTransitionTime(int, int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
-
Returns the remaining time as a string
- getReplayData() - Method in class org.openremote.agent.protocol.simulator.SimulatorAgentLink
- getReplayMap() - Method in class org.openremote.agent.protocol.simulator.SimulatorProtocol
- getRequestBuilder() - Method in class org.openremote.agent.protocol.http.HTTPProtocol.HttpClientRequest
- getRequestHeaders() - Method in class org.openremote.agent.protocol.http.HTTPAgent
- getRequestQueryParameters() - Method in class org.openremote.agent.protocol.http.HTTPAgent
- getRequestTimeoutMillis() - Method in class org.openremote.agent.protocol.http.HTTPAgent
- getRequiredValues() - Method in class org.openremote.agent.protocol.artnet.ArtnetLightAsset
- getResolution() - Method in enum class org.openremote.agent.protocol.velbus.device.AnalogInputProcessor.SensorType
- getRetransmissionInterval() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.PublicationSettings
-
Returns the retransmission interval in milliseconds
- getRetransmissionInterval(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.transport.PublicationSettings
-
Returns the retransmit interval for a given number of retransmit interval steps in milliseconds
- getRetransmissionIntervals() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.RelaySettings
-
Returns the interval interval set by the relayState settings
- getRssi() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxy
- getRtr() - Method in class org.openremote.agent.protocol.velbus.VelbusPacket
- getSaturation() - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Get the saturation of the light
- getSaturation() - Method in class org.openremote.agent.protocol.tradfri.device.LightProperties
-
Get the saturation of the light
- getScanResult() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxy
- getScene(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.MeshNetwork
-
Returns a scene based on the scene number.
- getSceneList() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.SceneRegisterStatus
-
Returns the scene list.
- getSceneNumber() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.SceneDelete
- getScenes() - Method in class org.openremote.agent.protocol.bluetooth.mesh.MeshNetwork
-
Returns a list of scenes.
- getScenes() - Method in class org.openremote.agent.protocol.bluetooth.mesh.ScenesConfig.ExportSome
- getScenesNumbers() - Method in class org.openremote.agent.protocol.bluetooth.mesh.models.SceneServer
- getScheduledExecutorService() - Method in class org.openremote.agent.protocol.mail.MailClientBuilder
- getSchema() - Method in class org.openremote.agent.protocol.bluetooth.mesh.MeshNetwork
- getSecurity() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- getSecurityCode() - Method in class org.openremote.agent.protocol.tradfri.TradfriAgent
- getSegmentsToBeRetransmitted(byte[], int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.control.BlockAcknowledgementMessage
-
Parses the block acknowledgement payload
- getSelectedProvisioner() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
-
Returns the selected provisioner in the network
- getSeqAuth(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- getSequenceNumber() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshAgent
- getSequenceNumber() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- getSequenceNumber() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- getSequenceNumber(NetworkKey, int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.SequenceNumberPersistencyManager
- getSequenceNumberBytes(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
- getSequenceNumberFromPDU(byte[]) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
- getSerial() - Method in class org.openremote.agent.protocol.tradfri.device.DeviceInfo
-
Get the serial of the device
- getSharedECDHSecret() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedMeshNode
- getSigModel(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.models.SigModelParser
-
Returns the Bluetooth sig model based on the model id.
- getSigModelCount() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Element
- getSize() - Method in class org.openremote.agent.protocol.velbus.VelbusPacket
- getSNMPVersion() - Method in class org.openremote.agent.protocol.snmp.SNMPAgent
- getSocketAddressString() - Method in class org.openremote.agent.protocol.io.AbstractNettyIOServer
-
Get a string identifier that uniquely identifies the current instance of this server.
- getSocketAddressString() - Method in class org.openremote.agent.protocol.tcp.AbstractTCPServer
- getSocketAddressString() - Method in class org.openremote.agent.protocol.udp.AbstractUDPServer
- getSourceAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshAgent
- getSrc() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshMessage
-
Returns the source address of the message
- getSrc() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- getSrc() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.HeartbeatSubscription
-
Returns the source address.
- getSrcAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericStatusMessage
-
Returns the address where the message was originated from
- getSrcAddress(byte[]) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
- getSSLContext() - Method in class org.openremote.agent.protocol.websocket.WebsocketIOClient
- getStandardProviders() - Method in class org.openremote.agent.protocol.http.AbstractHTTPServerProtocol
-
Get standard JAX-RS providers that are used in the deployment.
- getStartChannelNumber(VelbusDevice, int) - Static method in class org.openremote.agent.protocol.velbus.device.ChannelProcessor
- getStartTLS() - Method in class org.openremote.agent.protocol.mail.AbstractMailAgent
- getState() - Method in class org.openremote.agent.protocol.bluetooth.mesh.control.BlockAcknowledgementMessage
- getState() - Method in class org.openremote.agent.protocol.bluetooth.mesh.control.TransportControlMessage
- getState() - Method in enum class org.openremote.agent.protocol.bluetooth.mesh.control.TransportControlMessage.TransportControlMessageState
- getState() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningCapabilitiesState
- getState() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningCompleteState
- getState() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningConfirmationState
- getState() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningDataState
- getState() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningFailedState
- getState() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningInputCompleteState
- getState() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningInviteState
- getState() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningPublicKeyState
- getState() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningRandomConfirmationState
- getState() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningStartState
- getState() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState
- getState() - Method in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.State
- getState() - Method in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.States
- getState(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.BaseMeshMessageHandler
-
Returns the existing state or a new state if nothing exists for a node
- getStaticOobType() - Method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.StaticOOBType
-
Returns the static oob type value
- getStatus() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.SceneRegisterStatus
-
Returns the present state of the GenericOnOffModel
- getStatus() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.SceneStatus
-
Returns the present state of the GenericOnOffModel
- getStatusCode() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage
-
Returns the status code received by the status message
- getStatusCode() - Method in enum class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage.StatusCodeNames
- getStatusCodeName() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage
-
Returns the status code name for a status code received by the status message.
- getStatusGroupAddress() - Method in class org.openremote.agent.protocol.knx.KNXAgentLink
- getStatusMessage(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.SceneRegisterStatus
- getStatusRequestPackets(VelbusDevice) - Method in class org.openremote.agent.protocol.velbus.device.AnalogInputProcessor
- getStatusRequestPackets(VelbusDevice) - Method in class org.openremote.agent.protocol.velbus.device.AnalogOutputProcessor
- getStatusRequestPackets(VelbusDevice) - Method in class org.openremote.agent.protocol.velbus.device.BlindProcessor
- getStatusRequestPackets(VelbusDevice) - Method in class org.openremote.agent.protocol.velbus.device.CounterProcessor
- getStatusRequestPackets(VelbusDevice) - Method in class org.openremote.agent.protocol.velbus.device.FeatureProcessor
-
Get the packets that need to be sent to the device to get the state data of this feature's properties
- getStatusRequestPackets(VelbusDevice) - Method in class org.openremote.agent.protocol.velbus.device.InputProcessor
- getStatusRequestPackets(VelbusDevice) - Method in class org.openremote.agent.protocol.velbus.device.ProgramsProcessor
- getStatusRequestPackets(VelbusDevice) - Method in class org.openremote.agent.protocol.velbus.device.RelayProcessor
- getStatusRequestPackets(VelbusDevice) - Method in class org.openremote.agent.protocol.velbus.device.TemperatureProcessor
- getStatusRequestPackets(VelbusDevice) - Method in class org.openremote.agent.protocol.velbus.device.ThermostatProcessor
- getStopbits() - Method in interface org.openremote.agent.protocol.serial.JSerialCommChannelConfig
- getSubAddresses() - Method in class org.openremote.agent.protocol.velbus.device.VelbusDevice
- getSubjectMatchPredicate() - Method in class org.openremote.agent.protocol.mail.MailAgentLink
- getSubscribedAddresses() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
-
Returns the list of subscription addresses belonging to this model
- getSubscriptionAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelSubscriptionStatus
-
Returns the subscription address.
- getSubscriptionAddresses() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigSigModelSubscriptionList
-
Returns the list of subscription addresses.
- getSubscriptionAddresses() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigVendorModelSubscriptionList
-
Returns the list of subscription addresses.
- getSubscriptionTopic() - Method in class org.openremote.agent.protocol.mqtt.MQTTAgentLink
- getSupportedAlgorithmTypes() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningCapabilities
-
Returns a list of algorithm types supported by the node
- getSupportedInputOOBActions() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningCapabilities
-
Returns the list of supported
InputOOBAction
actions or an empty list if no oob is supported - getSupportedOutputOOBActions() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningCapabilities
-
Returns the list of supported
OutputOOBAction
actions or an empty list if no oob is supported - getTag() - Method in exception org.openremote.agent.protocol.bluetooth.mesh.utils.ExtendedInvalidCipherTextException
-
Returns the tag name of the class.
- getTargetLevel() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericLevelStatus
-
Returns the target level of the GenericOnOffModel
- getTargetLightness() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.LightCtlStatus
-
Returns the target level of the GenericOnOffModel
- getTargetLightness() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.LightLightnessStatus
-
Returns the target level of the GenericOnOffModel
- getTargetScene() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.SceneStatus
-
Returns the target state of the GenericOnOffModel
- getTargetState() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericOnOffStatus
-
Returns the target state of the GenericOnOffModel
- getTargetTemperature() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.LightCtlStatus
-
Returns the target level of the GenericOnOffModel
- getTempModePackets(VelbusDevice, ThermostatProcessor.TemperatureMode, int) - Static method in class org.openremote.agent.protocol.velbus.device.ThermostatProcessor
- getTempStatePackets(VelbusDevice, ThermostatProcessor.TemperatureState, int) - Static method in class org.openremote.agent.protocol.velbus.device.ThermostatProcessor
- getThermostatAddressIndex(VelbusDevice) - Static method in class org.openremote.agent.protocol.velbus.device.ThermostatProcessor
- getThermostatChannelNumber(VelbusDevice) - Static method in class org.openremote.agent.protocol.velbus.device.ThermostatProcessor
- getTimeInjectionInterval() - Method in class org.openremote.agent.protocol.velbus.VelbusAgent
- getTimeout() - Method in class org.openremote.agent.protocol.tradfri.device.Gateway
-
Get timeout for connections to the IKEA TRÅDFRI gateway (in milliseconds)
- getTimeout() - Method in class org.openremote.agent.protocol.tradfri.util.CoapClient
-
Get timeout for connections between the CoAP client and the IKEA TRÅDFRI gateway (in milliseconds)
- getTimestamp() - Method in class org.openremote.agent.protocol.bluetooth.mesh.MeshNetwork
-
Returns the time stamp of th e mesh network
- getTimestamp() - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
-
Returns the timestamp of the phase change
- getTimeStamp() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
- getTimeStamp() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- getTopic() - Method in class org.openremote.agent.protocol.mqtt.MQTTLastWill
- getTopic() - Method in class org.openremote.agent.protocol.mqtt.MQTTMessage
- getTotalTransmissionsCount() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.RelaySettings
-
Returns the number of total retransmissions.
- getTransition() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigKeyRefreshPhaseStatus
-
Returns the current key refresh phase.
- getTransitionDate() - Method in class org.openremote.agent.protocol.bluetooth.mesh.IvIndex
- getTransitionResolution() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericLevelStatus
-
Returns the transition resolution.
- getTransitionResolution() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericOnOffStatus
-
Returns the transition resolution.
- getTransitionResolution() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.LightCtlStatus
-
Returns the transition resolution.
- getTransitionResolution() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.LightHslStatus
-
Returns the transition resolution.
- getTransitionResolution() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.LightLightnessStatus
-
Returns the transition resolution.
- getTransitionResolution() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.SceneStatus
-
Returns the transition resolution.
- getTransitionSteps() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericLevelStatus
-
Returns the transition steps.
- getTransitionSteps() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericOnOffStatus
-
Returns the transition steps.
- getTransitionSteps() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.LightCtlStatus
-
Returns the transition steps.
- getTransitionSteps() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.LightHslStatus
-
Returns the transition steps.
- getTransitionSteps() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.LightLightnessStatus
-
Returns the transition steps.
- getTransitionSteps() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.SceneStatus
-
Returns the transition steps.
- getTransitionTime() - Method in class org.openremote.agent.protocol.tradfri.device.LightProperties
-
Get the transition time for updating the light
- getTransMicLength(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
-
Gets the transport MIC length based on the aszmic value
- getTransmissionCount() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.NetworkTransmitSettings
-
Returns the number of transmissions.
- getTransmitIvIndex() - Method in class org.openremote.agent.protocol.bluetooth.mesh.IvIndex
-
Returns iv index used when transmitting messages.
- getTransportControlMessage() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ControlMessage
- getTransportControlPdu() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ControlMessage
- getTtl() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
- getTtl() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigDefaultTtlStatus
-
Returns the ttl value
- getTtl() - Method in interface org.openremote.agent.protocol.bluetooth.mesh.transport.LowerTransportLayerCallbacks
- getTtl() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- getTtl() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- getTtl() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.HeartbeatPublication
-
Returns the publication ttl.
- getTxDerivatives() - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
-
Returns the NetworkKey based on the key refresh procedure phase.
- getTxNetworkKey() - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
-
Returns the NetworkKey based on the key refresh procedure phase.
- getType() - Method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.AddressType
-
Returns the address type
- getType() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.ProxyFilterType
-
Returns the filter type
- getType() - Method in class org.openremote.agent.protocol.mail.MailAgentLink
- getType() - Method in class org.openremote.agent.protocol.mqtt.MQTTAgentLink
- getTypeCode() - Method in class org.openremote.agent.protocol.velbus.VelbusPacket
- getTypeName(AddressType) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.AddressType
-
Returns the address type name
- getUnicastAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
- getUnicastAddress() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- getUniverse() - Method in class org.openremote.agent.protocol.artnet.ArtnetLightAsset
- getUpperBound() - Method in class org.openremote.agent.protocol.bluetooth.mesh.AllocatedGroupRange
- getUpperBound() - Method in class org.openremote.agent.protocol.bluetooth.mesh.AllocatedSceneRange
- getUpperBound() - Method in class org.openremote.agent.protocol.bluetooth.mesh.AllocatedUnicastRange
- getUpperBound() - Method in class org.openremote.agent.protocol.bluetooth.mesh.Range
-
Returns the upper bound of the range
- getUpperTransportPdu() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.AccessMessage
- getUri(String...) - Static method in class org.openremote.agent.protocol.tradfri.util.ApiEndpoint
-
Get the URI of an endpoint of the IKEA TRÅDFRI API
- getUser() - Method in class org.openremote.agent.protocol.mail.MailClientBuilder
- getUseSubject() - Method in class org.openremote.agent.protocol.mail.MailAgentLink
- getUuid() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- getUuid(String) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
-
Returns a type4 UUID from a uuid string without dashes
- getValue() - Method in enum class org.openremote.agent.protocol.snmp.SNMPAgent.SNMPVersion
- getValue() - Method in enum class org.openremote.agent.protocol.velbus.VelbusPacket.PacketPriority
- getValue(byte[]) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
- getValues() - Method in class org.openremote.agent.protocol.artnet.ArtnetLightAsset
- getVendorModelCount() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Element
- getVersion() - Method in class org.openremote.agent.protocol.bluetooth.mesh.MeshNetwork
- getVersion() - Method in enum class org.openremote.agent.protocol.snmp.SNMPAgent.SNMPVersion
- getVersionIdentifier() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigCompositionDataStatus
-
Returns the 16-bit vendor assigned product version identifier.
- getVersionIdentifier() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- getWaitTimeMillis() - Method in interface org.openremote.agent.protocol.serial.JSerialCommChannelConfig
- getWebsocketPath() - Method in class org.openremote.agent.protocol.mqtt.MQTTAgent
- getWebsocketQuery() - Method in class org.openremote.agent.protocol.mqtt.MQTTAgent
- getWebsocketSubscriptions() - Method in class org.openremote.agent.protocol.websocket.WebsocketAgentLink
- getWithDeviceKey() - Method in class org.openremote.agent.protocol.bluetooth.mesh.NodesConfig.ExportSome
- getWithoutDeviceKey() - Method in class org.openremote.agent.protocol.bluetooth.mesh.NodesConfig.ExportSome
- getWorkerGroup() - Method in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- getWorkerGroup() - Method in class org.openremote.agent.protocol.serial.SerialIOClient
- getWorkerGroup() - Method in class org.openremote.agent.protocol.tcp.TCPIOClient
- getWorkerGroup() - Method in class org.openremote.agent.protocol.udp.UDPIOClient
- getWorkerGroup() - Method in class org.openremote.agent.protocol.websocket.WebsocketIOClient
- getX() - Method in class org.openremote.agent.protocol.tradfri.util.ColourXY
-
Get the X value of the colour
- getY() - Method in class org.openremote.agent.protocol.tradfri.util.ColourXY
-
Get the Y value of the colour
- Group - Class in org.openremote.agent.protocol.bluetooth.mesh
- Group(int, int, String) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.Group
-
Constructs a mesh group
- Group(int, int, UUID, int, UUID, String) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.Group
-
Constructs a mesh group to be used for room db implementation
- Group(int, String) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.Group
-
Constructs a mesh group
- Group(int, UUID, String) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.Group
-
Constructs a mesh group
- Group(UUID, int, String) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.Group
-
Constructs a mesh group
- Group(UUID, UUID, String) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.Group
-
Constructs a mesh group
- GROUP_ADDRESS - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.AddressType
- GROUP_ID - Static variable in class org.openremote.agent.protocol.artnet.ArtnetLightAsset
- groupAddressConsumerMap - Variable in class org.openremote.agent.protocol.knx.KNXConnection
- groupAddressStateMap - Variable in class org.openremote.agent.protocol.knx.KNXConnection
- groupComparator - Variable in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
- groupRangeComparator - Variable in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
- groupReadRequest(ProcessEvent) - Method in class org.openremote.agent.protocol.knx.KNXConnection
- groupReadResponse(ProcessEvent) - Method in class org.openremote.agent.protocol.knx.KNXConnection
- GROUPS - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiEndpoint
-
The endpoint for IKEA TRÅDFRI groups
Value: "15004" - GroupsConfig - Class in org.openremote.agent.protocol.bluetooth.mesh
-
Contains the configuration required when exporting a selected number of Groups in a mesh network.
- GroupsConfig.ExportAll - Class in org.openremote.agent.protocol.bluetooth.mesh
-
Use this class to configure when exporting all the Groups.
- GroupsConfig.ExportRelated - Class in org.openremote.agent.protocol.bluetooth.mesh
-
Use this class to configure when exporting the related Groups, which means that the exported configuration will only contain those groups that any exported model is subscribed or publishing to
- GroupsConfig.ExportSome - Class in org.openremote.agent.protocol.bluetooth.mesh
-
Use this class to configure when exporting some of the groups.
- groupWrite(ProcessEvent) - Method in class org.openremote.agent.protocol.knx.KNXConnection
-
A group address has changed on the KNX network so notify consumers
H
- HALT - Enum constant in enum class org.openremote.agent.protocol.velbus.device.AnalogOutputProcessor.ChannelState
- HALT - Enum constant in enum class org.openremote.agent.protocol.velbus.device.BlindProcessor.ChannelState
- handle(T) - Method in class org.openremote.agent.protocol.tradfri.device.event.EventHandler
-
Handle the event
- handleKNXValueChange(AttributeRef, Object) - Method in class org.openremote.agent.protocol.knx.KNXProtocol
- handleMessageReceived(DatagramChannel, T) - Method in class org.openremote.agent.protocol.udp.AbstractUDPServer
- handleMessageReceived(U, T) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- handleNotifications(int, byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.MeshManagerApi
- handleNotifications(int, byte[]) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshMngrApi
-
Handles notifications received by the client.
- handler - Variable in class org.openremote.agent.protocol.websocket.WebsocketIOClient
- handleWriteCallbacks(int, byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.MeshManagerApi
- handleWriteCallbacks(int, byte[]) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshMngrApi
-
Must be called to handle provisioning states
- handshakeFuture - Variable in class org.openremote.agent.protocol.websocket.WebsocketIOClient
- hasAllSegmentsBeenReceived(Integer, int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.control.BlockAcknowledgementMessage
-
Checks if all segments are received based on the segment count
- hasCommand() - Method in class org.openremote.agent.protocol.velbus.VelbusPacket
- hashCode() - Method in class org.openremote.agent.protocol.velbus.VelbusPacket
- hasOverlappingGroupRanges(List<AllocatedGroupRange>) - Method in class org.openremote.agent.protocol.bluetooth.mesh.Provisioner
- hasOverlappingSceneRanges(List<AllocatedSceneRange>) - Method in class org.openremote.agent.protocol.bluetooth.mesh.Provisioner
- hasOverlappingUnicastRanges(List<AllocatedUnicastRange>) - Method in class org.openremote.agent.protocol.bluetooth.mesh.Provisioner
- hasPropertyValue(String) - Method in class org.openremote.agent.protocol.velbus.device.VelbusDevice
- hasSubAddresses() - Method in enum class org.openremote.agent.protocol.velbus.device.VelbusDeviceType
- hasUnicastAddress(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
-
Check if an unicast address is the address of an element
- headers - Variable in class org.openremote.agent.protocol.http.HTTPAgentLink
- headers - Variable in class org.openremote.agent.protocol.http.HTTPProtocol.HttpClientRequest
- headers - Variable in class org.openremote.agent.protocol.websocket.WebsocketHTTPSubscription
- headers - Variable in class org.openremote.agent.protocol.websocket.WebsocketIOClient
- headers(ValueType.MultivaluedStringMap) - Method in class org.openremote.agent.protocol.websocket.WebsocketHTTPSubscription
- Heartbeat - Class in org.openremote.agent.protocol.bluetooth.mesh.utils
- HeartbeatPublication - Class in org.openremote.agent.protocol.bluetooth.mesh.utils
- HeartbeatPublication(int, byte, byte, int, Features, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.utils.HeartbeatPublication
-
Heartbeat subscription.
- HeartbeatSubscription - Class in org.openremote.agent.protocol.bluetooth.mesh.utils
- HeartbeatSubscription(int, int, byte, byte, int, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.utils.HeartbeatSubscription
-
Heartbeat subscription.
- HEAT_COMFORT - Enum constant in enum class org.openremote.agent.protocol.velbus.device.ThermostatProcessor.TemperatureMode
- HEAT_DAY - Enum constant in enum class org.openremote.agent.protocol.velbus.device.ThermostatProcessor.TemperatureMode
- HEAT_NIGHT - Enum constant in enum class org.openremote.agent.protocol.velbus.device.ThermostatProcessor.TemperatureMode
- HEAT_SAFE - Enum constant in enum class org.openremote.agent.protocol.velbus.device.ThermostatProcessor.TemperatureMode
- hexToInt(String) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
- HIGH - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.PacketPriority
- HIGH - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- host - Variable in class org.openremote.agent.protocol.mail.MailClientBuilder
- host - Variable in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- host - Variable in class org.openremote.agent.protocol.tcp.TCPIOClient
- host - Variable in class org.openremote.agent.protocol.udp.UDPIOClient
- host - Variable in class org.openremote.agent.protocol.websocket.WebsocketIOClient
- HOST - Static variable in class org.openremote.agent.protocol.knx.KNXAgent
- HOST - Static variable in class org.openremote.agent.protocol.mail.AbstractMailAgent
- HOST - Static variable in class org.openremote.agent.protocol.mqtt.MQTTAgent
- HOST - Static variable in class org.openremote.agent.protocol.tcp.TCPAgent
- HOST - Static variable in class org.openremote.agent.protocol.udp.UDPAgent
- HOST - Static variable in class org.openremote.agent.protocol.velbus.VelbusTCPAgent
- HTTPAgent - Class in org.openremote.agent.protocol.http
- HTTPAgent() - Constructor for class org.openremote.agent.protocol.http.HTTPAgent
-
For use by hydrators (i.e.
- HTTPAgent(String) - Constructor for class org.openremote.agent.protocol.http.HTTPAgent
- HTTPAgentLink - Class in org.openremote.agent.protocol.http
- HTTPAgentLink() - Constructor for class org.openremote.agent.protocol.http.HTTPAgentLink
- HTTPAgentLink(String) - Constructor for class org.openremote.agent.protocol.http.HTTPAgentLink
- HttpClientRequest(WebTarget, String, String, MultivaluedMap<String, ?>, MultivaluedMap<String, ?>, boolean, String, Supplier<Instant>) - Constructor for class org.openremote.agent.protocol.http.HTTPProtocol.HttpClientRequest
- HTTPProtocol - Class in org.openremote.agent.protocol.http
-
This is a HTTP client protocol for communicating with HTTP servers; it uses the
WebTargetBuilder
factory to generate JAX-RSWebTarget
s that can be used to make arbitrary calls to endpoints on a HTTP server but it can also be extended and used as a JAX-RS client proxy. - HTTPProtocol(HTTPAgent) - Constructor for class org.openremote.agent.protocol.http.HTTPProtocol
- HTTPProtocol.HttpClientRequest - Class in org.openremote.agent.protocol.http
- HTTPProtocol.PagingResponse - Class in org.openremote.agent.protocol.http
- HTTPProtocol.PagingResponseBuilder - Class in org.openremote.agent.protocol.http
- HUE - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiCode
-
The IKEA TRÅDFRI API code for a hue property
Value: "5707"
I
- id - Variable in class org.openremote.agent.protocol.bluetooth.mesh.Group
- id - Variable in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
- IDENTITY - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiCode
-
The IKEA TRÅDFRI API code for an identity property
Value: "9090" - identityService - Variable in class org.openremote.agent.protocol.http.AbstractHTTPServerProtocol
- INCLUSION_LIST_FILTER - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.ProxyFilterType
-
A inclusion list filter has an associated inclusion list, which is a list of destination addresses that are of interest for the Proxy Client.
- incrementSequenceNumber() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
-
Increments the sequence number
- indication(FrameEvent) - Method in class org.openremote.agent.protocol.knx.KNXConnection
- INHIBIT - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- INHIBIT_CANCEL - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- INHIBITED - Enum constant in enum class org.openremote.agent.protocol.velbus.device.BlindProcessor.ChannelSetting
- INHIBITED - Enum constant in enum class org.openremote.agent.protocol.velbus.device.OutputChannelProcessor.ChannelSetting
- INHIBITED_DOWN - Enum constant in enum class org.openremote.agent.protocol.velbus.device.BlindProcessor.ChannelSetting
- INHIBITED_UP - Enum constant in enum class org.openremote.agent.protocol.velbus.device.BlindProcessor.ChannelSetting
- initChannel(Channel) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOClient
-
Inserts the decoders and encoders into the channel pipeline and configures standard exception handling and logging
- initChannel(DatagramChannel) - Method in class org.openremote.agent.protocol.udp.AbstractUDPServer
- initChannel(U) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- initClient() - Static method in class org.openremote.agent.protocol.http.HTTPProtocol
- initClient() - Static method in class org.openremote.agent.protocol.websocket.WebsocketAgentProtocol
- initClientChannel(U) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOServer
-
Initialise the specified client channel (will be called when a new client connection is made)
- INITIAL_CHECK_DELAY_SECONDS - Static variable in class org.openremote.agent.protocol.mail.AbstractMailProtocol
- INITIAL_RECONNECT_DELAY_MILLIS - Static variable in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- INITIAL_RECONNECT_DELAY_MILLIS - Static variable in class org.openremote.agent.protocol.knx.KNXConnection
- INITIALISATION_TIMEOUT_MILLISECONDS - Static variable in class org.openremote.agent.protocol.velbus.device.VelbusDevice
- initialisationAttempts - Variable in class org.openremote.agent.protocol.velbus.device.VelbusDevice
- initialisationFailed - Variable in class org.openremote.agent.protocol.velbus.device.VelbusDevice
- initialisationTask - Variable in class org.openremote.agent.protocol.velbus.device.VelbusDevice
- initialise() - Method in class org.openremote.agent.protocol.velbus.device.VelbusDevice
-
Attempt initialisation of this device
- initialiseAttributes(Device) - Method in interface org.openremote.agent.protocol.tradfri.TradfriAsset
- initialiseAttributes(Device) - Method in class org.openremote.agent.protocol.tradfri.TradfriLightAsset
- initialiseAttributes(Device) - Method in class org.openremote.agent.protocol.tradfri.TradfriPlugAsset
- initialised - Variable in class org.openremote.agent.protocol.velbus.device.VelbusDevice
- initMainThread(ScheduledExecutorService) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProtocol
- INPUT_ALPHA_NUMERIC - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.InputOOBAction
- INPUT_NUMERIC - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.InputOOBAction
- INPUT_OOB_AUTHENTICATION - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.AuthenticationOOBMethods
- InputOOBAction - Enum Class in org.openremote.agent.protocol.bluetooth.mesh.utils
- InputProcessor - Class in org.openremote.agent.protocol.velbus.device
- InputProcessor() - Constructor for class org.openremote.agent.protocol.velbus.device.InputProcessor
- InputProcessor.ChannelState - Enum Class in org.openremote.agent.protocol.velbus.device
- InputProcessor.PropertyType - Enum Class in org.openremote.agent.protocol.velbus.device
- INSTANCE_ID - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiCode
-
The IKEA TRÅDFRI API code for an instance id property
Value: "9003" - INSUFFICIENT_RESOURCES - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage.StatusCodeNames
- InternalMeshMsgHandlerCallbacks - Interface in org.openremote.agent.protocol.bluetooth.mesh.transport
-
Callbacks to notify the mesh message handler to notify events from transport layers.
- InternalProvisioningCallbacks - Interface in org.openremote.agent.protocol.bluetooth.mesh
-
Internal provisioning callbacks
- InternalTransportCallbacks - Interface in org.openremote.agent.protocol.bluetooth.mesh
- intToBytes(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
- INVALID_ADDRESS - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage.StatusCodeNames
- INVALID_APPKEY_INDEX - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage.StatusCodeNames
- INVALID_BINDING - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage.StatusCodeNames
- INVALID_FORMAT - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningFailedState.ProvisioningFailureCode
- INVALID_MODEL - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage.StatusCodeNames
- INVALID_NETKEY_INDEX - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage.StatusCodeNames
- INVALID_PDU - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningFailedState.ProvisioningFailureCode
- INVALID_PUBLISH_PARAMETERS - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage.StatusCodeNames
- INVERTED_STATE - Enum constant in enum class org.openremote.agent.protocol.velbus.device.InputProcessor.PropertyType
- invoke(String) - Method in class org.openremote.agent.protocol.http.HTTPProtocol.HttpClientRequest
- IO_CHANNEL_REGEX - Static variable in class org.openremote.agent.protocol.velbus.device.AnalogOutputProcessor
- IO_PREFIX - Static variable in class org.openremote.agent.protocol.velbus.device.AnalogOutputProcessor
- IO_PROPERTIES - Static variable in class org.openremote.agent.protocol.velbus.device.AnalogInputProcessor
- IOAgent<T extends IOAgent<T,
U, V>, U extends AbstractIOClientProtocol<U, T, ?, ?, V>, V extends org.openremote.model.asset.agent.AgentLink<?>> - Class in org.openremote.agent.protocol.io - IOAgent() - Constructor for class org.openremote.agent.protocol.io.IOAgent
- IOAgent(String) - Constructor for class org.openremote.agent.protocol.io.IOAgent
- ioClient - Variable in class org.openremote.agent.protocol.zwave.ZWaveNetwork
- IOClient<T> - Interface in org.openremote.agent.protocol.io
-
Represents an IO client that communicates with a server
- IOServer<T,
U, V extends SocketAddress> - Interface in org.openremote.agent.protocol.io -
Represents an IO server that accepts incoming clients.
- IOServer.IoServerMessageConsumer<T,
U, V> - Interface in org.openremote.agent.protocol.io - IS_SCENE_PREDEFINED - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiCode
-
The IKEA TRÅDFRI API code for a predefined scene property
Value: "9068" - isAddressInRange(byte[]) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
- isAddressInRange(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
-
Checks if the address is in range
- isBlackListed() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
-
Deprecated.
- isChannelEnabled(VelbusDevice, int) - Static method in class org.openremote.agent.protocol.velbus.device.ChannelProcessor
- isConfigured() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
- isConfigured() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- isConnected() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- isConnected() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxy
- isConnected() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxyStateMachine
- isConnected() - Method in class org.openremote.agent.protocol.mail.MailClient
- isDefaultPublishTtl(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
-
Checks if the default publish ttl is used for publication
- isDeleteMessageOnceProcessed() - Method in class org.openremote.agent.protocol.mail.MailClientBuilder
- isEnable() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigBeaconStatus
-
Returns the true if the Secure Network beacon State is set to send periodic Secure Network Beacons or false otherwise.
- isEnable() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigFriendStatus
-
Returns the true if the Friend feature is enabled or not.
- isEnabled() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.Heartbeat
-
Returns true if the heartbeats are enabled.
- isEnabled() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.HeartbeatPublication
-
Returns true if the heartbeat subscriptions are enabled.
- isEnabled() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.HeartbeatSubscription
-
Returns true if the heartbeat subscriptions are enabled.
- isExcluded() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
-
Returns true if the node is marked as excluded.
- isExist(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- isFriendFeatureSupported() - Method in class org.openremote.agent.protocol.bluetooth.mesh.Features
-
Returns true if friend feature is supported and false otherwise
- isFriendFeatureSupported() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigCompositionDataStatus
-
Returns if the friend feature is supported.
- isHandled() - Method in class org.openremote.agent.protocol.velbus.VelbusPacket
- isInitialised() - Method in class org.openremote.agent.protocol.velbus.device.VelbusDevice
- isInitialisedAndValid() - Method in class org.openremote.agent.protocol.velbus.device.VelbusDevice
- isInputShutdown() - Method in class org.openremote.agent.protocol.serial.JSerialCommChannel
- isIvUpdateActive() - Method in class org.openremote.agent.protocol.bluetooth.mesh.IvIndex
-
Returns the current iv update flag.
- isKeyInUse(MeshKey) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
-
Checks if the app key is in use.
- isKeyRefreshActive() - Method in class org.openremote.agent.protocol.bluetooth.mesh.SecureNetworkBeacon
-
Returns true if Key Refresh Procedure is active.
- isLastSelected() - Method in class org.openremote.agent.protocol.bluetooth.mesh.Provisioner
- isLastWillRetain() - Method in class org.openremote.agent.protocol.mqtt.MQTTAgent
- isLight() - Method in class org.openremote.agent.protocol.tradfri.device.Device
-
Check if the device is a
Light
- isLowPowerFeatureSupported() - Method in class org.openremote.agent.protocol.bluetooth.mesh.Features
-
Returns true if low power feature is supported and false otherwise
- isLowPowerFeatureSupported() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigCompositionDataStatus
-
Returns if the low power feature is supported.
- isMessageConvertBinary() - Method in class org.openremote.agent.protocol.http.HTTPAgentLink
- isMessageConvertHex() - Method in class org.openremote.agent.protocol.http.HTTPAgentLink
- isMinSecurity() - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
-
Uses min security
- isNATMode() - Method in class org.openremote.agent.protocol.knx.KNXAgent
- isNodeKeyExists(List<NodeKey>, int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
- isOpen() - Method in class org.openremote.agent.protocol.serial.JSerialCommChannel
- isPacketForThermostat(VelbusDevice, int) - Static method in class org.openremote.agent.protocol.velbus.device.ThermostatProcessor
- isPlug() - Method in class org.openremote.agent.protocol.tradfri.device.Device
-
Check if the device is a
Plug
- isPreferHTML() - Method in class org.openremote.agent.protocol.mail.MailClientBuilder
- isProvisioned() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
- isProvisionerUuidInUse(String) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
- isProxyFeatureEnabled() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigProxyStatus
-
Returns true if the proxy feature is currently enabled on the node and false otherwise
- isProxyFeatureSupported() - Method in class org.openremote.agent.protocol.bluetooth.mesh.Features
-
Returns true if proxy feature is supported and false otherwise
- isProxyFeatureSupported() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigCompositionDataStatus
-
Returns if the proxy feature is supported.
- isPublicKeyInformationAvailable() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningCapabilities
-
Returns true if public key information is available
- isReadOnly() - Method in class org.openremote.agent.protocol.velbus.device.FeatureProcessor.PropertyDescriptor
- isRelayFeatureSupported() - Method in class org.openremote.agent.protocol.bluetooth.mesh.Features
-
Returns true if relay feature is supported and false otherwise
- isRelayFeatureSupported() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigCompositionDataStatus
-
Returns if the relay feature is supported.
- isRelaySupported(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.RelaySettings
- isResumeSession() - Method in class org.openremote.agent.protocol.mqtt.MQTTAgent
- isRetain() - Method in class org.openremote.agent.protocol.mqtt.MQTTLastWill
- isRoleBasedSecurity() - Method in class org.openremote.agent.protocol.http.AbstractHTTPServerAgent
- isRoutingMode() - Method in class org.openremote.agent.protocol.knx.KNXAgent
- isSecureMode() - Method in class org.openremote.agent.protocol.mqtt.MQTTAgent
- isSecureNetworkBeaconSupported() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- isSegmented() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- isSimulationStarted(String) - Method in class org.openremote.agent.protocol.simulator.storage.StorageSimulatorProtocol
- isStartTls() - Method in class org.openremote.agent.protocol.mail.MailClientBuilder
- isStaticOOBInformationAvailable() - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningCapabilities
-
Returns true if Static OOB information is available
- isSuccessful() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigAppKeyList
-
Returns if the message was successful
- isSuccessful() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigAppKeyStatus
-
Returns if the message was successful
- isSuccessful() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigHeartbeatPublicationStatus
-
Returns if the message was successful
- isSuccessful() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigHeartbeatSubscriptionStatus
-
Returns if the message was successful
- isSuccessful() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigKeyRefreshPhaseStatus
-
Returns if the message was successful
- isSuccessful() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelAppStatus
-
Returns if the message was successful or not.
- isSuccessful() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationStatus
-
Returns if the message was successful or not.
- isSuccessful() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelSubscriptionStatus
-
Returns if the message was successful
- isSuccessful() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNetKeyList
-
Returns if the message was successful
- isSuccessful() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNetKeyStatus
-
Returns if the message was successful
- isSuccessful() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNodeIdentityStatus
-
Returns if the message was successful.
- isSuccessful() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigSigModelAppList
-
Returns if the message was successful
- isSuccessful() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigSigModelSubscriptionList
-
Returns if the message was successful
- isSuccessful() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigVendorModelAppList
-
Returns if the message was successful
- isSuccessful() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigVendorModelSubscriptionList
-
Returns if the message was successful
- isSuccessful() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.SceneRegisterStatus
- isSuccessful() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.SceneStatus
-
Returns true if the message was successful.
- isThermostatEnabled(VelbusDevice) - Static method in class org.openremote.agent.protocol.velbus.device.ThermostatProcessor
- isUpdated() - Method in class org.openremote.agent.protocol.bluetooth.mesh.NodeKey
-
Returns true if the key has been updated
- isUuidPattern(String) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
- isValid() - Method in class org.openremote.agent.protocol.velbus.VelbusPacket
- isValidDefaultTtl(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
-
Checks if the ttl value is within the allowed range.
- isValidFixedGroupAddress(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
-
Returns true if the its a valid fixed group address.
- isValidGroupAddress(byte[]) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
- isValidGroupAddress(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
-
Returns true if the its a valid group address
- isValidHeartbeatCountLog(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
-
Validates heart beat count log.
- isValidHeartbeatPeriod(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.Heartbeat
-
Validates heart beat period.
- isValidHeartbeatPeriodLog(byte) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.Heartbeat
-
Validates heart beat period log.
- isValidHeartbeatPublicationDestination(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
-
Validates if the address is a valid Heartbeat publicaiton destination.
- isValidHeartbeatPublicationTtl(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
-
Validates heart beat publication ttl.
- isValidHeartbeatSubscriptionDestination(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
-
Validates if the address is a valid Heartbeat subscription source.
- isValidHeartbeatSubscriptionSource(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
-
Validates if the address is a valid Heartbeat subscription source.
- isValidOpcode(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
-
Checks if the opcode is valid
- isValidParameters(byte[]) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
-
Checks if the parameters are within the valid range
- isValidProxyFilterAddress(byte[]) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
-
Validates if the given address is a valid address that can be used as a proxy filter
- isValidProxyFilterAddress(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
-
Validates if the given address is a valid address that can be used as a proxy filter
- isValidSceneNumber(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.Scene
-
Validates the scene number
- isValidSequenceNumber(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
- isValidSubscriptionAddress(byte[]) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
-
Validates a given address for subscriptions
- isValidSubscriptionAddress(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
-
Returns true if the address is a valid subscription address
- isValidTtl(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
-
Checks if the Publication ttl value is within the allowed range where the range is 0x00 - 0x7F.
- isValidUnassignedAddress(byte[]) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
-
Validates an unassigned address
- isValidUnassignedAddress(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
-
Validates a unassigned address
- isValidUnicastAddress(byte[]) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
-
Validates a unicast address
- isValidUnicastAddress(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
-
Validates a unicast address
- isValidVirtualAddress(byte[]) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
-
Validates a virtual address
- isValidVirtualAddress(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
-
Validates a unicast address
- isVendorModel(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
-
Returns if the model id is a vendor model
- isWebsocketMode() - Method in class org.openremote.agent.protocol.mqtt.MQTTAgent
- IV_UPDATE_ACTIVE - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
- ivIndex - Variable in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
- IvIndex - Class in org.openremote.agent.protocol.bluetooth.mesh
-
Class containing the current IV Index State of the network.
- IvIndex(int, boolean, Calendar) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.IvIndex
-
Construct the IV Index state of the mesh network
J
- jacksonConfig - Static variable in class org.openremote.agent.protocol.http.AbstractHTTPServerProtocol
- jaxrsClient - Static variable in class org.openremote.agent.protocol.mail.MailClientBuilder
- JSerialCommChannel - Class in org.openremote.agent.protocol.serial
-
A channel to a serial device using the jSerialComm library.
- JSerialCommChannel() - Constructor for class org.openremote.agent.protocol.serial.JSerialCommChannel
- JSerialCommChannelConfig - Interface in org.openremote.agent.protocol.serial
-
Configuration interface for jSerialComm device connections.
- JSerialCommChannelConfig.Paritybit - Enum Class in org.openremote.agent.protocol.serial
- JSerialCommChannelConfig.Stopbits - Enum Class in org.openremote.agent.protocol.serial
- JSerialCommChannelOption<T> - Class in org.openremote.agent.protocol.serial
-
Option for configuring a serial port connection.
- JSerialCommDeviceAddress - Class in org.openremote.agent.protocol.serial
-
A SocketAddress subclass to wrap the serial port address of a jSerialComm device (e.g.
- JSerialCommDeviceAddress(String) - Constructor for class org.openremote.agent.protocol.serial.JSerialCommDeviceAddress
K
- K2_MASTER_INPUT - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
-
K2 Master input
- key - Variable in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
- KEY_DISTRIBUTION - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
- KEY_INDEX_ALREADY_STORED - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage.StatusCodeNames
- keyIndex - Variable in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
- keyIndex - Variable in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
- keyStoreService - Variable in class org.openremote.agent.protocol.mqtt.MQTTProtocol
- KILOWATTS - Enum constant in enum class org.openremote.agent.protocol.velbus.device.CounterProcessor.CounterUnits
- KNXAgent - Class in org.openremote.agent.protocol.knx
- KNXAgent() - Constructor for class org.openremote.agent.protocol.knx.KNXAgent
-
For use by hydrators (i.e.
- KNXAgent(String) - Constructor for class org.openremote.agent.protocol.knx.KNXAgent
- KNXAgentLink - Class in org.openremote.agent.protocol.knx
- KNXAgentLink() - Constructor for class org.openremote.agent.protocol.knx.KNXAgentLink
- KNXAgentLink(String, String, String, String) - Constructor for class org.openremote.agent.protocol.knx.KNXAgentLink
- KNXConnection - Class in org.openremote.agent.protocol.knx
- KNXConnection(String, String, Integer, String, boolean, boolean) - Constructor for class org.openremote.agent.protocol.knx.KNXConnection
- knxLink - Variable in class org.openremote.agent.protocol.knx.KNXConnection
- KNXProtocol - Class in org.openremote.agent.protocol.knx
-
This protocol is used to connect to a KNX bus via an IP interface.
- KNXProtocol(KNXAgent) - Constructor for class org.openremote.agent.protocol.knx.KNXProtocol
L
- LAST - Enum constant in enum class org.openremote.agent.protocol.velbus.device.AnalogOutputProcessor.ChannelState
- LAST_WILL_PAYLOAD - Static variable in class org.openremote.agent.protocol.mqtt.MQTTAgent
- LAST_WILL_RETAIN - Static variable in class org.openremote.agent.protocol.mqtt.MQTTAgent
- LAST_WILL_TOPIC - Static variable in class org.openremote.agent.protocol.mqtt.MQTTAgent
- lastMessageDate - Variable in class org.openremote.agent.protocol.mail.MailClient
- lastMessageSender - Variable in class org.openremote.agent.protocol.udp.AbstractUDPServer
- lastUpdateMap - Variable in class org.openremote.agent.protocol.simulator.storage.StorageSimulatorProtocol
- LED_COUNT - Static variable in class org.openremote.agent.protocol.artnet.ArtnetLightAsset
- LED_FAST - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.InboundCommand
- LED_FAST - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- LED_OFF - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.InboundCommand
- LED_OFF - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- LED_ON - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.InboundCommand
- LED_ON - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- LED_SLOW - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.InboundCommand
- LED_SLOW - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- LED_STATE - Enum constant in enum class org.openremote.agent.protocol.velbus.device.InputProcessor.PropertyType
- LED_STATUS - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.InboundCommand
- LED_VERYFAST - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.InboundCommand
- LED_VERYFAST - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- LEVEL_ON_TIMER - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- Light - Class in org.openremote.agent.protocol.tradfri.device
-
The class that represents an IKEA TRÅDFRI light
- Light(String, Long, Integer, DeviceInfo, LightProperties, CoapClient) - Constructor for class org.openremote.agent.protocol.tradfri.device.Light
-
Construct the Light class
- LIGHT - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiCode
-
The IKEA TRÅDFRI API code for a light property
Value: "3311" - LIGHT_CTL_GET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ApplicationMessageOpCodes
-
Opcode for the "Light Ctl Get" message
- LIGHT_CTL_SET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ApplicationMessageOpCodes
-
Opcode for the "Light Ctl Set" message
- LIGHT_CTL_SET_UNACKNOWLEDGED - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ApplicationMessageOpCodes
-
Opcode for the "Light Ctl Set Unacknowledged" message
- LIGHT_CTL_STATUS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ApplicationMessageOpCodes
-
Opcode for the "Light Ctl Status" message
- LIGHT_HSL_GET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ApplicationMessageOpCodes
-
Opcode for the "Light Hsl Get" message
- LIGHT_HSL_SET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ApplicationMessageOpCodes
-
Opcode for the "Light Hsl Set" message
- LIGHT_HSL_SET_UNACKNOWLEDGED - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ApplicationMessageOpCodes
-
Opcode for the "Light Hsl Set Unacknowledged" message
- LIGHT_HSL_STATUS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ApplicationMessageOpCodes
-
Opcode for the "Light Hsl Status" message
- LIGHT_ID - Static variable in class org.openremote.agent.protocol.artnet.ArtnetLightAsset
- LIGHT_LIGHTNESS_GET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ApplicationMessageOpCodes
-
Opcode for the "Light Lightness Get" message
- LIGHT_LIGHTNESS_SET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ApplicationMessageOpCodes
-
Opcode for the "Light Lightness Set" message
- LIGHT_LIGHTNESS_SET_UNACKNOWLEDGED - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ApplicationMessageOpCodes
-
Opcode for the "Light Lightness Set Unacknowledged" message
- LIGHT_LIGHTNESS_STATUS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ApplicationMessageOpCodes
-
Opcode for the "Light Lightness Status" message
- LIGHT_SETTINGS - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiCode
-
The IKEA TRÅDFRI API code for a light settings property
Value: "15013" - LightChangeBrightnessEvent - Class in org.openremote.agent.protocol.tradfri.device.event
-
The class that represents a light brightness changed event that occurred to an IKEA TRÅDFRI light
- LightChangeBrightnessEvent(Light, LightProperties, LightProperties) - Constructor for class org.openremote.agent.protocol.tradfri.device.event.LightChangeBrightnessEvent
-
Construct the LightChangeBrightnessEvent class
- LightChangeColourEvent - Class in org.openremote.agent.protocol.tradfri.device.event
-
The class that represents a light colour changed event that occurred to an IKEA TRÅDFRI light
- LightChangeColourEvent(Light, LightProperties, LightProperties) - Constructor for class org.openremote.agent.protocol.tradfri.device.event.LightChangeColourEvent
-
Construct the LightChangeColourEvent class
- LightChangeColourTemperatureEvent - Class in org.openremote.agent.protocol.tradfri.device.event
-
The class that represents a light colour temperature changed event that occurred to an IKEA TRÅDFRI light
- LightChangeColourTemperatureEvent(Light, LightProperties, LightProperties) - Constructor for class org.openremote.agent.protocol.tradfri.device.event.LightChangeColourTemperatureEvent
-
Construct the LightChangeColourTemperatureEvent class
- LightChangeEvent - Class in org.openremote.agent.protocol.tradfri.device.event
-
The class that represents a light changed event that occurred to an IKEA TRÅDFRI light
- LightChangeEvent(Light, LightProperties, LightProperties) - Constructor for class org.openremote.agent.protocol.tradfri.device.event.LightChangeEvent
-
Construct the LightChangeEvent class
- LightChangeOnEvent - Class in org.openremote.agent.protocol.tradfri.device.event
-
The class that represents a light on / off state changed event that occurred to an IKEA TRÅDFRI light
- LightChangeOnEvent(Light, LightProperties, LightProperties) - Constructor for class org.openremote.agent.protocol.tradfri.device.event.LightChangeOnEvent
-
Construct the LightChangeOnEvent class
- LightCtlStatus - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class to create generic level status message.
- LightCtlStatus(AccessMessage) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.LightCtlStatus
-
Constructs LightCtlStatus message
- LightEvent - Class in org.openremote.agent.protocol.tradfri.device.event
-
The class that represents a light event that occurred to an IKEA TRÅDFRI light
- LightEvent(Light) - Constructor for class org.openremote.agent.protocol.tradfri.device.event.LightEvent
-
Construct the LightEvent class
- LightHslStatus - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class to create generic level status message.
- LightHslStatus(AccessMessage) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.LightHslStatus
-
Constructs LightHslStatus message
- LightLightnessStatus - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class to create generic level status message.
- LightLightnessStatus(AccessMessage) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.LightLightnessStatus
-
Constructs LightLightnessStatus message
- LightProperties - Class in org.openremote.agent.protocol.tradfri.device
-
The class that contains the properties of an IKEA TRÅDFRI light
- LightProperties() - Constructor for class org.openremote.agent.protocol.tradfri.device.LightProperties
-
Construct the LightProperties class
- lights - Variable in class org.openremote.agent.protocol.artnet.ArtnetProtocol
- linkAttribute(String, Attribute<?>) - Method in class org.openremote.agent.protocol.AbstractProtocol
- linkClosed(CloseEvent) - Method in class org.openremote.agent.protocol.knx.KNXConnection
- linkedAttributes - Variable in class org.openremote.agent.protocol.AbstractProtocol
- linkName - Variable in class org.openremote.agent.protocol.velbus.device.FeatureProcessor.PropertyDescriptor
- LITRES - Enum constant in enum class org.openremote.agent.protocol.velbus.device.CounterProcessor.CounterUnits
- load() - Method in class org.openremote.agent.protocol.bluetooth.mesh.SequenceNumberPersistencyManager
- loadSequenceNumbers() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
-
Loads the sequence numbers known to the network
- localAddress - Variable in class org.openremote.agent.protocol.tcp.AbstractTCPServer
- localAddress - Variable in class org.openremote.agent.protocol.udp.AbstractUDPServer
- localAddress() - Method in class org.openremote.agent.protocol.serial.JSerialCommChannel
- localAddress0() - Method in class org.openremote.agent.protocol.serial.JSerialCommChannel
- lock - Variable in class org.openremote.agent.protocol.simulator.storage.StorageSimulatorProtocol
- LOCK - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- LOCK_CANCEL - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- LOCK_DURATION - Enum constant in enum class org.openremote.agent.protocol.velbus.device.InputProcessor.PropertyType
- LOCK_STATE - Enum constant in enum class org.openremote.agent.protocol.velbus.device.InputProcessor.PropertyType
- LOCKED - Enum constant in enum class org.openremote.agent.protocol.velbus.device.BlindProcessor.ChannelSetting
- LOCKED - Enum constant in enum class org.openremote.agent.protocol.velbus.device.OutputChannelProcessor.ChannelSetting
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProtocol
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxy
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxyScanner
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxyStateMachine
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.control.BlockAcknowledgementMessage
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.MeshManagerApi
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.models.VendorModel
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningCapabilitiesState
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningConfirmationState
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningDataState
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningInviteState
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningPublicKeyState
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningRandomConfirmationState
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningStartState
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.SendMultiDataSegmentCommand
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.SendSingleDataSegmentCommand
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.SequenceNumberPersistencyManager
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.ShadowGenericOnOffModel
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.ShadowMeshElement
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.ShadowMeshModel
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.BaseMeshMessageHandler
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigAppKeyAdd
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigAppKeyDelete
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigAppKeyList
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigAppKeyStatus
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigAppKeyUpdate
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigBeaconStatus
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigCompositionDataStatus
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigFriendStatus
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigHeartbeatPublicationStatus
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigHeartbeatSubscriptionStatus
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigKeyRefreshPhaseSet
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigKeyRefreshPhaseStatus
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelAppBind
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelAppStatus
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationGet
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationSet
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationStatus
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelPublicationVirtualAddressSet
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelSubscriptionAdd
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelSubscriptionDelete
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelSubscriptionDeleteAll
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelSubscriptionOverwrite
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelSubscriptionStatus
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelSubscriptionVirtualAddressAdd
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelSubscriptionVirtualAddressDelete
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigModelSubscriptionVirtualAddressOverwrite
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNetKeyAdd
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNetKeyDelete
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNetKeyList
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNetKeyStatus
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNetKeyUpdate
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNetworkTransmitStatus
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNodeIdentityStatus
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNodeResetStatus
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigRelayStatus
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigSigModelAppList
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigSigModelSubscriptionList
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigVendorModelAppList
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigVendorModelSubscriptionList
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericLevelGet
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericLevelSet
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericLevelSetUnacknowledged
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericLevelStatus
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericOnOffGet
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericOnOffSet
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericOnOffSetUnacknowledged
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.GenericOnOffStatus
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.LightCtlStatus
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.LightHslStatus
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.LightLightnessStatus
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProxyConfigFilterStatus
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.SceneDelete
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.SceneRecall
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.SceneRegisterStatus
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.SceneStatus
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.SceneStore
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.UpperTransportLayer
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.VendorModelMessageAcked
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.VendorModelMessageStatus
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.VendorModelMessageUnacked
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
- LOG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
- LOG - Static variable in class org.openremote.agent.protocol.http.HTTPProtocol
- LOG - Static variable in class org.openremote.agent.protocol.io.AbstractIOClientProtocol
- LOG - Static variable in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- LOG - Static variable in class org.openremote.agent.protocol.mail.AbstractMailProtocol
- LOG - Static variable in class org.openremote.agent.protocol.mail.MailClient
- LOG - Static variable in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- LOG - Static variable in class org.openremote.agent.protocol.snmp.SNMPProtocol
- LOG - Static variable in class org.openremote.agent.protocol.velbus.AbstractVelbusProtocol
- LOG - Static variable in class org.openremote.agent.protocol.zwave.ZWaveProtocol
- LONG_PRESSED - Enum constant in enum class org.openremote.agent.protocol.velbus.device.InputProcessor.ChannelState
- LOW - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.PacketPriority
- LOW - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- LOWER_TRANSPORT_BLOCK_ACKNOWLEDGEMENT - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.control.TransportControlMessage.TransportControlMessageState
- lowerBound - Variable in class org.openremote.agent.protocol.bluetooth.mesh.Range
- lowerTransportAccessPdu - Variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.AccessMessage
- lowerTransportControlPdu - Variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ControlMessage
- LowerTransportLayerCallbacks - Interface in org.openremote.agent.protocol.bluetooth.mesh.transport
M
- MAIL_FOLDER_NAME - Static variable in class org.openremote.agent.protocol.mail.AbstractMailAgent
- MailAgent - Class in org.openremote.agent.protocol.mail
- MailAgent() - Constructor for class org.openremote.agent.protocol.mail.MailAgent
- MailAgent(String) - Constructor for class org.openremote.agent.protocol.mail.MailAgent
- MailAgentLink - Class in org.openremote.agent.protocol.mail
- MailAgentLink() - Constructor for class org.openremote.agent.protocol.mail.MailAgentLink
- MailAgentLink(String) - Constructor for class org.openremote.agent.protocol.mail.MailAgentLink
- mailChecker - Variable in class org.openremote.agent.protocol.mail.MailClient
- mailClient - Variable in class org.openremote.agent.protocol.mail.AbstractMailProtocol
- MailClient - Class in org.openremote.agent.protocol.mail
- MailClientBuilder - Class in org.openremote.agent.protocol.mail
- MailClientBuilder(ExecutorService, ScheduledExecutorService, String, String, int) - Constructor for class org.openremote.agent.protocol.mail.MailClientBuilder
- MailProtocol - Class in org.openremote.agent.protocol.mail
- MailProtocol(MailAgent) - Constructor for class org.openremote.agent.protocol.mail.MailProtocol
- MainThreadManager - Class in org.openremote.agent.protocol.bluetooth.mesh
- MainThreadManager() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.MainThreadManager
- MANUAL - Enum constant in enum class org.openremote.agent.protocol.velbus.device.ThermostatProcessor.TemperatureState
- MANUFACTURER - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiCode
-
The IKEA TRÅDFRI API code for a device manufacturer
Value: "0" - MARK - Enum constant in enum class org.openremote.agent.protocol.serial.JSerialCommChannelConfig.Paritybit
-
A mark parity bit (ie.
- MAX_INITIALISATION_ATTEMPTS - Static variable in class org.openremote.agent.protocol.velbus.device.VelbusDevice
- MAX_PACKET_SIZE - Static variable in class org.openremote.agent.protocol.velbus.VelbusPacket
-
Maximum packet size used by the Velbus protocol.
- MAX_PUBLICATION_RETRANSMIT_COUNT - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.PublicationSettings
- MAX_RECONNECT_DELAY_MILLIS - Static variable in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- MAX_RECONNECT_DELAY_MILLIS - Static variable in class org.openremote.agent.protocol.knx.KNXConnection
- MAX_RETRY_COUNT - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxyStateMachine
- MAX_SEGMENTED_CONTROL_PAYLOAD_LENGTH - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.UpperTransportLayer
- MAX_UNSEGMENTED_CONTROL_PAYLOAD_LENGTH - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.UpperTransportLayer
- maxFrameLength - Variable in class org.openremote.agent.protocol.tcp.TCPStringServer
- maxFrameLength - Variable in class org.openremote.agent.protocol.udp.UDPStringServer
- mCallbacks - Variable in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
- MEMO_TEXT - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- MEMORY_BLOCK_DUMP - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.InboundCommand
- MEMORY_DATA - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.InboundCommand
- mergeGroupRanges(List<AllocatedGroupRange>) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.Range
-
Returns a list of merged group ranges
- mergeSceneRanges(List<AllocatedSceneRange>) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.Range
-
Returns a list of merged scene ranges
- mergeUnicastRanges(List<AllocatedUnicastRange>) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.Range
-
Returns a list of merged unicast ranges
- MESH_PROVISIONING_UUID - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.MeshManagerApi
- MESH_PROXY_DATA_IN - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxy
-
Mesh provisioning data in characteristic UUID
- MESH_PROXY_DATA_OUT - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxy
-
Mesh provisioning data out characteristic UUID
- MESH_PROXY_UUID - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxy
-
Mesh provisioning service UUID
- MESH_PROXY_UUID - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxyScanner
-
Mesh provisioning service UUID
- MESH_PROXY_UUID - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.MeshManagerApi
- MeshAddress - Class in org.openremote.agent.protocol.bluetooth.mesh.utils
- MeshAddress() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
- MeshBeacon - Class in org.openremote.agent.protocol.bluetooth.mesh
-
Abstract class containing mesh beacon information
- MeshManagerApi - Class in org.openremote.agent.protocol.bluetooth.mesh
- MeshManagerApi(ScheduledExecutorService) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.MeshManagerApi
-
The mesh manager api constructor.
- MeshManagerCallbacks - Interface in org.openremote.agent.protocol.bluetooth.mesh
-
Implement this class in order to get the transport callbacks from the
MeshManagerApi
- MeshMessage - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
Abstract wrapper class for mesh message.
- MeshMessage() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshMessage
- MeshMessageHandlerApi - Interface in org.openremote.agent.protocol.bluetooth.mesh.transport
-
Mesh message handler api
- MeshMngrApi - Interface in org.openremote.agent.protocol.bluetooth.mesh
- MeshModel - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
Base mesh model class
- MeshModel(int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
- meshNetwork - Variable in class org.openremote.agent.protocol.bluetooth.mesh.ShadowMeshModel
- MeshNetwork - Class in org.openremote.agent.protocol.bluetooth.mesh
- MeshNetwork(String) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.MeshNetwork
- MeshNetworkCallbacks - Interface in org.openremote.agent.protocol.bluetooth.mesh
- MeshParserUtils - Class in org.openremote.agent.protocol.bluetooth.mesh.utils
- MeshParserUtils() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
- MeshProvisioningStatusCallbacks - Interface in org.openremote.agent.protocol.bluetooth.mesh
-
Callbacks to notify status during the provisioning process
- MeshStatusCallbacks - Interface in org.openremote.agent.protocol.bluetooth.mesh
-
Callbacks to notify the status of the mesh messages
- meshUuid - Variable in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
- Message - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
- MESSAGE_SOURCE_ADDRESS - Static variable in class org.openremote.agent.protocol.knx.KNXAgent
- messageBrokerContext - Variable in class org.openremote.agent.protocol.AbstractProtocol
- messageConsumers - Variable in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- messageConsumers - Variable in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- messageConvertBinary - Variable in class org.openremote.agent.protocol.http.HTTPAgentLink
- messageConvertHex - Variable in class org.openremote.agent.protocol.http.HTTPAgentLink
- messageFromBytes(byte[]) - Method in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- messageFromBytes(byte[]) - Method in class org.openremote.agent.protocol.mqtt.MQTT_IOClient
- messageListeners - Variable in class org.openremote.agent.protocol.mail.MailClient
- messageQueue - Variable in class org.openremote.agent.protocol.velbus.VelbusNetwork
- messages - Variable in class org.openremote.agent.protocol.io.AbstractNettyIOClient.ByteToMessageDecoder
- MessageToByteEncoder(Class<? extends T>, AbstractNettyIOClient<T, ?>, BiConsumer<T, ByteBuf>) - Constructor for class org.openremote.agent.protocol.io.AbstractNettyIOClient.MessageToByteEncoder
- messageToBytes(String) - Method in class org.openremote.agent.protocol.mqtt.MQTT_IOClient
- messageToBytes(S) - Method in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- MessageToMessageDecoder(Class<? extends T>, AbstractNettyIOClient<T, ?>) - Constructor for class org.openremote.agent.protocol.io.AbstractNettyIOClient.MessageToMessageDecoder
- messageToString(Message) - Static method in class org.openremote.agent.protocol.mail.MailClient
- messageTtl - Variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshMessage
- METEO_PROPERTIES - Static variable in class org.openremote.agent.protocol.velbus.device.AnalogInputProcessor
- method - Variable in class org.openremote.agent.protocol.http.HTTPAgentLink
- method - Variable in class org.openremote.agent.protocol.http.HTTPProtocol.HttpClientRequest
- method - Variable in class org.openremote.agent.protocol.websocket.WebsocketHTTPSubscription
- method(WebsocketHTTPSubscription.Method) - Method in class org.openremote.agent.protocol.websocket.WebsocketHTTPSubscription
- MIN_CHECK_INTERVAL_SECONDS - Static variable in class org.openremote.agent.protocol.mail.MailClientBuilder
- MIN_PACKET_SIZE - Static variable in class org.openremote.agent.protocol.velbus.VelbusPacket
-
Minimum packet size
- MIN_POLLING_MILLIS - Static variable in class org.openremote.agent.protocol.http.HTTPProtocol
- MIN_PUBLICATION_RETRANSMIT_COUNT - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.PublicationSettings
- mInternalTransportCallbacks - Variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.BaseMeshMessageHandler
- minus(List<AllocatedGroupRange>, AllocatedGroupRange) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.AddressRange
-
Subtracts a range from a list of ranges
- minus(List<AllocatedSceneRange>, AllocatedSceneRange) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.AllocatedSceneRange
-
Subtracts a range from a list of ranges
- minus(List<AllocatedUnicastRange>, AllocatedUnicastRange) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.AddressRange
-
Subtracts a range from a list of ranges
- minus(Range, Range) - Method in class org.openremote.agent.protocol.bluetooth.mesh.AllocatedSceneRange
- mMessage - Variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshMessage
- mModelId - Variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
- MODEL_NAME - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiCode
-
The IKEA TRÅDFRI API code for a device model name
Value: "1" - modelName - Variable in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshAgentLink
- MODULE_STATUS - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.InboundCommand
- MODULE_STATUS - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- MODULE_SUBADDRESSES - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.InboundCommand
- MODULE_TYPE - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.InboundCommand
- MOTION_SENSOR - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiCode
-
The IKEA TRÅDFRI API code for a motion sensor property
Value: "3300" - MQTT_IOClient - Class in org.openremote.agent.protocol.mqtt
- MQTT_IOClient(String, int, boolean, boolean, UsernamePassword, URI, MQTTLastWill, KeyManagerFactory, TrustManagerFactory) - Constructor for class org.openremote.agent.protocol.mqtt.MQTT_IOClient
- MQTT_IOClient(String, String, int, boolean, boolean, UsernamePassword, URI, MQTTLastWill) - Constructor for class org.openremote.agent.protocol.mqtt.MQTT_IOClient
- MQTT_IOClient(String, String, int, boolean, boolean, UsernamePassword, URI, MQTTLastWill, KeyManagerFactory, TrustManagerFactory) - Constructor for class org.openremote.agent.protocol.mqtt.MQTT_IOClient
- MQTTAgent - Class in org.openremote.agent.protocol.mqtt
- MQTTAgent() - Constructor for class org.openremote.agent.protocol.mqtt.MQTTAgent
-
For use by hydrators (i.e.
- MQTTAgent(String) - Constructor for class org.openremote.agent.protocol.mqtt.MQTTAgent
- MQTTAgentLink - Class in org.openremote.agent.protocol.mqtt
- MQTTAgentLink() - Constructor for class org.openremote.agent.protocol.mqtt.MQTTAgentLink
- MQTTAgentLink(String) - Constructor for class org.openremote.agent.protocol.mqtt.MQTTAgentLink
- MQTTLastWill - Class in org.openremote.agent.protocol.mqtt
-
Represents last will configuration for a client
- MQTTLastWill(String, String, boolean) - Constructor for class org.openremote.agent.protocol.mqtt.MQTTLastWill
- MQTTMessage<T> - Class in org.openremote.agent.protocol.mqtt
- MQTTMessage(String, T) - Constructor for class org.openremote.agent.protocol.mqtt.MQTTMessage
- MQTTProtocol - Class in org.openremote.agent.protocol.mqtt
- MQTTProtocol(MQTTAgent) - Constructor for class org.openremote.agent.protocol.mqtt.MQTTProtocol
- mStatusCallbacks - Variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.BaseMeshMessageHandler
- mStatusCode - Variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage
- mStatusCodeName - Variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage
- mTimeStampInMillis - Variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- MTU - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshAgent
N
- name - Variable in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
- name - Variable in class org.openremote.agent.protocol.velbus.device.FeatureProcessor.PropertyDescriptor
- NAME - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiCode
-
The IKEA TRÅDFRI API code for a name property
Value: "9001" - NAT_MODE - Static variable in class org.openremote.agent.protocol.knx.KNXAgent
- netKeyComparator - Variable in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
- NettyConnectionManager - Class in org.openremote.agent.protocol.zwave
- NettyConnectionManager(ZWavePortConfiguration, ZWaveSerialIOClient) - Constructor for class org.openremote.agent.protocol.zwave.NettyConnectionManager
- NettyIOClient<T> - Interface in org.openremote.agent.protocol.io
-
This is for IO clients that use Netty and are based on
ChannelHandler
s for encoding/decoding messages of type <T>. - network - Variable in class org.openremote.agent.protocol.velbus.AbstractVelbusProtocol
- network - Variable in class org.openremote.agent.protocol.zwave.ZWaveProtocol
- NETWORK_KEY - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshAgent
- NETWORK_TRANSMIT_STATUS_RECEIVED - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.States
- networkExclusions - Variable in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
- networkKey - Variable in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
- NetworkKey - Class in org.openremote.agent.protocol.bluetooth.mesh
-
Wrapper class for network key
- NetworkKey(int, byte[]) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
-
Constructs a NetworkKey object with a given key index and network key
- NetworkKeysConfig - Class in org.openremote.agent.protocol.bluetooth.mesh
-
Contains the configuration required when exporting a selected number of Network Keys in a mesh network.
- NetworkKeysConfig.ExportAll - Class in org.openremote.agent.protocol.bluetooth.mesh
-
Use this class to configure when exporting all the Network Keys.
- NetworkKeysConfig.ExportSome - Class in org.openremote.agent.protocol.bluetooth.mesh
-
Use this class to configure when exporting some of the Network Keys in network.
- NetworkLayerCallbacks - Interface in org.openremote.agent.protocol.bluetooth.mesh.transport
- networkLayerPdu - Variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- networkTransmitSettings - Variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- NetworkTransmitSettings - Class in org.openremote.agent.protocol.bluetooth.mesh.utils
-
Class containing Network Transmit values in a
ProvisionedMeshNode
- NetworkTransmitSettings(int, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.utils.NetworkTransmitSettings
-
Constructs
NetworkTransmitSettings
- newUnsafe() - Method in class org.openremote.agent.protocol.serial.JSerialCommChannel
- nextAvailableUnicastAddress(int, Provisioner) - Method in class org.openremote.agent.protocol.bluetooth.mesh.MeshNetwork
-
Returns the next unicast address for a node based on the number of elements and the range allocated to the provisioner.
- nextUrl - Variable in class org.openremote.agent.protocol.http.PaginationFilter
- NIGHT - Enum constant in enum class org.openremote.agent.protocol.velbus.device.AnalogInputProcessor.SensorMode
- NO_INPUT - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.InputOOBAction
-
Input OOB Actions
- NO_OOB_AUTHENTICATION - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.AuthenticationOOBMethods
- NO_OUTPUT - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.OutputOOBAction
-
Output OOB Actions
- nodeComparator - Variable in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
- NodeKey - Class in org.openremote.agent.protocol.bluetooth.mesh
- NodeKey(int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.NodeKey
-
Constructs a NodeKey
- NodeKey(int, boolean) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.NodeKey
-
Constructs a NodeKey
- nodeName - Variable in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
- nodeName - Variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- NodesConfig - Class in org.openremote.agent.protocol.bluetooth.mesh
-
Contains the configuration required when exporting a selected number of mesh nodes in a mesh network.
- NodesConfig.ExportSome - Class in org.openremote.agent.protocol.bluetooth.mesh
-
Use this class to configure when exporting some of the Nodes.
- NodesConfig.ExportWithDeviceKey - Class in org.openremote.agent.protocol.bluetooth.mesh
-
Use this class to configure when exporting some of the Nodes with their device keys.
- NodesConfig.ExportWithoutDeviceKey - Class in org.openremote.agent.protocol.bluetooth.mesh
-
Use this class to configure when exporting some of the Nodes without their device keys.
- NONCE_PADDING - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
- NONCE_TYPE_NETWORK - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.UpperTransportLayer
- NONCE_TYPE_PROXY - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.UpperTransportLayer
- NONE - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.AlgorithmType
-
Static OOB Type
- NONE - Enum constant in enum class org.openremote.agent.protocol.serial.JSerialCommChannelConfig.Paritybit
-
No parity bit will be sent with each data character at all
- NORMAL - Enum constant in enum class org.openremote.agent.protocol.velbus.device.BlindProcessor.ChannelSetting
- NORMAL - Enum constant in enum class org.openremote.agent.protocol.velbus.device.OutputChannelProcessor.ChannelSetting
- NORMAL - Enum constant in enum class org.openremote.agent.protocol.velbus.device.ThermostatProcessor.TemperatureState
- NORMAL_OPERATION - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
- NORMAL_OPERATION - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
- NOT_A_SUBSCRIBE_MODEL - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage.StatusCodeNames
- NOTIFICATIONS - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiEndpoint
-
The endpoint for IKEA TRÅDFRI notifications
Value: "15006" - NRF_MESH_KEY_SIZE - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
O
- oAuthFilter - Variable in class org.openremote.agent.protocol.mail.MailClientBuilder
- oAuthGrant - Variable in class org.openremote.agent.protocol.mail.MailClientBuilder
- oAuthGrant - Variable in class org.openremote.agent.protocol.websocket.WebsocketIOClient
- Observer - Class in org.openremote.agent.protocol.tradfri.device
-
The class that observes a device to automagically detect changes
- Observer(String, CoapClient) - Constructor for class org.openremote.agent.protocol.tradfri.device.Observer
-
Construct the Observer class
- ODD - Enum constant in enum class org.openremote.agent.protocol.serial.JSerialCommChannelConfig.Paritybit
-
An odd parity bit will be sent with each data character, ie.
- OFF - Enum constant in enum class org.openremote.agent.protocol.velbus.device.AnalogOutputProcessor.ChannelState
- OFF - Enum constant in enum class org.openremote.agent.protocol.velbus.device.FeatureProcessor.LedState
- oid - Variable in class org.openremote.agent.protocol.snmp.SNMPAgentLink
- oidMap - Variable in class org.openremote.agent.protocol.snmp.SNMPProtocol
- oldKey - Variable in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
- OLEDProcessor - Class in org.openremote.agent.protocol.velbus.device
-
Covers OLED specific features: Memo Text
- OLEDProcessor() - Constructor for class org.openremote.agent.protocol.velbus.device.OLEDProcessor
- ON - Enum constant in enum class org.openremote.agent.protocol.velbus.device.AnalogOutputProcessor.ChannelState
- ON - Enum constant in enum class org.openremote.agent.protocol.velbus.device.FeatureProcessor.LedState
- ON_OFF - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiCode
-
The IKEA TRÅDFRI API code for a on / off state property
Value: "5850" - onAgentAttributeChanged(AttributeEvent) - Method in class org.openremote.agent.protocol.AbstractProtocol
- onApplicationKeyAdded(ApplicationKey) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshNetworkCallbacks
- onApplicationKeyDeleted(ApplicationKey) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshNetworkCallbacks
- onApplicationKeyUpdated(ApplicationKey) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshNetworkCallbacks
- onAttributeWriteResponse(HTTPProtocol.HttpClientRequest, Response) - Method in class org.openremote.agent.protocol.http.HTTPProtocol
- onBlockAcknowledgementProcessed(int, ControlMessage) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- onBlockAcknowledgementProcessed(int, ControlMessage) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshStatusCallbacks
-
Notifies when a block acknowledgement has been processed
- onBlockAcknowledgementReceived(int, ControlMessage) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- onBlockAcknowledgementReceived(int, ControlMessage) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshStatusCallbacks
-
Notifies if a block acknowledgement was received
- onCharacteristicUpdate(BluetoothPeripheral, byte[], BluetoothGattCharacteristic, BluetoothCommandStatus) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxyStateMachine
- onCharacteristicWrite(BluetoothPeripheral, byte[], BluetoothGattCharacteristic, BluetoothCommandStatus) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxyStateMachine
- onCharacteristicWrite(BluetoothPeripheral, byte[], BluetoothGattCharacteristic, BluetoothCommandStatus) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.SendDataCommand
- onCharacteristicWrite(BluetoothPeripheral, byte[], BluetoothGattCharacteristic, BluetoothCommandStatus) - Method in class org.openremote.agent.protocol.bluetooth.mesh.SendMultiDataSegmentCommand
- onCharacteristicWrite(BluetoothPeripheral, byte[], BluetoothGattCharacteristic, BluetoothCommandStatus) - Method in class org.openremote.agent.protocol.bluetooth.mesh.SendSingleDataSegmentCommand
- onClientConnected(U) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- onClientDisconnected(U) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- onConnected() - Method in class org.openremote.agent.protocol.websocket.WebsocketAgentProtocol
- onConnectedPeripheral(BluetoothPeripheral) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- onConnectedPeripheral(BluetoothPeripheral) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxy
- onConnectedPeripheral(BluetoothPeripheral) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxyScanner
- onConnectedPeripheral(BluetoothPeripheral) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxyStateMachine
- onConnectionError() - Method in class org.openremote.agent.protocol.knx.KNXConnection
- onConnectionEvent(ConnectionStatus) - Method in class org.openremote.agent.protocol.mail.AbstractMailProtocol
- onConnectionFailed(BluetoothPeripheral, BluetoothCommandStatus) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- onConnectionFailed(BluetoothPeripheral, BluetoothCommandStatus) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxy
- onConnectionFailed(BluetoothPeripheral, BluetoothCommandStatus) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxyScanner
- onConnectionFailed(BluetoothPeripheral, BluetoothCommandStatus) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxyStateMachine
- onConnectionStatusChanged() - Method in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- onConnectionStatusChanged(ConnectionStatus) - Method in class org.openremote.agent.protocol.io.AbstractIOClientProtocol
-
Called when the
IOClient
ConnectionStatus
changes - onConnectionStatusChanged(ConnectionStatus) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- onConnectionStatusChanged(ConnectionStatus) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- onConnectionStatusChanged(ConnectionStatus) - Method in class org.openremote.agent.protocol.knx.KNXConnection
- onConnectionStatusChanged(ConnectionStatus) - Method in class org.openremote.agent.protocol.tradfri.TradfriConnection
-
Updates the connection status.
- onConnectionStatusChanged(ConnectionStatus) - Method in class org.openremote.agent.protocol.velbus.VelbusNetwork
- onConnectionStatusChanged(ConnectionStatus) - Method in class org.openremote.agent.protocol.zwave.ZWaveNetwork
- onConnectionStatusUpdate(ConnectionStatus) - Method in class org.openremote.agent.protocol.zwave.ZWaveSerialIOClient
- onDataSent(BluetoothMeshProxy, byte[], boolean) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxySendDataCallback
- onDecodeException(ChannelHandlerContext, DecoderException) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- onDecodeException(ChannelHandlerContext, Throwable) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- onDisconnectedPeripheral(BluetoothPeripheral, BluetoothCommandStatus) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- onDisconnectedPeripheral(BluetoothPeripheral, BluetoothCommandStatus) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxy
- onDisconnectedPeripheral(BluetoothPeripheral, BluetoothCommandStatus) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxyScanner
- onDisconnectedPeripheral(BluetoothPeripheral, BluetoothCommandStatus) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxyStateMachine
- onDiscoveredPeripheral(BluetoothPeripheral, ScanResult) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- onDiscoveredPeripheral(BluetoothPeripheral, ScanResult) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxy
- onDiscoveredPeripheral(BluetoothPeripheral, ScanResult) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxyScanner
- onDiscoveredPeripheral(BluetoothPeripheral, ScanResult) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxyStateMachine
- onEncodeException(ChannelHandlerContext, EncoderException) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- onEncodeException(ChannelHandlerContext, Throwable) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- onError() - Method in class org.openremote.agent.protocol.tradfri.device.Observer
-
Handles an error from the CoAP client
- onGroupAdded(Group) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshNetworkCallbacks
- onGroupAddressUpdated(GroupAddress, byte[]) - Method in class org.openremote.agent.protocol.knx.KNXConnection
- onGroupDeleted(Group) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshNetworkCallbacks
- onGroupUpdated(Group) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshNetworkCallbacks
- onHandshakeDone() - Method in class org.openremote.agent.protocol.websocket.WebsocketIOClient
- onIncompleteTimerExpired() - Method in interface org.openremote.agent.protocol.bluetooth.mesh.transport.LowerTransportLayerCallbacks
-
Callback to notify that the incomplete timer has expired.
- onIncompleteTimerExpired(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.BaseMeshMessageHandler
- onIncompleteTimerExpired(int) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.transport.InternalMeshMsgHandlerCallbacks
-
Callback to notify the incomplete timer has expired
- onLoad(CoapResponse) - Method in class org.openremote.agent.protocol.tradfri.device.Observer
-
Handles a new response from the CoAP client
- onMailMessage(MailMessage) - Method in class org.openremote.agent.protocol.mail.AbstractMailProtocol
- onMeshMessageProcessed(int, MeshMessage) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- onMeshMessageProcessed(int, MeshMessage) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshStatusCallbacks
-
Callback to notify the mesh message has been processed to be sent to the bearer
- onMeshMessageReceived(int, MeshMessage) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- onMeshMessageReceived(int, MeshMessage) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshStatusCallbacks
-
Callback to notify that a mesh status message was received from the bearer
- onMeshMessageReceived(MeshMessage) - Method in class org.openremote.agent.protocol.bluetooth.mesh.ShadowGenericOnOffModel
- onMeshMessageReceived(MeshMessage) - Method in class org.openremote.agent.protocol.bluetooth.mesh.ShadowMeshElement
- onMeshMessageReceived(MeshMessage) - Method in class org.openremote.agent.protocol.bluetooth.mesh.ShadowMeshModel
- onMeshNetworkUpdated() - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshNetworkCallbacks
- onMeshNodeReset(ProvisionedMeshNode) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.InternalTransportCallbacks
-
This callback is invoked when the mesh node is successfully reset
- onMeshPduCreated(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- onMeshPduCreated(byte[]) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshManagerCallbacks
-
Send mesh pdu
- onMeshPduCreated(int, byte[]) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.InternalTransportCallbacks
-
Callback that is invoked when a mesh pdu is created
- onMeshProxiesScanned(List<BluetoothMeshProxy>, Integer) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxyScannerCallback
- onMeshProxyConnected(BluetoothPeripheral, boolean, boolean) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxyConnectCallback
- onMessage(MailMessage) - Method in class org.openremote.agent.protocol.mail.MailClient
- onMessageDecryptionFailed(String, String) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- onMessageDecryptionFailed(String, String) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshStatusCallbacks
-
Callback to notify if the decryption failed of a received mesh message
- onMessageReceived(String) - Method in class org.openremote.agent.protocol.serial.SerialProtocol
- onMessageReceived(String) - Method in class org.openremote.agent.protocol.tcp.TCPProtocol
- onMessageReceived(String) - Method in class org.openremote.agent.protocol.udp.UDPProtocol
- onMessageReceived(String) - Method in class org.openremote.agent.protocol.websocket.WebsocketAgentProtocol
- onMessageReceived(ArtnetPacket) - Method in class org.openremote.agent.protocol.artnet.ArtnetProtocol
- onMessageReceived(MQTTMessage<String>) - Method in class org.openremote.agent.protocol.mqtt.MQTTProtocol
- onMessageReceived(T) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- onMessageReceived(T, U, W) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- onMessageReceived(V) - Method in class org.openremote.agent.protocol.io.AbstractIOClientProtocol
-
Called when the
IOClient
receives a message from the server - onNetworkImported(MeshNetwork) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- onNetworkImported(MeshNetwork) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshManagerCallbacks
-
Callbacks notifying the network was imported
- onNetworkImportFailed(String) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- onNetworkImportFailed(String) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshManagerCallbacks
-
Callback that notifies in case the mesh network was unable to imported
- onNetworkKeyAdded(NetworkKey) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshNetworkCallbacks
- onNetworkKeyDeleted(NetworkKey) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshNetworkCallbacks
- onNetworkKeyUpdated(NetworkKey) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshNetworkCallbacks
- onNetworkLoaded(MeshNetwork) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- onNetworkLoaded(MeshNetwork) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshManagerCallbacks
-
Returns the network that was loaded
- onNetworkLoadFailed(String) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- onNetworkLoadFailed(String) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshManagerCallbacks
-
Callback that notifies in case the mesh network was unable to load
- onNetworkUpdated(MeshNetwork) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- onNetworkUpdated(MeshNetwork) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshManagerCallbacks
-
Returns the network that was updated
- onNodeAdded(ProvisionedMeshNode) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshNetworkCallbacks
- onNodeAdded(ZWaveNode) - Method in class org.openremote.agent.protocol.zwave.ChannelConsumerLink
- onNodeDeleted(ProvisionedMeshNode) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshNetworkCallbacks
- onNodeRemoved(ZWaveNode) - Method in class org.openremote.agent.protocol.zwave.ChannelConsumerLink
- onNodesUpdated() - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshNetworkCallbacks
- onNodeUpdated(ProvisionedMeshNode) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshNetworkCallbacks
- onNotificationStateUpdate(BluetoothPeripheral, BluetoothGattCharacteristic, BluetoothCommandStatus) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxyStateMachine
- onPacketReceived(byte[]) - Method in class org.openremote.agent.protocol.zwave.ZWaveSerialIOClient
- onPacketReceived(VelbusPacket) - Method in class org.openremote.agent.protocol.velbus.VelbusNetwork
- onPollingResponse(HTTPProtocol.HttpClientRequest, Response, AttributeRef, HTTPAgentLink) - Method in class org.openremote.agent.protocol.http.HTTPProtocol
- onProvisionerAdded(Provisioner) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshNetworkCallbacks
- onProvisionerDeleted(Provisioner) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshNetworkCallbacks
- onProvisionersUpdated(List<Provisioner>) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshNetworkCallbacks
- onProvisionerUpdated(Provisioner) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshNetworkCallbacks
- onProvisioningCompleted(ProvisionedMeshNode, ProvisioningState.States, byte[]) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshProvisioningStatusCallbacks
-
Invoked when the provisioning state changed.
- onProvisioningFailed(UnprovisionedMeshNode, ProvisioningState.States, byte[]) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshProvisioningStatusCallbacks
-
Invoked when the provisioning state changed.
- onProvisioningStateChanged(UnprovisionedMeshNode, ProvisioningState.States, byte[]) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshProvisioningStatusCallbacks
-
Invoked when the provisioning state changed.
- onRxData(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- onRxData(byte[]) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxyRxCallback
- onScanFailed(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- onScanFailed(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxy
- onScanFailed(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxyScanner
- onSceneAdded(Scene) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshNetworkCallbacks
- onSceneDeleted(Scene) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshNetworkCallbacks
- onSceneUpdated(Scene) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshNetworkCallbacks
- onServerConnectionStatusChanged(ConnectionStatus) - Method in class org.openremote.agent.protocol.tcp.AbstractTCPServerProtocol
- onServicesDiscovered(BluetoothPeripheral, List<BluetoothGattService>) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxyStateMachine
- onSubscribeFailed(String) - Method in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- onTransactionFailed(int, boolean) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- onTransactionFailed(int, boolean) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshStatusCallbacks
-
Notifies if a transaction has failed
- onUnknownPduReceived(int, byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- onUnknownPduReceived(int, byte[]) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshStatusCallbacks
-
Notifies if an unknown pdu was received
- open() - Method in class org.openremote.agent.protocol.zwave.ZWaveSerialIOClient
- org.openremote.agent.protocol - package org.openremote.agent.protocol
- org.openremote.agent.protocol.artnet - package org.openremote.agent.protocol.artnet
- org.openremote.agent.protocol.bluetooth.mesh - package org.openremote.agent.protocol.bluetooth.mesh
- org.openremote.agent.protocol.bluetooth.mesh.control - package org.openremote.agent.protocol.bluetooth.mesh.control
- org.openremote.agent.protocol.bluetooth.mesh.models - package org.openremote.agent.protocol.bluetooth.mesh.models
- org.openremote.agent.protocol.bluetooth.mesh.opcodes - package org.openremote.agent.protocol.bluetooth.mesh.opcodes
- org.openremote.agent.protocol.bluetooth.mesh.provisionerstates - package org.openremote.agent.protocol.bluetooth.mesh.provisionerstates
- org.openremote.agent.protocol.bluetooth.mesh.transport - package org.openremote.agent.protocol.bluetooth.mesh.transport
- org.openremote.agent.protocol.bluetooth.mesh.utils - package org.openremote.agent.protocol.bluetooth.mesh.utils
- org.openremote.agent.protocol.http - package org.openremote.agent.protocol.http
- org.openremote.agent.protocol.io - package org.openremote.agent.protocol.io
- org.openremote.agent.protocol.knx - package org.openremote.agent.protocol.knx
- org.openremote.agent.protocol.mail - package org.openremote.agent.protocol.mail
- org.openremote.agent.protocol.mqtt - package org.openremote.agent.protocol.mqtt
- org.openremote.agent.protocol.serial - package org.openremote.agent.protocol.serial
- org.openremote.agent.protocol.simulator - package org.openremote.agent.protocol.simulator
- org.openremote.agent.protocol.simulator.storage - package org.openremote.agent.protocol.simulator.storage
- org.openremote.agent.protocol.snmp - package org.openremote.agent.protocol.snmp
- org.openremote.agent.protocol.tcp - package org.openremote.agent.protocol.tcp
- org.openremote.agent.protocol.tradfri - package org.openremote.agent.protocol.tradfri
- org.openremote.agent.protocol.tradfri.device - package org.openremote.agent.protocol.tradfri.device
- org.openremote.agent.protocol.tradfri.device.event - package org.openremote.agent.protocol.tradfri.device.event
- org.openremote.agent.protocol.tradfri.payload - package org.openremote.agent.protocol.tradfri.payload
- org.openremote.agent.protocol.tradfri.util - package org.openremote.agent.protocol.tradfri.util
- org.openremote.agent.protocol.udp - package org.openremote.agent.protocol.udp
- org.openremote.agent.protocol.velbus - package org.openremote.agent.protocol.velbus
- org.openremote.agent.protocol.velbus.device - package org.openremote.agent.protocol.velbus.device
- org.openremote.agent.protocol.websocket - package org.openremote.agent.protocol.websocket
- org.openremote.agent.protocol.zwave - package org.openremote.agent.protocol.zwave
- OUT_LEVEL_STATUS - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.InboundCommand
- OUT_OF_RESOURCES - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningFailedState.ProvisioningFailureCode
- OUTPUT_ALPHA_NUMERIC - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.OutputOOBAction
- OUTPUT_NUMERIC - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.OutputOOBAction
- OUTPUT_OOB_AUTHENTICATION - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.AuthenticationOOBMethods
- OutputChannelProcessor - Class in org.openremote.agent.protocol.velbus.device
-
Abstract processor for channel related operations
- OutputChannelProcessor() - Constructor for class org.openremote.agent.protocol.velbus.device.OutputChannelProcessor
- OutputChannelProcessor.ChannelSetting - Enum Class in org.openremote.agent.protocol.velbus.device
- OutputOOBAction - Enum Class in org.openremote.agent.protocol.bluetooth.mesh.utils
- overlaps(int, int, int, int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.Range
- overlaps(Range) - Method in class org.openremote.agent.protocol.bluetooth.mesh.AddressRange
- overlaps(Range) - Method in class org.openremote.agent.protocol.bluetooth.mesh.AllocatedSceneRange
- overlaps(Range) - Method in class org.openremote.agent.protocol.bluetooth.mesh.Range
-
Checks if two ranges overlaps
- overwriteSubscriptionAddress(Integer) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
-
Overwrites the subscription addresses in a mesh model by clearing the existing addresses and adding a new address
- overwriteSubscriptionAddress(UUID, Integer) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
-
Overwrites the subscription addresses in a mesh model by clearing the existing addresses and adding a new address
P
- pack() - Method in class org.openremote.agent.protocol.velbus.VelbusPacket
- PAD_NETWORK_NONCE - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.UpperTransportLayer
- PAD_PROXY_NONCE - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.UpperTransportLayer
- PaginationFilter - Class in org.openremote.agent.protocol.http
- PaginationFilter(URI) - Constructor for class org.openremote.agent.protocol.http.PaginationFilter
- pagingEnabled - Variable in class org.openremote.agent.protocol.http.HTTPProtocol.HttpClientRequest
- pagingMode - Variable in class org.openremote.agent.protocol.http.HTTPAgentLink
- PagingResponseBuilder() - Constructor for class org.openremote.agent.protocol.http.HTTPProtocol.PagingResponseBuilder
- PARITY_BIT - Static variable in class org.openremote.agent.protocol.serial.JSerialCommChannelOption
- parseData(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningCapabilitiesState
- parseData(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningCompleteState
- parseData(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningConfirmationState
- parseData(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningDataState
- parseData(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningFailedState
- parseData(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningInputCompleteState
- parseData(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningInviteState
- parseData(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningPublicKeyState
- parseData(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningRandomConfirmationState
- parseData(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningStartState
- parseData(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState
- parseInputActionsFromBitMask(int) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.InputOOBAction
- parseMeshPduNotifications(byte[], MeshNetwork) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.BaseMeshMessageHandler
-
Parse the mesh network/proxy pdus
- parseOutputActionsFromBitMask(int) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.OutputOOBAction
-
Parses the output oob action value
- parseProvisioningFailure(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningFailedState
- parseRetransmitIntervalSteps(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.transport.PublicationSettings
-
Returns the retransmit interval steps from the retransmit interval
- parseStaticOOBActionInformation(StaticOOBType) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.StaticOOBType
- parseUpdateFlags(int, int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
- password - Variable in class org.openremote.agent.protocol.mail.MailClientBuilder
- path - Variable in class org.openremote.agent.protocol.http.HTTPAgentLink
- path - Variable in class org.openremote.agent.protocol.http.HTTPProtocol.HttpClientRequest
- PATH_REGEX - Static variable in class org.openremote.agent.protocol.http.AbstractHTTPServerProtocol
-
The regex used to validate the deployment path.
- payload - Variable in class org.openremote.agent.protocol.mqtt.MQTTMessage
- PDU_TYPE_MESH_BEACON - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.MeshManagerApi
- PDU_TYPE_NETWORK - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.MeshManagerApi
- PDU_TYPE_PROVISIONING - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.MeshManagerApi
- PDU_TYPE_PROXY_CONFIGURATION - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.MeshManagerApi
- PERIOD - Enum constant in enum class org.openremote.agent.protocol.velbus.device.AnalogInputProcessor.SensorType
- PERIOD_LOG_MAX - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.Heartbeat
- PERIOD_LOG_MIN - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.Heartbeat
- PERIOD_MAX - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.Heartbeat
- PERIOD_MIN - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.Heartbeat
- periodLog - Variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.Heartbeat
- periodToTime(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.Heartbeat
-
Converts the period to time
- persistenceDir - Variable in class org.openremote.agent.protocol.mail.MailClientBuilder
- persistenceFileAccessible - Variable in class org.openremote.agent.protocol.mail.MailClient
- PING_DISABLED - Static variable in class org.openremote.agent.protocol.websocket.WebsocketAgent
-
Ability to disable the Websocket PING/PONG requests which ensure the connection is not broken
- PING_MILLIS - Static variable in class org.openremote.agent.protocol.websocket.WebsocketIOClient
- PING_TIMEOUT_MILLIS - Static variable in class org.openremote.agent.protocol.websocket.WebsocketIOClient
- pingDisabled - Variable in class org.openremote.agent.protocol.websocket.WebsocketIOClient
- pingFuture - Variable in class org.openremote.agent.protocol.websocket.WebsocketIOClient
- Plug - Class in org.openremote.agent.protocol.tradfri.device
-
The class that represents an IKEA TRÅDFRI plug
- Plug(String, Long, Integer, DeviceInfo, PlugProperties, CoapClient) - Constructor for class org.openremote.agent.protocol.tradfri.device.Plug
-
Construct the Plug class
- PLUG - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiCode
-
The IKEA TRÅDFRI API code for a plug property
Value: "3312" - PlugChangeEvent - Class in org.openremote.agent.protocol.tradfri.device.event
-
The class that represents a change event that occurred to an IKEA TRÅDFRI plug
- PlugChangeEvent(Plug, PlugProperties, PlugProperties) - Constructor for class org.openremote.agent.protocol.tradfri.device.event.PlugChangeEvent
-
Construct the PlugChangeEvent class
- PlugChangeOnEvent - Class in org.openremote.agent.protocol.tradfri.device.event
-
The class that represents a plug on / off state changed event that occurred to an IKEA TRÅDFRI plug
- PlugChangeOnEvent(Plug, PlugProperties, PlugProperties) - Constructor for class org.openremote.agent.protocol.tradfri.device.event.PlugChangeOnEvent
-
Construct the PlugChangeOnEvent class
- PlugEvent - Class in org.openremote.agent.protocol.tradfri.device.event
-
The class that represents a plug event that occurred to an IKEA TRÅDFRI plug
- PlugEvent(Plug) - Constructor for class org.openremote.agent.protocol.tradfri.device.event.PlugEvent
-
Construct the PlugEvent class
- PlugProperties - Class in org.openremote.agent.protocol.tradfri.device
-
The class that contains the properties of an IKEA TRÅDFRI plug
- PlugProperties() - Constructor for class org.openremote.agent.protocol.tradfri.device.PlugProperties
-
Construct the PlugProperties class
- pollingAttribute - Variable in class org.openremote.agent.protocol.http.HTTPAgentLink
- pollingLinkedAttributeMap - Variable in class org.openremote.agent.protocol.http.HTTPProtocol
- pollingMap - Variable in class org.openremote.agent.protocol.http.HTTPProtocol
- pollingMillis - Variable in class org.openremote.agent.protocol.http.HTTPAgentLink
- port - Variable in class org.openremote.agent.protocol.knx.KNXConnection
- port - Variable in class org.openremote.agent.protocol.mail.MailClientBuilder
- port - Variable in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- port - Variable in class org.openremote.agent.protocol.serial.SerialIOClient
- port - Variable in class org.openremote.agent.protocol.tcp.TCPIOClient
- port - Variable in class org.openremote.agent.protocol.udp.UDPIOClient
- port - Variable in class org.openremote.agent.protocol.websocket.WebsocketIOClient
- PORT - Static variable in class org.openremote.agent.protocol.mail.AbstractMailAgent
- PORT - Static variable in class org.openremote.agent.protocol.mqtt.MQTTAgent
- PORT - Static variable in class org.openremote.agent.protocol.tcp.TCPAgent
- PORT - Static variable in class org.openremote.agent.protocol.udp.UDPAgent
- PORT - Static variable in class org.openremote.agent.protocol.velbus.VelbusTCPAgent
- POSITION - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiCode
-
The IKEA TRÅDFRI API code for a blind position property
Value: "5536" - post(String, Object, Class<T>) - Method in class org.openremote.agent.protocol.tradfri.util.CoapClient
-
Make a CoAP POST request with a payload to the specified endpoint
- POST - Enum constant in enum class org.openremote.agent.protocol.websocket.WebsocketHTTPSubscription.Method
- POWER_SOURCE - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiCode
-
The IKEA TRÅDFRI API code for a device power source
Value: "6" - PRCK - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
-
Used to calculate the confirmation key
- PRDK - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
-
Used to calculate the device key
- predictedDatapointService - Variable in class org.openremote.agent.protocol.AbstractProtocol
- PREFER_HTML - Static variable in class org.openremote.agent.protocol.mail.AbstractMailAgent
- preferHTML - Variable in class org.openremote.agent.protocol.mail.MailClientBuilder
- PRESHARED_KEY - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiCode
-
The IKEA TRÅDFRI API code for a preshared key property
Value: "9091" - PRESSED - Enum constant in enum class org.openremote.agent.protocol.velbus.device.InputProcessor.ChannelState
- processCommunicator - Variable in class org.openremote.agent.protocol.knx.KNXConnection
- processCurrentTemp(VelbusDevice, VelbusPacket) - Static method in class org.openremote.agent.protocol.velbus.device.TemperatureProcessor
- processLinkedAttributeWrite(AttributeEvent) - Method in class org.openremote.agent.protocol.AbstractProtocol
- processorLock - Variable in class org.openremote.agent.protocol.AbstractProtocol
- processReceivedPacket(VelbusDevice, VelbusPacket) - Method in class org.openremote.agent.protocol.velbus.device.AnalogInputProcessor
- processReceivedPacket(VelbusDevice, VelbusPacket) - Method in class org.openremote.agent.protocol.velbus.device.AnalogOutputProcessor
- processReceivedPacket(VelbusDevice, VelbusPacket) - Method in class org.openremote.agent.protocol.velbus.device.BlindProcessor
- processReceivedPacket(VelbusDevice, VelbusPacket) - Method in class org.openremote.agent.protocol.velbus.device.CounterProcessor
- processReceivedPacket(VelbusDevice, VelbusPacket) - Method in class org.openremote.agent.protocol.velbus.device.FeatureProcessor
-
Allows this feature processor to handle the inbound packet.
- processReceivedPacket(VelbusDevice, VelbusPacket) - Method in class org.openremote.agent.protocol.velbus.device.InputProcessor
- processReceivedPacket(VelbusDevice, VelbusPacket) - Method in class org.openremote.agent.protocol.velbus.device.OLEDProcessor
- processReceivedPacket(VelbusDevice, VelbusPacket) - Method in class org.openremote.agent.protocol.velbus.device.ProgramsProcessor
- processReceivedPacket(VelbusDevice, VelbusPacket) - Method in class org.openremote.agent.protocol.velbus.device.RelayProcessor
- processReceivedPacket(VelbusDevice, VelbusPacket) - Method in class org.openremote.agent.protocol.velbus.device.TemperatureProcessor
- processReceivedPacket(VelbusDevice, VelbusPacket) - Method in class org.openremote.agent.protocol.velbus.device.ThermostatProcessor
- processReceivedPacket(VelbusPacket) - Method in class org.openremote.agent.protocol.velbus.device.VelbusDevice
- producerTemplate - Variable in class org.openremote.agent.protocol.AbstractProtocol
- PROGRAM_SELECT - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- PROGRAM_STEPS_DISABLE - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- PROGRAM_STEPS_DISABLED_SECONDS_SUFFIX - Static variable in class org.openremote.agent.protocol.velbus.device.ProgramsProcessor
- PROGRAM_STEPS_ENABLE - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- PROGRAM_STEPS_ENABLED_SUFFIX - Static variable in class org.openremote.agent.protocol.velbus.device.ProgramsProcessor
- ProgramsProcessor - Class in org.openremote.agent.protocol.velbus.device
- ProgramsProcessor() - Constructor for class org.openremote.agent.protocol.velbus.device.ProgramsProcessor
- PROHIBITED - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningFailedState.ProvisioningFailureCode
- properties - Variable in class org.openremote.agent.protocol.mail.MailClientBuilder
- PropertyDescriptor(String, String, String, ValueDescriptor<?>) - Constructor for class org.openremote.agent.protocol.velbus.device.FeatureProcessor.PropertyDescriptor
- PropertyDescriptor(String, String, String, ValueDescriptor<?>, boolean) - Constructor for class org.openremote.agent.protocol.velbus.device.FeatureProcessor.PropertyDescriptor
- propertyValueConsumers - Variable in class org.openremote.agent.protocol.velbus.device.VelbusDevice
- protocol - Variable in class org.openremote.agent.protocol.mail.MailClientBuilder
- PROTOCOL - Static variable in class org.openremote.agent.protocol.mail.AbstractMailAgent
- PROTOCOL_DISPLAY_NAME - Static variable in class org.openremote.agent.protocol.artnet.ArtnetProtocol
- PROTOCOL_DISPLAY_NAME - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProtocol
- PROTOCOL_DISPLAY_NAME - Static variable in class org.openremote.agent.protocol.http.HTTPProtocol
- PROTOCOL_DISPLAY_NAME - Static variable in class org.openremote.agent.protocol.knx.KNXProtocol
- PROTOCOL_DISPLAY_NAME - Static variable in class org.openremote.agent.protocol.mail.MailProtocol
- PROTOCOL_DISPLAY_NAME - Static variable in class org.openremote.agent.protocol.mqtt.MQTTProtocol
- PROTOCOL_DISPLAY_NAME - Static variable in class org.openremote.agent.protocol.serial.SerialProtocol
- PROTOCOL_DISPLAY_NAME - Static variable in class org.openremote.agent.protocol.simulator.SimulatorProtocol
- PROTOCOL_DISPLAY_NAME - Static variable in class org.openremote.agent.protocol.simulator.storage.StorageSimulatorProtocol
- PROTOCOL_DISPLAY_NAME - Static variable in class org.openremote.agent.protocol.snmp.SNMPProtocol
- PROTOCOL_DISPLAY_NAME - Static variable in class org.openremote.agent.protocol.tcp.TCPProtocol
- PROTOCOL_DISPLAY_NAME - Static variable in class org.openremote.agent.protocol.tradfri.TradfriProtocol
-
The display name for the IKEA TRÅDFRI protocol.
- PROTOCOL_DISPLAY_NAME - Static variable in class org.openremote.agent.protocol.udp.UDPProtocol
- PROTOCOL_DISPLAY_NAME - Static variable in class org.openremote.agent.protocol.velbus.VelbusSerialProtocol
- PROTOCOL_DISPLAY_NAME - Static variable in class org.openremote.agent.protocol.velbus.VelbusTCPProtocol
- PROTOCOL_DISPLAY_NAME - Static variable in class org.openremote.agent.protocol.websocket.WebsocketAgentProtocol
- PROTOCOL_DISPLAY_NAME - Static variable in class org.openremote.agent.protocol.zwave.ZWaveProtocol
- protocolConnectedTasks - Variable in class org.openremote.agent.protocol.websocket.WebsocketAgentProtocol
- ProtocolDatapointService - Interface in org.openremote.agent.protocol
- protocolMessageConsumers - Variable in class org.openremote.agent.protocol.artnet.ArtnetProtocol
- protocolMessageConsumers - Variable in class org.openremote.agent.protocol.mqtt.MQTTProtocol
- protocolMessageConsumers - Variable in class org.openremote.agent.protocol.serial.SerialProtocol
- protocolMessageConsumers - Variable in class org.openremote.agent.protocol.tcp.TCPProtocol
- protocolMessageConsumers - Variable in class org.openremote.agent.protocol.udp.UDPProtocol
- protocolMessageConsumers - Variable in class org.openremote.agent.protocol.websocket.WebsocketAgentProtocol
- ProtocolPredictedDatapointService - Interface in org.openremote.agent.protocol
- ProvisionedMeshNode - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
- ProvisionedMeshNode() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- ProvisionedMeshNode(Provisioner, List<NetworkKey>, List<ApplicationKey>) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
-
Constructor to be used only by the library
- ProvisionedMeshNode(UnprovisionedMeshNode) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
-
Constructor to be used only by hte library
- Provisioner - Class in org.openremote.agent.protocol.bluetooth.mesh
-
Class definition of a Provisioner of mesh network
- Provisioner(String, List<AllocatedUnicastRange>, List<AllocatedGroupRange>, List<AllocatedSceneRange>, String) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.Provisioner
-
Constructs
Provisioner
- ProvisionersConfig - Class in org.openremote.agent.protocol.bluetooth.mesh
-
Contains the configuration required when exporting a selected number of Provisioners in a mesh network.
- ProvisionersConfig.ExportAll - Class in org.openremote.agent.protocol.bluetooth.mesh
-
Use this class to configure when exporting all the Provisioners.
- ProvisionersConfig.ExportSome - Class in org.openremote.agent.protocol.bluetooth.mesh
-
Use this class to configure when exporting some of the Provisioners.
- PROVISIONING_AUTHENTICATION_INPUT_ENTERED - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.States
- PROVISIONING_AUTHENTICATION_INPUT_OOB_WAITING - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.States
- PROVISIONING_AUTHENTICATION_OUTPUT_OOB_WAITING - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.States
- PROVISIONING_AUTHENTICATION_STATIC_OOB_WAITING - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.States
- PROVISIONING_CAPABILITIES - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.State
- PROVISIONING_CAPABILITIES - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.States
- PROVISIONING_COMPLETE - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.State
- PROVISIONING_COMPLETE - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.States
- PROVISIONING_CONFIRMATION - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.State
- PROVISIONING_CONFIRMATION_RECEIVED - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.States
- PROVISIONING_CONFIRMATION_SENT - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.States
- PROVISIONING_DATA - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.State
- PROVISIONING_DATA_SENT - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.States
- PROVISIONING_FAILED - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.State
- PROVISIONING_FAILED - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.States
- PROVISIONING_INPUT_COMPLETE - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.State
- PROVISIONING_INPUT_COMPLETE - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.States
- PROVISIONING_INVITE - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.State
- PROVISIONING_INVITE - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.States
- PROVISIONING_PUBLIC_KEY - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.State
- PROVISIONING_PUBLIC_KEY_RECEIVED - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.States
- PROVISIONING_PUBLIC_KEY_SENT - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.States
- PROVISIONING_RANDOM - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.State
- PROVISIONING_RANDOM_RECEIVED - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.States
- PROVISIONING_RANDOM_SENT - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.States
- PROVISIONING_START - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.State
- PROVISIONING_START - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.States
- ProvisioningCapabilities - Class in org.openremote.agent.protocol.bluetooth.mesh.provisionerstates
- ProvisioningCapabilitiesState - Class in org.openremote.agent.protocol.bluetooth.mesh.provisionerstates
- ProvisioningCapabilitiesState(UnprovisionedMeshNode, MeshProvisioningStatusCallbacks) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningCapabilitiesState
- ProvisioningCompleteState - Class in org.openremote.agent.protocol.bluetooth.mesh.provisionerstates
- ProvisioningCompleteState(UnprovisionedMeshNode) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningCompleteState
- ProvisioningConfirmationState - Class in org.openremote.agent.protocol.bluetooth.mesh.provisionerstates
- ProvisioningConfirmationState(InternalProvisioningCallbacks, UnprovisionedMeshNode, InternalTransportCallbacks, MeshProvisioningStatusCallbacks) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningConfirmationState
- ProvisioningDataState - Class in org.openremote.agent.protocol.bluetooth.mesh.provisionerstates
- ProvisioningDataState(InternalProvisioningCallbacks, UnprovisionedMeshNode, InternalTransportCallbacks, MeshProvisioningStatusCallbacks) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningDataState
- ProvisioningFailedState - Class in org.openremote.agent.protocol.bluetooth.mesh.provisionerstates
- ProvisioningFailedState() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningFailedState
- ProvisioningFailedState.ProvisioningFailureCode - Enum Class in org.openremote.agent.protocol.bluetooth.mesh.provisionerstates
- ProvisioningInputCompleteState - Class in org.openremote.agent.protocol.bluetooth.mesh.provisionerstates
- ProvisioningInputCompleteState(UnprovisionedMeshNode, InternalTransportCallbacks, MeshProvisioningStatusCallbacks) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningInputCompleteState
-
Constructs the provisioning input complete state
- ProvisioningInviteState - Class in org.openremote.agent.protocol.bluetooth.mesh.provisionerstates
- ProvisioningInviteState(UnprovisionedMeshNode, int, InternalTransportCallbacks, MeshProvisioningStatusCallbacks) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningInviteState
- ProvisioningPublicKeyState - Class in org.openremote.agent.protocol.bluetooth.mesh.provisionerstates
- ProvisioningPublicKeyState(UnprovisionedMeshNode, InternalTransportCallbacks, MeshProvisioningStatusCallbacks) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningPublicKeyState
- ProvisioningRandomConfirmationState - Class in org.openremote.agent.protocol.bluetooth.mesh.provisionerstates
- ProvisioningRandomConfirmationState(InternalProvisioningCallbacks, UnprovisionedMeshNode, InternalTransportCallbacks, MeshProvisioningStatusCallbacks) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningRandomConfirmationState
- ProvisioningStartState - Class in org.openremote.agent.protocol.bluetooth.mesh.provisionerstates
- ProvisioningStartState(UnprovisionedMeshNode, InternalTransportCallbacks, MeshProvisioningStatusCallbacks) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningStartState
- ProvisioningState - Class in org.openremote.agent.protocol.bluetooth.mesh.provisionerstates
- ProvisioningState() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState
- ProvisioningState.State - Enum Class in org.openremote.agent.protocol.bluetooth.mesh.provisionerstates
- ProvisioningState.States - Enum Class in org.openremote.agent.protocol.bluetooth.mesh.provisionerstates
- PROXY_ADDRESS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshAgent
- PROXY_FEATURE_DISABLED - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigProxySet
- PROXY_FEATURE_ENABLED - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigProxySet
- ProxyConfigAddAddressToFilter - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class to create the ProxyConfigSetFilterType message.
- ProxyConfigAddAddressToFilter(List<AddressArray>) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ProxyConfigAddAddressToFilter
-
Sets the proxy filter
- ProxyConfigFilterStatus - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class to create the ProxyConfigSetFilterType message.
- ProxyConfigFilterStatus(ControlMessage) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ProxyConfigFilterStatus
- ProxyConfigMessageOpCodes - Class in org.openremote.agent.protocol.bluetooth.mesh.opcodes
- ProxyConfigMessageOpCodes() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ProxyConfigMessageOpCodes
- ProxyConfigRemoveAddressFromFilter - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class to create the ProxyConfigSetFilterType message.
- ProxyConfigRemoveAddressFromFilter(List<AddressArray>) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ProxyConfigRemoveAddressFromFilter
-
Sets the proxy filter
- ProxyConfigSetFilterType - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class to create the ProxyConfigSetFilterType message.
- ProxyConfigSetFilterType(ProxyFilterType) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.ProxyConfigSetFilterType
-
Sets the proxy filter
- ProxyFilter - Class in org.openremote.agent.protocol.bluetooth.mesh.utils
-
Contains the proxy filter configuration set to a node
- ProxyFilter(ProxyFilterType) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.utils.ProxyFilter
-
Constructs the proxy filter
- ProxyFilterType - Class in org.openremote.agent.protocol.bluetooth.mesh.utils
-
Wrapper class for proxy filter types
- ProxyFilterType(int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.utils.ProxyFilterType
-
Constructs the filter type to bet set to a proxy
- PRSK - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
-
Used to calculate the session key
- PRSN - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
-
Used to calculate the session nonce
- PublicationSettings - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
- PublicationSettings() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.PublicationSettings
- PublicationSettings(int, int, boolean, int, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.PublicationSettings
-
Constructs a PublicationSettings
- publishTopic - Variable in class org.openremote.agent.protocol.mqtt.MQTTAgentLink
- PUSH - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.InputOOBAction
- PUSH_BUTTON_STATUS - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.InboundCommand
- put(String, Object, Class<T>) - Method in class org.openremote.agent.protocol.tradfri.util.CoapClient
-
Make a CoAP PUT request with a payload to the specified endpoint
- PUT - Enum constant in enum class org.openremote.agent.protocol.websocket.WebsocketHTTPSubscription.Method
Q
- queryParameters - Variable in class org.openremote.agent.protocol.http.HTTPAgentLink
- queryParameters - Variable in class org.openremote.agent.protocol.http.HTTPProtocol.HttpClientRequest
- queueProcessingTask - Variable in class org.openremote.agent.protocol.velbus.VelbusNetwork
R
- range() - Method in class org.openremote.agent.protocol.bluetooth.mesh.AddressRange
- range() - Method in class org.openremote.agent.protocol.bluetooth.mesh.AllocatedSceneRange
- range() - Method in class org.openremote.agent.protocol.bluetooth.mesh.Range
-
Returns the address range as a int
- Range - Class in org.openremote.agent.protocol.bluetooth.mesh
- Range() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.Range
- RAW_SENSOR_STATUS - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.InboundCommand
- RAW_SENSOR_TEXT_STATUS - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.InboundCommand
- READ_MEMORY - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- READ_MEMORY_BLOCK - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- READ_TIMEOUT - Static variable in class org.openremote.agent.protocol.serial.JSerialCommChannelOption
- readEntity(Class<T>) - Method in class org.openremote.agent.protocol.http.HTTPProtocol.PagingResponse
- readEntity(Class<T>, Type, Annotation[]) - Method in class org.openremote.agent.protocol.http.HTTPProtocol.PagingResponse
- readLastMessageDate(MailClientBuilder) - Static method in class org.openremote.agent.protocol.mail.MailClient
- readOnly - Variable in class org.openremote.agent.protocol.velbus.device.FeatureProcessor.PropertyDescriptor
- REALTIME_CLOCK_SET - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- REALTIME_DATE_SET - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- RECONNECT_BACKOFF_MULTIPLIER - Static variable in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- RECONNECT_BACKOFF_MULTIPLIER - Static variable in class org.openremote.agent.protocol.knx.KNXConnection
- RECONNECT_DELAY_INITIAL_MILLIS - Static variable in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- RECONNECT_DELAY_MAX_MILLIS - Static variable in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- reconnectDelayMilliseconds - Variable in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- reconnectDelayMilliseconds - Variable in class org.openremote.agent.protocol.knx.KNXConnection
- reconnectTask - Variable in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- reconnectTask - Variable in class org.openremote.agent.protocol.knx.KNXConnection
- REGEXP_INDEX_AND_KEY - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProtocol
- REGEXP_PROXY_ADDRESS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProtocol
- registerSubAddress(VelbusDevice, int) - Method in class org.openremote.agent.protocol.velbus.VelbusNetwork
-
Used by devices that have sub addresses so they can be associated with another address as well as their base address
- RELAY_BLINK_TIMER - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- RELAY_FEATURE_DISABLED - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.RelaySettings
- RELAY_FEATURE_ENABLED - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.RelaySettings
- RELAY_FEATURE_NOT_SUPPORTED - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.RelaySettings
- RELAY_OFF - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- RELAY_ON - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- RELAY_ON_TIMER - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- RELAY_STATUS - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.InboundCommand
- RelayProcessor - Class in org.openremote.agent.protocol.velbus.device
- RelayProcessor() - Constructor for class org.openremote.agent.protocol.velbus.device.RelayProcessor
- relaySettings - Variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- RelaySettings - Class in org.openremote.agent.protocol.bluetooth.mesh.utils
-
Class containing Relay Settings values in a
ProvisionedMeshNode
- RelaySettings(int, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.utils.RelaySettings
-
Constructs
RelaySettings
- RELEASED - Enum constant in enum class org.openremote.agent.protocol.velbus.device.InputProcessor.ChannelState
- remoteAddress() - Method in class org.openremote.agent.protocol.serial.JSerialCommChannel
- remoteAddress0() - Method in class org.openremote.agent.protocol.serial.JSerialCommChannel
- REMOVE_ADDRESS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ProxyConfigMessageOpCodes
-
Opcode sent by a Proxy Client to remove addresses from the proxy filter list.
- removeActionDatapoint(AttributeRef) - Method in class org.openremote.agent.protocol.knx.KNXProtocol
- removeAddedAppKeyIndex(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
-
Removes an AppKey index that was added to the node
- removeAddedNetKeyIndex(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
-
Removes an NetKey index that was added to the node
- removeAddress(AddressArray) - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.ProxyFilter
-
Removes an address from the ProxyFilter
- removeAllConnectionStatusConsumers() - Method in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- removeAllConnectionStatusConsumers() - Method in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- removeAllConnectionStatusConsumers() - Method in interface org.openremote.agent.protocol.io.IOClient
-
Remove every consumer of connection status
- removeAllConnectionStatusConsumers() - Method in interface org.openremote.agent.protocol.io.IOServer
-
Remove every consumer of connection status
- removeAllConnectionStatusConsumers() - Method in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- removeAllDevices() - Method in class org.openremote.agent.protocol.velbus.VelbusNetwork
- removeAllMessageConsumers() - Method in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- removeAllMessageConsumers() - Method in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- removeAllMessageConsumers() - Method in interface org.openremote.agent.protocol.io.IOClient
-
Remove every consumer of received messages
- removeAllMessageConsumers() - Method in interface org.openremote.agent.protocol.io.IOServer
-
Remove every consumer of received messages
- removeAllMessageConsumers() - Method in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- removeAllPropertyValueConsumers() - Method in class org.openremote.agent.protocol.velbus.device.VelbusDevice
- removeAllSubscriptionAddresses() - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
-
Removes all the subscription addresses in a mesh model
- removeAppKey(ApplicationKey) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
-
Removes an app key from the app key list
- removeBoundAppKeyIndex(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
- removeConnectionListener(Consumer<ConnectionStatus>) - Method in class org.openremote.agent.protocol.mail.MailClient
- removeConnectionStatusConsumer(BiConsumer<U, ConnectionStatus>) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- removeConnectionStatusConsumer(BiConsumer<U, ConnectionStatus>) - Method in interface org.openremote.agent.protocol.io.IOServer
-
Remove a consumer of client connection status changes
- removeConnectionStatusConsumer(Consumer<ConnectionStatus>) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- removeConnectionStatusConsumer(Consumer<ConnectionStatus>) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- removeConnectionStatusConsumer(Consumer<ConnectionStatus>) - Method in interface org.openremote.agent.protocol.io.IOClient
-
Remove a consumer of connection status
- removeConnectionStatusConsumer(Consumer<ConnectionStatus>) - Method in interface org.openremote.agent.protocol.io.IOServer
-
Remove a consumer of server connection status changes
- removeConnectionStatusConsumer(Consumer<ConnectionStatus>) - Method in class org.openremote.agent.protocol.knx.KNXConnection
- removeConnectionStatusConsumer(Consumer<ConnectionStatus>) - Method in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- removeConnectionStatusConsumer(Consumer<ConnectionStatus>) - Method in class org.openremote.agent.protocol.tradfri.TradfriConnection
-
Removes the connection status consumer.
- removeConnectionStatusConsumer(Consumer<ConnectionStatus>) - Method in class org.openremote.agent.protocol.velbus.VelbusNetwork
- removeConnectionStatusConsumer(Consumer<ConnectionStatus>) - Method in class org.openremote.agent.protocol.zwave.ZWaveNetwork
- removeDatapointValueConsumer(StateDP) - Method in class org.openremote.agent.protocol.knx.KNXConnection
-
Remove a consumer for the specified
StateDP
. - removeDevice(String) - Method in class org.openremote.agent.protocol.tradfri.TradfriProtocol
- removeEventHandler(EventHandler<?>) - Method in class org.openremote.agent.protocol.tradfri.device.Device
-
Remove an event handler from the device
- removeEventHandler(EventHandler<?>) - Method in class org.openremote.agent.protocol.tradfri.device.Gateway
-
Remove an event handler from the IKEA TRÅDFRI gateway
- removeKeyIndexPadding(byte[]) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
- removeMessageConsumer(String, Consumer<MQTTMessage<S>>) - Method in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- removeMessageConsumer(Consumer<MQTTMessage<S>>) - Method in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- removeMessageConsumer(Consumer<T>) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- removeMessageConsumer(Consumer<T>) - Method in interface org.openremote.agent.protocol.io.IOClient
-
Remove a consumer of received messages
- removeMessageConsumer(IOServer.IoServerMessageConsumer<T, U, V>) - Method in interface org.openremote.agent.protocol.io.IOServer
-
Remove a consumer of received messages
- removeMessageConsumer(IOServer.IoServerMessageConsumer<T, U, W>) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- removeMessageListener(Consumer<MailMessage>) - Method in class org.openremote.agent.protocol.mail.MailClient
- removeNetKey(NetworkKey) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
-
Removes a network key from the network key list
- removePropertyValueConsumer(int, String, Consumer<Object>) - Method in class org.openremote.agent.protocol.velbus.VelbusNetwork
- removePropertyValueConsumer(String, Consumer<Object>) - Method in class org.openremote.agent.protocol.velbus.device.VelbusDevice
- removeRange(Range) - Method in class org.openremote.agent.protocol.bluetooth.mesh.Provisioner
-
Add a range to the provisioner
- removeSensorValueConsumer(int, int, Consumer<Object>) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- removeSensorValueConsumer(Consumer<Object>) - Method in class org.openremote.agent.protocol.bluetooth.mesh.ShadowMeshModel
- removeSensorValueConsumer(Consumer<Value>) - Method in class org.openremote.agent.protocol.zwave.ZWaveNetwork
- removeStatusDatapoint(AttributeRef) - Method in class org.openremote.agent.protocol.knx.KNXProtocol
- removeSubscription(String) - Method in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- removeSubscriptionAddress(Integer) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
-
Removes the subscription address in a mesh model
- removeSubscriptionAddress(UUID, Integer) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
-
Removes the subscription address in a mesh model
- replayData - Variable in class org.openremote.agent.protocol.simulator.SimulatorAgentLink
- replayMap - Variable in class org.openremote.agent.protocol.simulator.SimulatorProtocol
- REQUEST_HEADERS - Static variable in class org.openremote.agent.protocol.http.HTTPAgent
- REQUEST_QUERY_PARAMETERS - Static variable in class org.openremote.agent.protocol.http.HTTPAgent
- REQUEST_TIMEOUT_MILLIS - Static variable in class org.openremote.agent.protocol.http.HTTPAgent
- requestHandler - Variable in class org.openremote.agent.protocol.http.AbstractHTTPServerProtocol.DeploymentInstance
- requestMap - Variable in class org.openremote.agent.protocol.http.HTTPProtocol
- requestObserve(String, CoapHandler) - Method in class org.openremote.agent.protocol.tradfri.util.CoapClient
-
Make a CoAP observe request to the specified endpoint
- requestTarget - Variable in class org.openremote.agent.protocol.http.HTTPProtocol.HttpClientRequest
- REQUIRED_VALUES - Static variable in class org.openremote.agent.protocol.artnet.ArtnetLightAsset
- RESERVED - Enum constant in enum class org.openremote.agent.protocol.velbus.device.CounterProcessor.CounterUnits
- reset() - Method in class org.openremote.agent.protocol.velbus.device.VelbusDevice
- resetMeshNetwork(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.MeshManagerApi
- resetState(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.BaseMeshMessageHandler
-
Resets the state and transport for a given node address
- RESISTANCE - Enum constant in enum class org.openremote.agent.protocol.velbus.device.AnalogInputProcessor.SensorType
- RESOLUTION_1_S - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
- RESOLUTION_10_M - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
- RESOLUTION_10_S - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
- RESOLUTION_100_MS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
- resolve(String, String) - Method in class org.openremote.agent.protocol.knx.ETSFileURIResolver
- resteasyClient - Static variable in class org.openremote.agent.protocol.websocket.WebsocketAgentProtocol
- RESUME_SESSION - Static variable in class org.openremote.agent.protocol.mqtt.MQTTAgent
- REVOKE_OLD_KEYS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
- revokeOldKey() - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
-
Revokes old key by switching the phase to {KEY_DISTRIBUTION or USING_NEW_KEYS}
- revokeOldKey(NetworkKey) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
-
Revokes the old key.
- RFU - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage.StatusCodeNames
- ROLE_BASED_SECURITY - Static variable in class org.openremote.agent.protocol.http.AbstractHTTPServerAgent
- ROUTING_MODE - Static variable in class org.openremote.agent.protocol.knx.KNXAgent
- routingMode - Variable in class org.openremote.agent.protocol.knx.KNXConnection
- run() - Method in class org.openremote.agent.protocol.bluetooth.mesh.MainThreadManager
S
- SAFE - Enum constant in enum class org.openremote.agent.protocol.velbus.device.AnalogInputProcessor.SensorMode
- SALT_KEY - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
- SAR_ACK_OPCODE - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.TransportLayerOpCodes
-
Lower transport layer reserved opcode for block acks.
- SATURATION - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiCode
-
The IKEA TRÅDFRI API code for a saturation property
Value: "5708" - save() - Method in class org.openremote.agent.protocol.bluetooth.mesh.SequenceNumberPersistencyManager
- save(NetworkKey, int, int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.SequenceNumberPersistencyManager
- SCAN_DURATION - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- SCAN_TIMEOUT - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxyStateMachine
- Scene - Class in org.openremote.agent.protocol.bluetooth.mesh
-
Class definitions for creating scenes in a mesh network
- Scene(int, String) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.Scene
- Scene(int, List<Integer>, String) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.Scene
- SCENE_ACTIVE_STATE - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiCode
-
The IKEA TRÅDFRI API code for a scene active state property
Value: "9058" - SCENE_DELETE - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ApplicationMessageOpCodes
-
Opcode for the "Scene Delete" message
- SCENE_DELETE_UNACKNOWLEDGED - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ApplicationMessageOpCodes
-
Opcode for the "Scene Delete Unacknowledged" message
- SCENE_GET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ApplicationMessageOpCodes
-
Opcode for the "Scene Get" message
- SCENE_ID - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiCode
-
The IKEA TRÅDFRI API code for a scene id property
Value: "9039" - SCENE_RECALL - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ApplicationMessageOpCodes
-
Opcode for the "Scene Recall" message
- SCENE_RECALL_UNACKNOWLEDGED - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ApplicationMessageOpCodes
-
Opcode for the "Scene Recall Unacknowledged" message
- SCENE_REGISTER_GET - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ApplicationMessageOpCodes
-
Opcode for the "Scene Register Get" message
- SCENE_REGISTER_STATUS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ApplicationMessageOpCodes
-
Opcode for the "Scene Register Status" message
- SCENE_SERVER - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.models.SigModelParser
- SCENE_SETUP_SERVER - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.models.SigModelParser
- SCENE_STATUS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ApplicationMessageOpCodes
-
Opcode for the "Scene Status" message
- SCENE_STORE - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ApplicationMessageOpCodes
-
Opcode for the "Scene Store" message
- SCENE_STORE_UNACKNOWLEDGED - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ApplicationMessageOpCodes
-
Opcode for the "Scene Store Unacknowledged" message
- SceneDelete - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class when creating a SceneDelete message.
- SceneDelete(ApplicationKey, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.SceneDelete
-
Constructs SceneDelete message.
- sceneNumbers - Variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
- sceneRangeComparator - Variable in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
- SceneRecall - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class when creating a SceneStore message.
- SceneRecall(ApplicationKey, int, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.SceneRecall
-
Constructs SceneStore message.
- SceneRecall(ApplicationKey, Integer, Integer, Integer, int, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.SceneRecall
-
Constructs SceneStore message.
- SceneRegisterStatus - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class for when creating the GenericOnOffStatus Message.
- SceneRegisterStatus(AccessMessage) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.SceneRegisterStatus
-
Constructs the GenericOnOffStatus mMessage.
- SCENES - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiEndpoint
-
The endpoint for IKEA TRÅDFRI scenes
Value: "15005" - ScenesConfig - Class in org.openremote.agent.protocol.bluetooth.mesh
- ScenesConfig.ExportAll - Class in org.openremote.agent.protocol.bluetooth.mesh
-
Use this class to configure all Scenes.
- ScenesConfig.ExportRelated - Class in org.openremote.agent.protocol.bluetooth.mesh
-
Use this class to configure when exporting the related Scenes, the scenes will not contain addresses of excluded nodes.
- ScenesConfig.ExportSome - Class in org.openremote.agent.protocol.bluetooth.mesh
-
Use this class to configure when exporting some of the Scenes.
- SceneServer - Class in org.openremote.agent.protocol.bluetooth.mesh.models
- SceneServer(int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.models.SceneServer
- SceneStatus - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class for when creating the GenericOnOffStatus Message.
- SceneStatus(AccessMessage) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.SceneStatus
-
Constructs the GenericOnOffStatus mMessage.
- SceneStore - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class when creating a SceneStore message.
- SceneStore(ApplicationKey, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.SceneStore
-
Constructs SceneStore message.
- scheduledExecutorService - Variable in class org.openremote.agent.protocol.AbstractProtocol
- scheduledExecutorService - Variable in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- scheduledExecutorService - Variable in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- scheduledExecutorService - Variable in class org.openremote.agent.protocol.knx.KNXConnection
- scheduledExecutorService - Variable in class org.openremote.agent.protocol.mail.MailClientBuilder
- scheduleDoConnect(long) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- scheduledTasks - Variable in class org.openremote.agent.protocol.velbus.VelbusNetwork
- schedulePollingRequest(AttributeRef, Attribute<?>, HTTPAgentLink, HTTPProtocol.HttpClientRequest, int) - Method in class org.openremote.agent.protocol.http.HTTPProtocol
- scheduleReconnect() - Method in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- scheduleReconnect() - Method in class org.openremote.agent.protocol.knx.KNXConnection
- scheduleReplay(AttributeRef, SimulatorReplayDatapoint[]) - Method in class org.openremote.agent.protocol.simulator.SimulatorProtocol
- scheduleTask(Runnable, int) - Method in class org.openremote.agent.protocol.velbus.VelbusNetwork
- scheduleUpdate(String) - Method in class org.openremote.agent.protocol.simulator.storage.StorageSimulatorProtocol
- searchShadowModel(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.ShadowMeshElement
- secure - Variable in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- SECURE_MODE - Static variable in class org.openremote.agent.protocol.mqtt.MQTTAgent
- SecureNetworkBeacon - Class in org.openremote.agent.protocol.bluetooth.mesh
-
Contains the information related to a secure network beacon.
- SecureNetworkBeacon(byte[]) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.SecureNetworkBeacon
-
Constructs a
SecureNetworkBeacon
object - secureNetworkBeaconSupported - Variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- SecureUtils - Class in org.openremote.agent.protocol.bluetooth.mesh.utils
- SecureUtils() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
- SecureUtils.K2Output - Class in org.openremote.agent.protocol.bluetooth.mesh.utils
- SECURITY_CODE - Static variable in class org.openremote.agent.protocol.tradfri.TradfriAgent
-
The security code for the IKEA TRÅDFRI gateway.
- securityCode - Variable in class org.openremote.agent.protocol.tradfri.TradfriConnection
-
The security code that's needed to connect to the gateway.
- selectProvisioner(Provisioner) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
-
Selects a provisioner if there are multiple provisioners.
- SEND_INDEFINITELY - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.Heartbeat
- sendAttributeEvent(AttributeEvent) - Method in class org.openremote.agent.protocol.AbstractProtocol
-
Send an arbitrary
AttributeEvent
through the processing chain. - sendAttributeEvent(AttributeState) - Method in class org.openremote.agent.protocol.AbstractProtocol
-
Send an arbitrary
AttributeState
through the processing chain using the current system time as the timestamp. - sendClientConnectionStatus(U, ConnectionStatus) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- sendCommand(Datapoint, Optional<Object>) - Method in class org.openremote.agent.protocol.knx.KNXConnection
- sendData() - Method in interface org.openremote.agent.protocol.bluetooth.mesh.SendDataCommand
- sendData() - Method in class org.openremote.agent.protocol.bluetooth.mesh.SendMultiDataSegmentCommand
- sendData() - Method in class org.openremote.agent.protocol.bluetooth.mesh.SendSingleDataSegmentCommand
- sendData(int, byte[], BluetoothMeshProxySendDataCallback) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxy
- sendData(int, byte[], BluetoothMeshProxySendDataCallback) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxyStateMachine
- SendDataCommand - Interface in org.openremote.agent.protocol.bluetooth.mesh
- sendGetCommand() - Method in class org.openremote.agent.protocol.bluetooth.mesh.ShadowMeshModel
- SENDING_APP_KEY_ADD - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.States
- SENDING_BLOCK_ACKNOWLEDGEMENT - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.States
- SENDING_DEFAULT_TTL_GET - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.States
- SENDING_NETWORK_TRANSMIT_SET - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.States
- sendMeshGetCommand(int, int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- sendMeshGetCommands() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- sendMeshGetCommands(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- sendMeshSetCommand(int, int, Object) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- sendMessage(MQTTMessage<S>) - Method in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- sendMessage(T) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- sendMessage(T) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- sendMessage(T) - Method in interface org.openremote.agent.protocol.io.IOClient
-
Send a message over the wire
- sendMessage(T) - Method in interface org.openremote.agent.protocol.io.IOServer
-
Send a message to all clients
- sendMessage(T) - Method in class org.openremote.agent.protocol.udp.AbstractUDPServer
- sendMessage(T, DatagramChannel) - Method in class org.openremote.agent.protocol.udp.AbstractUDPServer
- sendMessage(T, InetSocketAddress) - Method in class org.openremote.agent.protocol.udp.AbstractUDPServer
- sendMessage(T, U) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- sendMessage(T, U) - Method in interface org.openremote.agent.protocol.io.IOServer
-
Send a message to a client
- sendMessage(T, W) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOServer
-
Send a message to a recipient by address; for connection based protocols then the recipient must already be connected; this is mostly useful for connectionless protocols (i.e.
- SendMultiDataSegmentCommand - Class in org.openremote.agent.protocol.bluetooth.mesh
- SendMultiDataSegmentCommand(BluetoothMeshProxy, MainThreadManager, int, ExecutorService, BluetoothGattCharacteristic, byte[], BluetoothMeshProxySendDataCallback) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.SendMultiDataSegmentCommand
- sendPackets(VelbusPacket...) - Method in class org.openremote.agent.protocol.velbus.VelbusNetwork
- sendProvisioningPdu(UnprovisionedMeshNode, byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- sendProvisioningPdu(UnprovisionedMeshNode, byte[]) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.InternalTransportCallbacks
-
Send mesh pdu
- sendProvisioningPdu(UnprovisionedMeshNode, byte[]) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshManagerCallbacks
-
Send mesh pdu
- sendSegmentAcknowledgementMessage(ControlMessage) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.transport.LowerTransportLayerCallbacks
-
Callback to notify that a block acknowledgement message be sent now.
- sendSetCommand(Object) - Method in class org.openremote.agent.protocol.bluetooth.mesh.ShadowMeshModel
- SendSingleDataSegmentCommand - Class in org.openremote.agent.protocol.bluetooth.mesh
- SendSingleDataSegmentCommand(BluetoothMeshProxy, MainThreadManager, ExecutorService, BluetoothGattCharacteristic, byte[], BluetoothMeshProxySendDataCallback) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.SendSingleDataSegmentCommand
- SENSOR_READOUT - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- SENSOR_SETTINGS - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- SENSOR_STATUS - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.InboundCommand
- sensorValueConsumerMap - Variable in class org.openremote.agent.protocol.zwave.ZWaveProtocol
- SEQUENCE_NUMBER - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshAgent
- SequenceNumberPersistencyManager - Class in org.openremote.agent.protocol.bluetooth.mesh
- SequenceNumberPersistencyManager(Path) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.SequenceNumberPersistencyManager
- sequenceNumbers - Variable in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
- SERIAL - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiCode
-
The IKEA TRÅDFRI API code for a device serial
Value: "2" - SERIAL_PORT - Static variable in class org.openremote.agent.protocol.serial.SerialAgent
- SERIAL_PORT - Static variable in class org.openremote.agent.protocol.velbus.VelbusSerialAgent
- SERIAL_PORT - Static variable in class org.openremote.agent.protocol.zwave.ZWaveAgent
- SERIAL_PORT_LOG_HEADER - Static variable in class org.openremote.agent.protocol.zwave.ZWaveSerialIOClient
- SerialAgent - Class in org.openremote.agent.protocol.serial
- SerialAgent() - Constructor for class org.openremote.agent.protocol.serial.SerialAgent
-
For use by hydrators (i.e.
- SerialAgent(String) - Constructor for class org.openremote.agent.protocol.serial.SerialAgent
- SerialIOClient<T> - Class in org.openremote.agent.protocol.serial
-
This is a
IOClient
implementation for serial ports. - SerialIOClient(String, Integer) - Constructor for class org.openremote.agent.protocol.serial.SerialIOClient
- serialPort - Variable in class org.openremote.agent.protocol.zwave.ZWaveNetwork
- SerialProtocol - Class in org.openremote.agent.protocol.serial
-
This is a generic Serial client protocol for communicating with Serial ports; it uses the
SerialIOClient
to handle the communication and all messages are processed as strings; if you require custom message type handling then please sub class theAbstractSerialProtocol
). - SerialProtocol(SerialAgent) - Constructor for class org.openremote.agent.protocol.serial.SerialProtocol
- session - Variable in class org.openremote.agent.protocol.mail.MailClient
- SET_ALARM - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- SET_FILTER_TYPE - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.opcodes.ProxyConfigMessageOpCodes
-
Opcode sent by a Proxy Client to set the proxy filter type.
- SET_LEVEL - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- SET_LEVEL_HALT - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- SET_LEVEL_LAST - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- SET_SUNRISE_SUNSET - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- SET_VALUE - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- setAccessPdu(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.AccessMessage
- setActionGroupAddress(String) - Method in class org.openremote.agent.protocol.knx.KNXAgentLink
- setAddedAppKeyIndex(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
-
Adds an AppKey index that was added to the node
- setAddedAppKeys(List<NodeKey>) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- setAddedNetKeyIndex(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
-
Adds a NetKey index that was added to the node
- setAddedNetKeys(List<NodeKey>) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- setAddress(int) - Method in class org.openremote.agent.protocol.velbus.VelbusPacket
- setAddresses(List<Integer>) - Method in class org.openremote.agent.protocol.bluetooth.mesh.Scene
-
Sets addresses for this group
- setAddressLabel(UUID) - Method in class org.openremote.agent.protocol.bluetooth.mesh.Group
-
Sets the group address label
- setAid(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- setAkf(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- setAllocatedGroupRanges(List<AllocatedGroupRange>) - Method in class org.openremote.agent.protocol.bluetooth.mesh.Provisioner
-
Sets
AllocatedGroupRange
for this provisioner - setAllocatedSceneRanges(List<AllocatedSceneRange>) - Method in class org.openremote.agent.protocol.bluetooth.mesh.Provisioner
-
Sets
AllocatedSceneRange
for this provisioner - setAllocatedUnicastRanges(List<AllocatedUnicastRange>) - Method in class org.openremote.agent.protocol.bluetooth.mesh.Provisioner
-
Sets
AllocatedGroupRange
for this provisioner - setAllocator(ByteBufAllocator) - Method in interface org.openremote.agent.protocol.serial.JSerialCommChannelConfig
- setAllowedHTTPMethods(HTTPMethod[]) - Method in class org.openremote.agent.protocol.http.AbstractHTTPServerAgent
- setAllowedOrigins(String[]) - Method in class org.openremote.agent.protocol.http.AbstractHTTPServerAgent
- setAppKeyBindStatus(ConfigModelAppStatus) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
-
Sets the bound app key data from the
ConfigModelAppStatus
- setAppKeyIndex(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.ShadowMeshModel
- setAppKeyIndex(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.PublicationSettings
-
Set app key index to be used when publishing messages.
- setAppKeyUnbindStatus(ConfigModelAppStatus) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
-
Sets the unbind app key data from the
ConfigModelAppStatus
- setApplicationKey(String) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshAgent
- setApplicationKey(ApplicationKey) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- setAssetService(ProtocolAssetService) - Method in class org.openremote.agent.protocol.AbstractProtocol
- setAszmic(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- setAutoRead(boolean) - Method in interface org.openremote.agent.protocol.serial.JSerialCommChannelConfig
- setBaseURI(String) - Method in class org.openremote.agent.protocol.http.HTTPAgent
- setBasicAuth(String, String) - Method in class org.openremote.agent.protocol.mail.MailClientBuilder
- setBatteryLevel(Integer) - Method in class org.openremote.agent.protocol.tradfri.device.DeviceInfo
-
Set the battery level of the device
Note: This does not change the actual device - setBaudrate(int) - Method in interface org.openremote.agent.protocol.serial.JSerialCommChannelConfig
-
Sets the baud rate (ie.
- setBlackListed(boolean) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
-
Deprecated.Use
ProvisionedBaseMeshNode.setExcluded(boolean)
instead - setBoundAppKeyIndex(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
- setBoundAppKeyIndexes(List<Integer>) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
- setBoundNetKeyIndex(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.ApplicationKey
-
Set the net key index to which the app key is associated with
- setBrightness(Integer) - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Set the brightness of the light
- setBrightness(Integer) - Method in class org.openremote.agent.protocol.tradfri.device.LightProperties
-
Set the brightness of the light within the LightProperties class
Note: This does not change the actual light - setBrightness(Integer, Integer) - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Set the brightness of the light
- setByte(int, byte) - Method in class org.openremote.agent.protocol.velbus.VelbusPacket
- setCertificateAlias(String) - Method in class org.openremote.agent.protocol.mqtt.MQTTAgent
- setCheckInitialDelaySeconds(int) - Method in class org.openremote.agent.protocol.mail.MailClientBuilder
- setCheckIntervalSeconds(int) - Method in class org.openremote.agent.protocol.mail.MailClientBuilder
- setCheckIntervalSeconds(Integer) - Method in class org.openremote.agent.protocol.mail.AbstractMailAgent
- setClientId(String) - Method in class org.openremote.agent.protocol.mqtt.MQTTAgent
- setColour(ColourXY) - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Set the colour of the light
- setColour(ColourXY, Integer) - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Set the colour of the light
- setColour(ColourRGB) - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Set the colour of the light
- setColour(ColourRGB, Integer) - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Set the colour of the light
- setColourHex(String) - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Set the colour of the light to a predefined hexadecimal colour
- setColourHex(String) - Method in class org.openremote.agent.protocol.tradfri.device.LightProperties
-
Set the colour of the light to a predefined hexadecimal colour within the LightProperties class
Note: This does not change the actual light - setColourHex(String, Integer) - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Set the colour of the light to a predefined hexadecimal colour
- setColourRGB(int, int, int) - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Set the colour of the light
- setColourRGB(int, int, int, Integer) - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Set the colour of the light
- setColourTemperature(Integer) - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Set the colour temperature of the light
- setColourTemperature(Integer) - Method in class org.openremote.agent.protocol.tradfri.device.LightProperties
-
Set the colour temperature of the light within the LightProperties class
Note: This does not change the actual light - setColourTemperature(Integer, Integer) - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Set the colour temperature of the light
- setColourX(Integer) - Method in class org.openremote.agent.protocol.tradfri.device.LightProperties
-
Set the X value of the colour of the light within the LightProperties class
Note: This does not change the actual light - setColourXY(Integer, Integer) - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Set the colour of the light
- setColourXY(Integer, Integer, Integer) - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Set the colour of the light
- setColourY(Integer) - Method in class org.openremote.agent.protocol.tradfri.device.LightProperties
-
Set the Y value of the colour of the light within the LightProperties class
Note: This does not change the actual light - setCommand(int) - Method in class org.openremote.agent.protocol.velbus.VelbusPacket
- setCompanyIdentifier(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- setCompanyIdentifier(Integer) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- setCompositionData(ConfigCompositionDataStatus) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
-
Sets the data from the
ConfigCompositionDataStatus
- setConfigurationSrc(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
- setConfigured(boolean) - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
- setConfigured(boolean) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- setConnectHeaders(ValueType.MultivaluedStringMap) - Method in class org.openremote.agent.protocol.websocket.WebsocketAgent
- setConnectionStatus(ConnectionStatus) - Method in class org.openremote.agent.protocol.AbstractProtocol
- setConnectionStatus(ConnectionStatus) - Method in class org.openremote.agent.protocol.websocket.WebsocketAgentProtocol
- setConnectSubscriptions(WebsocketSubscription[]) - Method in class org.openremote.agent.protocol.websocket.WebsocketAgent
- setConnectTimeoutMillis(int) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- setConnectTimeoutMillis(int) - Method in interface org.openremote.agent.protocol.serial.JSerialCommChannelConfig
- setConnectURI(String) - Method in class org.openremote.agent.protocol.websocket.WebsocketAgent
- setContentType(String) - Method in class org.openremote.agent.protocol.http.HTTPAgentLink
- setCreationDate(Long) - Method in class org.openremote.agent.protocol.tradfri.device.Device
-
Set the creation date of the device
- setCreationDate(Long) - Method in class org.openremote.agent.protocol.tradfri.payload.DeviceResponse
-
Set the creation date of the device
- setCredentials(String, String) - Method in class org.openremote.agent.protocol.tradfri.device.Gateway
-
Change the credentials used to communicate with the IKEA TRÅDFRI gateway
- setCredentials(Credentials) - Method in class org.openremote.agent.protocol.tradfri.device.Gateway
-
Change the credentials used to communicate with the IKEA TRÅDFRI gateway
- setCredentials(Credentials) - Method in class org.openremote.agent.protocol.tradfri.util.CoapClient
-
Change the credentials used to communicate with the IKEA TRÅDFRI gateway
- setCrpl(Integer) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- setDatabits(int) - Method in interface org.openremote.agent.protocol.serial.JSerialCommChannelConfig
-
Sets the number of data bits to use to make up each character sent to the serial device.
- setDataSize(int) - Method in class org.openremote.agent.protocol.velbus.VelbusPacket
- setDeleteMessageOnceProcessed(boolean) - Method in class org.openremote.agent.protocol.mail.MailClientBuilder
- setDeleteProcessedMail(Boolean) - Method in class org.openremote.agent.protocol.mail.AbstractMailAgent
- setDeploymentPath(String) - Method in class org.openremote.agent.protocol.http.AbstractHTTPServerAgent
- setDeviceAddress(Integer) - Method in class org.openremote.agent.protocol.velbus.VelbusAgentLink
- setDeviceId(Integer) - Method in interface org.openremote.agent.protocol.tradfri.TradfriAsset
- setDeviceInfo(DeviceInfo) - Method in class org.openremote.agent.protocol.tradfri.payload.DeviceResponse
-
Set the information of the device
- setDeviceKey(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- setDeviceKey(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- setDeviceValueLink(String) - Method in class org.openremote.agent.protocol.velbus.VelbusAgentLink
- setDpt(String) - Method in class org.openremote.agent.protocol.knx.KNXAgentLink
- setDst(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- setEarliestMessageDate(Date) - Method in class org.openremote.agent.protocol.mail.MailClientBuilder
- setElements(Map<Integer, Element>) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- setEncoderDecoderProvider(Supplier<ChannelHandler[]>) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- setEncoderDecoderProvider(Supplier<ChannelHandler[]>) - Method in interface org.openremote.agent.protocol.io.NettyIOClient
-
Allows appropriate encoders and decoders to be added to the message pipeline; if an
IOClient
doesn't support this then anUnsupportedOperationException
will be thrown, consult theIOClient
's documentation. - setEncryptionKey(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- setExcluded(boolean) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- setFirmwareVersion(String) - Method in class org.openremote.agent.protocol.tradfri.device.DeviceInfo
-
Set the firmware version of the device
Note: This does not change the actual device - setFirstScene(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.AllocatedSceneRange
-
Sets the high address of the group address
- setFlags(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
- setFlags(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- setFolder(String) - Method in class org.openremote.agent.protocol.mail.MailClientBuilder
- setFollowRedirects(Boolean) - Method in class org.openremote.agent.protocol.http.HTTPAgent
- setFriend(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.Features
- setFromMatchPredicate(StringPredicate) - Method in class org.openremote.agent.protocol.mail.MailAgentLink
- setGatewayFirmwareVersion(String) - Method in class org.openremote.agent.protocol.tradfri.payload.AuthenticateResponse
-
Set the firmware version of the IKEA TRÅDFRI gateway
- setGatewayIp(String) - Static method in class org.openremote.agent.protocol.tradfri.util.ApiEndpoint
-
Set the IP-address of the IKEA TRÅDFRI gateway
- setGlobalTtl(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.Provisioner
-
Set the ttl of the provisioner
- setGroupId(int) - Method in class org.openremote.agent.protocol.artnet.ArtnetLightAsset
- setHandled(boolean) - Method in class org.openremote.agent.protocol.velbus.VelbusPacket
- setHeaders(ValueType.MultivaluedStringMap) - Method in class org.openremote.agent.protocol.http.HTTPAgentLink
- setHeartbeatPublication(HeartbeatPublication) - Method in class org.openremote.agent.protocol.bluetooth.mesh.models.ConfigurationServerModel
-
Sets the Heartbeat publication.
- setHeartbeatSubscription(HeartbeatSubscription) - Method in class org.openremote.agent.protocol.bluetooth.mesh.models.ConfigurationServerModel
-
Sets the Heartbeat subscription.
- setHighAddress(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.AllocatedGroupRange
-
Sets the high address of the group address
- setHighAddress(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.AllocatedUnicastRange
-
Sets the high address of the allocated unicast address
- setHost(String) - Method in class org.openremote.agent.protocol.mail.AbstractMailAgent
- setHue(Integer) - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Set the hue of the light
- setHue(Integer) - Method in class org.openremote.agent.protocol.tradfri.device.LightProperties
-
Set the hue of the light within the LightProperties class
Note: This does not change the actual light - setHue(Integer, Integer) - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Set the hue of the light
- setId(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
- setIdentity(String) - Method in class org.openremote.agent.protocol.tradfri.payload.AuthenticateRequest
-
Set the identity of the client to register to the IKEA TRÅDFRI gateway
- setIdentity(String) - Method in class org.openremote.agent.protocol.tradfri.util.Credentials
-
Set the identity that can be used to authenticate to the IKEA TRÅDFRI gateway
- setInstanceId(Integer) - Method in class org.openremote.agent.protocol.tradfri.device.Device
-
Set the instance id of the device
- setInstanceId(Integer) - Method in class org.openremote.agent.protocol.tradfri.device.DeviceProperties
-
Set the instance id of the device
- setInstanceId(Integer) - Method in class org.openremote.agent.protocol.tradfri.payload.DeviceResponse
-
Set the instance id of the device
- setIvIndex(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
- setIvIndex(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- setIvRecoveryFlag(boolean) - Method in class org.openremote.agent.protocol.bluetooth.mesh.IvIndex
- setKey(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.ApplicationKey
- setKey(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
- setKey(String) - Method in class org.openremote.agent.protocol.tradfri.util.Credentials
-
Set the key that can be used to authenticate to the IKEA TRÅDFRI gateway
- setKeyIndex(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
-
Sets the key index of network key
- setKeyIndex(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
- setLabel(UUID) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.AccessMessage
- setLastScene(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.AllocatedSceneRange
-
Sets the low address of the allocated group address
- setLastSelected(boolean) - Method in class org.openremote.agent.protocol.bluetooth.mesh.MeshNetwork
- setLastSelected(boolean) - Method in class org.openremote.agent.protocol.bluetooth.mesh.Provisioner
- setLastWillPayload(String) - Method in class org.openremote.agent.protocol.mqtt.MQTTAgent
- setLastWillRetain(boolean) - Method in class org.openremote.agent.protocol.mqtt.MQTTAgent
- setLastWillTopic(String) - Method in class org.openremote.agent.protocol.mqtt.MQTTAgent
- setLEDCount(int) - Method in class org.openremote.agent.protocol.artnet.ArtnetLightAsset
- setLightId(int) - Method in class org.openremote.agent.protocol.artnet.ArtnetLightAsset
- setLightProperties(LightProperties[]) - Method in class org.openremote.agent.protocol.tradfri.payload.DeviceRequest
-
Set the new properties of the light (if the device is a light)
- setLightProperties(LightProperties[]) - Method in class org.openremote.agent.protocol.tradfri.payload.DeviceResponse
-
Set the properties of the light (if the device is a light)
- setListener(TransportLayerListener) - Method in class org.openremote.agent.protocol.zwave.ZWaveSerialIOClient
- setLowAddress(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.AllocatedGroupRange
-
Sets the low address of the allocated group address
- setLowAddress(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.AllocatedUnicastRange
-
Sets the low address of the allocated unicast address
- setLowerTransportAccessPdu(Map<Integer, byte[]>) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.AccessMessage
- setLowerTransportControlPdu(Map<Integer, byte[]>) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ControlMessage
- setLowPower(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.Features
- setMailFolderName(String) - Method in class org.openremote.agent.protocol.mail.AbstractMailAgent
- setManufacturer(String) - Method in class org.openremote.agent.protocol.tradfri.device.DeviceInfo
-
Set the manufacturer of the device
Note: This does not change the actual device - setMeshManagerCallbacks(MeshManagerCallbacks) - Method in class org.openremote.agent.protocol.bluetooth.mesh.MeshManagerApi
- setMeshManagerCallbacks(MeshManagerCallbacks) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshMngrApi
-
Sets the
MeshManagerCallbacks
listener - setMeshStatusCallbacks(MeshStatusCallbacks) - Method in class org.openremote.agent.protocol.bluetooth.mesh.MeshManagerApi
- setMeshStatusCallbacks(MeshStatusCallbacks) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.MeshMngrApi
-
Sets the
MeshManagerCallbacks
listener to return mesh status callbacks. - setMeshStatusCallbacks(MeshStatusCallbacks) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.BaseMeshMessageHandler
-
Sets the mesh status callbacks.
- setMeshUuid(String) - Method in class org.openremote.agent.protocol.bluetooth.mesh.Group
-
Sets the provisionerUuid of the network
- setMeshUuid(String) - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
-
Sets the meshUuid of the mesh network to this application key
- setMeshUuid(String) - Method in class org.openremote.agent.protocol.bluetooth.mesh.Provisioner
-
Sets the provisionerUuid of the mesh network to this application key
- setMeshUuid(String) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- setMessageCharset(String) - Method in class org.openremote.agent.protocol.io.IOAgent
- setMessageConvertBinary(boolean) - Method in class org.openremote.agent.protocol.http.HTTPAgentLink
- setMessageConvertBinary(Boolean) - Method in class org.openremote.agent.protocol.http.HTTPAgent
- setMessageConvertBinary(Boolean) - Method in class org.openremote.agent.protocol.io.IOAgent
- setMessageConvertHex(boolean) - Method in class org.openremote.agent.protocol.http.HTTPAgentLink
- setMessageConvertHex(Boolean) - Method in class org.openremote.agent.protocol.http.HTTPAgent
- setMessageConvertHex(Boolean) - Method in class org.openremote.agent.protocol.io.IOAgent
- setMessageDelimiters(String[]) - Method in class org.openremote.agent.protocol.io.IOAgent
- setMessageMaxLength(Integer) - Method in class org.openremote.agent.protocol.io.IOAgent
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface org.openremote.agent.protocol.serial.JSerialCommChannelConfig
- setMessageSourceAddress(String) - Method in class org.openremote.agent.protocol.knx.KNXAgent
- setMessageStripDelimiter(Boolean) - Method in class org.openremote.agent.protocol.io.IOAgent
- setMessageTtl(Integer) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshMessage
-
Sets the TTL for this message.
- setMethod(HTTPMethod) - Method in class org.openremote.agent.protocol.http.HTTPAgentLink
- setMinSecurity(boolean) - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
-
Sets the minimum security.
- setModelName(String) - Method in class org.openremote.agent.protocol.tradfri.device.DeviceInfo
-
Set the model name of the device
Note: This does not change the actual device - setMtu(Integer) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshAgent
- setName(String) - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
-
Sets a friendly name of the application key
- setName(String) - Method in class org.openremote.agent.protocol.bluetooth.mesh.Group
-
Sets a name to a mesh group
- setName(String) - Method in class org.openremote.agent.protocol.bluetooth.mesh.Scene
-
Sets a friendly name to a scene
- setName(String) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Element
- setName(String) - Method in class org.openremote.agent.protocol.tradfri.device.Device
-
Set the name of the device
- setName(String) - Method in class org.openremote.agent.protocol.tradfri.payload.DeviceResponse
-
Set the name of the device
- setNATMode(Boolean) - Method in class org.openremote.agent.protocol.knx.KNXAgent
- setNetworkKey(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedMeshNode
- setNetworkKey(String) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshAgent
- setNetworkKey(NetworkKey) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- setNetworkTransmitSettings(NetworkTransmitSettings) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
-
Sets
NetworkTransmitSettings
of this node - setNodeFeatures(Features) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
-
Set
Features
of the node - setNodeName(String) - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
- setNodeName(String) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- setNumber(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.Scene
- setOAuth(String, OAuthGrant) - Method in class org.openremote.agent.protocol.mail.MailClientBuilder
- setOID(String) - Method in class org.openremote.agent.protocol.snmp.SNMPAgentLink
- setOldKey(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.ApplicationKey
- setOldKey(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
- setOn(Boolean) - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Set the on / off state of the light
- setOn(Boolean) - Method in class org.openremote.agent.protocol.tradfri.device.LightProperties
-
Set the on state of the light within the LightProperties class
Note: This does not change the actual light - setOn(Boolean) - Method in class org.openremote.agent.protocol.tradfri.device.Plug
-
Set the on / off state of the plug
- setOn(Boolean) - Method in class org.openremote.agent.protocol.tradfri.device.PlugProperties
-
Set the on state of the plug within the PlugProperties class
Note: This does not change the actual plug - setOn(Boolean, Integer) - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Set the on / off state of the light
- setOpCode(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- setPagingMode(Boolean) - Method in class org.openremote.agent.protocol.http.HTTPAgentLink
- setParameters(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- setParentAddress(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.Group
-
Sets the parent address, if this group belongs to a parent group
- setParentAddressLabel(UUID) - Method in class org.openremote.agent.protocol.bluetooth.mesh.Group
-
Sets the label UUID of the parent address
- setParitybit(JSerialCommChannelConfig.Paritybit) - Method in interface org.openremote.agent.protocol.serial.JSerialCommChannelConfig
-
Sets the type of parity bit to be used when communicating with the serial device.
- setPartial(boolean) - Method in class org.openremote.agent.protocol.bluetooth.mesh.MeshNetwork
-
Set the partial configuration flag to true.
- setPath(String) - Method in class org.openremote.agent.protocol.http.HTTPAgentLink
- setPduType(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- setPersistenceDir(Path) - Method in class org.openremote.agent.protocol.mail.MailClientBuilder
-
Directory to store information about received message dates between restarts
- setPhase(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
- setPingDisabled(Boolean) - Method in class org.openremote.agent.protocol.websocket.WebsocketAgent
- setPlugProperties(PlugProperties[]) - Method in class org.openremote.agent.protocol.tradfri.payload.DeviceRequest
-
Set the new properties of the plug (if the device is a plug)
- setPlugProperties(PlugProperties[]) - Method in class org.openremote.agent.protocol.tradfri.payload.DeviceResponse
-
Set the properties of the plug (if the device is a plug)
- setPollingAttribute(String) - Method in class org.openremote.agent.protocol.http.HTTPAgentLink
- setPollingMillis(Integer) - Method in class org.openremote.agent.protocol.http.HTTPAgentLink
- setPort(Integer) - Method in class org.openremote.agent.protocol.mail.AbstractMailAgent
- setPreferHTML(boolean) - Method in class org.openremote.agent.protocol.mail.MailClientBuilder
- setPreferHTML(Boolean) - Method in class org.openremote.agent.protocol.mail.AbstractMailAgent
- setPresharedKey(String) - Method in class org.openremote.agent.protocol.tradfri.payload.AuthenticateResponse
-
Set the preshared key that can be used to authenticate to the IKEA TRÅDFRI gateway
- setPriority(VelbusPacket.PacketPriority) - Method in class org.openremote.agent.protocol.velbus.VelbusPacket
- setPrivacyKey(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- setProductIdentifier(Integer) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- setProperties(DeviceProperties) - Method in class org.openremote.agent.protocol.tradfri.device.Device
-
Set the properties of the device
- setProperties(DeviceProperties) - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Set the properties of the light
- setProperties(DeviceProperties) - Method in class org.openremote.agent.protocol.tradfri.device.Plug
-
Set the properties of the plug
- setProperty(String, Object) - Method in class org.openremote.agent.protocol.mail.MailClientBuilder
- setProtocol(String) - Method in class org.openremote.agent.protocol.mail.AbstractMailAgent
- setProvisionerAddress(Integer) - Method in class org.openremote.agent.protocol.bluetooth.mesh.Provisioner
-
Set provisioner address
- setProvisionerName(String) - Method in class org.openremote.agent.protocol.bluetooth.mesh.Provisioner
-
Sets a friendly name to a provisioner
- setProvisionerPublicKeyXY(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedMeshNode
- setProvisionerUuid(String) - Method in class org.openremote.agent.protocol.bluetooth.mesh.Provisioner
- setProvisioningAuthentication(String) - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningConfirmationState
-
Sets the provisioning confirmation
- setProvisioningCapabilities(int, int, int, int, int, int, int, int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningStartState
- setProxy(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.Features
- setProxyAddress(String) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshAgent
- setProxyFilter(ProxyFilter) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
-
Sets the
ProxyFilter
settings on the proxy - setProxyFilter(ProxyFilter) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.InternalTransportCallbacks
- setPublicationSettings(PublicationSettings) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
- setPublicationStatus(ConfigModelPublicationStatus, UUID) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
-
Sets the data from the
ConfigModelPublicationStatus
- setPublishAddress(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.PublicationSettings
-
Sets a publish address for this model
- setPublishTopic(String) - Method in class org.openremote.agent.protocol.mqtt.MQTTAgentLink
- setQueryParameters(ValueType.MultivaluedStringMap) - Method in class org.openremote.agent.protocol.http.HTTPAgentLink
- setReadTimeout(int) - Method in interface org.openremote.agent.protocol.serial.JSerialCommChannelConfig
-
Sets the maximal time (in ms) to block while try to read from the serial port.
- setReceivedValues(Map<String, Integer>) - Method in class org.openremote.agent.protocol.artnet.ArtnetLightAsset
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface org.openremote.agent.protocol.serial.JSerialCommChannelConfig
- setRelay(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.Features
- setRelaySettings(RelaySettings) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
-
Sets
NetworkTransmitSettings
of this node - setReplayData(SimulatorReplayDatapoint[]) - Method in class org.openremote.agent.protocol.simulator.SimulatorAgentLink
- setRequestHeaders(ValueType.MultivaluedStringMap) - Method in class org.openremote.agent.protocol.http.HTTPAgent
- setRequestQueryParameters(ValueType.MultivaluedStringMap) - Method in class org.openremote.agent.protocol.http.HTTPAgent
- setRequestTimeoutMillis(Integer) - Method in class org.openremote.agent.protocol.http.HTTPAgent
- setRequiredValues(String[]) - Method in class org.openremote.agent.protocol.artnet.ArtnetLightAsset
- setResumeSession(boolean) - Method in class org.openremote.agent.protocol.mqtt.MQTTAgent
- setRoleBasedSecurity(Boolean) - Method in class org.openremote.agent.protocol.http.AbstractHTTPServerAgent
- setRoutingMode(Boolean) - Method in class org.openremote.agent.protocol.knx.KNXAgent
- setRtr(boolean) - Method in class org.openremote.agent.protocol.velbus.VelbusPacket
- setRxDataCallback(BluetoothMeshProxyRxCallback) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxy
- setRxDataCallback(BluetoothMeshProxyRxCallback) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxyStateMachine
- setSaturation(Integer) - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Set the saturation of the light
- setSaturation(Integer) - Method in class org.openremote.agent.protocol.tradfri.device.LightProperties
-
Set the saturation of the light within the LightProperties class
Note: This does not change the actual light - setSaturation(Integer, Integer) - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Set the saturation of the light
- setSecureMode(boolean) - Method in class org.openremote.agent.protocol.mqtt.MQTTAgent
- setSecureNetworkBeaconSupported(Boolean) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- setSecurity(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- setSequenceNumber(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- setSequenceNumber(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
-
Sets the sequence number
- setSequenceNumber(Integer) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshAgent
- setSerial(String) - Method in class org.openremote.agent.protocol.tradfri.device.DeviceInfo
-
Set the serial of the device
Note: This does not change the actual device - setSNMPVersion(SNMPAgent.SNMPVersion) - Method in class org.openremote.agent.protocol.snmp.SNMPAgent
- setSourceAddress(String) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshAgent
- setSrc(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- setStartTls(boolean) - Method in class org.openremote.agent.protocol.mail.MailClientBuilder
- setStartTLS(Boolean) - Method in class org.openremote.agent.protocol.mail.AbstractMailAgent
- setStatusGroupAddress(String) - Method in class org.openremote.agent.protocol.knx.KNXAgentLink
- setStopbits(JSerialCommChannelConfig.Stopbits) - Method in interface org.openremote.agent.protocol.serial.JSerialCommChannelConfig
-
Sets the number of stop bits to include at the end of every character to aid the serial device in synchronising with the data.
- setSubjectMatchPredicate(StringPredicate) - Method in class org.openremote.agent.protocol.mail.MailAgentLink
- setSubscriptionTopic(String) - Method in class org.openremote.agent.protocol.mqtt.MQTTAgentLink
- setTimeout(long) - Method in class org.openremote.agent.protocol.tradfri.device.Gateway
-
Change the timeout for connections to the IKEA TRÅDFRI gateway (in milliseconds)
- setTimeout(long) - Method in class org.openremote.agent.protocol.tradfri.util.CoapClient
-
Change the timeout for connections between the CoAP client and the IKEA TRÅDFRI gateway (in milliseconds)
- setTimestamp(long) - Method in class org.openremote.agent.protocol.bluetooth.mesh.MeshNetwork
-
Sets the time stamp
- setTimestamp(long) - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
-
Set the timestamp when the the phase change happened
- setTimeStamp(long) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- setTopicSubscribeFailureConsumer(Consumer<String>) - Method in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- setTransitionTime(Integer) - Method in class org.openremote.agent.protocol.tradfri.device.LightProperties
-
Set the transition time for updating the light within the LightProperties class
Note: This does not change the actual light - setTransportControlMessage(TransportControlMessage) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ControlMessage
- setTransportControlPdu(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ControlMessage
- setTtl(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
- setTtl(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.Message
- setTtl(Integer) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- setTypeCode(int) - Method in class org.openremote.agent.protocol.velbus.VelbusPacket
- setUnicastAddress(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
- setUnicastAddress(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
-
Sets the unicast address of the node
- setUniverse(int) - Method in class org.openremote.agent.protocol.artnet.ArtnetLightAsset
- setUpdated(boolean) - Method in class org.openremote.agent.protocol.bluetooth.mesh.NodeKey
-
Sets the updated state of the network/application key
- setUpperTransportPdu(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.AccessMessage
- setUseInputOOB(InputOOBAction) - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningStartState
- setUseOutputOOB(OutputOOBAction) - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningStartState
- setUsernamePassword(UsernamePassword) - Method in class org.openremote.agent.protocol.mail.AbstractMailAgent
- setUseStaticOOB(StaticOOBType) - Method in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningStartState
- setUseSubject(Boolean) - Method in class org.openremote.agent.protocol.mail.MailAgentLink
- setUuid(String) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- setVersionIdentifier(Integer) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- setWaitTimeMillis(int) - Method in interface org.openremote.agent.protocol.serial.JSerialCommChannelConfig
-
Sets the time to wait after opening the serial port and before sending it any configuration information or data.
- setWebsocketMode(boolean) - Method in class org.openremote.agent.protocol.mqtt.MQTTAgent
- setWebsocketPath(String) - Method in class org.openremote.agent.protocol.mqtt.MQTTAgent
- setWebsocketQuery(String) - Method in class org.openremote.agent.protocol.mqtt.MQTTAgent
- setWebsocketSubscriptions(WebsocketSubscription[]) - Method in class org.openremote.agent.protocol.websocket.WebsocketAgentLink
- setWriteBufferHighWaterMark(int) - Method in interface org.openremote.agent.protocol.serial.JSerialCommChannelConfig
- setWriteBufferLowWaterMark(int) - Method in interface org.openremote.agent.protocol.serial.JSerialCommChannelConfig
- setWriteSpinCount(int) - Method in interface org.openremote.agent.protocol.serial.JSerialCommChannelConfig
- setX(Integer) - Method in class org.openremote.agent.protocol.tradfri.util.ColourXY
-
Set the X value of the colour
- setY(Integer) - Method in class org.openremote.agent.protocol.tradfri.util.ColourXY
-
Set the Y value of the colour
- ShadowGenericOnOffModel - Class in org.openremote.agent.protocol.bluetooth.mesh
- ShadowGenericOnOffModel(ExecutorService, BluetoothMeshNetwork, ShadowMeshElement, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.ShadowGenericOnOffModel
- ShadowMeshElement - Class in org.openremote.agent.protocol.bluetooth.mesh
- ShadowMeshElement(ExecutorService, BluetoothMeshNetwork, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.ShadowMeshElement
- ShadowMeshModel - Class in org.openremote.agent.protocol.bluetooth.mesh
- ShadowMeshModel(ExecutorService, BluetoothMeshNetwork, ShadowMeshElement, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.ShadowMeshModel
- shutdownInput() - Method in class org.openremote.agent.protocol.serial.JSerialCommChannel
- SigModel - Class in org.openremote.agent.protocol.bluetooth.mesh.models
- SigModelParser - Class in org.openremote.agent.protocol.bluetooth.mesh.models
- SigModelParser() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.models.SigModelParser
- simulationMap - Variable in class org.openremote.agent.protocol.simulator.storage.StorageSimulatorProtocol
- SimulatorAgent - Class in org.openremote.agent.protocol.simulator
- SimulatorAgent() - Constructor for class org.openremote.agent.protocol.simulator.SimulatorAgent
-
For use by hydrators (i.e.
- SimulatorAgent(String) - Constructor for class org.openremote.agent.protocol.simulator.SimulatorAgent
- SimulatorAgentLink - Class in org.openremote.agent.protocol.simulator
- SimulatorAgentLink() - Constructor for class org.openremote.agent.protocol.simulator.SimulatorAgentLink
- SimulatorAgentLink(String) - Constructor for class org.openremote.agent.protocol.simulator.SimulatorAgentLink
- SimulatorProtocol - Class in org.openremote.agent.protocol.simulator
- SimulatorProtocol(SimulatorAgent) - Constructor for class org.openremote.agent.protocol.simulator.SimulatorProtocol
- SLOW - Enum constant in enum class org.openremote.agent.protocol.velbus.device.FeatureProcessor.LedState
- SMART_TASKS - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiEndpoint
-
The endpoint for IKEA TRÅDFRI smart tasks
Value: "15010" - SMK2 - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
-
Salt input for K2
- SMK3 - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
-
Salt input for K3
- SMK3_DATA - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
-
Input for K3 data
- SMK4 - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
-
Salt input for K4
- SMK4_DATA - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.SecureUtils
-
Input for K4 data
- SNMP_BIND_HOST - Static variable in class org.openremote.agent.protocol.snmp.SNMPAgent
- SNMP_BIND_PORT - Static variable in class org.openremote.agent.protocol.snmp.SNMPAgent
- SNMP_VERSION - Static variable in class org.openremote.agent.protocol.snmp.SNMPAgent
- SNMPAgent - Class in org.openremote.agent.protocol.snmp
- SNMPAgent() - Constructor for class org.openremote.agent.protocol.snmp.SNMPAgent
-
For use by hydrators (i.e.
- SNMPAgent(String) - Constructor for class org.openremote.agent.protocol.snmp.SNMPAgent
- SNMPAgent.SNMPVersion - Enum Class in org.openremote.agent.protocol.snmp
- SNMPAgentLink - Class in org.openremote.agent.protocol.snmp
- SNMPAgentLink() - Constructor for class org.openremote.agent.protocol.snmp.SNMPAgentLink
- SNMPAgentLink(String, String) - Constructor for class org.openremote.agent.protocol.snmp.SNMPAgentLink
- SNMPProtocol - Class in org.openremote.agent.protocol.snmp
-
This is a SNMP client protocol for receiving SNMP traps.
- SNMPProtocol(SNMPAgent) - Constructor for class org.openremote.agent.protocol.snmp.SNMPProtocol
- SOURCE_ADDRESS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshAgent
- SOURCE_ADDRESS_VALUE - Static variable in class org.openremote.agent.protocol.knx.KNXAgent
- SPACE - Enum constant in enum class org.openremote.agent.protocol.serial.JSerialCommChannelConfig.Paritybit
-
A space parity bit (ie.
- sslCtx - Static variable in class org.openremote.agent.protocol.websocket.WebsocketIOClient
- start() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- start() - Method in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- start() - Method in interface org.openremote.agent.protocol.io.IOServer
-
Start the server
- start() - Method in class org.openremote.agent.protocol.tradfri.device.GatewayObserver
-
Start observing the gateway to automagically detect changes
- start() - Method in class org.openremote.agent.protocol.tradfri.device.Observer
-
Start observing the endpoint to automagically detect changes
- start(NetworkKey, String, int, BluetoothMeshProxyScannerCallback) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxyScanner
- start(Container) - Method in class org.openremote.agent.protocol.AbstractProtocol
- START_GROUP_ADDRESS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
- START_TLS - Static variable in class org.openremote.agent.protocol.mail.AbstractMailAgent
- START_UNICAST_ADDRESS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
- START_VIRTUAL_ADDRESS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
- startAssetDiscovery(Consumer<AssetTreeNode[]>) - Method in class org.openremote.agent.protocol.zwave.ZWaveProtocol
- startAssetImport(byte[], Consumer<AssetTreeNode[]>) - Method in class org.openremote.agent.protocol.artnet.ArtnetProtocol
- startAssetImport(byte[], Consumer<AssetTreeNode[]>) - Method in class org.openremote.agent.protocol.knx.KNXProtocol
- startAssetImport(byte[], Consumer<AssetTreeNode[]>) - Method in class org.openremote.agent.protocol.velbus.AbstractVelbusProtocol
- startChannel() - Method in class org.openremote.agent.protocol.io.AbstractNettyIOClient
-
Start the actual connection and return a future indicating completion state.
- startChannel() - Method in class org.openremote.agent.protocol.serial.SerialIOClient
- startChannel() - Method in class org.openremote.agent.protocol.tcp.TCPIOClient
- startChannel() - Method in class org.openremote.agent.protocol.udp.UDPIOClient
- startChannel() - Method in class org.openremote.agent.protocol.websocket.WebsocketIOClient
- startSendingPackets() - Method in class org.openremote.agent.protocol.velbus.VelbusNetwork
- startSimulation(String) - Method in class org.openremote.agent.protocol.simulator.storage.StorageSimulatorProtocol
- startTcpServer() - Method in class org.openremote.agent.protocol.tcp.AbstractTCPServerProtocol
- startTls - Variable in class org.openremote.agent.protocol.mail.MailClientBuilder
- STATIC_OOB_AUTHENTICATION - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.AuthenticationOOBMethods
- STATIC_OOB_AVAILABLE - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.StaticOOBType
-
Static OOB Type
- STATIC_PROPERTIES - Static variable in class org.openremote.agent.protocol.velbus.device.ProgramsProcessor
- StaticOOBType - Enum Class in org.openremote.agent.protocol.bluetooth.mesh.utils
- statusGroupAddress - Variable in class org.openremote.agent.protocol.knx.KNXAgentLink
- stop() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshNetwork
- stop() - Method in class org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshProxyScanner
- stop() - Method in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- stop() - Method in interface org.openremote.agent.protocol.io.IOServer
-
Stop the server
- stop() - Method in class org.openremote.agent.protocol.tradfri.device.Observer
-
Stop observing the device
- stop(Container) - Method in class org.openremote.agent.protocol.AbstractProtocol
- STOP_BITS - Static variable in class org.openremote.agent.protocol.serial.JSerialCommChannelOption
- STOPBITS_1 - Enum constant in enum class org.openremote.agent.protocol.serial.JSerialCommChannelConfig.Stopbits
-
1 stop bit will be sent at the end of every character
- STOPBITS_1_5 - Enum constant in enum class org.openremote.agent.protocol.serial.JSerialCommChannelConfig.Stopbits
-
1.5 stop bits will be sent at the end of every character
- STOPBITS_2 - Enum constant in enum class org.openremote.agent.protocol.serial.JSerialCommChannelConfig.Stopbits
-
2 stop bits will be sent at the end of every character
- stopSimulation(String) - Method in class org.openremote.agent.protocol.simulator.storage.StorageSimulatorProtocol
- stopTcpServer() - Method in class org.openremote.agent.protocol.tcp.AbstractTCPServerProtocol
- STORAGE_FAILURE - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage.StatusCodeNames
- StorageSimulatorAgent - Class in org.openremote.agent.protocol.simulator.storage
- StorageSimulatorAgent() - Constructor for class org.openremote.agent.protocol.simulator.storage.StorageSimulatorAgent
-
For use by hydrators (i.e.
- StorageSimulatorAgent(String) - Constructor for class org.openremote.agent.protocol.simulator.storage.StorageSimulatorAgent
- StorageSimulatorAgentLink - Class in org.openremote.agent.protocol.simulator.storage
- StorageSimulatorAgentLink() - Constructor for class org.openremote.agent.protocol.simulator.storage.StorageSimulatorAgentLink
- StorageSimulatorAgentLink(String) - Constructor for class org.openremote.agent.protocol.simulator.storage.StorageSimulatorAgentLink
- StorageSimulatorProtocol - Class in org.openremote.agent.protocol.simulator.storage
- StorageSimulatorProtocol(StorageSimulatorAgent) - Constructor for class org.openremote.agent.protocol.simulator.storage.StorageSimulatorProtocol
- storeScene(int, int, List<Integer>) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.InternalTransportCallbacks
- stripDelimiter - Variable in class org.openremote.agent.protocol.tcp.TCPStringServer
- stripDelimiter - Variable in class org.openremote.agent.protocol.udp.UDPStringServer
- STX - Static variable in class org.openremote.agent.protocol.velbus.VelbusPacket
- subAddressDevices - Variable in class org.openremote.agent.protocol.velbus.VelbusNetwork
- subAddresses - Variable in class org.openremote.agent.protocol.velbus.device.VelbusDevice
- subjectMatchPredicate - Variable in class org.openremote.agent.protocol.mail.MailAgentLink
- subscriptionTopic - Variable in class org.openremote.agent.protocol.mqtt.MQTTAgentLink
- SUCCESS - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage.StatusCodeNames
- SUPPORTED_PROPERTIES - Static variable in class org.openremote.agent.protocol.velbus.device.CounterProcessor
- SUPPORTED_PROPERTIES - Static variable in class org.openremote.agent.protocol.velbus.device.RelayProcessor
- SUPPORTED_PROPERTIES - Static variable in class org.openremote.agent.protocol.velbus.device.TemperatureProcessor
- supportsConfiguration() - Method in class org.openremote.agent.protocol.bluetooth.mesh.Provisioner
-
Returns true if the provisioner is allowed to configure the network
- supportsFriendFeature(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.DeviceFeatureUtils
-
Checks if friend feature is supported by node;
- supportsLowPowerFeature(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.DeviceFeatureUtils
-
Checks if low power feature is supported by node;
- supportsProxyFeature(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.DeviceFeatureUtils
-
Checks if proxy feature is supported by node;
- supportsRelayFeature(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.DeviceFeatureUtils
-
Checks if relay feature is supported by node;
- switchToNewKey() - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
-
Switch to New Key.
- switchToNewKey(NetworkKey) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
-
Switches the new key, this will initiate the provisioner node transmitting messages using the new keys but will support receiving messages using both old and the new key.
- synchroniseAssets(Device[]) - Method in class org.openremote.agent.protocol.tradfri.TradfriProtocol
T
- TAG - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- targetScene - Variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
- TCPAgent - Class in org.openremote.agent.protocol.tcp
- TCPAgent() - Constructor for class org.openremote.agent.protocol.tcp.TCPAgent
-
For use by hydrators (i.e.
- TCPAgent(String) - Constructor for class org.openremote.agent.protocol.tcp.TCPAgent
- TCPIOClient<T> - Class in org.openremote.agent.protocol.tcp
-
This is a
IOClient
implementation for TCP. - TCPIOClient(String, int) - Constructor for class org.openremote.agent.protocol.tcp.TCPIOClient
- TCPProtocol - Class in org.openremote.agent.protocol.tcp
-
This is a generic TCP client protocol for communicating with TCP servers; it uses the
TCPIOClient
to handle the communication and all messages are processed as strings; if you require custom message type handling or more specific handling then sub class theAbstractTCPClientProtocol
). - TCPProtocol(TCPAgent) - Constructor for class org.openremote.agent.protocol.tcp.TCPProtocol
- tcpServer - Variable in class org.openremote.agent.protocol.tcp.AbstractTCPServerProtocol
- TCPStringServer - Class in org.openremote.agent.protocol.tcp
-
This is an
AbstractTCPServer
implementation that handlesString
messages. - TCPStringServer(InetSocketAddress, String, int, boolean) - Constructor for class org.openremote.agent.protocol.tcp.TCPStringServer
- TEMP_MODE1_COOL - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- TEMP_MODE1_HEAT - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- TEMP_MODE2_COMFORT - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- TEMP_MODE2_DAY - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- TEMP_MODE2_NIGHT - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- TEMP_MODE2_SAFE - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- TEMP_SET - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- TEMP_SETTINGS1 - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.InboundCommand
- TEMP_SETTINGS2 - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.InboundCommand
- TemperatureProcessor - Class in org.openremote.agent.protocol.velbus.device
- TemperatureProcessor() - Constructor for class org.openremote.agent.protocol.velbus.device.TemperatureProcessor
- TEMPORARILY_UNABLE_TO_CHANGE_STATE - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage.StatusCodeNames
- THERMOSTAT_PROPERTIES - Static variable in class org.openremote.agent.protocol.velbus.device.ThermostatProcessor
- ThermostatProcessor - Class in org.openremote.agent.protocol.velbus.device
- ThermostatProcessor() - Constructor for class org.openremote.agent.protocol.velbus.device.ThermostatProcessor
- ThermostatProcessor.TemperatureMode - Enum Class in org.openremote.agent.protocol.velbus.device
- ThermostatProcessor.TemperatureState - Enum Class in org.openremote.agent.protocol.velbus.device
- TIME_INJECTION_INTERVAL_SECONDS - Static variable in class org.openremote.agent.protocol.velbus.VelbusAgent
- TIME_REQUEST - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.InboundCommand
- timeInjectionIntervalSeconds - Variable in class org.openremote.agent.protocol.velbus.VelbusNetwork
- timeInjector - Variable in class org.openremote.agent.protocol.velbus.VelbusNetwork
- TIMER - Enum constant in enum class org.openremote.agent.protocol.velbus.device.ThermostatProcessor.TemperatureState
- timerService - Variable in class org.openremote.agent.protocol.AbstractProtocol
- toAttributeType(Datapoint) - Static method in class org.openremote.agent.protocol.knx.TypeMapper
- toByteArray(String) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
- toByteBuf(ByteBuf) - Method in class org.openremote.agent.protocol.artnet.ArtnetPacket
- toCompletableFuture(Future<Void>) - Static method in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- toDPTXlator(Datapoint, Object) - Static method in class org.openremote.agent.protocol.knx.TypeMapper
- toLight() - Method in class org.openremote.agent.protocol.tradfri.device.Device
-
Convert the device to the
Light
class - topic - Variable in class org.openremote.agent.protocol.mqtt.MQTTMessage
- topicConsumerMap - Variable in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- topicSubscribeFailureConsumer - Variable in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- toPlug() - Method in class org.openremote.agent.protocol.tradfri.device.Device
-
Convert the device to the
Plug
class - toString() - Method in class org.openremote.agent.protocol.AbstractProtocol
- toString() - Method in class org.openremote.agent.protocol.bluetooth.mesh.Features
- toString() - Method in class org.openremote.agent.protocol.bluetooth.mesh.IvIndex
- toString() - Method in class org.openremote.agent.protocol.bluetooth.mesh.Scene
- toString() - Method in class org.openremote.agent.protocol.bluetooth.mesh.SecureNetworkBeacon
- toString() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.HeartbeatPublication
- toString() - Method in class org.openremote.agent.protocol.bluetooth.mesh.utils.HeartbeatSubscription
- toString() - Method in class org.openremote.agent.protocol.http.HTTPProtocol.HttpClientRequest
- toString() - Method in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- toString() - Method in class org.openremote.agent.protocol.knx.KNXConnection
- toString() - Method in class org.openremote.agent.protocol.mqtt.MQTTLastWill
- toString() - Method in class org.openremote.agent.protocol.velbus.VelbusPacket
- toString() - Method in class org.openremote.agent.protocol.websocket.WebsocketHTTPSubscription
- toValue(Datapoint, byte[]) - Static method in class org.openremote.agent.protocol.knx.TypeMapper
- toZWValue(ValueType, Object) - Method in class org.openremote.agent.protocol.zwave.ZWaveNetwork
- TradfriAgent - Class in org.openremote.agent.protocol.tradfri
- TradfriAgent() - Constructor for class org.openremote.agent.protocol.tradfri.TradfriAgent
-
For use by hydrators (i.e.
- TradfriAgent(String) - Constructor for class org.openremote.agent.protocol.tradfri.TradfriAgent
- TradfriAsset - Interface in org.openremote.agent.protocol.tradfri
- tradfriConnection - Variable in class org.openremote.agent.protocol.tradfri.TradfriProtocol
- TradfriConnection - Class in org.openremote.agent.protocol.tradfri
-
The class that represents the configuration for the IKEA TRÅDFRI connection.
- TradfriConnection(String, String) - Constructor for class org.openremote.agent.protocol.tradfri.TradfriConnection
-
Construct the TradfriConnection class.
- tradfriDevices - Variable in class org.openremote.agent.protocol.tradfri.TradfriProtocol
- TradfriLightAsset - Class in org.openremote.agent.protocol.tradfri
- TradfriLightAsset() - Constructor for class org.openremote.agent.protocol.tradfri.TradfriLightAsset
-
For use by hydrators (i.e.
- TradfriLightAsset(String) - Constructor for class org.openremote.agent.protocol.tradfri.TradfriLightAsset
- TradfriPlugAsset - Class in org.openremote.agent.protocol.tradfri
- TradfriPlugAsset() - Constructor for class org.openremote.agent.protocol.tradfri.TradfriPlugAsset
-
For use by hydrators (i.e.
- TradfriPlugAsset(String) - Constructor for class org.openremote.agent.protocol.tradfri.TradfriPlugAsset
- TradfriProtocol - Class in org.openremote.agent.protocol.tradfri
-
Protocol for communicating with the IKEA TRÅDFRI gateway; devices are represented as
Asset
s under the linkedAgent
;Asset
s are automatically added/removed depending on whether they are available on the gateway, for a givenAgent
a deviceAsset
will have a consistent ID. - TradfriProtocol(TradfriAgent) - Constructor for class org.openremote.agent.protocol.tradfri.TradfriProtocol
- TRANSITION_TIME - Static variable in class org.openremote.agent.protocol.tradfri.util.ApiCode
-
The IKEA TRÅDFRI API code for a transition time property
Value: "5712" - TransportControlMessage - Class in org.openremote.agent.protocol.bluetooth.mesh.control
- TransportControlMessage() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.control.TransportControlMessage
- TransportControlMessage.TransportControlMessageState - Enum Class in org.openremote.agent.protocol.bluetooth.mesh.control
- TransportLayerOpCodes - Class in org.openremote.agent.protocol.bluetooth.mesh.opcodes
- TransportLayerOpCodes() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.opcodes.TransportLayerOpCodes
- ttl - Variable in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
- ttl - Variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- TWIST - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.InputOOBAction
- TYPE - Static variable in class org.openremote.agent.protocol.websocket.WebsocketHTTPSubscription
- TYPE - Static variable in class org.openremote.agent.protocol.websocket.WebsocketSubscriptionImpl
- TypeInfo(ValueDescriptor<?>) - Constructor for class org.openremote.agent.protocol.zwave.TypeMapper.TypeInfo
- TypeInfo(ValueDescriptor<?>, String[]) - Constructor for class org.openremote.agent.protocol.zwave.TypeMapper.TypeInfo
- TypeInfo(ValueDescriptor<?>, String[], ValueFormat) - Constructor for class org.openremote.agent.protocol.zwave.TypeMapper.TypeInfo
- TypeInfo(ValueDescriptor<?>, String[], ValueFormat, ValueConstraint[]) - Constructor for class org.openremote.agent.protocol.zwave.TypeMapper.TypeInfo
- TypeMapper - Class in org.openremote.agent.protocol.knx
- TypeMapper - Class in org.openremote.agent.protocol.zwave
- TypeMapper() - Constructor for class org.openremote.agent.protocol.knx.TypeMapper
- TypeMapper() - Constructor for class org.openremote.agent.protocol.zwave.TypeMapper
- TypeMapper.TypeInfo - Class in org.openremote.agent.protocol.zwave
U
- UDPAgent - Class in org.openremote.agent.protocol.udp
- UDPAgent() - Constructor for class org.openremote.agent.protocol.udp.UDPAgent
-
For use by hydrators (i.e.
- UDPAgent(String) - Constructor for class org.openremote.agent.protocol.udp.UDPAgent
- UDPIOClient<T> - Class in org.openremote.agent.protocol.udp
-
This is a
IOClient
implementation for UDP. - UDPIOClient(String, Integer, Integer) - Constructor for class org.openremote.agent.protocol.udp.UDPIOClient
- UDPProtocol - Class in org.openremote.agent.protocol.udp
-
This is a UDP client protocol for communicating with UDP servers; it uses the
UDPIOClient
to handle the communication and all messages are processed as strings; if you require custom message type handling then sub class theAbstractUDPProtocol
). - UDPProtocol(UDPAgent) - Constructor for class org.openremote.agent.protocol.udp.UDPProtocol
- UDPStringServer - Class in org.openremote.agent.protocol.udp
-
This is an
AbstractUDPServer
implementation that handlesString
messages. - UDPStringServer(InetSocketAddress, String, int, boolean) - Constructor for class org.openremote.agent.protocol.udp.UDPStringServer
- UNASSIGNED_ADDRESS - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.AddressType
- UNASSIGNED_ADDRESS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
- undeploy() - Method in class org.openremote.agent.protocol.http.AbstractHTTPServerProtocol
- undertowExceptionHandler - Static variable in class org.openremote.agent.protocol.http.AbstractHTTPServerProtocol
- UNEXPECTED_ERROR - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningFailedState.ProvisioningFailureCode
- UNEXPECTED_PDU - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningFailedState.ProvisioningFailureCode
- UNICAST_ADDRESS - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.AddressType
- unicastAddress - Variable in class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedBaseMeshNode
- unicastRangeComparator - Variable in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
- UNIVERSE - Static variable in class org.openremote.agent.protocol.artnet.ArtnetLightAsset
- UNKNOWN - Enum constant in enum class org.openremote.agent.protocol.velbus.device.VelbusDeviceType
- UNKNOWN - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.InboundCommand
- UNKNOWN - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- UNKNOWN_ERROR_CODE - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningFailedState.ProvisioningFailureCode
- UnknownModel - Class in org.openremote.agent.protocol.bluetooth.mesh.models
- UnknownModel(int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.models.UnknownModel
- unlink() - Method in class org.openremote.agent.protocol.zwave.ChannelConsumerLink
- unlinkAttribute(String, Attribute<?>) - Method in class org.openremote.agent.protocol.AbstractProtocol
- UnprovisionedBaseMeshNode - Class in org.openremote.agent.protocol.bluetooth.mesh.provisionerstates
- UnprovisionedMeshNode - Class in org.openremote.agent.protocol.bluetooth.mesh.provisionerstates
- UnprovisionedMeshNode(UUID) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.UnprovisionedMeshNode
- unsignedBytesToInt(byte, byte) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
-
Convert signed bytes to a 16-bit unsigned int.
- unsignedByteToInt(byte) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
-
Convert a signed byte to an unsigned int.
- UNSPECIFIED_ERROR - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage.StatusCodeNames
- UNSUPPORTED - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.Features
- UNSUPPORTED - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
- UP - Enum constant in enum class org.openremote.agent.protocol.velbus.device.BlindProcessor.ChannelState
- updateAddedAppKey(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
-
Update an app key's updated state
- updateAddedNetKey(int) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
-
Update a net key's updated state
- updateAppKey(ApplicationKey) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
-
Updates an app key in the mesh network.
- updateAppKey(ApplicationKey, String) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
-
Updates an app key with a given key in the mesh network.
- updateAppKeyList(int, List<Integer>, List<ApplicationKey>) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
-
Update the added net key list of the node
- updateBrightness(Integer) - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Update the brightness of the light in the update queue
- updateColour(ColourXY) - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Update the colour of the light in the update queue
- updateColour(ColourRGB) - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Update the colour of the light in the update queue
- updateColourHex(String) - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Update the colour of the light in the update queue to a predefined hexadecimal colour
- updateColourRGB(int, int, int) - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Update the colour of the light in the update queue
- updateColourTemperature(Integer) - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Update the colour temperature of the light in the update queue
- updateColourXY(Integer, Integer) - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Update the colour of the light in the update queue
- updateConnectionStatus(ConnectionStatus) - Method in class org.openremote.agent.protocol.mail.MailClient
- updateConsumer(byte[], StateDP, Consumer<Object>) - Method in class org.openremote.agent.protocol.knx.KNXConnection
- updateHue(Integer) - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Update the hue of the light in the update queue
- updateLinkedAttribute(AttributeRef, Object) - Method in class org.openremote.agent.protocol.AbstractProtocol
- updateLinkedAttribute(AttributeRef, Object, long) - Method in class org.openremote.agent.protocol.AbstractProtocol
- updateMeshNetwork(MeshMessage) - Method in interface org.openremote.agent.protocol.bluetooth.mesh.InternalTransportCallbacks
-
Update mesh network
- updateNetKey(NetworkKey) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
-
Update a network key in the mesh network.
- updateNetKey(NetworkKey, String) - Method in class org.openremote.agent.protocol.bluetooth.mesh.BaseMeshNetwork
-
Update a network key with the given 16-byte hexadecimal string in the mesh network.
- updateNetKeyList(List<Integer>) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.ProvisionedMeshNode
-
Update the added net key list of the node
- updateOn(Boolean) - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Update the on / off state of the light in the update queue
- updateOn(Boolean) - Method in class org.openremote.agent.protocol.tradfri.device.Plug
-
Update the on / off state of the plug in the update queue
- updatePublicationStatus(ConfigModelPublicationStatus) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
-
Updates the data from the
ConfigModelPublicationStatus
- updateSaturation(Integer) - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Update the saturation of the light in the update queue
- updateSensor(AttributeEvent) - Method in class org.openremote.agent.protocol.simulator.SimulatorProtocol
-
Call this to simulate a sensor update
- updateSensor(AttributeRef, Object) - Method in class org.openremote.agent.protocol.simulator.SimulatorProtocol
- updateSensor(AttributeRef, Object, long) - Method in class org.openremote.agent.protocol.simulator.SimulatorProtocol
-
Call this to simulate a sensor update using the specified timestamp
- updateStorageAsset(String) - Method in class org.openremote.agent.protocol.simulator.storage.StorageSimulatorProtocol
- updateSubscriptionAddressesList(List<Integer>) - Method in class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
-
Update the subscription addresses list
- updateTransitionTime(Integer) - Method in class org.openremote.agent.protocol.tradfri.device.Light
-
Update the transition time for updating the light in the update queue
- updateValue(String, String, Object, LocalDateTime) - Method in interface org.openremote.agent.protocol.ProtocolPredictedDatapointService
- updateValue(AttributeRef, Object, LocalDateTime) - Method in interface org.openremote.agent.protocol.ProtocolPredictedDatapointService
- upperBound - Variable in class org.openremote.agent.protocol.bluetooth.mesh.Range
- UpperTransportLayer - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
UpperTransportLayer implementation of the mesh network architecture as per the mesh profile specification.
- UpperTransportLayer() - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.UpperTransportLayer
- UpperTransportLayerCallbacks - Interface in org.openremote.agent.protocol.bluetooth.mesh.transport
-
Upper transport layer call backs
- upsertValue(String, String, Object, long) - Method in interface org.openremote.agent.protocol.ProtocolDatapointService
- upsertValue(String, String, Object, LocalDateTime) - Method in interface org.openremote.agent.protocol.ProtocolDatapointService
- upsertValues(String, String, List<ValueDatapoint<?>>) - Method in interface org.openremote.agent.protocol.ProtocolDatapointService
- uri - Variable in class org.openremote.agent.protocol.websocket.WebsocketHTTPSubscription
- uri - Variable in class org.openremote.agent.protocol.websocket.WebsocketIOClient
- uri(String) - Method in class org.openremote.agent.protocol.websocket.WebsocketHTTPSubscription
- USE_DEFAULT_TTL - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
- USE_NEW_KEYS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
- useAutoScan() - Method in class org.openremote.agent.protocol.AgentModelProvider
- user - Variable in class org.openremote.agent.protocol.mail.MailClientBuilder
- USERNAME_AND_PASSWORD - Static variable in class org.openremote.agent.protocol.mail.AbstractMailAgent
- usernamePassword - Variable in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- useSsl - Variable in class org.openremote.agent.protocol.websocket.WebsocketIOClient
- useSubject - Variable in class org.openremote.agent.protocol.mail.MailAgentLink
- USING_NEW_KEYS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
- UUID_HASH_BIT_MASK - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshAddress
- uuidToBytes(UUID) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
-
Returns UUID in bytes
- uuidToHex(String) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
-
Returns UUID as a hex
- uuidToHex(UUID) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
-
Returns UUID as a hex
V
- V1 - Enum constant in enum class org.openremote.agent.protocol.snmp.SNMPAgent.SNMPVersion
- V2c - Enum constant in enum class org.openremote.agent.protocol.snmp.SNMPAgent.SNMPVersion
- V3 - Enum constant in enum class org.openremote.agent.protocol.snmp.SNMPAgent.SNMPVersion
- valid(byte[]) - Method in class org.openremote.agent.protocol.bluetooth.mesh.NetworkKey
- validateIvIndexInput(Integer) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
-
Validates the IV Index input
- validateIvIndexInput(String) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
-
Validates the IV Index input
- validateKeyIndexInput(String) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
-
Validates the Key Index input
- validateKeyInput(String) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
-
Validates the key input
- validateNetworkKeyInput(String) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
-
Validates the network key input
- validatePublishRetransmitIntervalSteps(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
-
Checks if the publish retransmit interval steps is within the allowed range
- validateRetransmitCount(int) - Static method in class org.openremote.agent.protocol.bluetooth.mesh.utils.MeshParserUtils
-
Checks if the retransmit count is within the allowed range
- value() - Method in enum class org.openremote.agent.protocol.serial.JSerialCommChannelConfig.Paritybit
- value() - Method in enum class org.openremote.agent.protocol.serial.JSerialCommChannelConfig.Stopbits
- value() - Method in class org.openremote.agent.protocol.serial.JSerialCommDeviceAddress
- VALUE_HTTP_METHOD - Static variable in class org.openremote.agent.protocol.http.HTTPAgent
- VALUE_SNMP_VERSION - Static variable in class org.openremote.agent.protocol.snmp.SNMPAgent
- valueHasChanged(Channel, Value) - Method in class org.openremote.agent.protocol.zwave.ChannelConsumerLink
- valueOf(int) - Static method in enum class org.openremote.agent.protocol.serial.JSerialCommChannelConfig.Paritybit
-
Returns the enum constant of this class with the specified name.
- valueOf(int) - Static method in enum class org.openremote.agent.protocol.serial.JSerialCommChannelConfig.Stopbits
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.control.TransportControlMessage.TransportControlMessageState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningFailedState.ProvisioningFailureCode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.State
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.States
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage.StatusCodeNames
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.AddressType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.AlgorithmType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.AuthenticationOOBMethods
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.InputOOBAction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.OutputOOBAction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.StaticOOBType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openremote.agent.protocol.serial.JSerialCommChannelConfig.Paritybit
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openremote.agent.protocol.serial.JSerialCommChannelConfig.Stopbits
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openremote.agent.protocol.snmp.SNMPAgent.SNMPVersion
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openremote.agent.protocol.velbus.device.AnalogInputProcessor.SensorMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openremote.agent.protocol.velbus.device.AnalogInputProcessor.SensorType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openremote.agent.protocol.velbus.device.AnalogOutputProcessor.ChannelState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openremote.agent.protocol.velbus.device.BlindProcessor.ChannelSetting
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openremote.agent.protocol.velbus.device.BlindProcessor.ChannelState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openremote.agent.protocol.velbus.device.CounterProcessor.CounterUnits
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openremote.agent.protocol.velbus.device.FeatureProcessor.LedState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openremote.agent.protocol.velbus.device.InputProcessor.ChannelState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openremote.agent.protocol.velbus.device.InputProcessor.PropertyType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openremote.agent.protocol.velbus.device.OutputChannelProcessor.ChannelSetting
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openremote.agent.protocol.velbus.device.ThermostatProcessor.TemperatureMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openremote.agent.protocol.velbus.device.ThermostatProcessor.TemperatureState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openremote.agent.protocol.velbus.device.VelbusDeviceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openremote.agent.protocol.velbus.VelbusPacket.InboundCommand
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openremote.agent.protocol.velbus.VelbusPacket.PacketPriority
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openremote.agent.protocol.websocket.WebsocketHTTPSubscription.Method
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.control.TransportControlMessage.TransportControlMessageState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningFailedState.ProvisioningFailureCode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.State
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.provisionerstates.ProvisioningState.States
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage.StatusCodeNames
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.AddressType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.AlgorithmType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.AuthenticationOOBMethods
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.InputOOBAction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.OutputOOBAction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.StaticOOBType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openremote.agent.protocol.serial.JSerialCommChannelConfig.Paritybit
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openremote.agent.protocol.serial.JSerialCommChannelConfig.Stopbits
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openremote.agent.protocol.snmp.SNMPAgent.SNMPVersion
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openremote.agent.protocol.velbus.device.AnalogInputProcessor.SensorMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openremote.agent.protocol.velbus.device.AnalogInputProcessor.SensorType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openremote.agent.protocol.velbus.device.AnalogOutputProcessor.ChannelState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openremote.agent.protocol.velbus.device.BlindProcessor.ChannelSetting
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openremote.agent.protocol.velbus.device.BlindProcessor.ChannelState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openremote.agent.protocol.velbus.device.CounterProcessor.CounterUnits
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openremote.agent.protocol.velbus.device.FeatureProcessor.LedState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openremote.agent.protocol.velbus.device.InputProcessor.ChannelState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openremote.agent.protocol.velbus.device.InputProcessor.PropertyType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openremote.agent.protocol.velbus.device.OutputChannelProcessor.ChannelSetting
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openremote.agent.protocol.velbus.device.ThermostatProcessor.TemperatureMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openremote.agent.protocol.velbus.device.ThermostatProcessor.TemperatureState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openremote.agent.protocol.velbus.device.VelbusDeviceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openremote.agent.protocol.velbus.VelbusPacket.InboundCommand
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openremote.agent.protocol.velbus.VelbusPacket.PacketPriority
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openremote.agent.protocol.websocket.WebsocketHTTPSubscription.Method
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VelbusAgent<T extends VelbusAgent<T,
U>, U extends AbstractVelbusProtocol<U, T>> - Class in org.openremote.agent.protocol.velbus - VelbusAgent() - Constructor for class org.openremote.agent.protocol.velbus.VelbusAgent
- VelbusAgent(String) - Constructor for class org.openremote.agent.protocol.velbus.VelbusAgent
- VelbusAgentLink - Class in org.openremote.agent.protocol.velbus
- VelbusAgentLink() - Constructor for class org.openremote.agent.protocol.velbus.VelbusAgentLink
- VelbusAgentLink(String, Integer, String) - Constructor for class org.openremote.agent.protocol.velbus.VelbusAgentLink
- VelbusDevice - Class in org.openremote.agent.protocol.velbus.device
- VelbusDevice(int, VelbusNetwork) - Constructor for class org.openremote.agent.protocol.velbus.device.VelbusDevice
- VelbusDeviceType - Enum Class in org.openremote.agent.protocol.velbus.device
- velbusNetwork - Variable in class org.openremote.agent.protocol.velbus.device.VelbusDevice
- VelbusNetwork - Class in org.openremote.agent.protocol.velbus
- VelbusNetwork(IOClient<VelbusPacket>, ScheduledExecutorService, Integer) - Constructor for class org.openremote.agent.protocol.velbus.VelbusNetwork
- VelbusPacket - Class in org.openremote.agent.protocol.velbus
- VelbusPacket() - Constructor for class org.openremote.agent.protocol.velbus.VelbusPacket
- VelbusPacket(byte[]) - Constructor for class org.openremote.agent.protocol.velbus.VelbusPacket
- VelbusPacket(int) - Constructor for class org.openremote.agent.protocol.velbus.VelbusPacket
- VelbusPacket(int, int, byte...) - Constructor for class org.openremote.agent.protocol.velbus.VelbusPacket
- VelbusPacket(int, int, VelbusPacket.PacketPriority, byte...) - Constructor for class org.openremote.agent.protocol.velbus.VelbusPacket
- VelbusPacket(int, VelbusPacket.PacketPriority, int, boolean) - Constructor for class org.openremote.agent.protocol.velbus.VelbusPacket
- VelbusPacket.InboundCommand - Enum Class in org.openremote.agent.protocol.velbus
-
Command for inbound packets
- VelbusPacket.OutboundCommand - Enum Class in org.openremote.agent.protocol.velbus
-
Command for outbound packets
- VelbusPacket.PacketPriority - Enum Class in org.openremote.agent.protocol.velbus
-
Packet priority.
- VelbusPacketDecoder - Class in org.openremote.agent.protocol.velbus
- VelbusPacketDecoder() - Constructor for class org.openremote.agent.protocol.velbus.VelbusPacketDecoder
- VelbusPacketEncoder - Class in org.openremote.agent.protocol.velbus
- VelbusPacketEncoder() - Constructor for class org.openremote.agent.protocol.velbus.VelbusPacketEncoder
- VelbusSerialAgent - Class in org.openremote.agent.protocol.velbus
- VelbusSerialAgent() - Constructor for class org.openremote.agent.protocol.velbus.VelbusSerialAgent
-
For use by hydrators (i.e.
- VelbusSerialAgent(String) - Constructor for class org.openremote.agent.protocol.velbus.VelbusSerialAgent
- VelbusSerialProtocol - Class in org.openremote.agent.protocol.velbus
- VelbusSerialProtocol(VelbusSerialAgent) - Constructor for class org.openremote.agent.protocol.velbus.VelbusSerialProtocol
- VelbusTCPAgent - Class in org.openremote.agent.protocol.velbus
- VelbusTCPAgent() - Constructor for class org.openremote.agent.protocol.velbus.VelbusTCPAgent
-
For use by hydrators (i.e.
- VelbusTCPAgent(String) - Constructor for class org.openremote.agent.protocol.velbus.VelbusTCPAgent
- VelbusTCPProtocol - Class in org.openremote.agent.protocol.velbus
- VelbusTCPProtocol(VelbusTCPAgent) - Constructor for class org.openremote.agent.protocol.velbus.VelbusTCPProtocol
- VendorModel - Class in org.openremote.agent.protocol.bluetooth.mesh.models
- VendorModel(int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.models.VendorModel
- VendorModelMessageAcked - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class when creating an acknowledged VendorMode message.
- VendorModelMessageAcked(ApplicationKey, int, int, int, byte[]) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.VendorModelMessageAcked
-
Constructs VendorModelMessageAcked message.
- VendorModelMessageStatus - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class for when creating the VendorModelMessageStatus Message.
- VendorModelMessageStatus(AccessMessage, int) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.VendorModelMessageStatus
-
Constructs the VendorModelMessageStatus mMessage.
- VendorModelMessageUnacked - Class in org.openremote.agent.protocol.bluetooth.mesh.transport
-
To be used as a wrapper class when creating a unacknowledged VendorModel message.
- VendorModelMessageUnacked(ApplicationKey, int, int, int, byte[]) - Constructor for class org.openremote.agent.protocol.bluetooth.mesh.transport.VendorModelMessageUnacked
-
Constructs VendorModelMessageAcked message.
- VERYFAST - Enum constant in enum class org.openremote.agent.protocol.velbus.device.FeatureProcessor.LedState
- VIBRATE - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.OutputOOBAction
- VIRTUAL_ADDRESS - Enum constant in enum class org.openremote.agent.protocol.bluetooth.mesh.utils.AddressType
- VMB1BL - Enum constant in enum class org.openremote.agent.protocol.velbus.device.VelbusDeviceType
- VMB1RY - Enum constant in enum class org.openremote.agent.protocol.velbus.device.VelbusDeviceType
- VMB1RYNO - Enum constant in enum class org.openremote.agent.protocol.velbus.device.VelbusDeviceType
- VMB1RYNOS - Enum constant in enum class org.openremote.agent.protocol.velbus.device.VelbusDeviceType
- VMB1TS - Enum constant in enum class org.openremote.agent.protocol.velbus.device.VelbusDeviceType
- VMB2BLE - Enum constant in enum class org.openremote.agent.protocol.velbus.device.VelbusDeviceType
- VMB4AN - Enum constant in enum class org.openremote.agent.protocol.velbus.device.VelbusDeviceType
- VMB4DC - Enum constant in enum class org.openremote.agent.protocol.velbus.device.VelbusDeviceType
- VMB4RYLD - Enum constant in enum class org.openremote.agent.protocol.velbus.device.VelbusDeviceType
- VMB4RYNO - Enum constant in enum class org.openremote.agent.protocol.velbus.device.VelbusDeviceType
- VMB6PBN - Enum constant in enum class org.openremote.agent.protocol.velbus.device.VelbusDeviceType
- VMB7IN - Enum constant in enum class org.openremote.agent.protocol.velbus.device.VelbusDeviceType
- VMB8PBU - Enum constant in enum class org.openremote.agent.protocol.velbus.device.VelbusDeviceType
- VMBDME - Enum constant in enum class org.openremote.agent.protocol.velbus.device.VelbusDeviceType
- VMBDMI - Enum constant in enum class org.openremote.agent.protocol.velbus.device.VelbusDeviceType
- VMBDMIR - Enum constant in enum class org.openremote.agent.protocol.velbus.device.VelbusDeviceType
- VMBGP1 - Enum constant in enum class org.openremote.agent.protocol.velbus.device.VelbusDeviceType
- VMBGP2 - Enum constant in enum class org.openremote.agent.protocol.velbus.device.VelbusDeviceType
- VMBGP4 - Enum constant in enum class org.openremote.agent.protocol.velbus.device.VelbusDeviceType
- VMBGP4PIR - Enum constant in enum class org.openremote.agent.protocol.velbus.device.VelbusDeviceType
- VMBGPO - Enum constant in enum class org.openremote.agent.protocol.velbus.device.VelbusDeviceType
- VMBGPOD - Enum constant in enum class org.openremote.agent.protocol.velbus.device.VelbusDeviceType
- VMBMETEO - Enum constant in enum class org.openremote.agent.protocol.velbus.device.VelbusDeviceType
- VMBPIRC - Enum constant in enum class org.openremote.agent.protocol.velbus.device.VelbusDeviceType
- VMBPIRM - Enum constant in enum class org.openremote.agent.protocol.velbus.device.VelbusDeviceType
- VMBPIRO - Enum constant in enum class org.openremote.agent.protocol.velbus.device.VelbusDeviceType
- VOLTAGE - Enum constant in enum class org.openremote.agent.protocol.velbus.device.AnalogInputProcessor.SensorType
W
- WAIT_TIME - Static variable in class org.openremote.agent.protocol.serial.JSerialCommChannelOption
- waitForConnectFuture(Future<Void>) - Method in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- webService - Variable in class org.openremote.agent.protocol.http.AbstractHTTPServerProtocol
- WEBSOCKET_MODE - Static variable in class org.openremote.agent.protocol.mqtt.MQTTAgent
- WEBSOCKET_PATH - Static variable in class org.openremote.agent.protocol.mqtt.MQTTAgent
- WEBSOCKET_QUERY - Static variable in class org.openremote.agent.protocol.mqtt.MQTTAgent
- WEBSOCKET_SUBSCRIPTION_VALUE_DESCRIPTOR - Static variable in class org.openremote.agent.protocol.websocket.WebsocketAgent
- WebsocketAgent - Class in org.openremote.agent.protocol.websocket
- WebsocketAgent() - Constructor for class org.openremote.agent.protocol.websocket.WebsocketAgent
-
For use by hydrators (i.e.
- WebsocketAgent(String) - Constructor for class org.openremote.agent.protocol.websocket.WebsocketAgent
- WebsocketAgentLink - Class in org.openremote.agent.protocol.websocket
- WebsocketAgentLink() - Constructor for class org.openremote.agent.protocol.websocket.WebsocketAgentLink
- WebsocketAgentLink(String) - Constructor for class org.openremote.agent.protocol.websocket.WebsocketAgentLink
- WebsocketAgentProtocol - Class in org.openremote.agent.protocol.websocket
-
This is a generic
Protocol
for communicating with a Websocket server usingString
based messages. - WebsocketAgentProtocol(WebsocketAgent) - Constructor for class org.openremote.agent.protocol.websocket.WebsocketAgentProtocol
- WebsocketHTTPSubscription - Class in org.openremote.agent.protocol.websocket
- WebsocketHTTPSubscription() - Constructor for class org.openremote.agent.protocol.websocket.WebsocketHTTPSubscription
- WebsocketHTTPSubscription.Method - Enum Class in org.openremote.agent.protocol.websocket
- WebsocketIOClient<T> - Class in org.openremote.agent.protocol.websocket
-
This is an
IOClient
implementation based onAbstractNettyIOClient
. - WebsocketIOClient(URI, Map<String, List<String>>, OAuthGrant) - Constructor for class org.openremote.agent.protocol.websocket.WebsocketIOClient
- WebsocketIOClient(URI, Map<String, List<String>>, OAuthGrant, boolean) - Constructor for class org.openremote.agent.protocol.websocket.WebsocketIOClient
- WebsocketSubscription - Class in org.openremote.agent.protocol.websocket
- WebsocketSubscription() - Constructor for class org.openremote.agent.protocol.websocket.WebsocketSubscription
- WebsocketSubscriptionImpl - Class in org.openremote.agent.protocol.websocket
- WebsocketSubscriptionImpl() - Constructor for class org.openremote.agent.protocol.websocket.WebsocketSubscriptionImpl
- websocketSubscriptions - Variable in class org.openremote.agent.protocol.websocket.WebsocketAgentLink
- websocketURI - Variable in class org.openremote.agent.protocol.mqtt.AbstractMQTT_IOClient
- webTarget - Variable in class org.openremote.agent.protocol.http.HTTPProtocol
- withFolder(Consumer<Folder>) - Method in class org.openremote.agent.protocol.mail.MailClient
- workerGroup - Variable in class org.openremote.agent.protocol.io.AbstractNettyIOClient
- workerGroup - Variable in class org.openremote.agent.protocol.io.AbstractNettyIOServer
- write(byte[]) - Method in class org.openremote.agent.protocol.zwave.ZWaveSerialIOClient
- WRITE_MEMORY - Enum constant in enum class org.openremote.agent.protocol.velbus.VelbusPacket.OutboundCommand
- writeChannel(int, int, String, Object) - Method in class org.openremote.agent.protocol.zwave.ZWaveNetwork
- writeLastMessageDate(MailClientBuilder, Date) - Static method in class org.openremote.agent.protocol.mail.MailClient
- writeProperty(int, String, Object) - Method in class org.openremote.agent.protocol.velbus.VelbusNetwork
- writeProperty(String, Object) - Method in class org.openremote.agent.protocol.velbus.device.VelbusDevice
X
- XML_TAG_ADDRESS - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.SequenceNumberPersistencyManager
- XML_TAG_NETWORK_KEY - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.SequenceNumberPersistencyManager
- XML_TAG_SEQUENCE_NUMBER - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.SequenceNumberPersistencyManager
- XML_TAG_SEQUENCE_NUMBER_ITEM - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.SequenceNumberPersistencyManager
- XML_TAG_SEQUENCE_NUMBER_LIST - Static variable in class org.openremote.agent.protocol.bluetooth.mesh.SequenceNumberPersistencyManager
Z
- ZWaveAgent - Class in org.openremote.agent.protocol.zwave
- ZWaveAgent() - Constructor for class org.openremote.agent.protocol.zwave.ZWaveAgent
-
For use by hydrators (i.e.
- ZWaveAgent(String) - Constructor for class org.openremote.agent.protocol.zwave.ZWaveAgent
- ZWaveAgentLink - Class in org.openremote.agent.protocol.zwave
- ZWaveAgentLink() - Constructor for class org.openremote.agent.protocol.zwave.ZWaveAgentLink
- ZWaveAgentLink(String, Integer, Integer, String) - Constructor for class org.openremote.agent.protocol.zwave.ZWaveAgentLink
- ZWaveNetwork - Class in org.openremote.agent.protocol.zwave
- ZWaveNetwork(String) - Constructor for class org.openremote.agent.protocol.zwave.ZWaveNetwork
- ZWavePacketDecoder - Class in org.openremote.agent.protocol.zwave
- ZWavePacketDecoder() - Constructor for class org.openremote.agent.protocol.zwave.ZWavePacketDecoder
- ZWavePacketEncoder - Class in org.openremote.agent.protocol.zwave
- ZWavePacketEncoder() - Constructor for class org.openremote.agent.protocol.zwave.ZWavePacketEncoder
- ZWaveProtocol - Class in org.openremote.agent.protocol.zwave
- ZWaveProtocol(ZWaveAgent) - Constructor for class org.openremote.agent.protocol.zwave.ZWaveProtocol
- ZWaveSerialIOClient - Class in org.openremote.agent.protocol.zwave
-
Wrapper around
SerialIOClient
to allow compatibility with Z Wave library - ZWaveSerialIOClient(String) - Constructor for class org.openremote.agent.protocol.zwave.ZWaveSerialIOClient
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
ProvisionedBaseMeshNode.isExcluded()
instead