Skip to content

Commit

Permalink
Works as expected
Browse files Browse the repository at this point in the history
Bar and celcius values are the same in SYTPMS
  • Loading branch information
VincentMasselis committed May 16, 2024
1 parent 5ac7160 commit 980ed64
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package com.masselis.tpmsadvanced.data.vehicle.interfaces.impl

import com.masselis.tpmsadvanced.core.common.now
import com.masselis.tpmsadvanced.data.vehicle.model.Tyre
import io.mockk.every
import io.mockk.mockk
import org.junit.Test
Expand Down Expand Up @@ -33,6 +31,9 @@ internal class PechamTest {
// D8:51:00:00:AE:49 3D R.R.
// Tyre(timestamp=1.70168790933E9, location=REAR_RIGHT, id=0, pressure=Pressure(kpa=100.667), temperature=Temperature(celsius=20.0), battery=28, isAlarm=false)
"0303A5270308425208FF401C1400921A7F",

// Unlocated(timestamp=1.71585143556E9, rssi=-60, sensorId=-341438080, pressure=Pressure(kpa=212.0), temperature=Temperature(celsius=20.0), battery=29, isAlarm=false)
"0303A5270308425208FF241D1401D4BFEC"
)

// byteArrayEleven= 0308425208FF101B0F026A
Expand Down

0 comments on commit 980ed64

Please sign in to comment.