Actual Behaviour
The data in lux meter is being repeated due to a for loop i.e., everytime data is being written to the csv file it is written from 0 to the newest data point added.
Expected Behaviour
the data should not be repeated
Steps to reproduce it
LuxMeterFragementData -> Remove the for loop in the code
Screenshots of the issue
In ss below the data is written everytime from 0 to the max number

Would you like to work on the issue?
Yes