Class SigModelParser
java.lang.Object
org.openremote.agent.protocol.bluetooth.mesh.models.SigModelParser
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final short
static final short
static final short
static final short
static final short
static final short
static final short
static final short
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SigModel
getSigModel
(int modelId) Returns the Bluetooth sig model based on the model id.
-
Field Details
-
CONFIGURATION_SERVER
public static final short CONFIGURATION_SERVER- See Also:
-
CONFIGURATION_CLIENT
public static final short CONFIGURATION_CLIENT- See Also:
-
GENERIC_ON_OFF_SERVER
public static final short GENERIC_ON_OFF_SERVER- See Also:
-
GENERIC_ON_OFF_CLIENT
public static final short GENERIC_ON_OFF_CLIENT- See Also:
-
GENERIC_LEVEL_SERVER
public static final short GENERIC_LEVEL_SERVER- See Also:
-
GENERIC_LEVEL_CLIENT
public static final short GENERIC_LEVEL_CLIENT- See Also:
-
SCENE_SERVER
public static final short SCENE_SERVER- See Also:
-
SCENE_SETUP_SERVER
public static final short SCENE_SETUP_SERVER- See Also:
-
-
Constructor Details
-
SigModelParser
public SigModelParser()
-
-
Method Details
-
getSigModel
Returns the Bluetooth sig model based on the model id.- Parameters:
modelId
- bluetooth sig model id- Returns:
- SigModel
-