Class BluetoothMeshAgentLink
java.lang.Object
org.openremote.model.asset.agent.AgentLink<BluetoothMeshAgentLink>
org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshAgentLink
- All Implemented Interfaces:
Serializable
public class BluetoothMeshAgentLink
extends org.openremote.model.asset.agent.AgentLink<BluetoothMeshAgentLink>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected @Pattern(regexp="^([0-9A-Fa-f]{4})$") String
protected @Min(0L) @Max(2147483647L) @NotNull Integer
protected @NotBlank String
Fields inherited from class org.openremote.model.asset.agent.AgentLink
id, messageMatchFilters, messageMatchPredicate, updateOnWrite, valueConverter, valueFilters, writeValue, writeValueConverter
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
BluetoothMeshAgentLink
(String id, Integer appKeyIndex, String address, String modelName) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.openremote.model.asset.agent.AgentLink
getId, getMessageMatchFilters, getMessageMatchPredicate, getOrThrowAgentLinkProperty, getType, getUpdateOnWrite, getValueConverter, getValueFilters, getWriteValue, getWriteValueConverter, setMessageMatchFilters, setMessageMatchPredicate, setUpdateOnWrite, setValueConverter, setValueFilters, setWriteValue, setWriteValueConverter
-
Field Details
-
Constructor Details
-
BluetoothMeshAgentLink
protected BluetoothMeshAgentLink() -
BluetoothMeshAgentLink
-
-
Method Details
-
getAppKeyIndex
-
getAddress
-
getModelName
-