~~NOTOC~~
[[configuration_api]] > [[BS2_SetRelayActionConfig]]
----
===== BS2_SetRelayActionConfig =====
[+ 2.8.1] ''IM-120'' Save RelayAction Settings.
==== Declaration ====
#include "BS_API.h"
int BS2_SetRelayActionConfig(void* context, uint32_t deviceId, const BS2RelayActionConfig* config);
[[configuration api#BS2RelayActionConfig|BS2RelayActionConfig Structure]]
==== Parameters ====
* [In] ''//context//'' : Context
* [In] ''//deviceId//'' : Device Identifier
* [In] ''//config//'' : RelayAction Setting Information Pointer
==== Return Values ====
Return ''BS_SDK_SUCCESS'' when successful, and return an appropriate error code when an error occurs.