|
|
|
@ -13,4 +13,5 @@ data class Gas(
|
|
|
|
|
@ColumnInfo(name = "unit") val unit: String,
|
|
|
|
|
@ColumnInfo(name = "threshold_low") val thresholdLow: Double,
|
|
|
|
|
@ColumnInfo(name = "threshold_high") val thresholdHigh: Double,
|
|
|
|
|
@ColumnInfo(name = "sync_flag") val syncFlag: Boolean = false
|
|
|
|
|
)
|
|
|
|
|