diff --git a/src/components/BME680.tsx b/src/components/BME688.tsx similarity index 92% rename from src/components/BME680.tsx rename to src/components/BME688.tsx index d4c2fc44..6fb9857b 100644 --- a/src/components/BME680.tsx +++ b/src/components/BME688.tsx @@ -16,7 +16,7 @@ import { ThermometerIcon, } from 'lucide-preact' -export const BME680 = () => ( +export const BME688 = () => (

Environment

@@ -24,19 +24,19 @@ export const BME680 = () => ( These values are reported by the devices'{' '} - Bosch BME680 environment sensor + Bosch BME688 environment sensor .
The air quality rating is based on a proprietary algorithm. See page 8 in{' '} - the BME680 datasheet + the BME688 datasheet .
@@ -82,7 +82,7 @@ export const EnvironmentReadings = () => { ) } -// See https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bme680-ds001.pdf +// See https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bme688-ds001.pdf export const IAQ = ({ iaq }: { iaq: number }) => { let iaqLabel = 'unknown' let Icon = BanIcon diff --git a/src/components/deviceheader/EnvironmentInfo.tsx b/src/components/deviceheader/EnvironmentInfo.tsx index 4fa3380d..63fa2302 100644 --- a/src/components/deviceheader/EnvironmentInfo.tsx +++ b/src/components/deviceheader/EnvironmentInfo.tsx @@ -1,5 +1,5 @@ import { Ago } from '#components/Ago.js' -import { IAQ } from '#components/BME680.js' +import { IAQ } from '#components/BME688.js' import { LoadingIndicator } from '#components/ValueLoading.js' import { useDevice } from '#context/Device.js' import { isEnvironment, toEnvironment } from '#proto/lwm2m.js' diff --git a/src/model/PCA20065/Page.tsx b/src/model/PCA20065/Page.tsx index 8c175591..435354f0 100644 --- a/src/model/PCA20065/Page.tsx +++ b/src/model/PCA20065/Page.tsx @@ -1,4 +1,4 @@ -import { BME680 } from '#components/BME680.js' +import { BME688 } from '#components/BME688.js' import { Collapsible } from '#components/Collapsible.js' import { Configuration } from '#components/Configuration.js' import { DeviceHeader } from '#components/DeviceHeader.js' @@ -77,7 +77,7 @@ export const Page = ({ device }: { device: TDevice }) => {
- +