Class AuthenticateResponse

java.lang.Object
org.openremote.agent.protocol.tradfri.payload.AuthenticateResponse

public class AuthenticateResponse extends Object
The class that contains the payload of a response to the authenticate request from the IKEA TRÅDFRI gateway
  • Constructor Details

    • AuthenticateResponse

      public AuthenticateResponse()
      Construct the AuthenticateResponse class
  • Method Details

    • getPresharedKey

      public String getPresharedKey()
      Get the preshared key that can be used to authenticate to the IKEA TRÅDFRI gateway
      Returns:
      The preshared key that can be used to authenticate to the IKEA TRÅDFRI gateway
    • getGatewayFirmwareVersion

      public String getGatewayFirmwareVersion()
      Get the firmware version of the IKEA TRÅDFRI gateway
      Returns:
      The firmware version of the IKEA TRÅDFRI gateway
    • setPresharedKey

      public void setPresharedKey(String presharedKey)
      Set the preshared key that can be used to authenticate to the IKEA TRÅDFRI gateway
      Parameters:
      presharedKey - The new preshared key that can be used to authenticate to the IKEA TRÅDFRI gateway
    • setGatewayFirmwareVersion

      public void setGatewayFirmwareVersion(String gatewayFirmwareVersion)
      Set the firmware version of the IKEA TRÅDFRI gateway
      Parameters:
      gatewayFirmwareVersion - The new firmware version of the IKEA TRÅDFRI gateway