Class ApplicationMessageOpCodes

java.lang.Object
org.openremote.agent.protocol.bluetooth.mesh.opcodes.ApplicationMessageOpCodes

public class ApplicationMessageOpCodes extends Object
  • Field Details

    • GENERIC_ON_OFF_GET

      public static final int GENERIC_ON_OFF_GET
      Opcode for the "Generic OnOff Get" message.
      See Also:
    • GENERIC_ON_OFF_SET

      public static final int GENERIC_ON_OFF_SET
      Opcode for the "Generic OnOff Set" message.
      See Also:
    • GENERIC_ON_OFF_SET_UNACKNOWLEDGED

      public static final int GENERIC_ON_OFF_SET_UNACKNOWLEDGED
      Opcode for the "Generic OnOff Set Unacknowledged" message.
      See Also:
    • GENERIC_ON_OFF_STATUS

      public static final int GENERIC_ON_OFF_STATUS
      Opcode for the "Generic OnOff Status" message.
      See Also:
    • GENERIC_LEVEL_GET

      public static final int GENERIC_LEVEL_GET
      Opcode for the "Generic Level Get" message.
      See Also:
    • GENERIC_LEVEL_SET

      public static final int GENERIC_LEVEL_SET
      Opcode for the "Generic Level Set" message.
      See Also:
    • GENERIC_LEVEL_SET_UNACKNOWLEDGED

      public static final int GENERIC_LEVEL_SET_UNACKNOWLEDGED
      Opcode for the "Generic Level Set Unacknowledged" message.
      See Also:
    • GENERIC_LEVEL_STATUS

      public static final int GENERIC_LEVEL_STATUS
      Opcode for the "Generic Level Status" message.
      See Also:
    • LIGHT_LIGHTNESS_GET

      public static final int LIGHT_LIGHTNESS_GET
      Opcode for the "Light Lightness Get" message
      See Also:
    • LIGHT_LIGHTNESS_SET

      public static final int LIGHT_LIGHTNESS_SET
      Opcode for the "Light Lightness Set" message
      See Also:
    • LIGHT_LIGHTNESS_SET_UNACKNOWLEDGED

      public static final int LIGHT_LIGHTNESS_SET_UNACKNOWLEDGED
      Opcode for the "Light Lightness Set Unacknowledged" message
      See Also:
    • LIGHT_LIGHTNESS_STATUS

      public static final int LIGHT_LIGHTNESS_STATUS
      Opcode for the "Light Lightness Status" message
      See Also:
    • LIGHT_CTL_GET

      public static final int LIGHT_CTL_GET
      Opcode for the "Light Ctl Get" message
      See Also:
    • LIGHT_CTL_SET

      public static final int LIGHT_CTL_SET
      Opcode for the "Light Ctl Set" message
      See Also:
    • LIGHT_CTL_SET_UNACKNOWLEDGED

      public static final int LIGHT_CTL_SET_UNACKNOWLEDGED
      Opcode for the "Light Ctl Set Unacknowledged" message
      See Also:
    • LIGHT_CTL_STATUS

      public static final int LIGHT_CTL_STATUS
      Opcode for the "Light Ctl Status" message
      See Also:
    • LIGHT_HSL_GET

      public static final int LIGHT_HSL_GET
      Opcode for the "Light Hsl Get" message
      See Also:
    • LIGHT_HSL_SET

      public static final int LIGHT_HSL_SET
      Opcode for the "Light Hsl Set" message
      See Also:
    • LIGHT_HSL_SET_UNACKNOWLEDGED

      public static final int LIGHT_HSL_SET_UNACKNOWLEDGED
      Opcode for the "Light Hsl Set Unacknowledged" message
      See Also:
    • LIGHT_HSL_STATUS

      public static final int LIGHT_HSL_STATUS
      Opcode for the "Light Hsl Status" message
      See Also:
    • SCENE_STATUS

      public static final int SCENE_STATUS
      Opcode for the "Scene Status" message
      See Also:
    • SCENE_REGISTER_STATUS

      public static final int SCENE_REGISTER_STATUS
      Opcode for the "Scene Register Status" message
      See Also:
    • SCENE_GET

      public static final int SCENE_GET
      Opcode for the "Scene Get" message
      See Also:
    • SCENE_REGISTER_GET

      public static final int SCENE_REGISTER_GET
      Opcode for the "Scene Register Get" message
      See Also:
    • SCENE_RECALL

      public static final int SCENE_RECALL
      Opcode for the "Scene Recall" message
      See Also:
    • SCENE_RECALL_UNACKNOWLEDGED

      public static final int SCENE_RECALL_UNACKNOWLEDGED
      Opcode for the "Scene Recall Unacknowledged" message
      See Also:
    • SCENE_STORE

      public static final int SCENE_STORE
      Opcode for the "Scene Store" message
      See Also:
    • SCENE_STORE_UNACKNOWLEDGED

      public static final int SCENE_STORE_UNACKNOWLEDGED
      Opcode for the "Scene Store Unacknowledged" message
      See Also:
    • SCENE_DELETE

      public static final int SCENE_DELETE
      Opcode for the "Scene Delete" message
      See Also:
    • SCENE_DELETE_UNACKNOWLEDGED

      public static final int SCENE_DELETE_UNACKNOWLEDGED
      Opcode for the "Scene Delete Unacknowledged" message
      See Also:
  • Constructor Details

    • ApplicationMessageOpCodes

      public ApplicationMessageOpCodes()