add testtime

This commit is contained in:
Pritimay Sarkar
2023-10-17 08:39:25 +05:30
parent 0b52dc42b0
commit 2c50890b0d
2 changed files with 9 additions and 2 deletions

View File

@@ -15,5 +15,6 @@ data class BufferCheckData(
var led2Average: Double? = null,
var deviceRatio: Double? = null,
var calculatedRatio: Double? = null,
var classificationResult: String = ""
var classificationResult: String = "",
var testTime: String = ""
)