From 1663c4825361b1d38da930f5d1070e46326a955f Mon Sep 17 00:00:00 2001 From: Indroneel Mukherjee Date: Mon, 2 Oct 2023 17:11:03 +0800 Subject: [PATCH 1/3] Update unit of pressure as requested --- docs/realsense_sensor_data_aq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/realsense_sensor_data_aq.md b/docs/realsense_sensor_data_aq.md index 4f449dc..77aed2d 100644 --- a/docs/realsense_sensor_data_aq.md +++ b/docs/realsense_sensor_data_aq.md @@ -27,7 +27,7 @@ Format of attribute: *"v"* in the general data formats: "tvoc": "", // Level of volatile organic compounds in surrounding air, Unit: mg/m3 (milligrams per meter cube) "pm_10": "", // Level of particulate matter (10 micrometer), Unit: ug/m3 (microgram per meter cube) "pm_2.5": "", // Level of particulate matter <2.5 micrometer measured in ug/m3 (Microgram per meter cube) - "pressure": "", // Barometric pressure in surrounding air, Unit: In millibars or 100.4 Kilo Pascal + "pressure": "", // Barometric pressure in surrounding air, Unit: In millibars "temperature": "", // Temperature in surrounding air, Unit: Degree Celcius "pir_trigger": "" // State (1 or 0) of any motion detected in the environment } From c33da7fbd7cf916380dfd9bceb1331e8536833a6 Mon Sep 17 00:00:00 2001 From: Indroneel Mukherjee Date: Mon, 23 Oct 2023 10:13:27 +0800 Subject: [PATCH 2/3] Change amm unit from PPM to ppb for AQLite + improvement Improvement includes 1. additional line on this unit under Note of AQLite data 2. Update value of amm from 0 to a random value (in the example data AQLite) --- docs/realsense_sensor_data_aq.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/realsense_sensor_data_aq.md b/docs/realsense_sensor_data_aq.md index 77aed2d..4191dc0 100644 --- a/docs/realsense_sensor_data_aq.md +++ b/docs/realsense_sensor_data_aq.md @@ -49,13 +49,16 @@ Notes: Format of attribute: *"v"* in the general data formats: ```json { - "amm": , // Level of Ammonia in surrounding air, Unit: PPM (parts per billion) + "amm": , // Level of Ammonia in surrounding air, Unit: ppb (parts per billion) "aqi": , // Air Quality Index (number between 1 - 500) "rh": , // Relative humidity (percent, after divided by 10) "temp": , // Temperature (degree celcius, after divided by 10) } ``` +Note: +1. The unit of **amm** from this device is parts per billion (ppb) + **Example use cases:** 1. **Threshold on level of Ammonia:** @@ -170,7 +173,7 @@ Notes: "unixT": 1654063185904, "utc": 1654063185, "v": { - "amm": 0, + "amm": 88, "aqi": 103, "rh": 730, "temp": 304 From 796485c8278af1a9c1ad5e1052111c3cc91b5212 Mon Sep 17 00:00:00 2001 From: Indroneel Mukherjee Date: Wed, 25 Oct 2023 15:51:59 +0800 Subject: [PATCH 3/3] Add new firmware versions to this file This incorporates changes from commit: https://github.com/smartclean/smartclean.github.io/pull/125/commits/15d75db598577ce730717aa30e851dfb7fe696ec which is part of the PR: https://github.com/smartclean/smartclean.github.io/pull/125 Note: This PR contains 2 commits, 1 of which has become invalid and will cause merge conflict, thus preventing this PR from being merged. The other commit is valid, and the updates have been incorporated into this commit so that it can be merged and the older open PR can be closed (without merging) --- docs/realsense_sensor_firmwares.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/realsense_sensor_firmwares.md b/docs/realsense_sensor_firmwares.md index ef2faeb..9be2141 100644 --- a/docs/realsense_sensor_firmwares.md +++ b/docs/realsense_sensor_firmwares.md @@ -12,13 +12,20 @@ nav_order: 1 1. SMARTCLEAN#PPLCTR - 3_0_6_r for Partners and RealSense enabled projects - 3_0_6_nr for non-RealSense projects + - 4_0_0_r Access Point disabled for Partners and RealSense enabled projects + - 4_0_0_nr Access Point Disabled for non-RealSense projects 2. SMARTCLEAN#ODRDTR - 3_0_6_r for Partners and RealSense enabled projects - 3_0_6_nr for non-RealSense projects + - 4_0_0_r Access Point disabled for Partners and RealSense enabled projects + - 4_0_0_nr Access Point Disabled for non-RealSense projects 3. SMARTCLEAN#AQGW - 1_0_7aqgw_r for Partners and RealSense enabled projects - 1_0_7aqgw_nr for non-RealSense projects + - 2_0_0aqgw_r Access Point disabled for Partners and RealSense enabled projects + - 2_0_0_nr Access Point Disabled for non-RealSense projects 4. SMARTCLEAN#WD - 4_0_6wd for Partners and RealSense enabled projects - 3_1_7wd for non-RealSense projects + - 4_1_0wd Access Point disabled for Partners and RealSense enabled projects ```