Class AuthenticateResponse
java.lang.Object
org.openremote.agent.protocol.tradfri.payload.AuthenticateResponse
The class that contains the payload of a response to the authenticate request from the IKEA TRÅDFRI gateway
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the firmware version of the IKEA TRÅDFRI gatewayGet the preshared key that can be used to authenticate to the IKEA TRÅDFRI gatewayvoid
setGatewayFirmwareVersion
(String gatewayFirmwareVersion) Set the firmware version of the IKEA TRÅDFRI gatewayvoid
setPresharedKey
(String presharedKey) Set the preshared key that can be used to authenticate to the IKEA TRÅDFRI gateway
-
Constructor Details
-
AuthenticateResponse
public AuthenticateResponse()Construct the AuthenticateResponse class
-
-
Method Details
-
getGatewayFirmwareVersion
Get the firmware version of the IKEA TRÅDFRI gateway- Returns:
- The firmware version of the IKEA TRÅDFRI gateway
-
setGatewayFirmwareVersion
Set the firmware version of the IKEA TRÅDFRI gateway- Parameters:
gatewayFirmwareVersion
- The new firmware version of the IKEA TRÅDFRI gateway