StubProvider
class StubProvider<T : SupportedNumericSensorTypes>(val valueNames: Array<String>, reportedValue: Array<T>) : DataProvider<T>
Stub Sensor providing the same value continuously. Is used as a Fallback-Sensor to not have to crash the app