Class ApplicationMessageOpCodes
java.lang.Object
org.openremote.agent.protocol.bluetooth.mesh.opcodes.ApplicationMessageOpCodes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Opcode for the "Generic Level Get" message.static final int
Opcode for the "Generic Level Set" message.static final int
Opcode for the "Generic Level Set Unacknowledged" message.static final int
Opcode for the "Generic Level Status" message.static final int
Opcode for the "Generic OnOff Get" message.static final int
Opcode for the "Generic OnOff Set" message.static final int
Opcode for the "Generic OnOff Set Unacknowledged" message.static final int
Opcode for the "Generic OnOff Status" message.static final int
Opcode for the "Light Ctl Get" messagestatic final int
Opcode for the "Light Ctl Set" messagestatic final int
Opcode for the "Light Ctl Set Unacknowledged" messagestatic final int
Opcode for the "Light Ctl Status" messagestatic final int
Opcode for the "Light Hsl Get" messagestatic final int
Opcode for the "Light Hsl Set" messagestatic final int
Opcode for the "Light Hsl Set Unacknowledged" messagestatic final int
Opcode for the "Light Hsl Status" messagestatic final int
Opcode for the "Light Lightness Get" messagestatic final int
Opcode for the "Light Lightness Set" messagestatic final int
Opcode for the "Light Lightness Set Unacknowledged" messagestatic final int
Opcode for the "Light Lightness Status" messagestatic final int
Opcode for the "Scene Delete" messagestatic final int
Opcode for the "Scene Delete Unacknowledged" messagestatic final int
Opcode for the "Scene Get" messagestatic final int
Opcode for the "Scene Recall" messagestatic final int
Opcode for the "Scene Recall Unacknowledged" messagestatic final int
Opcode for the "Scene Register Get" messagestatic final int
Opcode for the "Scene Register Status" messagestatic final int
Opcode for the "Scene Status" messagestatic final int
Opcode for the "Scene Store" messagestatic final int
Opcode for the "Scene Store Unacknowledged" message -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
GENERIC_ON_OFF_GET
public static final int GENERIC_ON_OFF_GETOpcode for the "Generic OnOff Get" message.- See Also:
-
GENERIC_ON_OFF_SET
public static final int GENERIC_ON_OFF_SETOpcode for the "Generic OnOff Set" message.- See Also:
-
GENERIC_ON_OFF_SET_UNACKNOWLEDGED
public static final int GENERIC_ON_OFF_SET_UNACKNOWLEDGEDOpcode for the "Generic OnOff Set Unacknowledged" message.- See Also:
-
GENERIC_ON_OFF_STATUS
public static final int GENERIC_ON_OFF_STATUSOpcode for the "Generic OnOff Status" message.- See Also:
-
GENERIC_LEVEL_GET
public static final int GENERIC_LEVEL_GETOpcode for the "Generic Level Get" message.- See Also:
-
GENERIC_LEVEL_SET
public static final int GENERIC_LEVEL_SETOpcode for the "Generic Level Set" message.- See Also:
-
GENERIC_LEVEL_SET_UNACKNOWLEDGED
public static final int GENERIC_LEVEL_SET_UNACKNOWLEDGEDOpcode for the "Generic Level Set Unacknowledged" message.- See Also:
-
GENERIC_LEVEL_STATUS
public static final int GENERIC_LEVEL_STATUSOpcode for the "Generic Level Status" message.- See Also:
-
LIGHT_LIGHTNESS_GET
public static final int LIGHT_LIGHTNESS_GETOpcode for the "Light Lightness Get" message- See Also:
-
LIGHT_LIGHTNESS_SET
public static final int LIGHT_LIGHTNESS_SETOpcode for the "Light Lightness Set" message- See Also:
-
LIGHT_LIGHTNESS_SET_UNACKNOWLEDGED
public static final int LIGHT_LIGHTNESS_SET_UNACKNOWLEDGEDOpcode for the "Light Lightness Set Unacknowledged" message- See Also:
-
LIGHT_LIGHTNESS_STATUS
public static final int LIGHT_LIGHTNESS_STATUSOpcode for the "Light Lightness Status" message- See Also:
-
LIGHT_CTL_GET
public static final int LIGHT_CTL_GETOpcode for the "Light Ctl Get" message- See Also:
-
LIGHT_CTL_SET
public static final int LIGHT_CTL_SETOpcode for the "Light Ctl Set" message- See Also:
-
LIGHT_CTL_SET_UNACKNOWLEDGED
public static final int LIGHT_CTL_SET_UNACKNOWLEDGEDOpcode for the "Light Ctl Set Unacknowledged" message- See Also:
-
LIGHT_CTL_STATUS
public static final int LIGHT_CTL_STATUSOpcode for the "Light Ctl Status" message- See Also:
-
LIGHT_HSL_GET
public static final int LIGHT_HSL_GETOpcode for the "Light Hsl Get" message- See Also:
-
LIGHT_HSL_SET
public static final int LIGHT_HSL_SETOpcode for the "Light Hsl Set" message- See Also:
-
LIGHT_HSL_SET_UNACKNOWLEDGED
public static final int LIGHT_HSL_SET_UNACKNOWLEDGEDOpcode for the "Light Hsl Set Unacknowledged" message- See Also:
-
LIGHT_HSL_STATUS
public static final int LIGHT_HSL_STATUSOpcode for the "Light Hsl Status" message- See Also:
-
SCENE_STATUS
public static final int SCENE_STATUSOpcode for the "Scene Status" message- See Also:
-
SCENE_REGISTER_STATUS
public static final int SCENE_REGISTER_STATUSOpcode for the "Scene Register Status" message- See Also:
-
SCENE_GET
public static final int SCENE_GETOpcode for the "Scene Get" message- See Also:
-
SCENE_REGISTER_GET
public static final int SCENE_REGISTER_GETOpcode for the "Scene Register Get" message- See Also:
-
SCENE_RECALL
public static final int SCENE_RECALLOpcode for the "Scene Recall" message- See Also:
-
SCENE_RECALL_UNACKNOWLEDGED
public static final int SCENE_RECALL_UNACKNOWLEDGEDOpcode for the "Scene Recall Unacknowledged" message- See Also:
-
SCENE_STORE
public static final int SCENE_STOREOpcode for the "Scene Store" message- See Also:
-
SCENE_STORE_UNACKNOWLEDGED
public static final int SCENE_STORE_UNACKNOWLEDGEDOpcode for the "Scene Store Unacknowledged" message- See Also:
-
SCENE_DELETE
public static final int SCENE_DELETEOpcode for the "Scene Delete" message- See Also:
-
SCENE_DELETE_UNACKNOWLEDGED
public static final int SCENE_DELETE_UNACKNOWLEDGEDOpcode for the "Scene Delete Unacknowledged" message- See Also:
-
-
Constructor Details
-
ApplicationMessageOpCodes
public ApplicationMessageOpCodes()
-