===== Version 2.8.1 (V2.8.1.0) =====
==== Date ====
2021-08-05
\\
==== New Features ====
* Supports X-Station 2 Finger (Product Name: XS2-OAPB, XS2-ODPB)
* Supports Input Module Feature (Product Name: IM-120)
* Supports the function of commanding certain actions to devices
1. X-Station 2 Finger Configurations are available to use. \\
2. Input Module(Product Name: IM-120) Configurations are available to use. \\
* Refer to structure [[configuration_api#BS2InputConfigEx]]
* Refer to structure [[configuration_api#BS2RelayActionConfig]]
* Refer to structure [[log_management_api#BS2Event]] **relayAction**
* Refer to API [[BS2_GetInputConfigEx]]
* Refer to API [[BS2_SetInputConfigEx]]
* Refer to API [[BS2_GetRelayActionConfig]]
* Refer to API [[BS2_SetRelayActionConfig]]
3. You can now command certain actions to devices. \\
You can now turn on LED, alarm a buzzer, or control relay and perform more actions at the desired time with the COMMANDS below. \\
* Refer to structure [[configuration_api#BS2Action]]
* Refer to API [[BS2_RunAction]]
\\
==== Modified Features ====
1. Fixed the error in which Linux returns BS_SDK_ERROR_TIMEOUT and is not able to have device connections. \\
2. C# examples provided to guide through server-matching function implementation will not be supported anymore. \\
* Refer to the Server API Document [[server_api]]