rdkcentral / rdk-halif-test-device_settings

RDK Device Settings Hardware Abstraction Layer test suite
Apache License 2.0
2 stars 5 forks source link

Corrected the kvp function to read number of indicators #136

Closed Anbukannadhasan closed 1 month ago

Anbukannadhasan commented 1 month ago

L2_dsFPD_SetFPstateOFF_SetBrightness - To obtain the number of indicators, the straight variable is maintained in the YAML file. It is required to use that variable with the proper KVP function. Currently, the count KVP is used to read the number of indicator variables instead of int32, causing a mismatch and failure. Corrected the logic for the same.