@nordicsemiconductor/asset-tracker-cloud-docs
Advanced tools
Comparing version 33.0.3 to 33.0.4
@@ -168,3 +168,6 @@ import { Type } from "@sinclair/typebox"; | ||
minimum: 0 | ||
}) | ||
}), | ||
bsec_iaq: Type.Optional(Type.Number({ | ||
description: "The Bosch BME680 sensor calculates an Air Quality Index. See https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bme680-ds001.pdf" | ||
})) | ||
}, { | ||
@@ -171,0 +174,0 @@ description: "The individual sensor readings" |
@@ -176,2 +176,8 @@ import { Type } from '@sinclair/typebox' | ||
}), | ||
bsec_iaq: Type.Optional( | ||
Type.Number({ | ||
description: | ||
'The Bosch BME680 sensor calculates an Air Quality Index. See https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bme680-ds001.pdf', | ||
}), | ||
), | ||
}, | ||
@@ -178,0 +184,0 @@ { |
{ | ||
"name": "@nordicsemiconductor/asset-tracker-cloud-docs", | ||
"version": "33.0.3", | ||
"version": "33.0.4", | ||
"description": "The nRF Asset Tracker aims to provide a concrete end-to-end example for an IoT product in the asset tracker space.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
77150
2224