Sensor Params
data class SensorParams(val rssi: Int?, val rssiStatus: Int?, val pitch: Double?, val pitchMax: Double?, val pitchMin: Double?, val roll: Double?, val rollMax: Double?, val rollMin: Double?)
SensorParams is a data class that represents sensor parameters for a Bluetooth device. This class holds various sensor-related metrics such as signal strength (RSSI), pitch, and roll values, along with their corresponding maximum and minimum limits. These parameters are commonly used to monitor and adjust the orientation and positioning of a device equipped with sensors.