From af25802d8771150b91e0728b650c38ab82a84e4a Mon Sep 17 00:00:00 2001 From: Timo Volkmann Date: Thu, 30 Jul 2020 17:17:21 +0200 Subject: [PATCH] added readme and dumps --- mongo_dumps/activeDevices.json | 5 + mongo_dumps/configuredDevices.json | 31 + mongo_dumps/plantTypes.json | 61 + mongo_dumps/sensorData.json | 150205 ++++++++++++++++++++++++++ readme.md | 35 + 5 files changed, 150337 insertions(+) create mode 100644 mongo_dumps/activeDevices.json create mode 100644 mongo_dumps/configuredDevices.json create mode 100644 mongo_dumps/plantTypes.json create mode 100644 mongo_dumps/sensorData.json create mode 100644 readme.md diff --git a/mongo_dumps/activeDevices.json b/mongo_dumps/activeDevices.json new file mode 100644 index 0000000..5ea71c3 --- /dev/null +++ b/mongo_dumps/activeDevices.json @@ -0,0 +1,5 @@ +[{ + "_id": "activeDevice", + "deviceId": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "alias": "ESP-Timo" +}] \ No newline at end of file diff --git a/mongo_dumps/configuredDevices.json b/mongo_dumps/configuredDevices.json new file mode 100644 index 0000000..09f08d0 --- /dev/null +++ b/mongo_dumps/configuredDevices.json @@ -0,0 +1,31 @@ +[{ + "_id": "uQuyEqeJodmwouBdT", + "deviceId": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "alias": "Timo's Chili", + "type": "Vegetables", + "mode": "Bloom" +},{ + "_id": "NeTrAeSMbzyrExJm4", + "deviceId": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "alias": "ESP-Sebastian", + "type": "Vegetables", + "mode": "Growth" +},{ + "_id": "HeZZFxg6fbMnA3Zer", + "deviceId": "1aa91e2f-943a-488b-822e-fcc684581827", + "alias": "ESP-Max", + "type": "Vegetables", + "mode": "Bloom" +},{ + "_id": "bJR2P85aGYuDvWMut", + "deviceId": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "alias": "ESP-Andy", + "type": "Vegetables", + "mode": "Growth" +},{ + "_id": "8BPP8CNLK2Prmn3Qf", + "deviceId": "b0a4058e-1e3a-4b56-8ab3-871fba99bf5a", + "alias": "ESP-Sebastian-SensorCheck", + "type": "Cacti", + "mode": "Bloom" +}] \ No newline at end of file diff --git a/mongo_dumps/plantTypes.json b/mongo_dumps/plantTypes.json new file mode 100644 index 0000000..57280da --- /dev/null +++ b/mongo_dumps/plantTypes.json @@ -0,0 +1,61 @@ +[{ + "_id": { + "$oid": "5eff2729eecb69888cc2f50b" + }, + "plantType": "Vegetables", + "dirtType": "Humus", + "data": { + "soilMoisture": { + "pwp": "25", + "fc": "44", + "sat": "69" + }, + "light": { + "minLux": "500" + }, + "temperature": { + "minTemp": "5", + "maxTemp": "35" + } + } +},{ + "_id": { + "$oid": "5f01c516eecb69888cc2f50c" + }, + "plantType": "Cacti", + "dirtType": "Sand", + "data": { + "soilMoisture": { + "pwp": "5", + "fc": "10", + "sat": "15" + }, + "light": { + "minLux": "500" + }, + "temperature": { + "minTemp": "10", + "maxTemp": "60" + } + } +},{ + "_id": { + "$oid": "5f01c530eecb69888cc2f50d" + }, + "plantType": "Flowers", + "dirtType": "Loam", + "data": { + "soilMoisture": { + "pwp": "14", + "fc": "28", + "sat": "42" + }, + "light": { + "minLux": "500" + }, + "temperature": { + "minTemp": "7", + "maxTemp": "30" + } + } +}] \ No newline at end of file diff --git a/mongo_dumps/sensorData.json b/mongo_dumps/sensorData.json new file mode 100644 index 0000000..3f2ffee --- /dev/null +++ b/mongo_dumps/sensorData.json @@ -0,0 +1,150205 @@ +[{ + "_id": { + "$oid": "5f1f1b0a99bc138e1f031c66" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:20:58.810Z" + }, + "brightness": 350, + "moisture": 43, + "humidity": 36, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f1f1b0c99bc13d930031c67" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:21:00.512Z" + }, + "brightness": 29, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f1b0d99bc132933031c68" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:21:01.534Z" + }, + "brightness": 199, + "moisture": 45, + "humidity": 45, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f1f1b4899bc13023f031c69" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:22:00.623Z" + }, + "brightness": 29, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f1b4999bc136f48031c6a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:22:01.675Z" + }, + "brightness": 197, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f1b4b99bc13c414031c6b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:22:03.887Z" + }, + "brightness": 336, + "moisture": 43, + "humidity": 36, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f1f1b8499bc1301ad031c6c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:23:00.734Z" + }, + "brightness": 29, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f1b8599bc134c04031c6d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:23:01.756Z" + }, + "brightness": 194, + "moisture": 44, + "humidity": 45, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f1f1b8c99bc136c84031c6e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:23:08.971Z" + }, + "brightness": 325, + "moisture": 43, + "humidity": 36, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f1f1bc099bc1323d8031c6f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:24:00.844Z" + }, + "brightness": 28, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f1bc199bc13276b031c70" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:24:01.792Z" + }, + "brightness": 192, + "moisture": 44, + "humidity": 45, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f1f1bce99bc1356d1031c71" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:24:14.043Z" + }, + "brightness": 285, + "moisture": 43, + "humidity": 36, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f1f1bfc99bc13fa89031c72" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:25:00.952Z" + }, + "brightness": 28, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f1bfd99bc13159b031c73" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:25:01.906Z" + }, + "brightness": 190, + "moisture": 44, + "humidity": 44, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f1f1c0f99bc135312031c74" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:25:19.120Z" + }, + "brightness": 261, + "moisture": 43, + "humidity": 36, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f1f1c3999bc1369f0031c75" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:26:01.063Z" + }, + "brightness": 27, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f1c3999bc1386c9031c76" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:26:01.949Z" + }, + "brightness": 188, + "moisture": 44, + "humidity": 43, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f1f1c5099bc13edfd031c77" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:26:24.199Z" + }, + "brightness": 280, + "moisture": 43, + "humidity": 36, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f1f1c7599bc13b134031c78" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:27:01.171Z" + }, + "brightness": 27, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f1c7599bc13a79f031c79" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:27:01.998Z" + }, + "brightness": 185, + "moisture": 44, + "humidity": 43, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f1f1c9199bc1320af031c7a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:27:29.279Z" + }, + "brightness": 280, + "moisture": 43, + "humidity": 36, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f1f1cb199bc13aa6f031c7b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:28:01.281Z" + }, + "brightness": 26, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f1cb299bc1312ef031c7c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:28:02.075Z" + }, + "brightness": 183, + "moisture": 44, + "humidity": 42, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f1f1cd299bc1365ba031c7d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:28:34.354Z" + }, + "brightness": 268, + "moisture": 43, + "humidity": 36, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f1f1ced99bc139148031c7e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:29:01.390Z" + }, + "brightness": 25, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f1cee99bc136dcd031c7f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:29:02.141Z" + }, + "brightness": 180, + "moisture": 44, + "humidity": 43, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f1d1399bc13287f031c80" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:29:39.430Z" + }, + "brightness": 259, + "moisture": 43, + "humidity": 36, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f1f1d2999bc134c17031c81" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:30:01.500Z" + }, + "brightness": 24, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f1d2a99bc131c51031c82" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:30:02.232Z" + }, + "brightness": 178, + "moisture": 44, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f1d5499bc130752031c83" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:30:44.510Z" + }, + "brightness": 248, + "moisture": 43, + "humidity": 36, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f1f1d6599bc13468d031c84" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:31:01.611Z" + }, + "brightness": 24, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f1d6699bc136ab2031c85" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:31:02.320Z" + }, + "brightness": 175, + "moisture": 44, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f1d9599bc138f7d031c86" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:31:49.586Z" + }, + "brightness": 233, + "moisture": 42, + "humidity": 36, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f1f1da199bc1370c7031c87" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:32:01.719Z" + }, + "brightness": 24, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f1da299bc13eabc031c88" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:32:02.363Z" + }, + "brightness": 172, + "moisture": 44, + "humidity": 42, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f1f1dd699bc1324ac031c89" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:32:54.663Z" + }, + "brightness": 232, + "moisture": 43, + "humidity": 36, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f1f1ddd99bc13aebb031c8a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:33:01.828Z" + }, + "brightness": 23, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f1dde99bc13317f031c8b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:33:02.412Z" + }, + "brightness": 168, + "moisture": 44, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f1e1799bc135bb7031c8c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:33:59.741Z" + }, + "brightness": 225, + "moisture": 42, + "humidity": 36, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f1f1e1999bc13838b031c8d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:34:01.939Z" + }, + "brightness": 23, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f1e1e99bc138602031c8e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:34:06.860Z" + }, + "brightness": 164, + "moisture": 44, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f1e5699bc1314d6031c8f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:35:02.048Z" + }, + "brightness": 22, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f1e5699bc13de5a031c90" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:35:02.578Z" + }, + "brightness": 161, + "moisture": 44, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f1e5899bc132108031c91" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:35:04.818Z" + }, + "brightness": 218, + "moisture": 43, + "humidity": 36, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f1f1e9299bc13094a031c92" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:36:02.157Z" + }, + "brightness": 21, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f1e9499bc137d71031c93" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:36:04.415Z" + }, + "brightness": 160, + "moisture": 44, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f1e9999bc130f11031c94" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:36:09.895Z" + }, + "brightness": 211, + "moisture": 42, + "humidity": 36, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f1f1ece99bc138f2b031c95" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:37:02.267Z" + }, + "brightness": 21, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f1ece99bc132d25031c96" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:37:02.686Z" + }, + "brightness": 157, + "moisture": 44, + "humidity": 42, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f1f1eda99bc135268031c97" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:37:14.972Z" + }, + "brightness": 204, + "moisture": 45, + "humidity": 36, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f1f1f0a99bc13f7cd031c98" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:38:02.374Z" + }, + "brightness": 20, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f1f0a99bc1384d3031c99" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:38:02.760Z" + }, + "brightness": 154, + "moisture": 44, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f1f1c99bc1355e5031c9a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:38:20.051Z" + }, + "brightness": 195, + "moisture": 43, + "humidity": 36, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f1f1f4699bc13ca47031c9b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:39:02.483Z" + }, + "brightness": 20, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f1f4699bc138497031c9c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:39:02.819Z" + }, + "brightness": 150, + "moisture": 44, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f1f5d99bc138105031c9d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:39:25.129Z" + }, + "brightness": 188, + "moisture": 42, + "humidity": 36, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f1f1f8299bc135950031c9e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:40:02.595Z" + }, + "brightness": 20, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f1f8299bc13c886031c9f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:40:02.894Z" + }, + "brightness": 147, + "moisture": 45, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f1f9e99bc1386d0031ca0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:40:30.212Z" + }, + "brightness": 179, + "moisture": 43, + "humidity": 36, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f1f1fbe99bc13a429031ca1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:41:02.703Z" + }, + "brightness": 19, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f1fbf99bc13ed6b031ca2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:41:03.007Z" + }, + "brightness": 147, + "moisture": 44, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f1fdf99bc13634f031ca3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:41:35.285Z" + }, + "brightness": 169, + "moisture": 45, + "humidity": 36, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f1f1ffa99bc13d8e6031ca4" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:42:02.814Z" + }, + "brightness": 18, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f1ffb99bc132fc3031ca5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:42:03.062Z" + }, + "brightness": 143, + "moisture": 45, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f202099bc133b71031ca6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:42:40.363Z" + }, + "brightness": 145, + "moisture": 42, + "humidity": 37, + "temperature": 30 +},{ + "_id": { + "$oid": "5f1f203699bc13b9b7031ca7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:43:02.923Z" + }, + "brightness": 17, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f203799bc137570031ca8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:43:03.097Z" + }, + "brightness": 141, + "moisture": 45, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f206199bc13043b031ca9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:43:45.446Z" + }, + "brightness": 122, + "moisture": 42, + "humidity": 37, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f1f207399bc136c0e031caa" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:44:03.033Z" + }, + "brightness": 16, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f207399bc131b17031cab" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:44:03.175Z" + }, + "brightness": 134, + "moisture": 45, + "humidity": 43, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f20a299bc1306f2031cac" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:44:50.516Z" + }, + "brightness": 111, + "moisture": 42, + "humidity": 37, + "temperature": 30 +},{ + "_id": { + "$oid": "5f1f20af99bc13f984031cad" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:45:03.141Z" + }, + "brightness": 16, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f20af99bc130963031cae" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:45:03.246Z" + }, + "brightness": 133, + "moisture": 44, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f20e399bc135b96031caf" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:45:55.597Z" + }, + "brightness": 112, + "moisture": 42, + "humidity": 37, + "temperature": 30 +},{ + "_id": { + "$oid": "5f1f20eb99bc136720031cb0" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:46:03.251Z" + }, + "brightness": 15, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f20eb99bc13ea21031cb1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:46:03.305Z" + }, + "brightness": 130, + "moisture": 45, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f212499bc137849031cb2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:47:00.672Z" + }, + "brightness": 119, + "moisture": 41, + "humidity": 37, + "temperature": 30 +},{ + "_id": { + "$oid": "5f1f212799bc131dcb031cb3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:47:03.361Z" + }, + "brightness": 14, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f212799bc1355aa031cb4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:47:03.374Z" + }, + "brightness": 128, + "moisture": 45, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f216399bc138268031cb5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:48:03.464Z" + }, + "brightness": 124, + "moisture": 45, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f216399bc1374c3031cb6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:48:03.471Z" + }, + "brightness": 14, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f216599bc13577b031cb7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:48:05.751Z" + }, + "brightness": 116, + "moisture": 42, + "humidity": 37, + "temperature": 30 +},{ + "_id": { + "$oid": "5f1f219f99bc132d28031cb8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:49:03.521Z" + }, + "brightness": 121, + "moisture": 44, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f219f99bc13df6a031cb9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:49:03.579Z" + }, + "brightness": 14, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f21a699bc13a3e5031cba" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:49:10.827Z" + }, + "brightness": 105, + "moisture": 42, + "humidity": 38, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f1f21db99bc131a66031cbb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:50:03.603Z" + }, + "brightness": 118, + "moisture": 45, + "humidity": 42, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f1f21db99bc1356c7031cbc" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:50:03.689Z" + }, + "brightness": 13, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f21e799bc13039d031cbd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:50:15.908Z" + }, + "brightness": 94, + "moisture": 42, + "humidity": 38, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f1f221799bc13600d031cbe" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:51:03.654Z" + }, + "brightness": 114, + "moisture": 44, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f221799bc134c58031cbf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:51:03.800Z" + }, + "brightness": 12, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f222899bc132fc1031cc0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:51:20.983Z" + }, + "brightness": 88, + "moisture": 42, + "humidity": 38, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f1f225399bc134c04031cc1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:52:03.724Z" + }, + "brightness": 112, + "moisture": 45, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f225599bc1310f7031cc2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:52:05.677Z" + }, + "brightness": 12, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f226a99bc13981d031cc3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:52:26.059Z" + }, + "brightness": 84, + "moisture": 42, + "humidity": 38, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f1f228f99bc134058031cc4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:53:03.798Z" + }, + "brightness": 107, + "moisture": 45, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f229199bc137a37031cc5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:53:05.786Z" + }, + "brightness": 11, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f22ab99bc138a70031cc6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:53:31.136Z" + }, + "brightness": 80, + "moisture": 42, + "humidity": 38, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f1f22cb99bc133db5031cc7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:54:03.866Z" + }, + "brightness": 104, + "moisture": 44, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f22cd99bc1326e8031cc8" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:54:05.896Z" + }, + "brightness": 10, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f22e399bc137ed8031cc9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T18:54:27.847Z" + }, + "brightness": 0, + "moisture": 26, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f22ec99bc134b90031cca" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:54:36.213Z" + }, + "brightness": 76, + "moisture": 42, + "humidity": 38, + "temperature": 30 +},{ + "_id": { + "$oid": "5f1f230a99bc13526e031ccb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:55:06.006Z" + }, + "brightness": 10, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f231699bc13329e031ccc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T18:55:18.508Z" + }, + "brightness": 232, + "moisture": 11, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f232d99bc13a2f4031ccd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:55:41.292Z" + }, + "brightness": 72, + "moisture": 42, + "humidity": 38, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f1f234699bc13776f031cce" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:56:06.116Z" + }, + "brightness": 10, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f235299bc1343f4031ccf" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T18:56:18.623Z" + }, + "brightness": 223, + "moisture": 4, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f236e99bc1364df031cd0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:56:46.370Z" + }, + "brightness": 69, + "moisture": 42, + "humidity": 39, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f1f238299bc13895f031cd1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:57:06.225Z" + }, + "brightness": 9, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f238599bc13d7c5031cd2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:57:09.959Z" + }, + "brightness": 96, + "moisture": 45, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f238e99bc130335031cd3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T18:57:18.730Z" + }, + "brightness": 201, + "moisture": 20, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f23af99bc13f444031cd4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:57:51.448Z" + }, + "brightness": 65, + "moisture": 43, + "humidity": 39, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f1f23bc99bc136b72031cd5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:58:04.238Z" + }, + "brightness": 95, + "moisture": 45, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f23be99bc13646e031cd6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:58:06.335Z" + }, + "brightness": 9, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f23ca99bc13f01f031cd7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T18:58:18.841Z" + }, + "brightness": 190, + "moisture": 21, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f23f099bc13dbad031cd8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T18:58:56.525Z" + }, + "brightness": 60, + "moisture": 42, + "humidity": 39, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f1f23f899bc130f9b031cd9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T18:59:04.304Z" + }, + "brightness": 91, + "moisture": 45, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f23fa99bc132d8f031cda" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T18:59:06.445Z" + }, + "brightness": 8, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f240699bc131e03031cdb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T18:59:18.955Z" + }, + "brightness": 179, + "moisture": 21, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f243199bc131920031cdc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:00:01.601Z" + }, + "brightness": 57, + "moisture": 42, + "humidity": 39, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f1f243499bc139951031cdd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:00:04.368Z" + }, + "brightness": 89, + "moisture": 45, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f243699bc1369d7031cde" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:00:06.554Z" + }, + "brightness": 7, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f244399bc13309f031cdf" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:00:19.063Z" + }, + "brightness": 168, + "moisture": 22, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f247099bc13f641031ce0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:01:04.444Z" + }, + "brightness": 85, + "moisture": 45, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f247299bc133b5f031ce1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:01:06.664Z" + }, + "brightness": 6, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f247299bc13449f031ce2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:01:06.678Z" + }, + "brightness": 53, + "moisture": 42, + "humidity": 39, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f1f247f99bc136ff5031ce3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:01:19.173Z" + }, + "brightness": 160, + "moisture": 23, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f24ac99bc13629d031ce4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:02:04.507Z" + }, + "brightness": 83, + "moisture": 40, + "humidity": 41, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f1f24ae99bc13dcbe031ce5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:02:06.778Z" + }, + "brightness": 6, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f24b399bc130c42031ce6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:02:11.758Z" + }, + "brightness": 49, + "moisture": 43, + "humidity": 39, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f1f24bb99bc13f6c3031ce7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:02:19.277Z" + }, + "brightness": 148, + "moisture": 25, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f24e999bc137cdc031ce8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:03:05.977Z" + }, + "brightness": 80, + "moisture": 40, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f24ea99bc132399031ce9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:03:06.883Z" + }, + "brightness": 5, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f24f499bc1343bb031cea" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:03:16.837Z" + }, + "brightness": 46, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f24f799bc13427c031ceb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:03:19.388Z" + }, + "brightness": 138, + "moisture": 30, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f252499bc135149031cec" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:04:04.644Z" + }, + "brightness": 76, + "moisture": 40, + "humidity": 41, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f1f252699bc1331e5031ced" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:04:06.993Z" + }, + "brightness": 5, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f253399bc137969031cee" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:04:19.500Z" + }, + "brightness": 129, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f253599bc130d92031cef" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:04:21.925Z" + }, + "brightness": 43, + "moisture": 43, + "humidity": 39, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f1f256099bc132368031cf0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:05:04.721Z" + }, + "brightness": 74, + "moisture": 40, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f256399bc13d9fb031cf1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:05:07.102Z" + }, + "brightness": 5, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f256f99bc137518031cf2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:05:19.610Z" + }, + "brightness": 119, + "moisture": 35, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f257699bc13332c031cf3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:05:26.991Z" + }, + "brightness": 40, + "moisture": 42, + "humidity": 39, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f1f259c99bc13478a031cf4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:06:04.789Z" + }, + "brightness": 71, + "moisture": 40, + "humidity": 41, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f1f259f99bc1313e6031cf5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:06:07.212Z" + }, + "brightness": 4, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f25ab99bc1363e3031cf6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:06:19.722Z" + }, + "brightness": 111, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f25b899bc134d1c031cf7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:06:32.069Z" + }, + "brightness": 36, + "moisture": 43, + "humidity": 40, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f1f25da99bc132609031cf8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:07:06.018Z" + }, + "brightness": 69, + "moisture": 40, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f25db99bc135945031cf9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:07:07.321Z" + }, + "brightness": 4, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f25e799bc138c90031cfa" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:07:19.828Z" + }, + "brightness": 103, + "moisture": 37, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f25f999bc13d873031cfb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:07:37.149Z" + }, + "brightness": 34, + "moisture": 42, + "humidity": 40, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f1f261499bc1348ed031cfc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:08:04.926Z" + }, + "brightness": 67, + "moisture": 40, + "humidity": 41, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f1f261799bc13759d031cfd" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:08:07.431Z" + }, + "brightness": 3, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f262399bc13a630031cfe" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:08:19.944Z" + }, + "brightness": 95, + "moisture": 38, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f263a99bc13dee1031cff" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:08:42.224Z" + }, + "brightness": 30, + "moisture": 43, + "humidity": 40, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f1f265099bc136a18031d00" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:09:04.990Z" + }, + "brightness": 65, + "moisture": 40, + "humidity": 41, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f1f265399bc13ead6031d01" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:09:07.541Z" + }, + "brightness": 3, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f266099bc138389031d02" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:09:20.056Z" + }, + "brightness": 236, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f267b99bc139a93031d03" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:09:47.293Z" + }, + "brightness": 28, + "moisture": 43, + "humidity": 40, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f1f268d99bc130274031d04" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:10:05.069Z" + }, + "brightness": 63, + "moisture": 40, + "humidity": 41, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f1f268f99bc13b78f031d05" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:10:07.653Z" + }, + "brightness": 3, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f269c99bc13091b031d06" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:10:20.160Z" + }, + "brightness": 80, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f26bc99bc132722031d07" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:10:52.372Z" + }, + "brightness": 25, + "moisture": 43, + "humidity": 40, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f1f26c999bc138c3f031d08" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:11:05.132Z" + }, + "brightness": 61, + "moisture": 40, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f26cb99bc131f4d031d09" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:11:07.761Z" + }, + "brightness": 2, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f26d899bc1320ea031d0a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:11:20.268Z" + }, + "brightness": 74, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f26fd99bc131683031d0b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:11:57.447Z" + }, + "brightness": 23, + "moisture": 44, + "humidity": 40, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f1f270599bc130198031d0c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:12:05.193Z" + }, + "brightness": 59, + "moisture": 40, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f270799bc13f0c1031d0d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:12:07.868Z" + }, + "brightness": 2, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f271499bc134c55031d0e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:12:20.376Z" + }, + "brightness": 68, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f273e99bc132c42031d0f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:13:02.524Z" + }, + "brightness": 21, + "moisture": 43, + "humidity": 40, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f1f274199bc137663031d10" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:13:05.265Z" + }, + "brightness": 58, + "moisture": 40, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f274399bc135b98031d11" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:13:07.979Z" + }, + "brightness": 1, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f275099bc135c62031d12" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:13:20.488Z" + }, + "brightness": 62, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f277d99bc13878f031d13" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:14:05.335Z" + }, + "brightness": 56, + "moisture": 40, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f277f99bc132c72031d14" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:14:07.602Z" + }, + "brightness": 19, + "moisture": 42, + "humidity": 40, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f1f278099bc13b52c031d15" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:14:08.088Z" + }, + "brightness": 1, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f278c99bc135e6b031d16" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:14:20.599Z" + }, + "brightness": 56, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f27b999bc139774031d17" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:15:05.419Z" + }, + "brightness": 55, + "moisture": 39, + "humidity": 41, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f1f27bc99bc13d876031d18" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:15:08.199Z" + }, + "brightness": 1, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f27c099bc13c52a031d19" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:15:12.679Z" + }, + "brightness": 17, + "moisture": 46, + "humidity": 40, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f1f27c899bc134547031d1a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:15:20.709Z" + }, + "brightness": 53, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f27f599bc133cd0031d1b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:16:05.498Z" + }, + "brightness": 54, + "moisture": 40, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f27f899bc133c0f031d1c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:16:08.307Z" + }, + "brightness": 1, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f280199bc130482031d1d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:16:17.755Z" + }, + "brightness": 15, + "moisture": 43, + "humidity": 41, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f1f280499bc13371f031d1e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:16:20.822Z" + }, + "brightness": 47, + "moisture": 38, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f283199bc13a855031d1f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:17:05.539Z" + }, + "brightness": 54, + "moisture": 40, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f1f283499bc137aba031d20" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:17:08.417Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f284099bc1384eb031d21" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:17:20.932Z" + }, + "brightness": 42, + "moisture": 38, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f284299bc13081d031d22" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:17:22.838Z" + }, + "brightness": 14, + "moisture": 46, + "humidity": 41, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f1f286d99bc13dbf1031d23" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:18:05.607Z" + }, + "brightness": 52, + "moisture": 40, + "humidity": 39, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f1f287099bc131141031d24" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:18:08.528Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f287d99bc1338cd031d25" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:18:21.044Z" + }, + "brightness": 38, + "moisture": 37, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f288399bc13253f031d26" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:18:27.909Z" + }, + "brightness": 12, + "moisture": 42, + "humidity": 41, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f1f28a999bc13ce01031d27" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:19:05.676Z" + }, + "brightness": 51, + "moisture": 40, + "humidity": 40, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f1f28ac99bc132ade031d28" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:19:08.637Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f28b999bc13efc9031d29" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:19:21.152Z" + }, + "brightness": 35, + "moisture": 37, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f28c499bc1363a0031d2a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:19:32.987Z" + }, + "brightness": 10, + "moisture": 46, + "humidity": 41, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f1f28e599bc133857031d2b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:20:05.754Z" + }, + "brightness": 49, + "moisture": 45, + "humidity": 40, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f1f28e899bc13318e031d2c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:20:08.746Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f28f599bc139c4b031d2d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:20:21.266Z" + }, + "brightness": 30, + "moisture": 37, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f290699bc1346d2031d2e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:20:38.070Z" + }, + "brightness": 10, + "moisture": 43, + "humidity": 41, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f1f292199bc136f6f031d2f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:21:05.815Z" + }, + "brightness": 49, + "moisture": 39, + "humidity": 40, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f1f292699bc134e9f031d30" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:21:10.626Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f293199bc139306031d31" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:21:21.373Z" + }, + "brightness": 27, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f294799bc13d8a1031d32" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:21:43.146Z" + }, + "brightness": 8, + "moisture": 43, + "humidity": 41, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f1f295d99bc1310b0031d33" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:22:05.897Z" + }, + "brightness": 49, + "moisture": 40, + "humidity": 40, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f1f296299bc13c5ec031d34" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:22:10.737Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f296d99bc1305cd031d35" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:22:21.481Z" + }, + "brightness": 24, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f298899bc131ec8031d36" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:22:48.223Z" + }, + "brightness": 7, + "moisture": 44, + "humidity": 41, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f1f299a99bc13f70f031d37" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:23:06.005Z" + }, + "brightness": 47, + "moisture": 39, + "humidity": 40, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f1f29a099bc130a85031d38" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:23:12.619Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f29a999bc13317e031d39" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:23:21.595Z" + }, + "brightness": 21, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f29c999bc1327f5031d3a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:23:53.305Z" + }, + "brightness": 6, + "moisture": 43, + "humidity": 41, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f1f29de99bc13742a031d3b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:24:14.501Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f29e599bc137fcc031d3c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:24:21.705Z" + }, + "brightness": 19, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2a0a99bc13f0d8031d3d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:24:58.378Z" + }, + "brightness": 5, + "moisture": 44, + "humidity": 41, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f1f2a1299bc134fb2031d3e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:25:06.207Z" + }, + "brightness": 46, + "moisture": 40, + "humidity": 40, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f1f2a1c99bc13c427031d3f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:25:16.381Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2a2199bc130b4e031d40" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:25:21.817Z" + }, + "brightness": 16, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2a4b99bc13a401031d41" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:26:03.458Z" + }, + "brightness": 5, + "moisture": 43, + "humidity": 41, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f1f2a5a99bc136b75031d42" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:26:18.263Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2a5d99bc136476031d43" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:26:21.928Z" + }, + "brightness": 14, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2a8c99bc13a135031d44" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:27:08.538Z" + }, + "brightness": 4, + "moisture": 43, + "humidity": 41, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f1f2a8c99bc131bcc031d45" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:27:08.577Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2a9899bc137c83031d46" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:27:20.142Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2a9a99bc135ac3031d47" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:27:22.041Z" + }, + "brightness": 11, + "moisture": 35, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2ac699bc1355f2031d48" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:28:06.435Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 40, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f1f2acd99bc138e0a031d49" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:28:13.611Z" + }, + "brightness": 4, + "moisture": 43, + "humidity": 41, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f1f2ad699bc139866031d4a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:28:22.023Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2ad699bc132d1a031d4b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:28:22.148Z" + }, + "brightness": 10, + "moisture": 35, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2b0299bc136af9031d4c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:29:06.513Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2b0e99bc136488031d4d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:29:18.689Z" + }, + "brightness": 3, + "moisture": 43, + "humidity": 41, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f1f2b1299bc130b47031d4e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:29:22.262Z" + }, + "brightness": 8, + "moisture": 35, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2b1399bc13405f031d4f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:29:23.860Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2b3f99bc13587d031d50" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:30:07.624Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2b4e99bc139757031d51" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:30:22.369Z" + }, + "brightness": 7, + "moisture": 35, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2b4f99bc135841031d52" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:30:23.767Z" + }, + "brightness": 11, + "moisture": 43, + "humidity": 41, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f1f2b5199bc1312d1031d53" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:30:25.695Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2b7a99bc138663031d54" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:31:06.615Z" + }, + "brightness": 44, + "moisture": 39, + "humidity": 40, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f1f2b8a99bc13b362031d55" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:31:22.477Z" + }, + "brightness": 5, + "moisture": 35, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2b8d99bc1355c5031d56" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:31:25.763Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 55, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f2b9099bc13a5ac031d57" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:31:28.845Z" + }, + "brightness": 10, + "moisture": 43, + "humidity": 42, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f1f2bb699bc13cbc2031d58" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:32:06.667Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 40, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f1f2bc699bc136628031d59" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:32:22.595Z" + }, + "brightness": 5, + "moisture": 35, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2bc999bc131638031d5a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:32:25.831Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 55, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f2bd199bc136eb4031d5b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:32:33.924Z" + }, + "brightness": 10, + "moisture": 43, + "humidity": 41, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f1f2bf299bc13931f031d5c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:33:06.763Z" + }, + "brightness": 44, + "moisture": 39, + "humidity": 40, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f1f2c0299bc130818031d5d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:33:22.702Z" + }, + "brightness": 4, + "moisture": 35, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2c0599bc1378c0031d5e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:33:25.899Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 55, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f2c1399bc13f39e031d5f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:33:39.004Z" + }, + "brightness": 10, + "moisture": 43, + "humidity": 41, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f1f2c3099bc139a1e031d60" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:34:08.158Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 40, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f1f2c3e99bc1331a1031d61" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:34:22.818Z" + }, + "brightness": 3, + "moisture": 35, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2c4199bc13aac0031d62" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:34:25.966Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f2c5499bc131af1031d63" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:34:44.078Z" + }, + "brightness": 10, + "moisture": 43, + "humidity": 42, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f1f2c6c99bc13d56d031d64" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:35:08.140Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 39, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f1f2c7a99bc132e41031d65" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:35:22.922Z" + }, + "brightness": 3, + "moisture": 35, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2c7e99bc134a54031d66" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:35:26.034Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f2c9599bc13cd98031d67" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:35:49.156Z" + }, + "brightness": 10, + "moisture": 43, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f1f2cb799bc13394e031d68" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:36:23.028Z" + }, + "brightness": 2, + "moisture": 35, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2cba99bc13874d031d69" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:36:26.102Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 58, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f2cd699bc13ba02031d6a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:36:54.279Z" + }, + "brightness": 10, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2ce399bc13321c031d6b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:37:07.117Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 40, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f1f2cf399bc13a7c9031d6c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:37:23.143Z" + }, + "brightness": 2, + "moisture": 35, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2cf699bc134cfd031d6d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:37:26.169Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 58, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f2d1799bc13426c031d6e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:37:59.358Z" + }, + "brightness": 10, + "moisture": 43, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f1f2d2099bc13b2ed031d6f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:38:08.588Z" + }, + "brightness": 43, + "moisture": 39, + "humidity": 40, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f1f2d2f99bc139be0031d70" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:38:23.253Z" + }, + "brightness": 1, + "moisture": 35, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2d3299bc1373f0031d71" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:38:26.237Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 59, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f2d5899bc134c72031d72" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:39:04.433Z" + }, + "brightness": 9, + "moisture": 43, + "humidity": 42, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f1f2d5b99bc13dda0031d73" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:39:07.255Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 40, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f1f2d6b99bc1325aa031d74" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:39:23.365Z" + }, + "brightness": 1, + "moisture": 35, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2d6e99bc13b9f4031d75" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:39:26.306Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 60, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f2d9799bc13a071031d76" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:40:07.315Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 40, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f1f2d9999bc13556b031d77" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:40:09.513Z" + }, + "brightness": 9, + "moisture": 43, + "humidity": 42, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f1f2da799bc133f34031d78" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:40:23.474Z" + }, + "brightness": 0, + "moisture": 35, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2daa99bc1349fd031d79" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:40:26.374Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 60, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f2dd399bc1345a7031d7a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:41:07.397Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 40, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f1f2dda99bc1365d3031d7b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:41:14.594Z" + }, + "brightness": 9, + "moisture": 43, + "humidity": 42, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f1f2de399bc13eb0f031d7c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:41:23.585Z" + }, + "brightness": 0, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2de699bc13118d031d7d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:41:26.441Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 61, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f2e0f99bc138132031d7e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:42:07.453Z" + }, + "brightness": 83, + "moisture": 40, + "humidity": 40, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f1f2e1b99bc13e667031d7f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:42:19.668Z" + }, + "brightness": 9, + "moisture": 43, + "humidity": 42, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f1f2e1f99bc13f764031d80" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:42:23.693Z" + }, + "brightness": 0, + "moisture": 35, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2e2299bc13ead8031d81" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:42:26.509Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 61, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f2e4b99bc134355031d82" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:43:07.521Z" + }, + "brightness": 84, + "moisture": 40, + "humidity": 40, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f1f2e5b99bc1399dc031d83" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:43:23.805Z" + }, + "brightness": 0, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2e5c99bc13479a031d84" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:43:24.744Z" + }, + "brightness": 9, + "moisture": 43, + "humidity": 43, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f1f2e5e99bc138a6a031d85" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:43:26.576Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 61, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f2e8899bc132167031d86" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:44:08.620Z" + }, + "brightness": 85, + "moisture": 40, + "humidity": 40, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f1f2e9799bc139003031d87" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:44:23.916Z" + }, + "brightness": 0, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2e9a99bc131d9f031d88" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:44:26.644Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 61, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f2e9d99bc13662f031d89" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:44:29.821Z" + }, + "brightness": 9, + "moisture": 43, + "humidity": 43, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f1f2ec399bc13b8c0031d8a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:45:07.683Z" + }, + "brightness": 86, + "moisture": 40, + "humidity": 41, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f1f2ed499bc1301fe031d8b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:45:24.026Z" + }, + "brightness": 0, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2ed699bc139796031d8c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:45:26.711Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 61, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f2ede99bc1355cd031d8d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:45:34.898Z" + }, + "brightness": 9, + "moisture": 43, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1f2eff99bc130ca2031d8e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:46:07.744Z" + }, + "brightness": 85, + "moisture": 40, + "humidity": 42, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f1f2f1099bc136d85031d8f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:46:24.137Z" + }, + "brightness": 0, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2f1299bc1311c8031d90" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:46:26.779Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 61, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f2f1f99bc13f109031d91" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:46:39.976Z" + }, + "brightness": 9, + "moisture": 43, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1f2f3b99bc136f15031d92" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:47:07.801Z" + }, + "brightness": 84, + "moisture": 39, + "humidity": 42, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f1f2f4c99bc13602d031d93" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:47:24.258Z" + }, + "brightness": 0, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2f4e99bc137b68031d94" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:47:26.846Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 61, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f2f6199bc13e71d031d95" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:47:45.062Z" + }, + "brightness": 9, + "moisture": 43, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1f2f7999bc137659031d96" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:48:09.657Z" + }, + "brightness": 81, + "moisture": 40, + "humidity": 42, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f1f2f8899bc136a38031d97" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:48:24.367Z" + }, + "brightness": 0, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2f8a99bc13452c031d98" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:48:26.914Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 61, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f2fa299bc134d03031d99" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:48:50.131Z" + }, + "brightness": 9, + "moisture": 43, + "humidity": 43, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f1f2fb399bc13731e031d9a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:49:07.947Z" + }, + "brightness": 83, + "moisture": 40, + "humidity": 41, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f1f2fc499bc13d7b8031d9b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:49:24.468Z" + }, + "brightness": 0, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f2fc699bc13db11031d9c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:49:26.982Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 61, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f2fe399bc133aa7031d9d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:49:55.208Z" + }, + "brightness": 9, + "moisture": 42, + "humidity": 43, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f1f300099bc13f213031d9e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:50:24.581Z" + }, + "brightness": 0, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f300399bc137c52031d9f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:50:27.050Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 61, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f302499bc13710a031da0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:51:00.286Z" + }, + "brightness": 9, + "moisture": 43, + "humidity": 43, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f1f302c99bc137927031da1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:51:08.077Z" + }, + "brightness": 84, + "moisture": 39, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f303c99bc134385031da2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:51:24.693Z" + }, + "brightness": 0, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f303f99bc135ca7031da3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:51:27.116Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 61, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f306599bc133767031da4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:52:05.364Z" + }, + "brightness": 9, + "moisture": 43, + "humidity": 43, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f1f306999bc137928031da5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:52:09.241Z" + }, + "brightness": 83, + "moisture": 39, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f307899bc133cac031da6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:52:24.800Z" + }, + "brightness": 0, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f307b99bc133551031da7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:52:27.186Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 62, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f30a499bc137eec031da8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:53:08.226Z" + }, + "brightness": 82, + "moisture": 40, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f30a699bc13202f031da9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:53:10.440Z" + }, + "brightness": 9, + "moisture": 44, + "humidity": 43, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f1f30b499bc134523031daa" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:53:24.912Z" + }, + "brightness": 0, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f30b799bc1303c6031dab" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:53:27.252Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 62, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f30e099bc135c37031dac" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:54:08.332Z" + }, + "brightness": 83, + "moisture": 39, + "humidity": 41, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f1f30e799bc137f4e031dad" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:54:15.518Z" + }, + "brightness": 9, + "moisture": 43, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1f30f199bc137b9e031dae" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:54:25.024Z" + }, + "brightness": 0, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f30f399bc13014c031daf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:54:27.319Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 62, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f312899bc130290031db0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:55:20.597Z" + }, + "brightness": 9, + "moisture": 43, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1f312d99bc1307d8031db1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:55:25.132Z" + }, + "brightness": 0, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f312f99bc137a52031db2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:55:27.387Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 62, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f315899bc1329e0031db3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:56:08.470Z" + }, + "brightness": 82, + "moisture": 39, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f316999bc134300031db4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:56:25.245Z" + }, + "brightness": 0, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f316999bc13245f031db5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:56:25.675Z" + }, + "brightness": 9, + "moisture": 43, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1f316b99bc130ba1031db6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:56:27.455Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 62, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f319499bc13fd3a031db7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T19:57:08.498Z" + }, + "brightness": 82, + "moisture": 39, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f31a599bc136b22031db8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:57:25.352Z" + }, + "brightness": 0, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f31a799bc13f148031db9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:57:27.522Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 62, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f31aa99bc139f17031dba" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:57:30.750Z" + }, + "brightness": 9, + "moisture": 43, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1f31e199bc1322bf031dbb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:58:25.464Z" + }, + "brightness": 0, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f31e399bc134177031dbc" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:58:27.590Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 62, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f31eb99bc131d7c031dbd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:58:35.831Z" + }, + "brightness": 9, + "moisture": 43, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1f321d99bc13588b031dbe" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T19:59:25.577Z" + }, + "brightness": 0, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f321f99bc13ffba031dbf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T19:59:27.657Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 62, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f322c99bc130cb7031dc0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T19:59:40.905Z" + }, + "brightness": 9, + "moisture": 46, + "humidity": 42, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f1f324899bc134185031dc1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:00:08.690Z" + }, + "brightness": 81, + "moisture": 40, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f325999bc1333c7031dc2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:00:25.686Z" + }, + "brightness": 0, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f325b99bc1329ba031dc3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:00:27.725Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 62, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f326e99bc130930031dc4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:00:46.016Z" + }, + "brightness": 9, + "moisture": 43, + "humidity": 42, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f1f328499bc131841031dc5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:01:08.758Z" + }, + "brightness": 81, + "moisture": 40, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f329599bc1378b1031dc6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:01:25.798Z" + }, + "brightness": 0, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f329799bc1329af031dc7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:01:27.792Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 62, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f32af99bc137d3e031dc8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:01:51.059Z" + }, + "brightness": 9, + "moisture": 43, + "humidity": 42, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f1f32c099bc13e444031dc9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:02:08.837Z" + }, + "brightness": 81, + "moisture": 40, + "humidity": 41, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f1f32d199bc13bbca031dca" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:02:25.913Z" + }, + "brightness": 0, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f32d399bc13b77c031dcb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:02:27.861Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 62, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f32f099bc13087f031dcc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:02:56.137Z" + }, + "brightness": 9, + "moisture": 43, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f32fc99bc133739031dcd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:03:08.920Z" + }, + "brightness": 81, + "moisture": 40, + "humidity": 41, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f1f330e99bc13edcb031dce" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:03:26.020Z" + }, + "brightness": 0, + "moisture": 33, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f330f99bc136aa1031dcf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:03:27.928Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 62, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f333199bc136af9031dd0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:04:01.215Z" + }, + "brightness": 9, + "moisture": 43, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f333b99bc1381f9031dd1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:04:11.075Z" + }, + "brightness": 81, + "moisture": 40, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1f334a99bc132992031dd2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:04:26.136Z" + }, + "brightness": 0, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f334b99bc134339031dd3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:04:27.995Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 62, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f337299bc13fe0c031dd4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:05:06.294Z" + }, + "brightness": 9, + "moisture": 43, + "humidity": 42, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f1f337599bc133e13031dd5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:05:09.041Z" + }, + "brightness": 81, + "moisture": 40, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1f338699bc13d7c7031dd6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:05:26.241Z" + }, + "brightness": 0, + "moisture": 33, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f338899bc1344ee031dd7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:05:28.064Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 62, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f33b199bc137246031dd8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:06:09.127Z" + }, + "brightness": 80, + "moisture": 40, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1f33b399bc13c09e031dd9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:06:11.371Z" + }, + "brightness": 9, + "moisture": 43, + "humidity": 42, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f1f33c299bc133f4d031dda" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:06:26.346Z" + }, + "brightness": 0, + "moisture": 33, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f33c499bc136a39031ddb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:06:28.177Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f33ed99bc13ab81031ddc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:07:09.198Z" + }, + "brightness": 80, + "moisture": 41, + "humidity": 41, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f1f33f499bc137945031ddd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:07:16.446Z" + }, + "brightness": 9, + "moisture": 43, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f33fe99bc133f6c031dde" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:07:26.464Z" + }, + "brightness": 0, + "moisture": 33, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f340099bc135cd3031ddf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:07:28.244Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 62, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f342999bc131773031de0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:08:09.246Z" + }, + "brightness": 80, + "moisture": 41, + "humidity": 41, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f1f343599bc1338e3031de1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:08:21.524Z" + }, + "brightness": 9, + "moisture": 43, + "humidity": 43, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f1f343a99bc1381c7031de2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:08:26.566Z" + }, + "brightness": 0, + "moisture": 33, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f343c99bc137fbc031de3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:08:28.314Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 62, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f347699bc133310031de4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:09:26.602Z" + }, + "brightness": 9, + "moisture": 43, + "humidity": 43, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f1f347699bc1370da031de5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:09:26.688Z" + }, + "brightness": 0, + "moisture": 33, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f347899bc139581031de6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:09:28.381Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 62, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f34a299bc13a664031de7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:10:10.567Z" + }, + "brightness": 80, + "moisture": 40, + "humidity": 41, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f1f34b299bc137c34031de8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:10:26.788Z" + }, + "brightness": 0, + "moisture": 33, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f34b499bc1379d3031de9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:10:28.448Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 62, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f34b799bc13ca8d031dea" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:10:31.679Z" + }, + "brightness": 9, + "moisture": 43, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f34dd99bc137317031deb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:11:09.600Z" + }, + "brightness": 80, + "moisture": 40, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f34ee99bc13b209031dec" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:11:26.901Z" + }, + "brightness": 0, + "moisture": 33, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f34f099bc133f28031ded" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:11:28.516Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 62, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f34f899bc13190c031dee" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:11:36.771Z" + }, + "brightness": 9, + "moisture": 43, + "humidity": 42, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f1f351999bc139a62031def" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:12:09.620Z" + }, + "brightness": 80, + "moisture": 41, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f352b99bc136706031df0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:12:27.009Z" + }, + "brightness": 0, + "moisture": 33, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f352c99bc135b89031df1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:12:28.584Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 62, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f353999bc133ea4031df2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:12:41.837Z" + }, + "brightness": 9, + "moisture": 43, + "humidity": 43, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f1f355599bc13c349031df3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:13:09.723Z" + }, + "brightness": 80, + "moisture": 40, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f356799bc137718031df4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:13:27.125Z" + }, + "brightness": 0, + "moisture": 33, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f356899bc133170031df5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:13:28.697Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f357a99bc13baf4031df6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:13:46.911Z" + }, + "brightness": 9, + "moisture": 43, + "humidity": 43, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f1f359199bc134cd2031df7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:14:09.760Z" + }, + "brightness": 80, + "moisture": 40, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f35a399bc13d4e8031df8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:14:27.243Z" + }, + "brightness": 0, + "moisture": 33, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f35a499bc1350a3031df9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:14:28.767Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 62, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f35bb99bc130594031dfa" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:14:51.988Z" + }, + "brightness": 9, + "moisture": 47, + "humidity": 43, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f1f35cd99bc1312be031dfb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:15:09.824Z" + }, + "brightness": 80, + "moisture": 40, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f35df99bc1334ad031dfc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:15:27.340Z" + }, + "brightness": 0, + "moisture": 33, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f35e099bc1376e2031dfd" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:15:28.833Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 62, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f35fd99bc13d5d2031dfe" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:15:57.065Z" + }, + "brightness": 9, + "moisture": 44, + "humidity": 43, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f1f360999bc13135a031dff" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:16:09.896Z" + }, + "brightness": 80, + "moisture": 40, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f361b99bc131be4031e00" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:16:27.456Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f361c99bc13a69e031e01" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:16:28.900Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 62, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f363e99bc138b7a031e02" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:17:02.146Z" + }, + "brightness": 9, + "moisture": 43, + "humidity": 43, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f1f364599bc13cc32031e03" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:17:09.960Z" + }, + "brightness": 80, + "moisture": 40, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f365799bc132e6c031e04" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:17:27.564Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f365899bc135d1d031e05" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:17:28.988Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 62, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f367f99bc139169031e06" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:18:07.220Z" + }, + "brightness": 9, + "moisture": 44, + "humidity": 43, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f1f368299bc1305ad031e07" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:18:10.040Z" + }, + "brightness": 80, + "moisture": 40, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f369399bc13e605031e08" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:18:27.679Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f369599bc130168031e09" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:18:29.035Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 62, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f36be99bc1349dd031e0a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:19:10.111Z" + }, + "brightness": 80, + "moisture": 40, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f36c099bc139379031e0b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:19:12.300Z" + }, + "brightness": 9, + "moisture": 43, + "humidity": 43, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f1f36cf99bc1305ad031e0c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:19:27.782Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f36d199bc130b30031e0d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:19:29.105Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 62, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f36fa99bc130633031e0e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:20:10.188Z" + }, + "brightness": 80, + "moisture": 40, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f370199bc132249031e0f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:20:17.377Z" + }, + "brightness": 9, + "moisture": 44, + "humidity": 43, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f1f370b99bc1347d3031e10" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:20:27.893Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f370d99bc1355bc031e11" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:20:29.171Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f373699bc13ba84031e12" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:21:10.306Z" + }, + "brightness": 80, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f374299bc134abc031e13" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:21:22.456Z" + }, + "brightness": 9, + "moisture": 43, + "humidity": 43, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f1f374899bc137832031e14" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:21:28.009Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f374999bc13f222031e15" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:21:29.239Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 62, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f377c99bc133374031e16" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:22:20.379Z" + }, + "brightness": 80, + "moisture": 39, + "humidity": 41, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f1f378399bc133ac9031e17" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:22:27.532Z" + }, + "brightness": 9, + "moisture": 44, + "humidity": 43, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f1f378499bc131654031e18" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:22:28.122Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f378599bc131e23031e19" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:22:29.306Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 62, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f37ae99bc1330b6031e1a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:23:10.418Z" + }, + "brightness": 79, + "moisture": 39, + "humidity": 41, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f1f37c099bc1338da031e1b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:23:28.230Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f37c199bc13002a031e1c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:23:29.373Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f37c499bc134151031e1d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:23:32.610Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 43, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f1f37ea99bc130a20031e1e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:24:10.487Z" + }, + "brightness": 80, + "moisture": 39, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f37fc99bc13b79b031e1f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:24:28.344Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f37fd99bc131b34031e20" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:24:29.441Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 62, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f380599bc1364c3031e21" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:24:37.689Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 43, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f1f382699bc138a68031e22" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:25:10.557Z" + }, + "brightness": 80, + "moisture": 39, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f383899bc13057e031e23" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:25:28.448Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f383999bc132549031e24" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:25:29.508Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 62, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f384699bc13d934031e25" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:25:42.770Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 43, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f1f386299bc133f42031e26" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:26:10.626Z" + }, + "brightness": 80, + "moisture": 39, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f387499bc135844031e27" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:26:28.558Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f387599bc13752c031e28" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:26:29.577Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f388799bc13182e031e29" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:26:47.832Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 43, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f1f389e99bc135762031e2a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:27:10.697Z" + }, + "brightness": 79, + "moisture": 39, + "humidity": 41, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f1f38b099bc1397e5031e2b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:27:28.664Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f38b199bc135a4f031e2c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:27:29.645Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 62, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f38c899bc13f2e7031e2d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:27:52.911Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 43, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f1f38da99bc1372c2031e2e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:28:10.789Z" + }, + "brightness": 78, + "moisture": 39, + "humidity": 41, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f1f38ec99bc13671d031e2f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:28:28.781Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f38ed99bc13d70b031e30" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:28:29.712Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f390999bc136f70031e31" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:28:57.988Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 43, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f1f391699bc1307fd031e32" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:29:10.835Z" + }, + "brightness": 79, + "moisture": 39, + "humidity": 42, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f1f392899bc136528031e33" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:29:28.891Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f392999bc13d6ae031e34" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:29:29.825Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f394b99bc136c66031e35" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:30:03.070Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 43, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f1f395299bc13c8be031e36" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:30:10.905Z" + }, + "brightness": 79, + "moisture": 40, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f1f396499bc1347db031e37" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:30:28.998Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f396599bc139bb4031e38" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:30:29.894Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f398c99bc1352ae031e39" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:31:08.145Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 43, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f1f398e99bc130d63031e3a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:31:10.971Z" + }, + "brightness": 78, + "moisture": 39, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f1f39a199bc1361db031e3b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:31:29.110Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f39a199bc132ca3031e3c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:31:29.961Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f39cb99bc132842031e3d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:32:11.048Z" + }, + "brightness": 79, + "moisture": 39, + "humidity": 43, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f1f39cd99bc132f75031e3e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:32:13.223Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 43, + "temperature": 28 +},{ + "_id": { + "$oid": "5f1f39dd99bc137404031e3f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:32:29.215Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f39de99bc133171031e40" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:32:30.029Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 62, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f3a0e99bc1393cf031e41" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:33:18.299Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f1f3a1999bc134021031e42" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:33:29.333Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f3a1a99bc131fe2031e43" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:33:30.097Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f3a4399bc135b27031e44" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:34:11.178Z" + }, + "brightness": 79, + "moisture": 40, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1f3a4f99bc131224031e45" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:34:23.377Z" + }, + "brightness": 0, + "moisture": 46, + "humidity": 43, + "temperature": 28 +},{ + "_id": { + "$oid": "5f1f3a5599bc13e65c031e46" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:34:29.452Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f3a5699bc132448031e47" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:34:30.164Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f3a7f99bc13f48b031e48" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:35:11.249Z" + }, + "brightness": 79, + "moisture": 39, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1f3a9099bc13daf7031e49" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:35:28.454Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f1f3a9199bc132b70031e4a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:35:29.562Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f3a9299bc13d6ad031e4b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:35:30.232Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f3abb99bc136bc9031e4c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:36:11.312Z" + }, + "brightness": 79, + "moisture": 39, + "humidity": 41, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f1f3acd99bc136575031e4d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:36:29.659Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f3ace99bc13ba73031e4e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:36:30.301Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f3ad199bc13972d031e4f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:36:33.531Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 43, + "temperature": 27.9 +},{ + "_id": { + "$oid": "5f1f3af799bc137635031e50" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:37:11.380Z" + }, + "brightness": 78, + "moisture": 41, + "humidity": 42, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f1f3b0999bc13d24f031e51" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:37:29.777Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f3b0a99bc13781c031e52" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:37:30.368Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f3b1299bc1393f1031e53" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:37:38.612Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 43, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f1f3b3399bc13bf89031e54" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:38:11.468Z" + }, + "brightness": 79, + "moisture": 41, + "humidity": 42, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f1f3b4599bc13b6dc031e55" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:38:29.884Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f3b4699bc132c13031e56" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:38:30.435Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f3b5399bc13286b031e57" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:38:43.688Z" + }, + "brightness": 0, + "moisture": 46, + "humidity": 43, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f1f3b6f99bc13cefa031e58" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:39:11.520Z" + }, + "brightness": 65, + "moisture": 41, + "humidity": 43, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f1f3b8199bc13af1a031e59" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:39:29.991Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f3b8299bc137ec6031e5a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:39:30.504Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f3b9499bc133a52031e5b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:39:48.765Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 43, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f1f3bab99bc13924d031e5c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:40:11.628Z" + }, + "brightness": 78, + "moisture": 41, + "humidity": 44, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f1f3bbe99bc1315a7031e5d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:40:30.109Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f3bbe99bc131e7c031e5e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:40:30.572Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f3bd599bc130348031e5f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:40:53.843Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 43, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f1f3be799bc135b7d031e60" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:41:11.699Z" + }, + "brightness": 78, + "moisture": 41, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1f3bfa99bc134a73031e61" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:41:30.213Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f3bfa99bc1360cb031e62" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:41:30.639Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f3c1699bc13db34031e63" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:41:58.922Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 43, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f1f3c3699bc138d52031e64" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:42:30.326Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f3c3699bc13494b031e65" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:42:30.706Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f3c5799bc137050031e66" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:43:03.998Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 43, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f1f3c6199bc138beb031e67" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:43:13.282Z" + }, + "brightness": 78, + "moisture": 41, + "humidity": 44, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f1f3c7299bc135bf1031e68" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:43:30.434Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f3c7299bc133386031e69" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:43:30.774Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f3c9999bc13d71b031e6a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:44:09.077Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 43, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f1f3c9b99bc139c1a031e6b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:44:11.898Z" + }, + "brightness": 50, + "moisture": 41, + "humidity": 44, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f1f3cae99bc13d347031e6c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:44:30.553Z" + }, + "brightness": 0, + "moisture": 31, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f3cae99bc136a11031e6d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:44:30.842Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f3cd799bc132a8a031e6e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:45:11.962Z" + }, + "brightness": 50, + "moisture": 41, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1f3cda99bc13d230031e6f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:45:14.153Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 44, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f3cea99bc13fe5a031e70" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:45:30.654Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f3cea99bc132410031e71" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:45:30.909Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f3d1599bc138124031e72" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:46:13.321Z" + }, + "brightness": 50, + "moisture": 41, + "humidity": 43, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f1f3d1b99bc136d01031e73" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:46:19.231Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 44, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f3d2699bc13c36b031e74" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:46:30.765Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f3d2699bc133e56031e75" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:46:30.976Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f3d5099bc131ffd031e76" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:47:12.070Z" + }, + "brightness": 50, + "moisture": 41, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f3d5c99bc138cc2031e77" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:47:24.307Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 43, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f3d6299bc136332031e78" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:47:30.877Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f3d6399bc139216031e79" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:47:31.044Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f3d8c99bc130b66031e7a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:48:12.152Z" + }, + "brightness": 50, + "moisture": 40, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f3d9d99bc133f86031e7b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:48:29.386Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 43, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f3d9e99bc139cc2031e7c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:48:30.988Z" + }, + "brightness": 0, + "moisture": 31, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f3d9f99bc1377f1031e7d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:48:31.112Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f3dc899bc1356a8031e7e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:49:12.223Z" + }, + "brightness": 50, + "moisture": 41, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1f3ddb99bc137a13031e7f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:49:31.096Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f3ddb99bc130bd7031e80" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:49:31.180Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f3dde99bc132af0031e81" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:49:34.464Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 43, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f3e0499bc13cb04031e82" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:50:12.279Z" + }, + "brightness": 50, + "moisture": 41, + "humidity": 42, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f1f3e1799bc134dce031e83" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:50:31.204Z" + }, + "brightness": 0, + "moisture": 31, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f3e1799bc13f801031e84" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:50:31.247Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f3e1f99bc13bb06031e85" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:50:39.540Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 43, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f3e4099bc136dc7031e86" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:51:12.349Z" + }, + "brightness": 50, + "moisture": 41, + "humidity": 42, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f1f3e5399bc132e99031e87" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:51:31.314Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f3e5399bc13527f031e88" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:51:31.317Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f3e6099bc131c2d031e89" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:51:44.618Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 44, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f1f3e7c99bc130837031e8a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:52:12.417Z" + }, + "brightness": 50, + "moisture": 41, + "humidity": 42, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f1f3e8f99bc138371031e8b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:52:31.383Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f3e8f99bc134820031e8c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:52:31.431Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f3ea199bc134929031e8d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:52:49.695Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 44, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f1f3eb899bc13418d031e8e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:53:12.485Z" + }, + "brightness": 50, + "moisture": 41, + "humidity": 42, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f1f3ecb99bc135088031e8f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:53:31.450Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f3ecb99bc1354af031e90" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:53:31.531Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f3ee299bc134906031e91" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:53:54.775Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 44, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f1f3ef499bc134068031e92" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:54:12.563Z" + }, + "brightness": 49, + "moisture": 41, + "humidity": 42, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f1f3f0799bc13bb01031e93" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:54:31.518Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f3f0799bc134b6f031e94" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:54:31.643Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f3f2399bc132dd6031e95" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:54:59.858Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 44, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f3f3099bc135eeb031e96" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:55:12.621Z" + }, + "brightness": 49, + "moisture": 41, + "humidity": 42, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f1f3f4399bc13628b031e97" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:55:31.587Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f3f4399bc13db63031e98" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:55:31.756Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f3f6499bc134850031e99" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:56:04.930Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 44, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f3f6c99bc132384031e9a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:56:12.690Z" + }, + "brightness": 49, + "moisture": 41, + "humidity": 42, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f1f3f7f99bc132184031e9b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:56:31.653Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f3f7f99bc13defc031e9c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:56:31.869Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f3fa699bc133315031e9d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:57:10.008Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 44, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f3fa899bc131166031e9e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:57:12.760Z" + }, + "brightness": 49, + "moisture": 41, + "humidity": 43, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f1f3fbb99bc132057031e9f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:57:31.721Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f3fbb99bc135745031ea0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:57:31.970Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f3fe499bc136d5d031ea1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:58:12.830Z" + }, + "brightness": 49, + "moisture": 41, + "humidity": 43, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f1f3fe799bc13d69d031ea2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:58:15.084Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 44, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f3ff799bc132266031ea3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:58:31.788Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f3ff899bc134aa3031ea4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:58:32.084Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f402099bc133931031ea5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T20:59:12.940Z" + }, + "brightness": 49, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f402899bc137db9031ea6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T20:59:20.159Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 44, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f1f403399bc13a057031ea7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T20:59:31.901Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f403499bc137d0a031ea8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T20:59:32.198Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f405d99bc131d99031ea9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:00:13.020Z" + }, + "brightness": 49, + "moisture": 40, + "humidity": 43, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f1f406999bc136b2a031eaa" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:00:25.240Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 44, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f1f406f99bc1360c2031eab" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:00:31.969Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f407099bc130d13031eac" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T21:00:32.301Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f409999bc136c7e031ead" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:01:13.081Z" + }, + "brightness": 49, + "moisture": 40, + "humidity": 43, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f1f40aa99bc136a23031eae" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:01:30.315Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 44, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f1f40ac99bc13c98f031eaf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:01:32.036Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f40ac99bc1300eb031eb0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T21:01:32.415Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f40d599bc134710031eb1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:02:13.150Z" + }, + "brightness": 51, + "moisture": 40, + "humidity": 43, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f1f40e899bc138205031eb2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:02:32.105Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f40e899bc1385d8031eb3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T21:02:32.525Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f40eb99bc137526031eb4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:02:35.392Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 44, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f1f411199bc13197e031eb5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:03:13.230Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 43, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f1f412499bc1361a3031eb6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:03:32.181Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f412499bc130811031eb7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T21:03:32.629Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f412c99bc136c86031eb8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:03:40.469Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 44, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f1f414d99bc13f066031eb9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:04:13.287Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 43, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f1f416099bc133639031eba" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:04:32.240Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f416099bc131d52031ebb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T21:04:32.740Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f416d99bc13ba41031ebc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:04:45.546Z" + }, + "brightness": 0, + "moisture": 47, + "humidity": 44, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f1f418999bc1387e3031ebd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:05:13.358Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 43, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f1f419c99bc13499d031ebe" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:05:32.307Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f419c99bc131141031ebf" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T21:05:32.888Z" + }, + "brightness": 0, + "moisture": 31, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f41ae99bc13a85b031ec0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:05:50.623Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 44, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f41c599bc1379c4031ec1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:06:13.426Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 42, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f1f41d899bc133f92031ec2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:06:32.375Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f41d899bc131442031ec3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T21:06:32.965Z" + }, + "brightness": 0, + "moisture": 31, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f41ef99bc1373ff031ec4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:06:55.700Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 44, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f420199bc13cc04031ec5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:07:13.494Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 43, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f1f421499bc130401031ec6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:07:32.442Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f421599bc13c26e031ec7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T21:07:33.072Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f423099bc130ef5031ec8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:08:00.779Z" + }, + "brightness": 0, + "moisture": 46, + "humidity": 44, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f423d99bc1353e9031ec9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:08:13.563Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 43, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f1f425099bc133b4b031eca" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:08:32.510Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f425199bc137022031ecb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T21:08:33.178Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f427199bc1397dd031ecc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:09:05.856Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 44, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f427999bc1328d9031ecd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:09:13.634Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 43, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f1f428c99bc130809031ece" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:09:32.578Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f428d99bc131dc5031ecf" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T21:09:33.291Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f42b299bc13b752031ed0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:10:10.934Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 44, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f42b599bc137e7a031ed1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:10:13.702Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 43, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f1f42c899bc13a02f031ed2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:10:32.645Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f42c999bc139e7e031ed3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T21:10:33.398Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f42f199bc131e08031ed4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:11:13.767Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 43, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f1f42f499bc1351b2031ed5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:11:16.010Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 44, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f430499bc13cf5a031ed6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:11:32.713Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f430599bc131555031ed7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T21:11:33.506Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f432d99bc13e3d2031ed8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:12:13.835Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 43, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f1f433599bc13b757031ed9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:12:21.079Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 44, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f434099bc131211031eda" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:12:32.780Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f434199bc138c9c031edb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T21:12:33.616Z" + }, + "brightness": 0, + "moisture": 31, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f436999bc133a36031edc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:13:13.910Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 43, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f1f437699bc1354d6031edd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:13:26.157Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 44, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f437c99bc1301cc031ede" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:13:32.848Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f437d99bc134569031edf" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T21:13:33.723Z" + }, + "brightness": 0, + "moisture": 31, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f43a599bc13b02e031ee0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:14:13.972Z" + }, + "brightness": 46, + "moisture": 40, + "humidity": 43, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f1f43b799bc138de3031ee1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:14:31.234Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 44, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f43b899bc1324a9031ee2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:14:32.916Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f43b999bc134e93031ee3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T21:14:33.832Z" + }, + "brightness": 0, + "moisture": 31, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f43e299bc13c077031ee4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:15:14.042Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 44, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f1f43f499bc13491b031ee5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:15:32.983Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f43f599bc130fb7031ee6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T21:15:33.940Z" + }, + "brightness": 0, + "moisture": 31, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f43f899bc13d472031ee7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:15:36.311Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 45, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f441e99bc138197031ee8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:16:14.113Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 44, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f1f443199bc13e921031ee9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:16:33.053Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f443299bc138d91031eea" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T21:16:34.056Z" + }, + "brightness": 0, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f443999bc13764e031eeb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:16:41.389Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 45, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f445a99bc1325d9031eec" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:17:14.179Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 44, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f1f446d99bc131a17031eed" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:17:33.120Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f446e99bc136fee031eee" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T21:17:34.164Z" + }, + "brightness": 10, + "moisture": 27, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f447a99bc134630031eef" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:17:46.467Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 45, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f449699bc134b68031ef0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:18:14.250Z" + }, + "brightness": 46, + "moisture": 41, + "humidity": 44, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f1f44a999bc1371b7031ef1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:18:33.187Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f44aa99bc132d7c031ef2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T21:18:34.276Z" + }, + "brightness": 0, + "moisture": 31, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f44bb99bc13093d031ef3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:18:51.544Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 45, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f44d299bc1338bd031ef4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:19:14.322Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 44, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f1f44e599bc13d422031ef5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:19:33.256Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f44fc99bc137abf031ef6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:19:56.621Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 45, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f450e99bc1355b8031ef7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:20:14.384Z" + }, + "brightness": 49, + "moisture": 41, + "humidity": 44, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f1f452199bc13093c031ef8" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:20:33.323Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f453d99bc1344c5031ef9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:21:01.700Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 45, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f454a99bc135a35031efa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:21:14.467Z" + }, + "brightness": 49, + "moisture": 41, + "humidity": 43, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f1f455d99bc134961031efb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:21:33.390Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f457e99bc13001e031efc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:22:06.779Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 45, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f458699bc139b5f031efd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:22:14.524Z" + }, + "brightness": 49, + "moisture": 41, + "humidity": 43, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f1f459999bc1312cf031efe" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:22:33.458Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f45bf99bc134b39031eff" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:23:11.856Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 44, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f45c299bc1373dd031f00" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:23:14.599Z" + }, + "brightness": 49, + "moisture": 41, + "humidity": 43, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f1f45d599bc131f8a031f01" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:23:33.526Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f45fe99bc1342ea031f02" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:24:14.658Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 43, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f1f460099bc134326031f03" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:24:16.932Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 44, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f461199bc137cf2031f04" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:24:33.593Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f463a99bc13c75b031f05" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:25:14.728Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 44, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f1f464299bc134e7b031f06" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:25:22.010Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 44, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f464d99bc13056f031f07" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:25:33.661Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f467699bc130d04031f08" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:26:14.799Z" + }, + "brightness": 45, + "moisture": 42, + "humidity": 45, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f1f468399bc1333b3031f09" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:26:27.086Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 44, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f468999bc132f04031f0a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:26:33.728Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f46b299bc134547031f0b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:27:14.873Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 45, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f1f46c499bc1374ce031f0c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:27:32.164Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 45, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f46c599bc134ae8031f0d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:27:33.796Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f46ee99bc1336c9031f0e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:28:14.938Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 45, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f1f470199bc132fcc031f0f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:28:33.864Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f470599bc132c44031f10" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:28:37.254Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 45, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f472b99bc13671d031f11" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:29:15.001Z" + }, + "brightness": 45, + "moisture": 45, + "humidity": 45, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f1f473d99bc134631031f12" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:29:33.931Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f474699bc137422031f13" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:29:42.320Z" + }, + "brightness": 0, + "moisture": 45, + "humidity": 45, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f476799bc13c531031f14" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:30:15.076Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 45, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f1f477a99bc135859031f15" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:30:33.999Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f478799bc133506031f16" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:30:47.398Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f47a399bc137365031f17" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:31:15.137Z" + }, + "brightness": 45, + "moisture": 44, + "humidity": 45, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f1f47b699bc1349d8031f18" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:31:34.067Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f47c899bc13befa031f19" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:31:52.467Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 45, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f1f47df99bc139ef6031f1a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:32:15.250Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f47f299bc13431b031f1b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:32:34.135Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f480999bc137827031f1c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:32:57.543Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 45, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f1f481b99bc133925031f1d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:33:15.640Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f482e99bc13b942031f1e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:33:34.202Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f484a99bc138f60031f1f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:34:02.623Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 46, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f1f485799bc132e8d031f20" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:34:15.710Z" + }, + "brightness": 45, + "moisture": 42, + "humidity": 46, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f1f486a99bc1350ac031f21" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:34:34.270Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f488b99bc130edc031f22" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:35:07.705Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 46, + "temperature": 27 +},{ + "_id": { + "$oid": "5f1f489399bc13309b031f23" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:35:15.790Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f48a699bc136841031f24" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:35:34.337Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f48cc99bc1386f0031f25" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:36:12.782Z" + }, + "brightness": 0, + "moisture": 46, + "humidity": 46, + "temperature": 27 +},{ + "_id": { + "$oid": "5f1f48cf99bc130e4e031f26" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:36:15.839Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 46, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f1f48e299bc132b03031f27" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:36:34.406Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f490b99bc136c67031f28" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:37:15.914Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 46, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f1f490d99bc1396dc031f29" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:37:17.859Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 46, + "temperature": 27 +},{ + "_id": { + "$oid": "5f1f491e99bc1365ea031f2a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:37:34.473Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f494799bc13e979031f2b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:38:15.985Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 46, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f1f494e99bc135c6c031f2c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:38:22.936Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 46, + "temperature": 26.9 +},{ + "_id": { + "$oid": "5f1f495a99bc131e73031f2d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:38:34.541Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f498499bc137f47031f2e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:39:16.054Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 46, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f1f499099bc131ae3031f2f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:39:28.013Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 46, + "temperature": 27 +},{ + "_id": { + "$oid": "5f1f499699bc137fb4031f30" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:39:34.608Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f49c099bc13507e031f31" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:40:16.123Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 46, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f1f49d199bc132a13031f32" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:40:33.091Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 46, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f1f49d299bc131bed031f33" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:40:34.676Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f49fc99bc131ff3031f34" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:41:16.187Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 46, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f1f4a0e99bc135d5d031f35" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:41:34.744Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f4a1299bc130d0f031f36" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:41:38.166Z" + }, + "brightness": 0, + "moisture": 47, + "humidity": 46, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f1f4a3899bc134d65031f37" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:42:16.255Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 46, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f1f4a3999bc138ef0031f38" + }, + "device_id": "b0a4058e-1e3a-4b56-8ab3-871fba99bf5a", + "timestamp": { + "$date": "2020-07-27T21:42:17.959Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": 59, + "temperature": 28 +},{ + "_id": { + "$oid": "5f1f4a4a99bc131c91031f39" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:42:34.857Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f4a5399bc13fd66031f3a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:42:43.236Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 46, + "temperature": 26.9 +},{ + "_id": { + "$oid": "5f1f4a7499bc13df19031f3b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:43:16.332Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 46, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f1f4a7699bc13734b031f3c" + }, + "device_id": "b0a4058e-1e3a-4b56-8ab3-871fba99bf5a", + "timestamp": { + "$date": "2020-07-27T21:43:18.015Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": 59, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1f4a8699bc1356a5031f3d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:43:34.925Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f4a9499bc1314f7031f3e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:43:48.314Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 46, + "temperature": 27 +},{ + "_id": { + "$oid": "5f1f4ab099bc130dc8031f3f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:44:16.393Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 47, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f1f4ab299bc130f08031f40" + }, + "device_id": "b0a4058e-1e3a-4b56-8ab3-871fba99bf5a", + "timestamp": { + "$date": "2020-07-27T21:44:18.084Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": 60, + "temperature": 28 +},{ + "_id": { + "$oid": "5f1f4ac299bc13d99a031f41" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:44:34.994Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f4ad599bc13173e031f42" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:44:53.391Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 46, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f1f4aec99bc1342f7031f43" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:45:16.466Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 47, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f1f4aee99bc13bb48031f44" + }, + "device_id": "b0a4058e-1e3a-4b56-8ab3-871fba99bf5a", + "timestamp": { + "$date": "2020-07-27T21:45:18.223Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": 59, + "temperature": 28 +},{ + "_id": { + "$oid": "5f1f4aff99bc13213c031f45" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:45:35.062Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f4b1699bc13b0ca031f46" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:45:58.471Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 46, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f1f4b2899bc138241031f47" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:46:16.536Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 47, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f1f4b2a99bc135622031f48" + }, + "device_id": "b0a4058e-1e3a-4b56-8ab3-871fba99bf5a", + "timestamp": { + "$date": "2020-07-27T21:46:18.215Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": 58, + "temperature": 31 +},{ + "_id": { + "$oid": "5f1f4b3b99bc13842b031f49" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:46:35.129Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f4b5799bc134f23031f4a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:47:03.555Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 46, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f1f4b6499bc13f1d1031f4b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:47:16.618Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 47, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f1f4b6699bc13456b031f4c" + }, + "device_id": "b0a4058e-1e3a-4b56-8ab3-871fba99bf5a", + "timestamp": { + "$date": "2020-07-27T21:47:18.279Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": 64, + "temperature": 28 +},{ + "_id": { + "$oid": "5f1f4b7799bc130a46031f4d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:47:35.197Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f4b9899bc1316ce031f4e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:48:08.625Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 46, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f1f4ba099bc13099f031f4f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:48:16.674Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 47, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f1f4ba299bc13308b031f50" + }, + "device_id": "b0a4058e-1e3a-4b56-8ab3-871fba99bf5a", + "timestamp": { + "$date": "2020-07-27T21:48:18.420Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": 59, + "temperature": 32 +},{ + "_id": { + "$oid": "5f1f4bb399bc13ba94031f51" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:48:35.265Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f4bd999bc13b9a7031f52" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:49:13.702Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 46, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f1f4bdc99bc13858c031f53" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:49:16.743Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 47, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f1f4bef99bc136910031f54" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:49:35.332Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f4c1899bc1393a7031f55" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:50:16.806Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 47, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f1f4c1a99bc13817f031f56" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:50:18.780Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 47, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f1f4c2b99bc130ab4031f57" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:50:35.401Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f4c5499bc136e7f031f58" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:51:16.874Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 47, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f1f4c5b99bc135e60031f59" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:51:23.861Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 47, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f1f4c6799bc1327b1031f5a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:51:35.468Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f4c9099bc1328c1031f5b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:52:16.946Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 47, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f1f4c9c99bc13636e031f5c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:52:28.936Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 47, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f1f4ca399bc13e1cc031f5d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:52:35.537Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f4ccd99bc138232031f5e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:53:17.013Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 47, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f1f4cde99bc130e7b031f5f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:53:34.015Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 47, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f1f4cdf99bc130bc6031f60" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:53:35.605Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f4d0999bc136c8c031f61" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:54:17.085Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 47, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f1f4d1b99bc13e637031f62" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:54:35.672Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f4d1f99bc1359ea031f63" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:54:39.091Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 47, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f1f4d4599bc130602031f64" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:55:17.155Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 48, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f1f4d5799bc138af5031f65" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:55:35.739Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f4d6099bc1397c5031f66" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:55:44.172Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 47, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f1f4d8199bc1378ff031f67" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:56:17.228Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 48, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f1f4d9399bc13508d031f68" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:56:35.808Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f4da199bc1358f3031f69" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:56:49.251Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 47, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f1f4dbd99bc13bfb0031f6a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:57:17.293Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 48, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f1f4dcf99bc131041031f6b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:57:35.877Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f4de299bc13113e031f6c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:57:54.328Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 47, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f1f4df999bc13ff29031f6d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:58:17.358Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 48, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f1f4e0b99bc1349b9031f6e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:58:35.943Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f4e2399bc13f4fd031f6f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T21:58:59.403Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 47, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f1f4e3599bc138cd1031f70" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T21:59:17.431Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 48, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f1f4e4899bc13dcb5031f71" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T21:59:36.011Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f4e6499bc1322e5031f72" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:00:04.480Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 47, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f1f4e7199bc13e51c031f73" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:00:17.496Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 48, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f1f4e8499bc135793031f74" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:00:36.079Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f4ea599bc131ba3031f75" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:01:09.560Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 47, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f1f4ead99bc132bb3031f76" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:01:17.569Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 48, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f1f4ec099bc13886e031f77" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:01:36.145Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f4ee699bc130973031f78" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:02:14.638Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 47, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f1f4ee999bc139446031f79" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:02:17.636Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 48, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f1f4efc99bc13ecb2031f7a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:02:36.212Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f4f2599bc133967031f7b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:03:17.707Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 48, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f1f4f2799bc133893031f7c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:03:19.713Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": 47, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f1f4f3899bc13adf9031f7d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:03:36.280Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f4f6199bc138095031f7e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:04:17.766Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 48, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f1f4f6999bc132181031f7f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:04:25.441Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f4f7499bc133578031f80" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:04:36.348Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 64, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f4f9d99bc132fdf031f81" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:05:17.834Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 48, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f1f4faa99bc133307031f82" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:05:30.520Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 47, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f1f4fb099bc13463e031f83" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:05:36.415Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 63, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f4fd999bc1341a2031f84" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:06:17.904Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 48, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f1f4feb99bc13a1bd031f85" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:06:35.599Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 47, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f1f4fec99bc13d1a2031f86" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:06:36.482Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 64, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f501599bc134872031f87" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:07:17.974Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 48, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f1f502899bc130517031f88" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:07:36.550Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 64, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f502c99bc13c87f031f89" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:07:40.676Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 47, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f1f505299bc1356fb031f8a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:08:18.038Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 49, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f1f506499bc136e9e031f8b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:08:36.616Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 64, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f506d99bc133229031f8c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:08:45.752Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 47, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f1f508e99bc131061031f8d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:09:18.138Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 49, + "temperature": 28 +},{ + "_id": { + "$oid": "5f1f50a099bc13433f031f8e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:09:36.684Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 64, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f50ae99bc13fa6b031f8f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:09:50.885Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f50ca99bc130707031f90" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:10:18.179Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 49, + "temperature": 28 +},{ + "_id": { + "$oid": "5f1f50dc99bc1301cd031f91" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:10:36.752Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 64, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f50f099bc13264e031f92" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:10:56.506Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f510699bc136aa5031f93" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:11:18.246Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 49, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f1f511899bc131e23031f94" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:11:36.819Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 64, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f513199bc13f335031f95" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:12:01.584Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 47, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f1f514299bc139875031f96" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:12:18.313Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 49, + "temperature": 28 +},{ + "_id": { + "$oid": "5f1f515499bc135258031f97" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:12:36.887Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 64, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f517299bc13b23d031f98" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:13:06.660Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 47, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f1f517e99bc13d50d031f99" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:13:18.381Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 49, + "temperature": 28 +},{ + "_id": { + "$oid": "5f1f519099bc1325f0031f9a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:13:36.955Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 64, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f51b399bc13e350031f9b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:14:11.739Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 47, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f1f51ba99bc1320f4031f9c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:14:18.454Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 49, + "temperature": 28 +},{ + "_id": { + "$oid": "5f1f51cd99bc1321a6031f9d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:14:37.025Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 64, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f51f499bc13193c031f9e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:15:16.816Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 48, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f1f51f699bc13c049031f9f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:15:18.517Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 49, + "temperature": 28 +},{ + "_id": { + "$oid": "5f1f520999bc134839031fa0" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:15:37.090Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 64, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f523299bc134ac5031fa1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:16:18.606Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 49, + "temperature": 28 +},{ + "_id": { + "$oid": "5f1f523599bc132ccb031fa2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:16:21.893Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 48, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f1f524599bc137c21031fa3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:16:37.158Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 64, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f525999bc137b63031fa4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:16:57.011Z" + }, + "brightness": 0, + "moisture": 4, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f526e99bc13708e031fa5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:17:18.657Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 49, + "temperature": 28 +},{ + "_id": { + "$oid": "5f1f527699bc13c01f031fa6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:17:26.971Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 48, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f1f528199bc13abf1031fa7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:17:37.227Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f528899bc131b7c031fa8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:17:44.663Z" + }, + "brightness": 1, + "moisture": 3, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f52aa99bc135464031fa9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:18:18.727Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 50, + "temperature": 28 +},{ + "_id": { + "$oid": "5f1f52b899bc13280c031faa" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:18:32.050Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 48, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f1f52bd99bc13633d031fab" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:18:37.295Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 64, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f52c499bc134937031fac" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:18:44.771Z" + }, + "brightness": 71, + "moisture": 72, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f52e699bc1361f3031fad" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:19:18.795Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 50, + "temperature": 28 +},{ + "_id": { + "$oid": "5f1f52f999bc13c5e1031fae" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:19:37.132Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 48, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f1f52f999bc139d1b031faf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:19:37.363Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 64, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f532299bc135570031fb0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:20:18.855Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 50, + "temperature": 28 +},{ + "_id": { + "$oid": "5f1f533599bc13636e031fb1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:20:37.431Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 64, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f533a99bc137e07031fb2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:20:42.798Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f535e99bc1337e4031fb3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:21:18.927Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 50, + "temperature": 28 +},{ + "_id": { + "$oid": "5f1f537199bc1366ac031fb4" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:21:37.498Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 64, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f537b99bc13b379031fb5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:21:47.877Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 48, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f1f539a99bc13cd2f031fb6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:22:18.996Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 50, + "temperature": 28 +},{ + "_id": { + "$oid": "5f1f53ad99bc13958d031fb7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:22:37.567Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f53bc99bc13671f031fb8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:22:52.953Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 48, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f1f53d799bc138f9e031fb9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:23:19.059Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 50, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f1f53e999bc132500031fba" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:23:37.634Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 64, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f53ee99bc1380a0031fbb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:23:42.088Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f53fe99bc13633d031fbc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:23:58.033Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 48, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f1f540399bc13fea1031fbd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:24:03.987Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f541399bc135c6b031fbe" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:24:19.130Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 50, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f1f542599bc133e61031fbf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:24:37.704Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 64, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f543d99bc136fb8031fc0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:25:01.428Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f543f99bc136062031fc1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:25:03.108Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 48, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f1f544f99bc133069031fc2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:25:19.195Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 50, + "temperature": 28 +},{ + "_id": { + "$oid": "5f1f546199bc133243031fc3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:25:37.768Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 64, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f547999bc13c9ed031fc4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:26:01.551Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f548099bc1380b7031fc5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:26:08.186Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 48, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f548b99bc130fe1031fc6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:26:19.266Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 49, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f1f549d99bc1319ac031fc7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:26:37.837Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 64, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f54c199bc132279031fc8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:27:13.263Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 48, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f54c799bc132262031fc9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:27:19.334Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 50, + "temperature": 28 +},{ + "_id": { + "$oid": "5f1f54d999bc13343b031fca" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:27:37.905Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 64, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f550299bc130432031fcb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:28:18.344Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 48, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f550399bc13e217031fcc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:28:19.402Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 50, + "temperature": 28 +},{ + "_id": { + "$oid": "5f1f551599bc13821d031fcd" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:28:37.972Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 64, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f553f99bc13f6f4031fce" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:29:19.545Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f554399bc132cdc031fcf" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:29:23.422Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 48, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f555299bc135a07031fd0" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:29:38.040Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 64, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f557b99bc135d1a031fd1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:30:19.589Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 51, + "temperature": 28 +},{ + "_id": { + "$oid": "5f1f558499bc13281d031fd2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:30:28.497Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 49, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f558e99bc1316d2031fd3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:30:38.108Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 64, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f55b799bc131f2b031fd4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:31:19.656Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 50, + "temperature": 27.9 +},{ + "_id": { + "$oid": "5f1f55ca99bc132486031fd5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:31:38.176Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 64, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f55d899bc131304031fd6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:31:52.874Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 56, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f1f55f399bc1308c3031fd7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:32:19.720Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 50, + "temperature": 27.9 +},{ + "_id": { + "$oid": "5f1f560699bc136e87031fd8" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:32:38.243Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 64, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f560b99bc135b04031fd9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:32:43.514Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f561399bc131851031fda" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:32:51.214Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 48, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f562f99bc134cfb031fdb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:33:19.788Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 50, + "temperature": 27.9 +},{ + "_id": { + "$oid": "5f1f564299bc132a3f031fdc" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:33:38.311Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 64, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f564399bc139f94031fdd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:33:39.967Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f565499bc1364f4031fde" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:33:56.295Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 48, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f566b99bc13671f031fdf" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:34:19.856Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 50, + "temperature": 27.9 +},{ + "_id": { + "$oid": "5f1f567f99bc13d782031fe0" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:34:39.966Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f568099bc1373de031fe1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:34:40.084Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f569599bc1385ab031fe2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:35:01.368Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 48, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f56a799bc1388d9031fe3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:35:19.945Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 50, + "temperature": 27.9 +},{ + "_id": { + "$oid": "5f1f56bc99bc13c568031fe4" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:35:40.034Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 64, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f56bc99bc13b5cb031fe5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:35:40.191Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f56d699bc136336031fe6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:36:06.445Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 48, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f56e499bc1347b3031fe7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:36:20.007Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 50, + "temperature": 27.9 +},{ + "_id": { + "$oid": "5f1f56f899bc13bd06031fe8" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:36:40.102Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 64, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f56f899bc132830031fe9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:36:40.300Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f571799bc13939e031fea" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:37:11.525Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 48, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f572099bc137c99031feb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:37:20.062Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 50, + "temperature": 27.9 +},{ + "_id": { + "$oid": "5f1f573499bc13030c031fec" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:37:40.167Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 64, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f573499bc13a321031fed" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:37:40.405Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f575099bc13bbd6031fee" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:38:08.861Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f575899bc137d30031fef" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:38:16.601Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 48, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f575c99bc13df16031ff0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:38:20.141Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 50, + "temperature": 27.9 +},{ + "_id": { + "$oid": "5f1f577099bc1380d6031ff1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:38:40.235Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 64, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f578b99bc13eee3031ff2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:39:07.138Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f579899bc13b119031ff3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:39:20.198Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 50, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f1f579999bc13c404031ff4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:39:21.678Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 48, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f57ac99bc132c11031ff5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:39:40.317Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 64, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f57c799bc13803a031ff6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:40:07.103Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f57d499bc13164d031ff7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:40:20.268Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 50, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f1f57da99bc1391b5031ff8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:40:26.757Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 48, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f1f57e899bc13dad2031ff9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:40:40.367Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 64, + "temperature": 23 +},{ + "_id": { + "$oid": "5f1f581099bc13cfe8031ffa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:41:20.357Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 50, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f1f581b99bc13ee5c031ffb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:41:31.832Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 49, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f582699bc131f95031ffc" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:41:42.249Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f584c99bc1306d9031ffd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:42:20.403Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 50, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f1f585c99bc130d67031ffe" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:42:36.910Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 49, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1f586499bc137183031fff" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:42:44.133Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f588899bc13526f032000" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:43:20.478Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 50, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f1f589d99bc13fd14032001" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:43:41.988Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 49, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1f58a299bc133fda032002" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:43:46.013Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f58c499bc131c1b032003" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:44:20.539Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 51, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f1f58df99bc136c6b032004" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:44:47.067Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 49, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f58df99bc133cb6032005" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:44:47.895Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f590099bc1352e4032006" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:45:20.607Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 51, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f1f591c99bc13bac1032007" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:45:48.005Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f592099bc13e247032008" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:45:52.135Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 48, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f593c99bc13ef95032009" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:46:20.678Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 51, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f1f595999bc13f7d403200a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:46:49.886Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f596199bc13419403200b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:46:57.213Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 48, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1f597899bc131a2903200c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:47:20.749Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 51, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f1f599799bc13058b03200d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:47:51.769Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f59a299bc13d84f03200e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:48:02.290Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 49, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1f59b499bc132ed603200f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:48:20.827Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 51, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f1f59d599bc135463032010" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:48:53.650Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f59e399bc132831032011" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:49:07.367Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 49, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1f59f099bc13e97b032012" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:49:20.933Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5a1399bc13630b032013" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:49:55.532Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5a2499bc13722a032014" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:50:12.448Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 49, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1f5a2d99bc133f7c032015" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:50:21.043Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5a4f99bc135673032016" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:50:55.643Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5a6599bc1398db032017" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:51:17.578Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5a6999bc130b9f032018" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:51:21.166Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5a8d99bc135f99032019" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:51:57.528Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5aa599bc133cde03201a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:52:21.227Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 51, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f1f5aa699bc133fff03201b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:52:22.657Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 49, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1f5acb99bc13227e03201c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:52:59.407Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5ae199bc13199903201d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:53:21.300Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 51, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f1f5ae799bc13340003201e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:53:27.734Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 49, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1f5b0499bc13ee2803201f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:53:56.088Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5b0999bc1377da032020" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:54:01.289Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5b1d99bc13fa2c032021" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:54:21.368Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 51, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f1f5b2899bc13acfd032022" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:54:32.813Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 48, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1f5b3799bc130c63032023" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:54:47.290Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5b3c99bc131579032024" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:54:52.414Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5b4599bc130c51032025" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:55:01.399Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5b4799bc131bbd032026" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:55:03.548Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5b5299bc13e07e032027" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:55:14.660Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5b5999bc136995032028" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:55:21.434Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 51, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f1f5b5d99bc133ade032029" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:55:25.769Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5b6899bc13e80103202a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:55:36.885Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5b6999bc13451c03202b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:55:37.889Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 48, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f1f5b7499bc13af6b03202c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:55:48.004Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5b7f99bc13ee4c03202d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:55:59.133Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5b8399bc1342a403202e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:56:03.292Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5b8a99bc13b93c03202f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:56:10.262Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5b9599bc13b356032030" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:56:21.374Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5b9599bc134c51032031" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:56:21.499Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 51, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f1f5ba099bc1335ea032032" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:56:32.537Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5baa99bc130c8b032033" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:56:42.969Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 48, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f5bab99bc131f41032034" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:56:43.607Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5bb699bc137fb1032035" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:56:54.797Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5bc199bc134b06032036" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:57:05.163Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5bc199bc131cea032037" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:57:05.850Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5bcc99bc136d69032038" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:57:16.970Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5bd199bc138693032039" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:57:21.576Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 51, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f1f5bd899bc132e0303203a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:57:28.084Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5be399bc13863f03203b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:57:39.211Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5bec99bc132f7b03203c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:57:48.046Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 49, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f5bed99bc131ccb03203d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:57:49.598Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5bf399bc13a88403203e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:57:55.720Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5bf999bc131d3703203f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:58:01.817Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5bff99bc134696032040" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:58:07.050Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5bff99bc137b36032041" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:58:07.925Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5c0699bc13d5ba032042" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:58:14.038Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5c0c99bc133333032043" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:58:20.142Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5c0d99bc135f90032044" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:58:21.652Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 51, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f1f5c1299bc13fd0a032045" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:58:26.256Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5c1899bc138558032046" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:58:32.373Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5c1e99bc13f4a0032047" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:58:38.483Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5c2499bc1377b3032048" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:58:44.587Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5c2a99bc1389e8032049" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:58:50.756Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5c2d99bc13e53403204a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:58:53.123Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 49, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f1f5c3099bc13d34103204b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:58:56.811Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5c3799bc1391d703204c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:59:03.020Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5c3c99bc13dda703204d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T22:59:08.926Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5c3d99bc137bd103204e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:59:09.029Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5c4399bc13532403204f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:59:15.243Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5c4999bc1323da032050" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T22:59:21.711Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 51, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f1f5c6d99bc133f8c032051" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:59:57.844Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5c6e99bc135de2032052" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T22:59:58.200Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 48, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f1f5c6e99bc131eb8032053" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T22:59:58.921Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5c7599bc13343e032054" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T23:00:05.032Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5c7a99bc1304d8032055" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:00:10.808Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5c7b99bc132602032056" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T23:00:11.158Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5c8599bc139366032057" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:00:21.771Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 51, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f1f5c8c99bc137030032058" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T23:00:28.028Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": 57, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1f5c9299bc1356ca032059" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T23:00:34.128Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5c9899bc13494703205a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T23:00:40.191Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": 62, + "temperature": 28 +},{ + "_id": { + "$oid": "5f1f5c9e99bc133dee03205b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T23:00:46.306Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5ca499bc1337b203205c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T23:00:52.415Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5caf99bc1307ad03205d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T23:01:03.106Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5caf99bc13e2f303205e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:01:03.305Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 48, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f1f5cb299bc13419403205f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T23:01:06.092Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5cb899bc130de5032060" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:01:12.689Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5cc199bc13849f032061" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:01:21.844Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 51, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f1f5ce599bc139dca032062" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T23:01:57.932Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5ceb99bc13a55f032063" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T23:02:03.014Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5cf099bc1377ba032064" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:02:08.355Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 48, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f1f5cf499bc13e6dc032065" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:02:12.799Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5cf699bc13059f032066" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T23:02:14.135Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5cfd99bc136150032067" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:02:21.911Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 51, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f1f5d0199bc134919032068" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T23:02:25.258Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5d0c99bc13edcd032069" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T23:02:36.372Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5d1799bc1324e403206a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T23:02:47.499Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5d2299bc13677203206b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T23:02:58.615Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5d2d99bc133f7203206c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T23:03:09.732Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5d3199bc133c6b03206d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:03:13.423Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 48, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f5d3299bc13121103206e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:03:14.682Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5d3999bc13a63a03206f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:03:21.978Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 51, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f1f5d7099bc132511032070" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:04:16.564Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5d7299bc1318ab032071" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:04:18.502Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 48, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f5d7699bc137f2b032072" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:04:22.061Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 51, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f1f5da799bc13a912032073" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-27T23:05:11.195Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": 58, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1f5dac99bc133ff4032074" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:05:16.675Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5db299bc135386032075" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:05:22.119Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 51, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f1f5db399bc136215032076" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:05:23.572Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 48, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f5de899bc1365e5032077" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:06:16.786Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5dee99bc1329f2032078" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:06:22.187Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 51, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f1f5df499bc131d5a032079" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:06:28.638Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 48, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f5e2499bc13a94103207a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:07:16.899Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5e2a99bc1333da03207b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:07:22.251Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 51, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f1f5e3699bc132a5503207c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:07:34.302Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5e6199bc13419403207d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:08:17.009Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5e6699bc13500703207e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:08:22.324Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 51, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f1f5e7799bc13607903207f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:08:39.374Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 48, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f5e9d99bc1340da032080" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:09:17.119Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5ea299bc1376c4032081" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:09:22.392Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 51, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f1f5eb899bc13e284032082" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:09:44.440Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1f5ed999bc138145032083" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:10:17.227Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5ede99bc1354b6032084" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:10:22.459Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 52, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f1f5ef999bc1367d1032085" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:10:49.508Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1f5f1599bc130b4c032086" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:11:17.338Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5f1a99bc13c8da032087" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:11:22.528Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 52, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f1f5f3a99bc1353a0032088" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:11:54.577Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1f5f5199bc137047032089" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:12:17.446Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5f5699bc13603d03208a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:12:22.605Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 52, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f1f5f7c99bc13265f03208b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:13:00.081Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5f8d99bc134ede03208c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:13:17.556Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5f9299bc1347f903208d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:13:22.668Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 52, + "temperature": 27.9 +},{ + "_id": { + "$oid": "5f1f5fbd99bc1331af03208e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:14:05.149Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1f5fc999bc136a9e03208f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:14:17.667Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f5fce99bc13fd4e032090" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:14:22.752Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 52, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f1f5ffe99bc13ea25032091" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:15:10.217Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1f600599bc13545f032092" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:15:17.779Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f600a99bc13db98032093" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:15:22.809Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 52, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f603f99bc1356e8032094" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:16:15.286Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 48, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f1f604199bc1350f1032095" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:16:17.889Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f604699bc13f44b032096" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:16:22.867Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 52, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f1f607e99bc1351ff032097" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:17:18Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f608099bc138b38032098" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:17:20.356Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1f608299bc13d49c032099" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:17:22.938Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 52, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f1f60ba99bc13e29703209a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:18:18.114Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f60bf99bc137a8e03209b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:18:23.008Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 52, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f1f60c199bc136a2403209c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:18:25.422Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1f60f699bc137a5d03209d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:19:18.222Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f60fb99bc136b5503209e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:19:23.090Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 52, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f610299bc133e9f03209f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:19:30.491Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 48, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f1f613299bc136ef80320a0" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:20:18.332Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f613799bc1312d00320a1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:20:23.243Z" + }, + "brightness": 40, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f614399bc1395b60320a2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:20:35.560Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 48, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f1f616e99bc1312060320a3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:21:18.442Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f617399bc134ea10320a4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:21:23.302Z" + }, + "brightness": 40, + "moisture": 43, + "humidity": 52, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f1f618499bc134fa80320a5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:21:40.629Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1f61aa99bc13fc1e0320a6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:22:18.552Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f61af99bc13810e0320a7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:22:23.368Z" + }, + "brightness": 45, + "moisture": 46, + "humidity": 52, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f61c699bc1382e60320a8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:22:46.131Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f61e699bc13415a0320a9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:23:18.663Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f61eb99bc13a1560320aa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:23:23.463Z" + }, + "brightness": 45, + "moisture": 45, + "humidity": 53, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f620799bc1349760320ab" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:23:51.199Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f622299bc13692d0320ac" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:24:18.774Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f622799bc135ff10320ad" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:24:23.542Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f624899bc130d600320ae" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:24:56.271Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1f625e99bc133b310320af" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:25:18.885Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f626399bc135d560320b0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:25:23.891Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f628999bc134cd20320b1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:26:01.338Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1f629a99bc132bc70320b2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:26:18.995Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f629f99bc1389cf0320b3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:26:23.961Z" + }, + "brightness": 43, + "moisture": 43, + "humidity": 53, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f62ca99bc134afc0320b4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:27:06.405Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 48, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f1f62d799bc1313600320b5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:27:19.106Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f62dc99bc133e480320b6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:27:24.031Z" + }, + "brightness": 45, + "moisture": 46, + "humidity": 53, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f630b99bc13df960320b7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:28:11.474Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 48, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f1f631399bc1336ad0320b8" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:28:19.217Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f631899bc137f800320b9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:28:24.092Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f634c99bc13c2a00320ba" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:29:16.542Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 48, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f1f634f99bc1337010320bb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:29:19.327Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f635499bc13e53a0320bc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:29:24.162Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 53, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f638b99bc13f1ff0320bd" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:30:19.437Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f638d99bc136e930320be" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:30:21.610Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 48, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f1f639099bc1360270320bf" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:30:24.229Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 53, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f63c999bc135a9e0320c0" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:31:21.320Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f63cc99bc13f2a50320c1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:31:24.299Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 53, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f63ce99bc1338920320c2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:31:26.679Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 47, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1f640599bc13d6b50320c3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:32:21.430Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f640899bc1371970320c4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:32:24.372Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 53, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f640f99bc13aee60320c5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:32:31.748Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 47, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f644199bc134f860320c6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:33:21.541Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f644499bc138e510320c7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:33:24.436Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 53, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f645099bc1336070320c8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:33:36.817Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f647d99bc13a4270320c9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:34:21.652Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f648099bc13ed270320ca" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:34:24.506Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 53, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f649199bc1324860320cb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:34:41.887Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1f64b999bc133bd40320cc" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:35:21.762Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f64bc99bc13f4a20320cd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:35:24.573Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 53, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f64d299bc13ae680320ce" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:35:46.954Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1f64f599bc13066d0320cf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:36:21.888Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f64f899bc13e9560320d0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:36:24.691Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 53, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f651499bc1352f90320d1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:36:52.674Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f653199bc1362350320d2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:37:21.984Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f653499bc132a610320d3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:37:24.710Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 53, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f655599bc13502d0320d4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:37:57.746Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 47, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1f656e99bc137c6a0320d5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:38:22.094Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f657099bc134c8f0320d6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:38:24.783Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 53, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f659699bc13d9840320d7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:39:02.812Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 47, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f65aa99bc133d4a0320d8" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:39:22.204Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f65ac99bc133e6f0320d9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:39:24.845Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 53, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f65d799bc138b9c0320da" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:40:07.880Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f65e699bc1317c10320db" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:40:22.315Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f65e899bc131e8e0320dc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:40:24.913Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 53, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f661899bc1362fd0320dd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:41:12.948Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1f662299bc137d0c0320de" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:41:22.425Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f662499bc1338cb0320df" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:41:24.981Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 54, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f665a99bc13b2c30320e0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:42:18.017Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 47, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f1f665e99bc135f380320e1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:42:22.536Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f666199bc13833f0320e2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:42:25.048Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 54, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f669a99bc1352ed0320e3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:43:22.647Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f669b99bc138c0a0320e4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:43:23.085Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f669d99bc138d300320e5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:43:25.120Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 54, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f66d699bc1305c10320e6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:44:22.757Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f66d999bc134ac50320e7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:44:25.193Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 54, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f66dc99bc1373720320e8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:44:28.155Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 47, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f1f671299bc1360740320e9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:45:22.869Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f671599bc1314eb0320ea" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:45:25.258Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 54, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f671d99bc1300090320eb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:45:33.223Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f674e99bc137d230320ec" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:46:22.979Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f675199bc13fe580320ed" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:46:25.335Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 54, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f675e99bc1341df0320ee" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:46:38.291Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f678b99bc13fc0e0320ef" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:47:23.090Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f678d99bc136de40320f0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:47:25.402Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 54, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f679f99bc13f1100320f1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:47:43.362Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f67c799bc1357940320f2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:48:23.201Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f67c999bc1333cb0320f3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:48:25.514Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f67e099bc13ca900320f4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:48:48.428Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f680399bc134fbb0320f5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:49:23.311Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f680599bc136d6d0320f6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:49:25.629Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f682199bc135c610320f7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:49:53.497Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 47, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f1f683f99bc131d840320f8" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:50:23.421Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f684199bc1303550320f9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:50:25.739Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f686399bc13eed10320fa" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:50:59.162Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f687b99bc1359330320fb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:51:23.587Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f687d99bc1300390320fc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:51:25.865Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f68a499bc1357b50320fd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:52:04.232Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 46, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f1f68b799bc1377120320fe" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:52:23.642Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f68b999bc138f380320ff" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:52:25.922Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 54, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f1f68e599bc13c802032100" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:53:09.300Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f1f68f399bc13ba92032101" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:53:23.753Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f68f599bc1308ee032102" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:53:25.992Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 54, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f1f692699bc132c80032103" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:54:14.370Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f692f99bc13caf6032104" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:54:23.864Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f693299bc13fc2d032105" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:54:26.061Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 54, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f696799bc1388f5032106" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:55:19.439Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f696b99bc138663032107" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:55:23.975Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f696e99bc13ee84032108" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:55:26.134Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 54, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f1f699e99bc1321d2032109" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:56:14.501Z" + }, + "brightness": 34, + "moisture": 48, + "humidity": 54, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f69a899bc13c96c03210a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:56:24.084Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f69a999bc1310cf03210b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:56:25.159Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f69d999bc13b4a703210c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:57:13.788Z" + }, + "brightness": 43, + "moisture": 41, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f69e499bc13fa3703210d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:57:24.195Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f69ea99bc13b1cb03210e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:57:30.228Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f6a1599bc13510b03210f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:58:13.859Z" + }, + "brightness": 44, + "moisture": 45, + "humidity": 55, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f1f6a2099bc13cdb3032110" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:58:24.306Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f6a2b99bc138827032111" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:58:35.300Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 46, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1f6a5199bc1329c0032112" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-27T23:59:13.936Z" + }, + "brightness": 42, + "moisture": 40, + "humidity": 55, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f1f6a5c99bc137b6f032113" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-27T23:59:24.417Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f6a6c99bc13ce2f032114" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-27T23:59:40.367Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f1f6a8e99bc1345d9032115" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:00:14Z" + }, + "brightness": 41, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f6a9899bc13db6e032116" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:00:24.527Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f6aad99bc1335a6032117" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:00:45.436Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f6acd99bc1388e7032118" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:01:17.373Z" + }, + "brightness": 35, + "moisture": 49, + "humidity": 55, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f1f6ad399bc13fc29032119" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:01:23.777Z" + }, + "brightness": 37, + "moisture": 48, + "humidity": 55, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f6ad499bc132b5603211a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:01:24.637Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f6aee99bc13a4a703211b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:01:50.506Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 46, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f6b0e99bc136dec03211c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:02:22.929Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 54, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f1f6b1099bc130a3803211d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:02:24.747Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f6b3099bc13d6d103211e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:02:56.225Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f6b4b99bc13bccc03211f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:03:23.044Z" + }, + "brightness": 45, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f6b4c99bc1381c1032120" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:03:24.856Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f6b7199bc13235d032121" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:04:01.294Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f6b8799bc13cb4a032122" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:04:23.113Z" + }, + "brightness": 40, + "moisture": 41, + "humidity": 55, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f1f6b8899bc136707032123" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:04:24.967Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f6bb299bc1335bf032124" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:05:06.363Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1f6bc399bc13846a032125" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:05:23.178Z" + }, + "brightness": 40, + "moisture": 40, + "humidity": 55, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f1f6bc599bc134d9e032126" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:05:25.077Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f6bf399bc135d4e032127" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:06:11.431Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1f6bff99bc1313fc032128" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:06:23.249Z" + }, + "brightness": 41, + "moisture": 40, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f6c0199bc13ecee032129" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:06:25.189Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f6c3499bc135b2b03212a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:07:16.501Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f6c3b99bc1347a303212b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:07:23.320Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 55, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f1f6c3d99bc131d6b03212c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:07:25.299Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f6c7599bc13d14c03212d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:08:21.569Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f1f6c7799bc130d4703212e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:08:23.401Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f6c7999bc13832803212f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:08:25.409Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f6cb399bc136fa1032130" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:09:23.461Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f6cb599bc132bd8032131" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:09:25.521Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f6cb699bc131f97032132" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:09:26.640Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f1f6cef99bc1302d8032133" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:10:23.534Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f6cf199bc13671d032134" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:10:25.630Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f6cf799bc130d54032135" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:10:31.706Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f6d2b99bc13ec82032136" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:11:23.593Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 55, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f1f6d2d99bc1345a8032137" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:11:25.740Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f6d3899bc130319032138" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:11:36.774Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1f6d6799bc13672e032139" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:12:23.716Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f6d6999bc1349bc03213a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:12:25.851Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f6d7999bc1332ce03213b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:12:41.842Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 46, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1f6da399bc13243203213c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:13:23.751Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f6da599bc13133d03213d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:13:25.962Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f6dba99bc1366c003213e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:13:46.911Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1f6ddf99bc13f57803213f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:14:23.803Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f6de299bc130d5b032140" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:14:26.071Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f6dfb99bc1367fe032141" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:14:51.980Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1f6e1b99bc13e396032142" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:15:23.876Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f6e1e99bc13ac42032143" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:15:26.181Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f6e3d99bc130e87032144" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:15:57.048Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f6e5799bc137c3b032145" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:16:23.945Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f6e5a99bc1312af032146" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:16:26.292Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f6e7e99bc13f785032147" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:17:02.713Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f6e9499bc131de9032148" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:17:24.005Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f6e9699bc13ae98032149" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:17:26.401Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f6ebf99bc1322ea03214a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:18:07.783Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 45, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f1f6ec999bc13215303214b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:18:17.761Z" + }, + "brightness": 28, + "moisture": 48, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f6ed299bc13cbf803214c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:18:26.511Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f6f0099bc13555103214d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:19:12.853Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f6f0e99bc13a86e03214e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:19:26.518Z" + }, + "brightness": 32, + "moisture": 47, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f6f0e99bc13b60003214f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:19:26.622Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f6f3099bc13887c032150" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:20:00.071Z" + }, + "brightness": 39, + "moisture": 49, + "humidity": 55, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f1f6f4199bc1336e8032151" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:20:17.920Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f6f4a99bc13e229032152" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:20:26.732Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f6f6f99bc136b6c032153" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:21:03.224Z" + }, + "brightness": 34, + "moisture": 48, + "humidity": 56, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f6f8299bc139459032154" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:21:22.988Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f6f8699bc13458e032155" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:21:26.844Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f6faa99bc132072032156" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:22:02.531Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f6fc299bc13d11b032157" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:22:26.954Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f6fc499bc134d3c032158" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:22:28.656Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f6fff99bc13aa36032159" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:23:27.064Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f700599bc1371f603215a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:23:33.724Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 45, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f1f703b99bc134f3a03215b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:24:27.174Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f703d99bc13414703215c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:24:29.784Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 56, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f704699bc13997903215d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:24:38.794Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f705f99bc1334fe03215e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:25:03.796Z" + }, + "brightness": 38, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f707799bc13a0e003215f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:25:27.286Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f708799bc136514032160" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:25:43.888Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f709b99bc134b55032161" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:26:03.077Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 56, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f70b399bc1350a9032162" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:26:27.398Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f70c899bc137756032163" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:26:48.930Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f70d799bc1330bd032164" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:27:03.133Z" + }, + "brightness": 42, + "moisture": 46, + "humidity": 56, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f70db99bc131699032165" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:27:07.118Z" + }, + "brightness": 37, + "moisture": 48, + "humidity": 56, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f70ef99bc135bee032166" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:27:27.505Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f710999bc139373032167" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:27:53.999Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1f711699bc13f792032168" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:28:06.483Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 56, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f712b99bc1347a9032169" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:28:27.615Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f714b99bc133daa03216a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:28:59.069Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f715299bc13836a03216b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:29:06.567Z" + }, + "brightness": 43, + "moisture": 46, + "humidity": 56, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f716799bc13115103216c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:29:27.723Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f718c99bc13c49303216d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:30:04.136Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 46, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1f718e99bc1336de03216e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:30:06.620Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 56, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f1f71a399bc13b6f203216f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:30:27.832Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f71ca99bc130727032170" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:31:06.690Z" + }, + "brightness": 40, + "moisture": 40, + "humidity": 56, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f71cd99bc1355fe032171" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:31:09.205Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f71df99bc135549032172" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:31:27.942Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f720699bc13a874032173" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:32:06.760Z" + }, + "brightness": 34, + "moisture": 40, + "humidity": 56, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f720e99bc138a9c032174" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:32:14.274Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f721c99bc13321c032175" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:32:28.051Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f724299bc1312c2032176" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:33:06.828Z" + }, + "brightness": 40, + "moisture": 40, + "humidity": 56, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f724f99bc1388c3032177" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:33:19.343Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f725899bc13dc65032178" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:33:28.163Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f727e99bc131726032179" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:34:06.908Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f729099bc13a6a803217a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:34:24.410Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f729499bc132c5003217b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:34:28.275Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f72ba99bc13617b03217c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:35:06.968Z" + }, + "brightness": 43, + "moisture": 39, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f72d099bc13cc1403217d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:35:28.382Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f72d299bc13371b03217e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:35:30.130Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f72f799bc13cf0f03217f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:36:07.041Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f730c99bc1306cb032180" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:36:28.493Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f731399bc13aa24032181" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:36:35.199Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f733399bc13246c032182" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:37:07.104Z" + }, + "brightness": 42, + "moisture": 40, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f734899bc13d0bd032183" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:37:28.600Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f735499bc133d6e032184" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:37:40.297Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f736f99bc137619032185" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:38:07.172Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f738499bc137862032186" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:38:28.713Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f739599bc131055032187" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:38:45.336Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1f73ab99bc1377ae032188" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:39:07.242Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f73c099bc135bb6032189" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:39:28.821Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f73d699bc138fca03218a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:39:50.405Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1f73e799bc13125703218b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:40:07.318Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f73fc99bc13732803218c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:40:28.932Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f741799bc13dcca03218d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:40:55.474Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1f742399bc13707303218e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:41:07.380Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f743999bc13525d03218f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:41:29.040Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f745999bc13510b032190" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:42:01.197Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f745f99bc13812e032191" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:42:07.448Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f747599bc1355cc032192" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:42:29.149Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f749a99bc13758d032193" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:43:06.264Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f749b99bc13097a032194" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:43:07.518Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f74b199bc134e25032195" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:43:29.258Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f74d799bc136c7f032196" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:44:07.589Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f74db99bc134f83032197" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:44:11.336Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f74ed99bc13c591032198" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:44:29.370Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f751399bc136889032199" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:45:07.660Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f751c99bc13f05703219a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:45:16.402Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f752999bc130bca03219b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:45:29.477Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f754f99bc136a0703219c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:46:07.725Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f755d99bc132fc103219d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:46:21.471Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f756599bc13390903219e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:46:29.587Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f758b99bc13588f03219f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:47:07.792Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f759e99bc13a13f0321a0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:47:26.538Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f75a199bc131c140321a1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:47:29.698Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f75c799bc135db40321a2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:48:07.906Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f75dd99bc1342eb0321a3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:48:29.806Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f75df99bc1356cd0321a4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:48:31.627Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f760399bc1352ca0321a5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:49:07.977Z" + }, + "brightness": 42, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f761b99bc135b4e0321a6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:49:31.686Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f762099bc1304150321a7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:49:36.680Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f764099bc137f100321a8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:50:08.043Z" + }, + "brightness": 42, + "moisture": 40, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f765799bc1313b70321a9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:50:31.796Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f766199bc13662e0321aa" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:50:41.747Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1f767c99bc139b2b0321ab" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:51:08.119Z" + }, + "brightness": 41, + "moisture": 40, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f769399bc133ba40321ac" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:51:31.907Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f76a299bc1344bb0321ad" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:51:46.815Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f76b099bc137acd0321ae" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:52:00.943Z" + }, + "brightness": 35, + "moisture": 48, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f76d099bc13e43a0321af" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:52:32.017Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f76e399bc131a4c0321b0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:52:51.884Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f76ec99bc13c54d0321b1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:53:00.338Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f770c99bc1375a40321b2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:53:32.126Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f772499bc13c29a0321b3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:53:56.952Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1f772899bc13c8d90321b4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:54:00.406Z" + }, + "brightness": 45, + "moisture": 46, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f774899bc1312780321b5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:54:32.235Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f776499bc1358fe0321b6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:55:00.477Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f776699bc13bdf60321b7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:55:02.022Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f778499bc1328a80321b8" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:55:32.346Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f77a099bc138fb20321b9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:56:00.547Z" + }, + "brightness": 42, + "moisture": 40, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f77a799bc1356f30321ba" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:56:07.091Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f77c099bc1363430321bb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:56:32.455Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f77dc99bc13fcc30321bc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:57:00.616Z" + }, + "brightness": 40, + "moisture": 40, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f77e899bc134ddf0321bd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:57:12.169Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f1f77fc99bc13939a0321be" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:57:32.565Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f781899bc135aa60321bf" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:58:00.686Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f782999bc137a450321c0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:58:17.239Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f1f783899bc1365de0321c1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:58:32.676Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f785499bc1377e90321c2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T00:59:00.756Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f786a99bc13b6a10321c3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T00:59:22.307Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f1f787499bc131c3e0321c4" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T00:59:32.786Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f789099bc1345660321c5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:00:00.828Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f78ab99bc13e89c0321c6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:00:27.375Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f1f78b099bc13842e0321c7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:00:32.896Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f78cc99bc13e40d0321c8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:01:00.895Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f78ec99bc1341b70321c9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:01:32.445Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f1f78ee99bc134f970321ca" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:01:34.778Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f790899bc1399c20321cb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:02:00.966Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f792a99bc1316360321cc" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:02:34.888Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f792d99bc1372fa0321cd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:02:37.514Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f794599bc131f040321ce" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:03:01.035Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f796699bc135d9e0321cf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:03:34.998Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f796e99bc13f0270321d0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:03:42.581Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f798199bc138a040321d1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:04:01.103Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f79a399bc1325740321d2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:04:35.109Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f79af99bc1397950321d3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:04:47.649Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f79bd99bc13137f0321d4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:05:01.177Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f79df99bc1372cd0321d5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:05:35.220Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f79f099bc13a09d0321d6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:05:52.718Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f79f999bc13599a0321d7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:06:01.242Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f7a1b99bc1357d80321d8" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:06:35.329Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f7a3199bc13fcac0321d9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:06:57.797Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f1f7a3599bc1384a60321da" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:07:01.311Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f7a5799bc13860f0321db" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:07:35.438Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f7a7199bc132d010321dc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:08:01.379Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f7a7299bc1315540321dd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:08:02.866Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f7a9399bc133c8e0321de" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:08:35.548Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f7aad99bc13283b0321df" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:09:01.457Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f7ab399bc1372e50321e0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:09:07.937Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f7acf99bc1341b50321e1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:09:35.658Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f7ae999bc131f570321e2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:10:01.521Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f7af599bc13b56d0321e3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:10:13.003Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f7b0b99bc1390d60321e4" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:10:35.770Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f7b2599bc132cd20321e5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:11:01.590Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f7b3699bc1385a20321e6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:11:18.072Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1f7b4799bc134c180321e7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:11:35.877Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f7b6199bc131dcc0321e8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:12:01.657Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f7b7799bc13a8cc0321e9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:12:23.140Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 47, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1f7b8399bc137dae0321ea" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:12:35.988Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f7b9d99bc13fe0c0321eb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:13:01.724Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f7bb899bc13e69c0321ec" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:13:28.209Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1f7bc099bc13f43c0321ed" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:13:36.097Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f7bd999bc13f6f20321ee" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:14:01.796Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f7bf999bc1318130321ef" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:14:33.279Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f7bfc99bc1342a80321f0" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:14:36.208Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f7c1599bc131de90321f1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:15:01.866Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f7c3899bc13fff60321f2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:15:36.318Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f7c3a99bc1366070321f3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:15:38.347Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f7c5199bc137ce90321f4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:16:01.931Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f7c7499bc1366d10321f5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:16:36.440Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f7c7b99bc1303e90321f6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:16:43.426Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f7c8d99bc136b4d0321f7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:17:01.998Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 55, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f7cb099bc13649e0321f8" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:17:36.538Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f7cbc99bc130c210321f9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:17:48.493Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f7cca99bc1314950321fa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:18:02.116Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f7cec99bc13d5420321fb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:18:36.647Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f7cfd99bc13502f0321fc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:18:53.562Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f7d0699bc131e1d0321fd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:19:02.229Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f7d2899bc1336d40321fe" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:19:36.758Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f7d3e99bc13f98c0321ff" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:19:58.631Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1f7d4299bc1325f6032200" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:20:02.344Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f7d6499bc134e74032201" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:20:36.867Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f7d7e99bc133ea7032202" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:21:02.457Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f7d7f99bc13f99b032203" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:21:03.699Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 48, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f1f7da299bc1383b3032204" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:21:38.749Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f7dba99bc137b67032205" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:22:02.572Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f7dc099bc13c43c032206" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:22:08.769Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f1f7dde99bc13a763032207" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:22:38.857Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f7df699bc13bcb4032208" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:23:02.688Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f7e0199bc1352d3032209" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:23:13.836Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f7e1a99bc13e24c03220a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:23:38.966Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f7e3299bc13bf4103220b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:24:02.810Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f7e4299bc13641803220c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:24:18.905Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f7e5799bc131b3a03220d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:24:39.077Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f7e6e99bc13068603220e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:25:02.871Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 55, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f1f7e8499bc13730a03220f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:25:24.625Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f7e9499bc1374b5032210" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:25:40.957Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f7eaa99bc1374cf032211" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:26:02.940Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 55, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f7ec599bc13ac96032212" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:26:29.694Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f7ed199bc135416032213" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:26:41.066Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f7ee799bc1300b9032214" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:27:03.014Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 56, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f7f0699bc131cda032215" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:27:34.763Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1f7f0d99bc132ae2032216" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:27:41.176Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f7f2399bc1304bb032217" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:28:03.078Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 56, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f7f4799bc13eee1032218" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:28:39.831Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f7f4999bc13158b032219" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:28:41.285Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f7f5f99bc13604503221a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:29:03.157Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 56, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f7f8599bc137f7203221b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:29:41.396Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f7f8899bc136b2903221c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:29:44.899Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f7f9b99bc130f2603221d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:30:03.217Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 56, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f7fc199bc130abe03221e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:30:41.506Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f7fc999bc13e2d403221f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:30:49.970Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1f7fd799bc130863032220" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:31:03.284Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 56, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f7ffd99bc131f15032221" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:31:41.615Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f800b99bc13e93b032222" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:31:55.050Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f1f801399bc131449032223" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:32:03.357Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 56, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f803999bc1327f0032224" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:32:41.725Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f804c99bc135c00032225" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:33:00.116Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f804f99bc136e1e032226" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:33:03.423Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 56, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f807599bc1327b0032227" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:33:41.836Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f808b99bc136831032228" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:34:03.492Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 56, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f808d99bc13f03a032229" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:34:05.186Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f80b199bc13c33303222a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:34:41.944Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f80c799bc1314f003222b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:35:03.560Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 56, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f80ce99bc13034303222c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:35:10.256Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f80ee99bc13bf8603222d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:35:42.053Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f810399bc139f3503222e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:36:03.633Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 56, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f810f99bc136df403222f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:36:15.325Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f812a99bc13545a032230" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:36:42.162Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f813f99bc13601b032231" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:37:03.698Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 56, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f815099bc13f09d032232" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:37:20.395Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1f816699bc13c863032233" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:37:42.272Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f817b99bc1328d3032234" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:38:03.774Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 56, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f819199bc13971f032235" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:38:25.462Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f81a299bc136229032236" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:38:42.382Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f81b799bc136d18032237" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:39:03.838Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 56, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f81d299bc1360b1032238" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:39:30.532Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f81de99bc13dd8a032239" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:39:42.491Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f81f399bc13af4e03223a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:40:03.909Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 56, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f821399bc13504f03223b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:40:35.599Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1f821a99bc1312c703223c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:40:42.601Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f822f99bc13080b03223d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:41:03.985Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 56, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f825599bc13453e03223e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:41:41.320Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f825699bc130da603223f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:41:42.711Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f826c99bc132813032240" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:42:04.043Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 56, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f829299bc1335ca032241" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:42:42.821Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f829699bc135a1e032242" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:42:46.387Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f82a899bc1383dd032243" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:43:04.110Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 56, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f82ce99bc13b126032244" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:43:42.930Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f82d799bc136e7c032245" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:43:51.455Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f82e499bc13f0fa032246" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:44:04.185Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 56, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f830c99bc130b64032247" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:44:44.811Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f831899bc137c54032248" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:44:56.523Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f832099bc137243032249" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:45:04.249Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 56, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f834899bc13c5b303224a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:45:44.921Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f835999bc13784703224b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:46:01.592Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 47, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1f835c99bc1383c103224c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:46:04.336Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 56, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f838599bc13770c03224d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:46:45.032Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f839899bc1345f503224e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:47:04.417Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 56, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f839a99bc1353ed03224f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:47:06.672Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1f83c299bc1326bf032250" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:47:46.867Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f83d499bc1330a6032251" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:48:04.503Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 56, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f83db99bc135e1d032252" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:48:11.740Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1f83fe99bc13e6cc032253" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:48:46.977Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f841099bc134427032254" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:49:04.535Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 56, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f841c99bc131e20032255" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:49:16.812Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f1f843b99bc13766d032256" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:49:47.087Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f844c99bc1343df032257" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:50:04.597Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 56, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f845d99bc1384ba032258" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:50:21.885Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1f847799bc137500032259" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:50:47.196Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f848899bc13b60103225a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:51:04.698Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 56, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f849e99bc13d7d803225b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:51:26.947Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1f84b399bc1354a103225c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:51:47.306Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f84c499bc13380103225d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:52:04.797Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 56, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f84e099bc13a23a03225e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:52:32.016Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1f84ef99bc13df8303225f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:52:47.416Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f850099bc1396b9032260" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:53:04.864Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f852199bc13bd7e032261" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:53:37.083Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1f852b99bc1332a9032262" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:53:47.526Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f853c99bc1366ab032263" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:54:04.963Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f856299bc134d41032264" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:54:42.151Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1f856799bc13f509032265" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:54:47.635Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f857999bc13438f032266" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:55:05.077Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f85a399bc1390fb032267" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:55:47.221Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 47, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f1f85a399bc139729032268" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:55:47.746Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f85b599bc13231a032269" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:56:05.199Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f85df99bc13a9ee03226a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:56:47.855Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f85e499bc13e04503226b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:56:52.289Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f1f85f199bc133a2d03226c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:57:05.277Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 57, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f861b99bc13617303226d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:57:47.965Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f862699bc13641d03226e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:57:58.009Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f862e99bc132a0903226f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:58:06.336Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 57, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f865899bc13c385032270" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:58:48.075Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f866799bc1302b9032271" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T01:59:03.078Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 47, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f1f866999bc13544c032272" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T01:59:05.397Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 57, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f869499bc1327bc032273" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T01:59:48.185Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f86a599bc13a188032274" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:00:05.463Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 57, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f86a899bc137aad032275" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:00:08.145Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 47, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f1f86d099bc1364ff032276" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:00:48.299Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f86e199bc13e708032277" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:01:05.532Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 57, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f86e999bc134cb2032278" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:01:13.214Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 48, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f1f870c99bc13f1db032279" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:01:48.403Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f871d99bc136bb903227a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:02:05.603Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 57, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f872a99bc135a8d03227b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:02:18.283Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 47, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f1f874899bc13257303227c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:02:48.515Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f875999bc1326a103227d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:03:05.671Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 57, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f876b99bc1339ad03227e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:03:23.351Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 48, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f1f878499bc134bcc03227f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:03:48.624Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f879599bc1373f1032280" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:04:05.756Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 57, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f87ac99bc136704032281" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:04:28.429Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 48, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f1f87c099bc130687032282" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:04:48.733Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f87d199bc130e0b032283" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:05:05.863Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 57, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f87ed99bc133bd7032284" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:05:33.488Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 48, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f1f87fc99bc138dd1032285" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:05:48.843Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f880d99bc133454032286" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:06:05.896Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 57, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f882e99bc131f40032287" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:06:38.556Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 48, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f1f883899bc131def032288" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:06:48.952Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f884999bc135c3e032289" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:07:05.958Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 57, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f886f99bc1319f403228a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:07:43.626Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 48, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f1f887599bc1353d303228b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:07:49.062Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f888699bc13aa0603228c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:08:06.017Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 57, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f88b099bc1383e603228d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:08:48.694Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 48, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f1f88b199bc135cb103228e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:08:49.172Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f88c299bc13eab303228f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:09:06.087Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 57, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f88ed99bc13233e032290" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:09:49.281Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f88f199bc13e123032291" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:09:53.765Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 48, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f1f88fe99bc13761f032292" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:10:06.201Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f892999bc1301f8032293" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:10:49.392Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f893299bc136bec032294" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:10:58.832Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 48, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f1f893a99bc13a1c8032295" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:11:06.317Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f896599bc139fc7032296" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:11:49.501Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f897499bc135b89032297" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:12:04.496Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f897699bc13b225032298" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:12:06.387Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 57, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f89a199bc134058032299" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:12:49.611Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f89b299bc1342d203229a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:13:06.452Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 57, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f89b599bc13cec503229b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:13:09.564Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 48, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f1f89dd99bc13108303229c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:13:49.720Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f89ee99bc1383a703229d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:14:06.522Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 57, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f89f699bc13432803229e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:14:14.633Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 48, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f1f8a1999bc1395f303229f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:14:49.830Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f8a2a99bc1343320322a0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:15:06.592Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 57, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f8a3799bc13997a0322a1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:15:19.702Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 48, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f1f8a5599bc1341840322a2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:15:49.940Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f8a6699bc131e1c0322a3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:16:06.665Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 57, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f8a7899bc136e6d0322a4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:16:24.770Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 48, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f1f8a9299bc13018e0322a5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:16:50.049Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f8aa299bc1393a40322a6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:17:06.730Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 57, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f8ab999bc1315be0322a7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:17:29.845Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 48, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f1f8ace99bc13538a0322a8" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:17:50.159Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f8ade99bc1384770322a9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:18:06.800Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 57, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f8afa99bc134f020322aa" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:18:34.910Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 48, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f1f8b0a99bc13f2ad0322ab" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:18:50.269Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f8b1a99bc1356320322ac" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:19:06.867Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 57, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f8b3b99bc1331420322ad" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:19:39.978Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f1f8b4699bc13c3950322ae" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:19:50.378Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f8b5699bc1315bd0322af" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:20:06.950Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 57, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f8b7d99bc13add90322b0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:20:45.077Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f1f8b8299bc1320f20322b1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:20:50.488Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f8b9399bc13a3720322b2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:21:07.019Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 57, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f8bbe99bc1309510322b3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:21:50.116Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 47, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f1f8bbe99bc136f4f0322b4" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:21:50.598Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f8bcf99bc1361db0322b5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:22:07.076Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 57, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f8bfa99bc132c850322b6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:22:50.707Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f8bff99bc13de9d0322b7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:22:55.184Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f1f8c0b99bc1321530322b8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:23:07.191Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f8c3699bc13621a0322b9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:23:50.817Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f8c4099bc1300da0322ba" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:24:00.254Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f1f8c4799bc1380f50322bb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:24:07.310Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f8c7299bc13ffa40322bc" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:24:50.927Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f8c8199bc13d0220322bd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:25:05.325Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f8c8399bc13699c0322be" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:25:07.420Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f8caf99bc13073a0322bf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:25:51.037Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f8cbf99bc13491d0322c0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:26:07.499Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 57, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f8cc299bc13c8460322c1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:26:10.402Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f1f8ceb99bc135cd30322c2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:26:51.146Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f8cfb99bc13b01f0322c3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:27:07.556Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 57, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f8d0399bc13293c0322c4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:27:15.472Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f1f8d2799bc1371ad0322c5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:27:51.256Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f8d3799bc132cd90322c6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:28:07.626Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 57, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f8d4499bc13f5900322c7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:28:20.540Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1f8d6399bc1354650322c8" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:28:51.365Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f8d7399bc13e10f0322c9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:29:07.698Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 57, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f8d8599bc13e2220322ca" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:29:25.608Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 46, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f1f8d9f99bc130f170322cb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:29:51.475Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f8daf99bc13e8660322cc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:30:07.766Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 57, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f8dc699bc1304f00322cd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:30:30.678Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1f8ddb99bc1302f40322ce" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:30:51.585Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f8deb99bc1347360322cf" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:31:07.841Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 57, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f8e0799bc13b2770322d0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:31:35.745Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1f8e1799bc136bf50322d1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:31:51.695Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f8e2799bc1367440322d2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:32:07.916Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 57, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f8e4899bc1375fe0322d3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:32:40.816Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1f8e5399bc132d330322d4" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:32:51.804Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f8e6399bc1344cb0322d5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:33:07.984Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f8e8999bc1359650322d6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:33:45.884Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1f8e8f99bc1308730322d7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:33:51.914Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f8ea099bc1381d70322d8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:34:08.043Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f8eca99bc135fa90322d9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:34:50.953Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 46, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f1f8ecc99bc13199d0322da" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:34:52.024Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f8edc99bc136bf00322db" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:35:08.114Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 58, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f8f0899bc1331b70322dc" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:35:52.133Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f8f0c99bc131e0c0322dd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:35:56.021Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f1f8f1899bc1381250322de" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:36:08.181Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 58, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f8f4499bc1383bc0322df" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:36:52.243Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f8f4d99bc135e220322e0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:37:01.091Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 46, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f1f8f5499bc130ae60322e1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:37:08.250Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 58, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f8f8099bc13b03a0322e2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:37:52.353Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f8f8e99bc134f810322e3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:38:06.164Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f1f8f9099bc13ae7e0322e4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:38:08.319Z" + }, + "brightness": 42, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f8fbc99bc1303df0322e5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:38:52.462Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f8fcc99bc13452b0322e6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:39:08.390Z" + }, + "brightness": 45, + "moisture": 42, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f8fcf99bc1374870322e7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:39:11.228Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 46, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f1f8ff899bc135eee0322e8" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:39:52.573Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f900899bc1377650322e9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:40:08.456Z" + }, + "brightness": 45, + "moisture": 46, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f901099bc139af80322ea" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:40:16.298Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 46, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f1f903499bc13a2020322eb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:40:52.688Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f904499bc1335b40322ec" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:41:08.532Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f905199bc1342e40322ed" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:41:21.369Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 46, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f1f907099bc13e9c80322ee" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:41:52.792Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f908099bc139ae00322ef" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:42:08.589Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f909299bc1303510322f0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:42:26.437Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 46, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f1f90ac99bc13a6460322f1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:42:52.903Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f90bc99bc13a8520322f2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:43:08.674Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f90d399bc131f700322f3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:43:31.504Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 47, + "temperature": 25.4 +},{ + "_id": { + "$oid": "5f1f90e999bc1325c40322f4" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:43:53.011Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f90f899bc13bc510322f5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:44:08.729Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f911599bc13ee930322f6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:44:37.225Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f912599bc1320d30322f7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:44:53.121Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f913499bc13fea40322f8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:45:08.798Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f915699bc131d5f0322f9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:45:42.295Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f1f916199bc131b2d0322fa" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:45:53.231Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f917099bc13afd10322fb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:46:08.870Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f919799bc1352800322fc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:46:47.363Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 47, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f1f919d99bc1376d60322fd" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:46:53.340Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f91ac99bc130e960322fe" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:47:08.935Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f91d899bc13da9d0322ff" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:47:52.431Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 46, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f1f91d999bc134718032300" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:47:53.450Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f91e999bc13b04a032301" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:48:09.003Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f921599bc1352ee032302" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:48:53.560Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f921999bc1319fa032303" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:48:57.501Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 46, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f1f922599bc13f617032304" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:49:09.074Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f925199bc137adf032305" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:49:53.669Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f925a99bc1366dd032306" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:50:02.569Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 46, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f1f926199bc137f6d032307" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:50:09.143Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f928d99bc13a3ed032308" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:50:53.779Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f929b99bc136418032309" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:51:07.636Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 46, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f1f929d99bc13ae1903230a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:51:09.212Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f92c999bc130dc703230b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:51:53.888Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f92d999bc13ed0903230c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:52:09.281Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f92dc99bc13494903230d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:52:12.705Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f1f930699bc13d39c03230e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:52:53.998Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f931599bc13d4d203230f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:53:09.349Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f931d99bc136d4b032310" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:53:17.774Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 46, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f1f934299bc135cae032311" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:53:54.107Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f935199bc1366e5032312" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:54:09.422Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f935e99bc13c531032313" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:54:22.843Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f937e99bc133466032314" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:54:54.217Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f938d99bc1349bb032315" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:55:09.488Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f939f99bc137b2a032316" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:55:27.914Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 46, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f1f93ba99bc1344d1032317" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:55:54.327Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f93c999bc137a64032318" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:56:09.557Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f93e099bc13fd15032319" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:56:32.984Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 46, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f1f93f699bc13c0c103231a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:56:54.438Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f940599bc13426003231b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:57:09.632Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f942299bc138df403231c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:57:38.052Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 46, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f1f943299bc13184a03231d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:57:54.547Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f944199bc1362fb03231e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:58:09.695Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f946399bc13fafc03231f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:58:43.771Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f946e99bc137372032320" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:58:54.657Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f947d99bc1301d5032321" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T02:59:09.763Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f94a499bc13f615032322" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T02:59:48.839Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 46, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f1f94aa99bc138813032323" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T02:59:54.766Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f94b999bc137a1f032324" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:00:09.837Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f94e599bc1328f0032325" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:00:53.910Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 46, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f1f94e899bc130710032326" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:00:56.648Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f94f599bc131b0e032327" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:01:09.904Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f952499bc132210032328" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:01:56.759Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f952699bc13e6f8032329" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:01:58.979Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 46, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f1f953199bc13da1303232a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:02:09.975Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f956099bc1390bf03232b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:02:56.867Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f956899bc13285103232c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:03:04.048Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 46, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f1f956e99bc13a6d803232d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:03:10.085Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f959c99bc1378f603232e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:03:56.977Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f95a999bc13098e03232f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:04:09.116Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 46, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f1f95aa99bc133762032330" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:04:10.199Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f95d999bc135826032331" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:04:57.086Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f95e699bc131c3d032332" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:05:10.271Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 58, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f95ea99bc13215f032333" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:05:14.189Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 46, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f1f961599bc13b3a3032334" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:05:57.197Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f962299bc133b37032335" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:06:10.340Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 58, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f962b99bc1321c6032336" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:06:19.253Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 47, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f1f965199bc135e5a032337" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:06:57.309Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f965e99bc13dcf5032338" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:07:10.404Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 58, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f966c99bc130fd2032339" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:07:24.323Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 47, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f1f968d99bc13027403233a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:07:57.419Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f969a99bc13edfc03233b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:08:10.484Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 58, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f96ad99bc13f87203233c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:08:29.390Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 46, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f1f96c999bc13c4e003233d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:08:57.528Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f96d699bc13191c03233e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:09:10.545Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 58, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f96ee99bc1324ba03233f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:09:34.460Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 46, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f1f970799bc132f39032340" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:09:59.409Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f971299bc139539032341" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:10:10.626Z" + }, + "brightness": 46, + "moisture": 41, + "humidity": 58, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f972f99bc132893032342" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:10:39.527Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 47, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f1f974399bc13ff2a032343" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:10:59.520Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f974e99bc1382b5032344" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:11:10.709Z" + }, + "brightness": 46, + "moisture": 41, + "humidity": 58, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f977099bc132c4b032345" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:11:44.596Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 47, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f1f977f99bc1344ce032346" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:11:59.629Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f978a99bc130ef4032347" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:12:10.767Z" + }, + "brightness": 46, + "moisture": 40, + "humidity": 58, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f97b299bc13122d032348" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:12:50.263Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f97bd99bc132502032349" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:13:01.510Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f97c699bc13000403234a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:13:10.818Z" + }, + "brightness": 46, + "moisture": 41, + "humidity": 58, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f97f399bc1302c103234b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:13:55.330Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1f97f999bc13441403234c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:14:01.621Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f980299bc13cba403234d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:14:10.890Z" + }, + "brightness": 46, + "moisture": 40, + "humidity": 58, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f983499bc136ff003234e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:15:00.397Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 46, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f1f983599bc13d08e03234f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:15:01.730Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f983e99bc130f57032350" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:15:10.969Z" + }, + "brightness": 46, + "moisture": 41, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f987199bc136dfe032351" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:16:01.840Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f987599bc13fa27032352" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:16:05.466Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 47, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f1f987b99bc13f1d3032353" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:16:11.036Z" + }, + "brightness": 46, + "moisture": 41, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f98af99bc134c1d032354" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:17:03.721Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f98b699bc1334c0032355" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:17:10.534Z" + }, + "brightness": 1, + "moisture": 41, + "humidity": 47, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f1f98b799bc138beb032356" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:17:11.094Z" + }, + "brightness": 46, + "moisture": 41, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f98ed99bc1333c0032357" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:18:05.603Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f98f399bc1383d1032358" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:18:11.167Z" + }, + "brightness": 46, + "moisture": 41, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f98f799bc1325fb032359" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:18:15.604Z" + }, + "brightness": 1, + "moisture": 40, + "humidity": 46, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f1f992999bc13038d03235a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:19:05.713Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f992f99bc135f3803235b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:19:11.233Z" + }, + "brightness": 47, + "moisture": 41, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f993899bc136a3d03235c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:19:20.673Z" + }, + "brightness": 1, + "moisture": 41, + "humidity": 46, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f1f996799bc13858f03235d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:20:07.594Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f996b99bc13765703235e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:20:11.307Z" + }, + "brightness": 47, + "moisture": 41, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f997999bc132e0e03235f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:20:25.803Z" + }, + "brightness": 1, + "moisture": 41, + "humidity": 47, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f1f99a399bc13fabc032360" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:21:07.704Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f99a799bc131a81032361" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:21:11.369Z" + }, + "brightness": 47, + "moisture": 41, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f99ba99bc133ac1032362" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:21:30.810Z" + }, + "brightness": 1, + "moisture": 41, + "humidity": 47, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f1f99df99bc135620032363" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:22:07.815Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f99e399bc135e23032364" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:22:11.445Z" + }, + "brightness": 48, + "moisture": 41, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f99fb99bc1369ab032365" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:22:35.893Z" + }, + "brightness": 1, + "moisture": 40, + "humidity": 47, + "temperature": 25.4 +},{ + "_id": { + "$oid": "5f1f9a1d99bc132208032366" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:23:09.695Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f9a1f99bc1303aa032367" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:23:11.509Z" + }, + "brightness": 48, + "moisture": 41, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f9a3c99bc13086b032368" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:23:40.949Z" + }, + "brightness": 1, + "moisture": 40, + "humidity": 47, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f1f9a5999bc132cc0032369" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:24:09.806Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f9a5b99bc1368cf03236a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:24:11.577Z" + }, + "brightness": 49, + "moisture": 41, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f9a7e99bc137c5603236b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:24:46.017Z" + }, + "brightness": 1, + "moisture": 40, + "humidity": 47, + "temperature": 25.4 +},{ + "_id": { + "$oid": "5f1f9a9599bc13a4e603236c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:25:09.915Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f9a9799bc13400703236d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:25:11.647Z" + }, + "brightness": 49, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f9abf99bc13b36403236e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:25:51.085Z" + }, + "brightness": 2, + "moisture": 40, + "humidity": 47, + "temperature": 25.4 +},{ + "_id": { + "$oid": "5f1f9ad299bc13772303236f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:26:10.025Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f9ad399bc1342e4032370" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:26:11.749Z" + }, + "brightness": 49, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f9b0099bc132342032371" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:26:56.152Z" + }, + "brightness": 2, + "moisture": 40, + "humidity": 47, + "temperature": 25.4 +},{ + "_id": { + "$oid": "5f1f9b0e99bc1318ff032372" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:27:10.134Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f9b0f99bc1364f3032373" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:27:11.793Z" + }, + "brightness": 50, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f9b4199bc138468032374" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:28:01.221Z" + }, + "brightness": 2, + "moisture": 40, + "humidity": 46, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f1f9b4a99bc136f9a032375" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:28:10.244Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f9b4b99bc1306ee032376" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:28:11.853Z" + }, + "brightness": 51, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f9b8299bc135a79032377" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:29:06.290Z" + }, + "brightness": 3, + "moisture": 41, + "humidity": 46, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f1f9b8699bc137e30032378" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:29:10.352Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f9b8799bc131258032379" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:29:11.920Z" + }, + "brightness": 52, + "moisture": 40, + "humidity": 58, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f9bc299bc13994c03237a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:30:10.463Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f9bc399bc13407b03237b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:30:11.360Z" + }, + "brightness": 3, + "moisture": 40, + "humidity": 46, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f1f9bc399bc1316cd03237c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:30:11.989Z" + }, + "brightness": 53, + "moisture": 40, + "humidity": 58, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1f9bfe99bc1388b603237d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:31:10.571Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f9c0099bc13638103237e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:31:12.093Z" + }, + "brightness": 54, + "moisture": 40, + "humidity": 58, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f1f9c0499bc13d0c003237f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:31:16.427Z" + }, + "brightness": 4, + "moisture": 40, + "humidity": 46, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f1f9c3a99bc1376df032380" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:32:10.682Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f9c3c99bc13d77b032381" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:32:12.157Z" + }, + "brightness": 54, + "moisture": 40, + "humidity": 58, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f9c4599bc13b664032382" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:32:21.495Z" + }, + "brightness": 4, + "moisture": 40, + "humidity": 46, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f1f9c7699bc13d2b5032383" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:33:10.791Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f9c7899bc13914e032384" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:33:12.196Z" + }, + "brightness": 56, + "moisture": 40, + "humidity": 58, + "temperature": 26.9 +},{ + "_id": { + "$oid": "5f1f9c8699bc13d5d8032385" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:33:26.575Z" + }, + "brightness": 5, + "moisture": 40, + "humidity": 46, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f1f9cb299bc130ab4032386" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:34:10.901Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f9cb499bc135e71032387" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:34:12.266Z" + }, + "brightness": 57, + "moisture": 40, + "humidity": 58, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f9cc799bc132729032388" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:34:31.635Z" + }, + "brightness": 5, + "moisture": 40, + "humidity": 46, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f1f9cef99bc13e671032389" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:35:11.011Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f9cf099bc1368db03238a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:35:12.335Z" + }, + "brightness": 59, + "moisture": 40, + "humidity": 58, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f1f9d0899bc13ae7403238b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:35:36.701Z" + }, + "brightness": 5, + "moisture": 40, + "humidity": 46, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f1f9d2b99bc13111903238c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:36:11.120Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f9d2c99bc13126603238d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:36:12.410Z" + }, + "brightness": 59, + "moisture": 40, + "humidity": 58, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f9d4999bc1324e203238e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:36:41.826Z" + }, + "brightness": 6, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f9d6799bc135d1303238f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:37:11.231Z" + }, + "brightness": 1, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f9d6899bc13dedf032390" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:37:12.475Z" + }, + "brightness": 63, + "moisture": 40, + "humidity": 58, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1f9d8a99bc135eb9032391" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:37:46.894Z" + }, + "brightness": 7, + "moisture": 40, + "humidity": 46, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f1f9da399bc13151d032392" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:38:11.340Z" + }, + "brightness": 1, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f9da499bc13254e032393" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:38:12.570Z" + }, + "brightness": 65, + "moisture": 40, + "humidity": 58, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f1f9dcb99bc1320fc032394" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:38:51.960Z" + }, + "brightness": 9, + "moisture": 40, + "humidity": 45, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f1f9ddf99bc132bfb032395" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:39:11.451Z" + }, + "brightness": 1, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f9de099bc13a528032396" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:39:12.607Z" + }, + "brightness": 68, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f9e0d99bc135d25032397" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:39:57.030Z" + }, + "brightness": 10, + "moisture": 40, + "humidity": 46, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f1f9e1b99bc13674c032398" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:40:11.559Z" + }, + "brightness": 2, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f9e1c99bc130e1e032399" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:40:12.676Z" + }, + "brightness": 70, + "moisture": 40, + "humidity": 58, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f1f9e4e99bc1316fe03239a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:41:02.098Z" + }, + "brightness": 11, + "moisture": 40, + "humidity": 45, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f1f9e5799bc136af603239b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:41:11.669Z" + }, + "brightness": 2, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f9e5899bc1364c903239c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:41:12.747Z" + }, + "brightness": 74, + "moisture": 40, + "humidity": 58, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f9e8f99bc13222d03239d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:42:07.166Z" + }, + "brightness": 12, + "moisture": 40, + "humidity": 46, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f1f9e9399bc1363f703239e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:42:11.779Z" + }, + "brightness": 2, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f9e9499bc130b2c03239f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:42:12.816Z" + }, + "brightness": 76, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f9ecf99bc1319e80323a0" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:43:11.888Z" + }, + "brightness": 3, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f9ed099bc1344c50323a1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:43:12.235Z" + }, + "brightness": 14, + "moisture": 41, + "humidity": 46, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f1f9ed099bc133cab0323a2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:43:12.893Z" + }, + "brightness": 79, + "moisture": 40, + "humidity": 58, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1f9f0b99bc137e320323a3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:44:11.998Z" + }, + "brightness": 3, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f9f0c99bc1357b60323a4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:44:12.953Z" + }, + "brightness": 81, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f9f1199bc1367530323a5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:44:17.304Z" + }, + "brightness": 15, + "moisture": 40, + "humidity": 45, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f1f9f4899bc13f6aa0323a6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:45:12.108Z" + }, + "brightness": 4, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f9f4999bc13a5f20323a7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:45:13.022Z" + }, + "brightness": 85, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1f9f5299bc130bb90323a8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:45:22.373Z" + }, + "brightness": 18, + "moisture": 40, + "humidity": 46, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f1f9f8499bc137ff40323a9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:46:12.217Z" + }, + "brightness": 4, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f9f8599bc13bc240323aa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:46:13.094Z" + }, + "brightness": 90, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f9f9399bc1342ea0323ab" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:46:27.442Z" + }, + "brightness": 20, + "moisture": 40, + "humidity": 45, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f1f9fc099bc1381480323ac" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:47:12.327Z" + }, + "brightness": 5, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f9fc199bc13f75d0323ad" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:47:13.165Z" + }, + "brightness": 95, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f9fd499bc1356310323ae" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:47:32.511Z" + }, + "brightness": 23, + "moisture": 40, + "humidity": 45, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f1f9ffc99bc13a5b30323af" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:48:12.437Z" + }, + "brightness": 5, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1f9ffd99bc1338950323b0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:48:13.233Z" + }, + "brightness": 99, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa01599bc1313290323b1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:48:37.580Z" + }, + "brightness": 25, + "moisture": 40, + "humidity": 45, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f1fa03899bc1316690323b2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:49:12.546Z" + }, + "brightness": 5, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa03999bc13762b0323b3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:49:13.300Z" + }, + "brightness": 106, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa05699bc13c9f80323b4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:49:42.648Z" + }, + "brightness": 29, + "moisture": 40, + "humidity": 45, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f1fa07499bc13e6e90323b5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:50:12.655Z" + }, + "brightness": 6, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa07599bc1311ae0323b6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:50:13.376Z" + }, + "brightness": 112, + "moisture": 40, + "humidity": 58, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1fa09799bc1364930323b7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:50:47.718Z" + }, + "brightness": 31, + "moisture": 40, + "humidity": 45, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f1fa0b099bc13732d0323b8" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:51:12.767Z" + }, + "brightness": 6, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa0b199bc1358e20323b9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:51:13.435Z" + }, + "brightness": 118, + "moisture": 40, + "humidity": 58, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1fa0d999bc137c130323ba" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:51:53.381Z" + }, + "brightness": 35, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa0ec99bc13adb70323bb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:52:12.876Z" + }, + "brightness": 7, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa0ed99bc1383840323bc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:52:13.522Z" + }, + "brightness": 124, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1fa11a99bc134d1f0323bd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:52:58.450Z" + }, + "brightness": 37, + "moisture": 40, + "humidity": 46, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1fa12899bc1306d90323be" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:53:12.985Z" + }, + "brightness": 8, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa12999bc13e9880323bf" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:53:13.575Z" + }, + "brightness": 130, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1fa15b99bc1328650323c0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:54:03.529Z" + }, + "brightness": 41, + "moisture": 40, + "humidity": 46, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1fa16599bc1363550323c1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:54:13.095Z" + }, + "brightness": 8, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa16599bc1381e10323c2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:54:13.643Z" + }, + "brightness": 135, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1fa19c99bc1386b20323c3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:55:08.587Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 45, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f1fa1a199bc1381990323c4" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:55:13.205Z" + }, + "brightness": 9, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa1a199bc1309ef0323c5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:55:13.712Z" + }, + "brightness": 141, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1fa1dd99bc1317140323c6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:56:13.315Z" + }, + "brightness": 10, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa1dd99bc130a550323c7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:56:13.711Z" + }, + "brightness": 49, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa1dd99bc1380f80323c8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:56:13.782Z" + }, + "brightness": 147, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1fa21999bc1309df0323c9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:57:13.424Z" + }, + "brightness": 10, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa21999bc13edda0323ca" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:57:13.852Z" + }, + "brightness": 153, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1fa21e99bc13df770323cb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:57:18.779Z" + }, + "brightness": 53, + "moisture": 40, + "humidity": 45, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f1fa25599bc1315660323cc" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:58:13.534Z" + }, + "brightness": 11, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa25599bc132ed70323cd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:58:13.919Z" + }, + "brightness": 160, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1fa25f99bc13e7da0323ce" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:58:23.850Z" + }, + "brightness": 56, + "moisture": 40, + "humidity": 45, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f1fa29199bc138a6a0323cf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T03:59:13.644Z" + }, + "brightness": 12, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa29199bc13ef8d0323d0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T03:59:13.989Z" + }, + "brightness": 166, + "moisture": 40, + "humidity": 58, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1fa2a099bc13b2d40323d1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T03:59:28.920Z" + }, + "brightness": 59, + "moisture": 40, + "humidity": 45, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f1fa2cd99bc1375890323d2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:00:13.753Z" + }, + "brightness": 13, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa2ce99bc132acb0323d3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:00:14.062Z" + }, + "brightness": 175, + "moisture": 40, + "humidity": 58, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1fa2e199bc13707f0323d4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:00:33.985Z" + }, + "brightness": 63, + "moisture": 40, + "humidity": 45, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f1fa30999bc136f8b0323d5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:01:13.863Z" + }, + "brightness": 14, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa30a99bc1338850323d6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:01:14.129Z" + }, + "brightness": 185, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1fa32399bc1327cf0323d7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:01:39.055Z" + }, + "brightness": 67, + "moisture": 40, + "humidity": 45, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f1fa34599bc13810c0323d8" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:02:13.973Z" + }, + "brightness": 15, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa34699bc138d220323d9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:02:14.195Z" + }, + "brightness": 195, + "moisture": 40, + "humidity": 58, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1fa36499bc132a500323da" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:02:44.123Z" + }, + "brightness": 70, + "moisture": 39, + "humidity": 45, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f1fa38299bc1322660323db" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:03:14.082Z" + }, + "brightness": 16, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa38299bc13d6890323dc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:03:14.264Z" + }, + "brightness": 205, + "moisture": 40, + "humidity": 58, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1fa3a599bc137c820323dd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:03:49.192Z" + }, + "brightness": 75, + "moisture": 40, + "humidity": 45, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f1fa3be99bc132e1b0323de" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:04:14.192Z" + }, + "brightness": 18, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa3be99bc133fe50323df" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:04:14.333Z" + }, + "brightness": 215, + "moisture": 40, + "humidity": 58, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1fa3e699bc133e430323e0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:04:54.260Z" + }, + "brightness": 80, + "moisture": 40, + "humidity": 45, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f1fa3fa99bc135e170323e1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:05:14.302Z" + }, + "brightness": 19, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa3fa99bc134eb90323e2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:05:14.405Z" + }, + "brightness": 247, + "moisture": 40, + "humidity": 58, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1fa42799bc13e2ae0323e3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:05:59.874Z" + }, + "brightness": 85, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa43699bc13a0b90323e4" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:06:14.411Z" + }, + "brightness": 20, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa43699bc132efd0323e5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:06:14.471Z" + }, + "brightness": 293, + "moisture": 40, + "humidity": 58, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1fa46899bc1306760323e6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:07:04.942Z" + }, + "brightness": 90, + "moisture": 39, + "humidity": 46, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f1fa47299bc13ca290323e7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:07:14.521Z" + }, + "brightness": 21, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa47299bc13cf540323e8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:07:14.548Z" + }, + "brightness": 336, + "moisture": 40, + "humidity": 58, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1fa4aa99bc1319f60323e9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:08:10.009Z" + }, + "brightness": 95, + "moisture": 40, + "humidity": 46, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f1fa4ae99bc1375c90323ea" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:08:14.609Z" + }, + "brightness": 376, + "moisture": 40, + "humidity": 58, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1fa4ae99bc13433d0323eb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:08:14.631Z" + }, + "brightness": 22, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa4ea99bc13c0660323ec" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:09:14.692Z" + }, + "brightness": 432, + "moisture": 40, + "humidity": 58, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1fa4ea99bc1359360323ed" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:09:14.742Z" + }, + "brightness": 23, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa4eb99bc1308f90323ee" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:09:15.077Z" + }, + "brightness": 99, + "moisture": 40, + "humidity": 46, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f1fa52699bc131a180323ef" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:10:14.747Z" + }, + "brightness": 467, + "moisture": 40, + "humidity": 57, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1fa52699bc137e920323f0" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:10:14.850Z" + }, + "brightness": 24, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa52c99bc135d340323f1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:10:20.689Z" + }, + "brightness": 105, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa56299bc1340e20323f2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:11:14.824Z" + }, + "brightness": 499, + "moisture": 40, + "humidity": 57, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1fa56299bc13dbab0323f3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:11:14.960Z" + }, + "brightness": 24, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa56d99bc136a3d0323f4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:11:25.757Z" + }, + "brightness": 113, + "moisture": 39, + "humidity": 46, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f1fa59e99bc1352bb0323f5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:12:14.940Z" + }, + "brightness": 464, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa59f99bc1371550323f6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:12:15.070Z" + }, + "brightness": 26, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa5ae99bc130d0d0323f7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:12:30.830Z" + }, + "brightness": 124, + "moisture": 39, + "humidity": 46, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f1fa5db99bc1312730323f8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:13:15.045Z" + }, + "brightness": 525, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa5db99bc139a710323f9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:13:15.179Z" + }, + "brightness": 27, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa5ef99bc1369410323fa" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:13:35.894Z" + }, + "brightness": 133, + "moisture": 40, + "humidity": 46, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f1fa61799bc13bb750323fb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:14:15.160Z" + }, + "brightness": 642, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa61799bc13afd90323fc" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:14:15.289Z" + }, + "brightness": 29, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa63099bc1341e00323fd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:14:40.963Z" + }, + "brightness": 142, + "moisture": 39, + "humidity": 46, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f1fa65399bc13566e0323fe" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:15:15.274Z" + }, + "brightness": 694, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa65399bc137bf50323ff" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:15:15.398Z" + }, + "brightness": 29, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa67299bc136057032400" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:15:46.043Z" + }, + "brightness": 150, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa68f99bc1380e2032401" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:16:15.387Z" + }, + "brightness": 731, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa68f99bc133d6d032402" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:16:15.508Z" + }, + "brightness": 30, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa6b399bc133d60032403" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:16:51.652Z" + }, + "brightness": 159, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa6cb99bc13778c032404" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:17:15.463Z" + }, + "brightness": 769, + "moisture": 40, + "humidity": 56, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f1fa6cb99bc1372c9032405" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:17:15.618Z" + }, + "brightness": 32, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa6f499bc131932032406" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:17:56.721Z" + }, + "brightness": 165, + "moisture": 39, + "humidity": 46, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f1fa70799bc13a222032407" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:18:15.524Z" + }, + "brightness": 814, + "moisture": 40, + "humidity": 56, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f1fa70799bc13e768032408" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:18:15.728Z" + }, + "brightness": 33, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa73599bc13afbc032409" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:19:01.790Z" + }, + "brightness": 173, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa74399bc13852f03240a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:19:15.596Z" + }, + "brightness": 861, + "moisture": 40, + "humidity": 56, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f1fa74399bc135bd303240b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:19:15.837Z" + }, + "brightness": 35, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa77699bc13c36c03240c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:20:06.859Z" + }, + "brightness": 178, + "moisture": 40, + "humidity": 45, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f1fa77f99bc1334af03240d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:20:15.664Z" + }, + "brightness": 919, + "moisture": 40, + "humidity": 56, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f1fa77f99bc13dc9603240e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:20:15.948Z" + }, + "brightness": 35, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa7b799bc135c8003240f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:21:11.930Z" + }, + "brightness": 182, + "moisture": 39, + "humidity": 46, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f1fa7bb99bc137559032410" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:21:15.731Z" + }, + "brightness": 980, + "moisture": 39, + "humidity": 55, + "temperature": 27.9 +},{ + "_id": { + "$oid": "5f1fa7bc99bc13116f032411" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:21:16.057Z" + }, + "brightness": 37, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa7f799bc1324ef032412" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:22:15.806Z" + }, + "brightness": 1040, + "moisture": 40, + "humidity": 55, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f1fa7f899bc133b08032413" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:22:16.166Z" + }, + "brightness": 38, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa7f999bc135291032414" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:22:17.007Z" + }, + "brightness": 186, + "moisture": 40, + "humidity": 45, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f1fa83399bc13c7e5032415" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:23:15.879Z" + }, + "brightness": 1105, + "moisture": 40, + "humidity": 56, + "temperature": 28 +},{ + "_id": { + "$oid": "5f1fa83499bc134ff1032416" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:23:16.276Z" + }, + "brightness": 40, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa83a99bc132b4e032417" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:23:22.561Z" + }, + "brightness": 190, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa86f99bc137dbb032418" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:24:15.946Z" + }, + "brightness": 1173, + "moisture": 46, + "humidity": 56, + "temperature": 28 +},{ + "_id": { + "$oid": "5f1fa87099bc131152032419" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:24:16.386Z" + }, + "brightness": 40, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa87b99bc13873003241a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:24:27.630Z" + }, + "brightness": 194, + "moisture": 39, + "humidity": 45, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f1fa8ac99bc1316c003241b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:25:16.003Z" + }, + "brightness": 1260, + "moisture": 40, + "humidity": 56, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f1fa8ac99bc13512903241c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:25:16.495Z" + }, + "brightness": 42, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa8bc99bc131b3e03241d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:25:32.698Z" + }, + "brightness": 198, + "moisture": 40, + "humidity": 46, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1fa8e899bc13e13403241e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:26:16.073Z" + }, + "brightness": 1352, + "moisture": 39, + "humidity": 56, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f1fa8e899bc13a92c03241f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:26:16.611Z" + }, + "brightness": 43, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa8fd99bc13f368032420" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:26:37.767Z" + }, + "brightness": 202, + "moisture": 39, + "humidity": 46, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1fa92499bc133b0b032421" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:27:16.148Z" + }, + "brightness": 1425, + "moisture": 40, + "humidity": 56, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f1fa92499bc138359032422" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:27:16.715Z" + }, + "brightness": 42, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa93e99bc13235b032423" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:27:42.836Z" + }, + "brightness": 199, + "moisture": 40, + "humidity": 45, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f1fa96099bc13f4f4032424" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:28:16.210Z" + }, + "brightness": 1495, + "moisture": 39, + "humidity": 56, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f1fa96099bc1354e7032425" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:28:16.825Z" + }, + "brightness": 41, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa97f99bc13bb63032426" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:28:47.904Z" + }, + "brightness": 194, + "moisture": 39, + "humidity": 45, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f1fa99c99bc13d0a8032427" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:29:16.292Z" + }, + "brightness": 1341, + "moisture": 40, + "humidity": 55, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f1fa99c99bc134ca2032428" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:29:16.936Z" + }, + "brightness": 42, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fa9c099bc1367fe032429" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:29:52.976Z" + }, + "brightness": 204, + "moisture": 40, + "humidity": 45, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f1fa9d899bc13606d03242a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:30:16.375Z" + }, + "brightness": 920, + "moisture": 39, + "humidity": 55, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f1fa9d999bc132eed03242b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:30:17.044Z" + }, + "brightness": 44, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1faa0299bc13555d03242c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:30:58.054Z" + }, + "brightness": 228, + "moisture": 39, + "humidity": 45, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f1faa1599bc131f4603242d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:31:17.153Z" + }, + "brightness": 46, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1faa1599bc13458603242e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:31:17.484Z" + }, + "brightness": 916, + "moisture": 39, + "humidity": 56, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f1faa4399bc134acd03242f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:32:03.132Z" + }, + "brightness": 253, + "moisture": 40, + "humidity": 46, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f1faa5099bc13d594032430" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:32:16.487Z" + }, + "brightness": 1488, + "moisture": 40, + "humidity": 48, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f1faa5199bc13e972032431" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:32:17.263Z" + }, + "brightness": 49, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1faa8499bc134045032432" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:33:08.204Z" + }, + "brightness": 269, + "moisture": 39, + "humidity": 46, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f1faa8c99bc13618f032433" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:33:16.554Z" + }, + "brightness": 1924, + "moisture": 40, + "humidity": 46, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f1faa8d99bc130575032434" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:33:17.373Z" + }, + "brightness": 51, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1faac599bc13b098032435" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:34:13.280Z" + }, + "brightness": 275, + "moisture": 40, + "humidity": 46, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1faac899bc13364c032436" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:34:16.634Z" + }, + "brightness": 2021, + "moisture": 40, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f1faac999bc1377bc032437" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:34:17.483Z" + }, + "brightness": 54, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fab0499bc13117b032438" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:35:16.735Z" + }, + "brightness": 2089, + "moisture": 40, + "humidity": 44, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f1fab0599bc134e77032439" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:35:17.592Z" + }, + "brightness": 60, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fab0699bc1315a703243a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:35:18.358Z" + }, + "brightness": 280, + "moisture": 39, + "humidity": 46, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1fab4099bc13274f03243b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:36:16.846Z" + }, + "brightness": 2168, + "moisture": 39, + "humidity": 43, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f1fab4199bc134dd703243c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:36:17.702Z" + }, + "brightness": 63, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fab4799bc13dc6603243d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:36:23.437Z" + }, + "brightness": 283, + "moisture": 39, + "humidity": 46, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1fab7c99bc136efd03243e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:37:16.846Z" + }, + "brightness": 2250, + "moisture": 40, + "humidity": 42, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f1fab7d99bc13147c03243f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:37:17.811Z" + }, + "brightness": 65, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fab8999bc133357032440" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:37:29.112Z" + }, + "brightness": 287, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fabb899bc13840b032441" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:38:16.899Z" + }, + "brightness": 2328, + "moisture": 39, + "humidity": 42, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f1fabb999bc1350a0032442" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:38:17.922Z" + }, + "brightness": 68, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fabca99bc1302df032443" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:38:34.191Z" + }, + "brightness": 290, + "moisture": 40, + "humidity": 46, + "temperature": 26.9 +},{ + "_id": { + "$oid": "5f1fabf499bc13dfb2032444" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:39:16.970Z" + }, + "brightness": 2410, + "moisture": 40, + "humidity": 42, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f1fabf699bc1342b3032445" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:39:18.032Z" + }, + "brightness": 71, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fac0b99bc137d27032446" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:39:39.260Z" + }, + "brightness": 292, + "moisture": 39, + "humidity": 46, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f1fac3199bc1344f5032447" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:40:17.039Z" + }, + "brightness": 2504, + "moisture": 39, + "humidity": 41, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f1fac3299bc130f11032448" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:40:18.141Z" + }, + "brightness": 76, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fac4c99bc13e98d032449" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:40:44.339Z" + }, + "brightness": 292, + "moisture": 40, + "humidity": 45, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f1fac6d99bc1340ea03244a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:41:17.119Z" + }, + "brightness": 2576, + "moisture": 40, + "humidity": 41, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f1fac6e99bc134cf203244b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:41:18.250Z" + }, + "brightness": 82, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fac8d99bc131d0103244c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:41:49.417Z" + }, + "brightness": 290, + "moisture": 39, + "humidity": 46, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1faca999bc139cbb03244d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:42:17.179Z" + }, + "brightness": 2699, + "moisture": 39, + "humidity": 41, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f1facaa99bc131dd203244e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:42:18.360Z" + }, + "brightness": 86, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1facce99bc13116903244f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:42:54.495Z" + }, + "brightness": 287, + "moisture": 40, + "humidity": 45, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f1face599bc13663d032450" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:43:17.268Z" + }, + "brightness": 2857, + "moisture": 40, + "humidity": 41, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f1face699bc132f96032451" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:43:18.470Z" + }, + "brightness": 93, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fad0f99bc13dc10032452" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:43:59.574Z" + }, + "brightness": 287, + "moisture": 39, + "humidity": 45, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1fad2199bc13c08f032453" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:44:17.320Z" + }, + "brightness": 2926, + "moisture": 39, + "humidity": 41, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f1fad2299bc130a63032454" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:44:18.580Z" + }, + "brightness": 99, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fad5099bc132e61032455" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:45:04.654Z" + }, + "brightness": 290, + "moisture": 40, + "humidity": 46, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f1fad5d99bc131a16032456" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:45:17.407Z" + }, + "brightness": 2948, + "moisture": 40, + "humidity": 42, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f1fad5e99bc133cf9032457" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:45:18.689Z" + }, + "brightness": 97, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fad9299bc13bbf6032458" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:46:10.387Z" + }, + "brightness": 295, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fad9999bc13594c032459" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:46:17.463Z" + }, + "brightness": 3014, + "moisture": 40, + "humidity": 42, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f1fad9a99bc13da6603245a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:46:18.799Z" + }, + "brightness": 94, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fadd399bc130d0d03245b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:47:15.465Z" + }, + "brightness": 296, + "moisture": 39, + "humidity": 45, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f1fadd599bc133e9003245c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:47:17.524Z" + }, + "brightness": 3076, + "moisture": 40, + "humidity": 41, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f1fadd699bc13008303245d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:47:18.909Z" + }, + "brightness": 107, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fae1199bc138c4403245e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:48:17.594Z" + }, + "brightness": 3138, + "moisture": 39, + "humidity": 40, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f1fae1399bc1314bb03245f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:48:19.018Z" + }, + "brightness": 119, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fae1499bc13711d032460" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:48:20.546Z" + }, + "brightness": 297, + "moisture": 39, + "humidity": 45, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f1fae4d99bc13ec05032461" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:49:17.670Z" + }, + "brightness": 3197, + "moisture": 40, + "humidity": 41, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f1fae4f99bc131250032462" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:49:19.128Z" + }, + "brightness": 129, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fae5599bc133fd4032463" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:49:25.625Z" + }, + "brightness": 296, + "moisture": 39, + "humidity": 45, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1fae8999bc1349c8032464" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:50:17.732Z" + }, + "brightness": 3270, + "moisture": 40, + "humidity": 42, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f1fae8b99bc138ea6032465" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:50:19.237Z" + }, + "brightness": 140, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fae9699bc134626032466" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:50:30.705Z" + }, + "brightness": 295, + "moisture": 39, + "humidity": 45, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f1faec599bc13ad2b032467" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:51:17.805Z" + }, + "brightness": 3306, + "moisture": 40, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1faec799bc132d9b032468" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:51:19.347Z" + }, + "brightness": 153, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1faed799bc135219032469" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:51:35.785Z" + }, + "brightness": 295, + "moisture": 39, + "humidity": 45, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f1faf0199bc13708e03246a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:52:17.873Z" + }, + "brightness": 3035, + "moisture": 40, + "humidity": 40, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1faf0399bc13f14e03246b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:52:19.456Z" + }, + "brightness": 167, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1faf1899bc1334e603246c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:52:40.861Z" + }, + "brightness": 295, + "moisture": 43, + "humidity": 45, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1faf3d99bc134ca603246d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:53:17.948Z" + }, + "brightness": 3489, + "moisture": 40, + "humidity": 40, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f1faf3f99bc13c80003246e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:53:19.566Z" + }, + "brightness": 169, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1faf5a99bc1364e203246f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:53:46.581Z" + }, + "brightness": 299, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1faf7a99bc13de99032470" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:54:18.008Z" + }, + "brightness": 3582, + "moisture": 40, + "humidity": 41, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f1faf7b99bc13741e032471" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:54:19.676Z" + }, + "brightness": 132, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1faf9b99bc1385b3032472" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:54:51.658Z" + }, + "brightness": 300, + "moisture": 39, + "humidity": 45, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1fafb699bc138382032473" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:55:18.081Z" + }, + "brightness": 2910, + "moisture": 40, + "humidity": 40, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f1fafb799bc132f98032474" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:55:19.786Z" + }, + "brightness": 65, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fafdc99bc132cfc032475" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:55:56.736Z" + }, + "brightness": 303, + "moisture": 40, + "humidity": 45, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1faff299bc13cbe1032476" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:56:18.146Z" + }, + "brightness": 1808, + "moisture": 40, + "humidity": 40, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f1faff399bc135310032477" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:56:19.895Z" + }, + "brightness": 65, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb01d99bc139333032478" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:57:01.817Z" + }, + "brightness": 303, + "moisture": 39, + "humidity": 45, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1fb02e99bc1305ae032479" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:57:18.224Z" + }, + "brightness": 1214, + "moisture": 40, + "humidity": 40, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f1fb03099bc1347d603247a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:57:20.005Z" + }, + "brightness": 69, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb05e99bc135e6a03247b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:58:06.892Z" + }, + "brightness": 301, + "moisture": 40, + "humidity": 45, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1fb06a99bc13618f03247c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:58:18.293Z" + }, + "brightness": 2475, + "moisture": 40, + "humidity": 40, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f1fb06c99bc135b3003247d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:58:20.115Z" + }, + "brightness": 82, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb0a099bc13483503247e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T04:59:12.458Z" + }, + "brightness": 297, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb0a699bc138c7403247f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T04:59:18.363Z" + }, + "brightness": 3941, + "moisture": 40, + "humidity": 40, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f1fb0a899bc13afcf032480" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T04:59:20.224Z" + }, + "brightness": 118, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb0e199bc13f644032481" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:00:17.537Z" + }, + "brightness": 295, + "moisture": 40, + "humidity": 44, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f1fb0e299bc13166d032482" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:00:18.426Z" + }, + "brightness": 4128, + "moisture": 40, + "humidity": 40, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1fb0e499bc13002d032483" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:00:20.334Z" + }, + "brightness": 194, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb11e99bc13286c032484" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:01:18.510Z" + }, + "brightness": 4221, + "moisture": 40, + "humidity": 41, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f1fb12099bc13e688032485" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:01:20.445Z" + }, + "brightness": 221, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb12299bc13eaa3032486" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:01:22.615Z" + }, + "brightness": 295, + "moisture": 39, + "humidity": 44, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f1fb15a99bc13307b032487" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:02:18.567Z" + }, + "brightness": 4195, + "moisture": 40, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1fb15c99bc13819c032488" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:02:20.554Z" + }, + "brightness": 211, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb16399bc13dc8c032489" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:02:27.696Z" + }, + "brightness": 295, + "moisture": 39, + "humidity": 44, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f1fb19799bc13dea403248a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:03:19.985Z" + }, + "brightness": 4320, + "moisture": 40, + "humidity": 40, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f1fb19899bc133d6303248b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:03:20.664Z" + }, + "brightness": 199, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb1a499bc130aef03248c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:03:32.772Z" + }, + "brightness": 295, + "moisture": 39, + "humidity": 45, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1fb1d499bc13f19303248d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:04:20Z" + }, + "brightness": 4409, + "moisture": 40, + "humidity": 41, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f1fb1d499bc13da9603248e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:04:20.773Z" + }, + "brightness": 209, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb1e599bc13bb9603248f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:04:37.852Z" + }, + "brightness": 295, + "moisture": 39, + "humidity": 45, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1fb20e99bc13cb87032490" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:05:18.796Z" + }, + "brightness": 4311, + "moisture": 40, + "humidity": 41, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f1fb21099bc1318d1032491" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:05:20.882Z" + }, + "brightness": 238, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb22699bc13f9a8032492" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:05:42.928Z" + }, + "brightness": 297, + "moisture": 39, + "humidity": 45, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1fb24a99bc1332e9032493" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:06:18.848Z" + }, + "brightness": 4445, + "moisture": 40, + "humidity": 40, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f1fb24c99bc13ef81032494" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:06:20.992Z" + }, + "brightness": 276, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb26899bc13aa9c032495" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:06:48.007Z" + }, + "brightness": 299, + "moisture": 39, + "humidity": 45, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1fb28699bc1329c9032496" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:07:18.904Z" + }, + "brightness": 4433, + "moisture": 39, + "humidity": 40, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f1fb28999bc1319e5032497" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:07:21.102Z" + }, + "brightness": 309, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb2a999bc130a92032498" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:07:53.572Z" + }, + "brightness": 300, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb2c299bc13ed69032499" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:08:18.976Z" + }, + "brightness": 4484, + "moisture": 39, + "humidity": 40, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f1fb2c599bc13667c03249a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:08:21.211Z" + }, + "brightness": 345, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb2ea99bc1357f503249b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:08:58.653Z" + }, + "brightness": 304, + "moisture": 40, + "humidity": 45, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1fb2ff99bc13f80c03249c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:09:19.052Z" + }, + "brightness": 4558, + "moisture": 40, + "humidity": 40, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f1fb30199bc1362ee03249d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:09:21.321Z" + }, + "brightness": 394, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb32b99bc13229e03249e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:10:03.729Z" + }, + "brightness": 310, + "moisture": 39, + "humidity": 45, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1fb33b99bc132ac603249f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:10:19.144Z" + }, + "brightness": 4618, + "moisture": 39, + "humidity": 39, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f1fb33d99bc13ff0b0324a0" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:10:21.431Z" + }, + "brightness": 426, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb36c99bc13b3c10324a1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:11:08.807Z" + }, + "brightness": 320, + "moisture": 39, + "humidity": 45, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1fb37799bc132a2d0324a2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:11:19.180Z" + }, + "brightness": 4669, + "moisture": 40, + "humidity": 39, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f1fb37999bc1383ad0324a3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:11:21.540Z" + }, + "brightness": 472, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb3ad99bc13055b0324a4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:12:13.888Z" + }, + "brightness": 328, + "moisture": 39, + "humidity": 45, + "temperature": 26 +},{ + "_id": { + "$oid": "5f1fb3b399bc1343770324a5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:12:19.248Z" + }, + "brightness": 4740, + "moisture": 39, + "humidity": 40, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f1fb3b599bc13f40f0324a6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:12:21.650Z" + }, + "brightness": 536, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb3ee99bc1305760324a7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:13:18.965Z" + }, + "brightness": 333, + "moisture": 39, + "humidity": 45, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f1fb3ef99bc131c790324a8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:13:19.324Z" + }, + "brightness": 4845, + "moisture": 39, + "humidity": 41, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f1fb3f199bc137c630324a9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:13:21.760Z" + }, + "brightness": 561, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb42b99bc13fed40324aa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:14:19.395Z" + }, + "brightness": 4871, + "moisture": 39, + "humidity": 40, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f1fb42d99bc13f6400324ab" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:14:21.869Z" + }, + "brightness": 517, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb43099bc1303390324ac" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:14:24.042Z" + }, + "brightness": 339, + "moisture": 42, + "humidity": 44, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1fb46799bc1322330324ad" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:15:19.466Z" + }, + "brightness": 4960, + "moisture": 39, + "humidity": 40, + "temperature": 30 +},{ + "_id": { + "$oid": "5f1fb46999bc13cdf20324ae" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:15:21.981Z" + }, + "brightness": 462, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb47199bc1372380324af" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:15:29.123Z" + }, + "brightness": 348, + "moisture": 39, + "humidity": 45, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1fb4a399bc1304320324b0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:16:19.545Z" + }, + "brightness": 5015, + "moisture": 40, + "humidity": 39, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f1fb4a699bc13923c0324b1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:16:22.088Z" + }, + "brightness": 398, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb4b299bc1389570324b2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:16:34.688Z" + }, + "brightness": 359, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb4e299bc133ca40324b3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:17:22.199Z" + }, + "brightness": 330, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb4e999bc13861f0324b4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:17:29.856Z" + }, + "brightness": 5085, + "moisture": 39, + "humidity": 39, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f1fb4f399bc1302440324b5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:17:39.774Z" + }, + "brightness": 365, + "moisture": 39, + "humidity": 45, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1fb51b99bc1333c60324b6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:18:19.701Z" + }, + "brightness": 5151, + "moisture": 42, + "humidity": 39, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f1fb51e99bc135a310324b7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:18:22.308Z" + }, + "brightness": 278, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb53499bc131c960324b8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:18:44.845Z" + }, + "brightness": 370, + "moisture": 39, + "humidity": 45, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f1fb55899bc135f7e0324b9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:19:20.880Z" + }, + "brightness": 5241, + "moisture": 40, + "humidity": 40, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f1fb55a99bc13437c0324ba" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:19:22.417Z" + }, + "brightness": 279, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb57599bc13490b0324bb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:19:49.923Z" + }, + "brightness": 375, + "moisture": 39, + "humidity": 45, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1fb59399bc13462e0324bc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:20:19.809Z" + }, + "brightness": 5303, + "moisture": 39, + "humidity": 39, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f1fb59699bc1392900324bd" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:20:22.527Z" + }, + "brightness": 300, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb5b799bc13e4c60324be" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:20:55.001Z" + }, + "brightness": 380, + "moisture": 39, + "humidity": 45, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f1fb5cf99bc1367190324bf" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:21:19.873Z" + }, + "brightness": 5350, + "moisture": 38, + "humidity": 40, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f1fb5d299bc13991d0324c0" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:21:22.636Z" + }, + "brightness": 329, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb5f899bc1376c10324c1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:22:00.082Z" + }, + "brightness": 385, + "moisture": 39, + "humidity": 45, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1fb60e99bc13133d0324c2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:22:22.747Z" + }, + "brightness": 305, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb61299bc1393c60324c3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:22:26.587Z" + }, + "brightness": 5425, + "moisture": 39, + "humidity": 39, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f1fb63999bc1300010324c4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:23:05.159Z" + }, + "brightness": 390, + "moisture": 39, + "humidity": 44, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f1fb64899bc13052b0324c5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:23:20.010Z" + }, + "brightness": 5510, + "moisture": 38, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f1fb64a99bc13053e0324c6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:23:22.856Z" + }, + "brightness": 317, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb67a99bc13822d0324c7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:24:10.237Z" + }, + "brightness": 395, + "moisture": 39, + "humidity": 44, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1fb68499bc1339470324c8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:24:20.086Z" + }, + "brightness": 5569, + "moisture": 39, + "humidity": 39, + "temperature": 30.9 +},{ + "_id": { + "$oid": "5f1fb68699bc1396530324c9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:24:22.966Z" + }, + "brightness": 423, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb6bb99bc1383120324ca" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:25:15.370Z" + }, + "brightness": 401, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb6c199bc13c6560324cb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:25:21.458Z" + }, + "brightness": 5658, + "moisture": 39, + "humidity": 38, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f1fb6c399bc13099a0324cc" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:25:23.076Z" + }, + "brightness": 584, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb6fc99bc13dfcb0324cd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:26:20.224Z" + }, + "brightness": 5738, + "moisture": 39, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f1fb6fc99bc1393f60324ce" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:26:20.451Z" + }, + "brightness": 410, + "moisture": 39, + "humidity": 44, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1fb6ff99bc13626e0324cf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:26:23.186Z" + }, + "brightness": 670, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb73899bc1342cb0324d0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:27:20.283Z" + }, + "brightness": 5755, + "moisture": 38, + "humidity": 39, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f1fb73b99bc1366a00324d1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:27:23.295Z" + }, + "brightness": 666, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb73d99bc13ecf00324d2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:27:25.528Z" + }, + "brightness": 423, + "moisture": 39, + "humidity": 45, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1fb77499bc1395560324d3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:28:20.365Z" + }, + "brightness": 5821, + "moisture": 39, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f1fb77799bc13ff8a0324d4" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:28:23.405Z" + }, + "brightness": 659, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb77e99bc1353f30324d5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:28:30.606Z" + }, + "brightness": 427, + "moisture": 39, + "humidity": 45, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1fb7b099bc1383c10324d6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:29:20.419Z" + }, + "brightness": 5960, + "moisture": 38, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f1fb7b399bc1337150324d7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:29:23.514Z" + }, + "brightness": 701, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb7bf99bc13570a0324d8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:29:35.685Z" + }, + "brightness": 431, + "moisture": 39, + "humidity": 45, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1fb7ec99bc134da10324d9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:30:20.499Z" + }, + "brightness": 6077, + "moisture": 38, + "humidity": 40, + "temperature": 31.1 +},{ + "_id": { + "$oid": "5f1fb7ef99bc133c220324da" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:30:23.624Z" + }, + "brightness": 728, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb80099bc13831d0324db" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:30:40.763Z" + }, + "brightness": 433, + "moisture": 39, + "humidity": 45, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1fb82899bc1378ca0324dc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:31:20.615Z" + }, + "brightness": 6037, + "moisture": 38, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb82d99bc130d400324dd" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:31:25.505Z" + }, + "brightness": 744, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb84199bc1388c60324de" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:31:45.842Z" + }, + "brightness": 433, + "moisture": 38, + "humidity": 44, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1fb86499bc13f6570324df" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:32:20.702Z" + }, + "brightness": 6120, + "moisture": 39, + "humidity": 40, + "temperature": 31.2 +},{ + "_id": { + "$oid": "5f1fb86999bc132e0e0324e0" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:32:25.615Z" + }, + "brightness": 765, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb88299bc1344b20324e1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:32:50.920Z" + }, + "brightness": 436, + "moisture": 39, + "humidity": 45, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1fb8a599bc1386750324e2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:33:25.726Z" + }, + "brightness": 778, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb8c499bc1379390324e3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:33:55.999Z" + }, + "brightness": 439, + "moisture": 38, + "humidity": 45, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1fb8e199bc13eabe0324e4" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:34:25.835Z" + }, + "brightness": 789, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb90599bc13fd130324e5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:35:01.079Z" + }, + "brightness": 443, + "moisture": 39, + "humidity": 45, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1fb91899bc1314f40324e6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:35:20.874Z" + }, + "brightness": 6250, + "moisture": 39, + "humidity": 38, + "temperature": 31.5 +},{ + "_id": { + "$oid": "5f1fb91d99bc13dbe40324e7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:35:25.945Z" + }, + "brightness": 798, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb94699bc13c2660324e8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:36:06.155Z" + }, + "brightness": 450, + "moisture": 38, + "humidity": 45, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1fb95499bc1359790324e9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:36:20.943Z" + }, + "brightness": 6309, + "moisture": 39, + "humidity": 39, + "temperature": 31.5 +},{ + "_id": { + "$oid": "5f1fb95a99bc135f210324ea" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:36:26.055Z" + }, + "brightness": 812, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb98799bc132d460324eb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:37:11.237Z" + }, + "brightness": 455, + "moisture": 39, + "humidity": 45, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1fb99199bc13a2100324ec" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:37:21.025Z" + }, + "brightness": 6318, + "moisture": 39, + "humidity": 37, + "temperature": 31.5 +},{ + "_id": { + "$oid": "5f1fb99699bc13310c0324ed" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:37:26.164Z" + }, + "brightness": 826, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fb9c899bc1348a00324ee" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:38:16.313Z" + }, + "brightness": 463, + "moisture": 38, + "humidity": 45, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1fb9cd99bc1314280324ef" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:38:21.112Z" + }, + "brightness": 6379, + "moisture": 38, + "humidity": 39, + "temperature": 31.6 +},{ + "_id": { + "$oid": "5f1fb9d299bc134e7e0324f0" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:38:26.274Z" + }, + "brightness": 841, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fba0999bc13842d0324f1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:39:21.171Z" + }, + "brightness": 6461, + "moisture": 39, + "humidity": 38, + "temperature": 31.6 +},{ + "_id": { + "$oid": "5f1fba0999bc13c59d0324f2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:39:21.391Z" + }, + "brightness": 470, + "moisture": 39, + "humidity": 45, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1fba0e99bc1325040324f3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:39:26.384Z" + }, + "brightness": 25718, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fba4599bc13868e0324f4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:40:21.242Z" + }, + "brightness": 6519, + "moisture": 40, + "humidity": 39, + "temperature": 31.6 +},{ + "_id": { + "$oid": "5f1fba4a99bc13558a0324f5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:40:26.471Z" + }, + "brightness": 478, + "moisture": 38, + "humidity": 45, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1fba4a99bc133be10324f6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:40:26.493Z" + }, + "brightness": 8023, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fba8199bc137e120324f7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:41:21.304Z" + }, + "brightness": 6574, + "moisture": 39, + "humidity": 37, + "temperature": 31.7 +},{ + "_id": { + "$oid": "5f1fba8699bc1323f40324f8" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:41:26.601Z" + }, + "brightness": 4535, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fba8b99bc130c270324f9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:41:31.540Z" + }, + "brightness": 488, + "moisture": 39, + "humidity": 45, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1fbabd99bc13aebb0324fa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:42:21.358Z" + }, + "brightness": 6624, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fbac299bc13c6af0324fb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:42:26.712Z" + }, + "brightness": 5821, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fbacc99bc13e0300324fc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:42:36.618Z" + }, + "brightness": 499, + "moisture": 38, + "humidity": 45, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1fbaf999bc1304640324fd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:43:21.446Z" + }, + "brightness": 6677, + "moisture": 39, + "humidity": 39, + "temperature": 31.8 +},{ + "_id": { + "$oid": "5f1fbafe99bc1368790324fe" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:43:26.821Z" + }, + "brightness": 18145, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fbb0899bc13d9810324ff" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:43:36.687Z" + }, + "brightness": 526, + "moisture": 38, + "humidity": 45, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1fbb3599bc136fa8032500" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:44:21.489Z" + }, + "brightness": 6575, + "moisture": 39, + "humidity": 37, + "temperature": 31.8 +},{ + "_id": { + "$oid": "5f1fbb3a99bc13941f032501" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:44:26.931Z" + }, + "brightness": 34576, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fbb4499bc132f7e032502" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:44:36.756Z" + }, + "brightness": 560, + "moisture": 37, + "humidity": 45, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1fbb7799bc134ff5032503" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:45:27.041Z" + }, + "brightness": 42494, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fbb8099bc13c45c032504" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:45:36.821Z" + }, + "brightness": 585, + "moisture": 37, + "humidity": 45, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f1fbbad99bc1330bd032505" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:46:21.621Z" + }, + "brightness": 6601, + "moisture": 39, + "humidity": 38, + "temperature": 31.9 +},{ + "_id": { + "$oid": "5f1fbbb399bc13717c032506" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:46:27.151Z" + }, + "brightness": 42068, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fbbbc99bc1381db032507" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:46:36.891Z" + }, + "brightness": 623, + "moisture": 38, + "humidity": 45, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1fbbeb99bc13abee032508" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:47:23.088Z" + }, + "brightness": 6878, + "moisture": 38, + "humidity": 38, + "temperature": 32 +},{ + "_id": { + "$oid": "5f1fbbef99bc132c9d032509" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:47:27.261Z" + }, + "brightness": 42115, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fbbf899bc13336b03250a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:47:36.958Z" + }, + "brightness": 655, + "moisture": 37, + "humidity": 45, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1fbc2799bc13394c03250b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:48:23.076Z" + }, + "brightness": 6894, + "moisture": 38, + "humidity": 38, + "temperature": 32.1 +},{ + "_id": { + "$oid": "5f1fbc2b99bc137e9603250c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:48:27.371Z" + }, + "brightness": 42081, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fbc3599bc134dda03250d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:48:37.028Z" + }, + "brightness": 745, + "moisture": 38, + "humidity": 45, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1fbc6199bc13258403250e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:49:21.851Z" + }, + "brightness": 7066, + "moisture": 38, + "humidity": 38, + "temperature": 32 +},{ + "_id": { + "$oid": "5f1fbc6799bc130bd103250f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:49:27.480Z" + }, + "brightness": 42088, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fbc7199bc13f1a4032510" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:49:37.094Z" + }, + "brightness": 844, + "moisture": 37, + "humidity": 45, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1fbc9d99bc134df4032511" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:50:21.925Z" + }, + "brightness": 7079, + "moisture": 38, + "humidity": 37, + "temperature": 32.1 +},{ + "_id": { + "$oid": "5f1fbca399bc13c485032512" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:50:27.591Z" + }, + "brightness": 41681, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fbcad99bc131761032513" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:50:37.163Z" + }, + "brightness": 923, + "moisture": 37, + "humidity": 45, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1fbcdf99bc13ab29032514" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:51:27.723Z" + }, + "brightness": 41792, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fbce999bc1313ed032515" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:51:37.229Z" + }, + "brightness": 971, + "moisture": 38, + "humidity": 45, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1fbd1699bc13c9cd032516" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:52:22.034Z" + }, + "brightness": 7159, + "moisture": 38, + "humidity": 38, + "temperature": 32.3 +},{ + "_id": { + "$oid": "5f1fbd1b99bc135974032517" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:52:27.833Z" + }, + "brightness": 42216, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fbd2599bc130add032518" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:52:37.296Z" + }, + "brightness": 989, + "moisture": 37, + "humidity": 44, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f1fbd5399bc13454a032519" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:53:23.238Z" + }, + "brightness": 7239, + "moisture": 38, + "humidity": 37, + "temperature": 32.3 +},{ + "_id": { + "$oid": "5f1fbd5799bc1368a403251a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:53:27.923Z" + }, + "brightness": 42247, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fbd6199bc13446d03251b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:53:37.365Z" + }, + "brightness": 984, + "moisture": 38, + "humidity": 44, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1fbd8e99bc13f6f403251c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:54:22.245Z" + }, + "brightness": 7261, + "moisture": 38, + "humidity": 37, + "temperature": 32.2 +},{ + "_id": { + "$oid": "5f1fbd9499bc13e78003251d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:54:28.029Z" + }, + "brightness": 36491, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fbd9d99bc13657203251e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:54:37.433Z" + }, + "brightness": 988, + "moisture": 37, + "humidity": 44, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1fbdcf99bc13a2a603251f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:55:27.822Z" + }, + "brightness": 1658, + "moisture": 38, + "humidity": 37, + "temperature": 32.5 +},{ + "_id": { + "$oid": "5f1fbdd099bc130afd032520" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:55:28.138Z" + }, + "brightness": 17669, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fbdd999bc134cd3032521" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:55:37.504Z" + }, + "brightness": 1006, + "moisture": 37, + "humidity": 44, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f1fbe0699bc13eaec032522" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:56:22.308Z" + }, + "brightness": 1625, + "moisture": 39, + "humidity": 40, + "temperature": 32.2 +},{ + "_id": { + "$oid": "5f1fbe0c99bc137def032523" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:56:28.249Z" + }, + "brightness": 5005, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fbe1599bc13f06b032524" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:56:37.568Z" + }, + "brightness": 1050, + "moisture": 38, + "humidity": 44, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f1fbe4299bc1359f0032525" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:57:22.376Z" + }, + "brightness": 2419, + "moisture": 43, + "humidity": 41, + "temperature": 31.5 +},{ + "_id": { + "$oid": "5f1fbe4899bc1370fb032526" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:57:28.359Z" + }, + "brightness": 4159, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fbe5199bc1323e6032527" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:57:37.637Z" + }, + "brightness": 1114, + "moisture": 37, + "humidity": 44, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f1fbe7e99bc133c2d032528" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:58:22.439Z" + }, + "brightness": 1585, + "moisture": 44, + "humidity": 43, + "temperature": 31.1 +},{ + "_id": { + "$oid": "5f1fbe8499bc13615d032529" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:58:28.468Z" + }, + "brightness": 4265, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fbe8d99bc13613f03252a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:58:37.705Z" + }, + "brightness": 1150, + "moisture": 37, + "humidity": 44, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1fbeba99bc13745603252b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T05:59:22.537Z" + }, + "brightness": 1674, + "moisture": 38, + "humidity": 42, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f1fbec099bc13bcd603252c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T05:59:28.578Z" + }, + "brightness": 4705, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fbec999bc13023303252d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T05:59:37.794Z" + }, + "brightness": 1155, + "moisture": 37, + "humidity": 45, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f1fbef699bc13206303252e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:00:22.580Z" + }, + "brightness": 1605, + "moisture": 39, + "humidity": 43, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f1fbefc99bc13eb6e03252f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:00:28.688Z" + }, + "brightness": 6956, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fbf0599bc13289b032530" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:00:37.898Z" + }, + "brightness": 1058, + "moisture": 37, + "humidity": 44, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f1fbf3899bc1375f1032531" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:01:28.798Z" + }, + "brightness": 11446, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fbf4199bc13acfc032532" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:01:37.911Z" + }, + "brightness": 1009, + "moisture": 37, + "humidity": 44, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f1fbf6e99bc130cf4032533" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:02:22.717Z" + }, + "brightness": 1629, + "moisture": 38, + "humidity": 43, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f1fbf7499bc135830032534" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:02:28.908Z" + }, + "brightness": 17353, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fbf7d99bc136841032535" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:02:37.973Z" + }, + "brightness": 1039, + "moisture": 37, + "humidity": 44, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f1fbfac99bc13ff26032536" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:03:24.830Z" + }, + "brightness": 1695, + "moisture": 39, + "humidity": 43, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f1fbfb199bc13a835032537" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:03:29.019Z" + }, + "brightness": 25500, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fbfba99bc138604032538" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:03:38.041Z" + }, + "brightness": 902, + "moisture": 37, + "humidity": 44, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f1fbfe699bc1303c8032539" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:04:22.867Z" + }, + "brightness": 1742, + "moisture": 38, + "humidity": 44, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f1fbfed99bc133ac903253a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:04:29.131Z" + }, + "brightness": 34020, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fbff699bc136ed603253b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:04:38.110Z" + }, + "brightness": 954, + "moisture": 37, + "humidity": 44, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f1fc02999bc137ff703253c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:05:29.239Z" + }, + "brightness": 39628, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc03299bc13c6a003253d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:05:38.177Z" + }, + "brightness": 894, + "moisture": 37, + "humidity": 44, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f1fc06599bc1382cd03253e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:06:29.348Z" + }, + "brightness": 39913, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc06e99bc13a14f03253f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:06:38.249Z" + }, + "brightness": 861, + "moisture": 37, + "humidity": 44, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f1fc0a199bc13b70c032540" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:07:29.458Z" + }, + "brightness": 39930, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc0aa99bc1361ab032541" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:07:38.312Z" + }, + "brightness": 1179, + "moisture": 37, + "humidity": 44, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f1fc0d999bc133fb7032542" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:08:25.688Z" + }, + "brightness": 1927, + "moisture": 38, + "humidity": 44, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f1fc0dd99bc132aa2032543" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:08:29.567Z" + }, + "brightness": 39323, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc0e699bc132682032544" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:08:38.379Z" + }, + "brightness": 1196, + "moisture": 37, + "humidity": 44, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f1fc11599bc137efa032545" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:09:25.265Z" + }, + "brightness": 2013, + "moisture": 38, + "humidity": 44, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f1fc11999bc13cdde032546" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:09:29.676Z" + }, + "brightness": 39339, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc12299bc136037032547" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:09:38.447Z" + }, + "brightness": 1239, + "moisture": 37, + "humidity": 44, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f1fc14f99bc1353e5032548" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:10:23.441Z" + }, + "brightness": 2059, + "moisture": 40, + "humidity": 44, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f1fc15599bc13c7e4032549" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:10:29.786Z" + }, + "brightness": 39340, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc15e99bc134a4d03254a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:10:38.515Z" + }, + "brightness": 1279, + "moisture": 37, + "humidity": 44, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f1fc18b99bc13b8cb03254b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:11:23.530Z" + }, + "brightness": 2076, + "moisture": 39, + "humidity": 44, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f1fc19199bc134f9103254c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:11:29.897Z" + }, + "brightness": 39231, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc19a99bc13a1d803254d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:11:38.583Z" + }, + "brightness": 1234, + "moisture": 37, + "humidity": 44, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f1fc1c799bc13df7103254e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:12:23.580Z" + }, + "brightness": 2214, + "moisture": 39, + "humidity": 44, + "temperature": 30.4 +},{ + "_id": { + "$oid": "5f1fc1ce99bc135fc903254f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:12:30.006Z" + }, + "brightness": 39288, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc1d699bc13878a032550" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:12:38.650Z" + }, + "brightness": 882, + "moisture": 36, + "humidity": 44, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f1fc20399bc137ccc032551" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:13:23.649Z" + }, + "brightness": 2272, + "moisture": 39, + "humidity": 44, + "temperature": 30.4 +},{ + "_id": { + "$oid": "5f1fc20a99bc13525a032552" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:13:30.116Z" + }, + "brightness": 39094, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc21299bc132c86032553" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:13:38.718Z" + }, + "brightness": 846, + "moisture": 37, + "humidity": 45, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f1fc23f99bc135e66032554" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:14:23.737Z" + }, + "brightness": 1964, + "moisture": 39, + "humidity": 44, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f1fc24699bc133cc3032555" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:14:30.226Z" + }, + "brightness": 39142, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc24e99bc138703032556" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:14:38.785Z" + }, + "brightness": 824, + "moisture": 36, + "humidity": 45, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f1fc27b99bc1325e5032557" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:15:23.803Z" + }, + "brightness": 1887, + "moisture": 39, + "humidity": 43, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f1fc28299bc133063032558" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:15:30.336Z" + }, + "brightness": 38968, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc28a99bc13efda032559" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:15:38.851Z" + }, + "brightness": 836, + "moisture": 40, + "humidity": 45, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f1fc2b799bc134bed03255a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:16:23.880Z" + }, + "brightness": 1802, + "moisture": 39, + "humidity": 43, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f1fc2be99bc13714103255b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:16:30.446Z" + }, + "brightness": 39119, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc2c699bc13730703255c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:16:38.918Z" + }, + "brightness": 740, + "moisture": 39, + "humidity": 45, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f1fc2f399bc13896b03255d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:17:23.930Z" + }, + "brightness": 1502, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc2fa99bc1341f203255e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:17:30.555Z" + }, + "brightness": 39705, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc30299bc1345d003255f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:17:38.986Z" + }, + "brightness": 754, + "moisture": 39, + "humidity": 45, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f1fc33099bc13e0b6032560" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:18:24.004Z" + }, + "brightness": 1571, + "moisture": 39, + "humidity": 44, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f1fc33699bc132058032561" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:18:30.665Z" + }, + "brightness": 26998, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc33f99bc1343a7032562" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:18:39.054Z" + }, + "brightness": 717, + "moisture": 39, + "humidity": 45, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f1fc36d99bc1329a3032563" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:19:25.092Z" + }, + "brightness": 1936, + "moisture": 39, + "humidity": 44, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f1fc37299bc13242e032564" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:19:30.775Z" + }, + "brightness": 12249, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc37b99bc139529032565" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:19:39.120Z" + }, + "brightness": 874, + "moisture": 39, + "humidity": 45, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f1fc3a899bc138b59032566" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:20:24.135Z" + }, + "brightness": 1670, + "moisture": 39, + "humidity": 44, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f1fc3ae99bc1301eb032567" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:20:30.885Z" + }, + "brightness": 36425, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc3b799bc13b0ef032568" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:20:39.188Z" + }, + "brightness": 1321, + "moisture": 39, + "humidity": 45, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f1fc3e499bc138653032569" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:21:24.212Z" + }, + "brightness": 1729, + "moisture": 39, + "humidity": 44, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f1fc3ea99bc13e39503256a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:21:30.994Z" + }, + "brightness": 37724, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc3f399bc13315303256b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:21:39.263Z" + }, + "brightness": 1342, + "moisture": 39, + "humidity": 45, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f1fc42099bc13196f03256c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:22:24.279Z" + }, + "brightness": 1695, + "moisture": 39, + "humidity": 44, + "temperature": 30.4 +},{ + "_id": { + "$oid": "5f1fc42799bc1389c603256d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:22:31.105Z" + }, + "brightness": 34237, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc42f99bc13766303256e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:22:39.322Z" + }, + "brightness": 1370, + "moisture": 39, + "humidity": 45, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f1fc45c99bc13625a03256f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:23:24.340Z" + }, + "brightness": 1704, + "moisture": 39, + "humidity": 44, + "temperature": 30.4 +},{ + "_id": { + "$oid": "5f1fc46399bc130bb1032570" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:23:31.215Z" + }, + "brightness": 36471, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc46b99bc13fd36032571" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:23:39.389Z" + }, + "brightness": 1410, + "moisture": 38, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc49899bc134096032572" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:24:24.412Z" + }, + "brightness": 1720, + "moisture": 39, + "humidity": 44, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f1fc49f99bc13b0f5032573" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:24:31.324Z" + }, + "brightness": 36747, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc4a799bc138b83032574" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:24:39.455Z" + }, + "brightness": 1389, + "moisture": 39, + "humidity": 45, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f1fc4d499bc130bea032575" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:25:24.486Z" + }, + "brightness": 1721, + "moisture": 40, + "humidity": 44, + "temperature": 30.4 +},{ + "_id": { + "$oid": "5f1fc4db99bc1361ce032576" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:25:31.434Z" + }, + "brightness": 36650, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc4e399bc135bf2032577" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:25:39.523Z" + }, + "brightness": 1465, + "moisture": 38, + "humidity": 45, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f1fc51099bc132464032578" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:26:24.565Z" + }, + "brightness": 1729, + "moisture": 39, + "humidity": 44, + "temperature": 30.4 +},{ + "_id": { + "$oid": "5f1fc51799bc137499032579" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:26:31.544Z" + }, + "brightness": 34022, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc51f99bc13543c03257a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:26:39.589Z" + }, + "brightness": 1505, + "moisture": 38, + "humidity": 45, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f1fc54c99bc132f9103257b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:27:24.617Z" + }, + "brightness": 1735, + "moisture": 39, + "humidity": 44, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f1fc55399bc13781903257c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:27:31.654Z" + }, + "brightness": 24323, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc55b99bc137eea03257d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:27:39.657Z" + }, + "brightness": 1467, + "moisture": 35, + "humidity": 45, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f1fc58899bc137c0403257e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:28:24.705Z" + }, + "brightness": 1750, + "moisture": 39, + "humidity": 44, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f1fc58f99bc137d6e03257f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:28:31.764Z" + }, + "brightness": 13084, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc59799bc138599032580" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:28:39.724Z" + }, + "brightness": 1571, + "moisture": 38, + "humidity": 45, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f1fc5c499bc1365eb032581" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:29:24.759Z" + }, + "brightness": 1765, + "moisture": 39, + "humidity": 44, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f1fc5cb99bc1350ad032582" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:29:31.873Z" + }, + "brightness": 5025, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc5d399bc13df67032583" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:29:39.791Z" + }, + "brightness": 1612, + "moisture": 35, + "humidity": 45, + "temperature": 26.9 +},{ + "_id": { + "$oid": "5f1fc60099bc13677a032584" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:30:24.865Z" + }, + "brightness": 1784, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc60799bc134e5b032585" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:30:31.984Z" + }, + "brightness": 3527, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc60f99bc137285032586" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:30:39.862Z" + }, + "brightness": 1651, + "moisture": 38, + "humidity": 45, + "temperature": 26.9 +},{ + "_id": { + "$oid": "5f1fc63c99bc133eaf032587" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:31:24.934Z" + }, + "brightness": 1828, + "moisture": 38, + "humidity": 44, + "temperature": 30.4 +},{ + "_id": { + "$oid": "5f1fc64499bc13808d032588" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:31:32.093Z" + }, + "brightness": 3376, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc64b99bc135c76032589" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:31:39.926Z" + }, + "brightness": 1692, + "moisture": 36, + "humidity": 45, + "temperature": 26.9 +},{ + "_id": { + "$oid": "5f1fc67999bc133dba03258a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:32:25.014Z" + }, + "brightness": 1869, + "moisture": 38, + "humidity": 44, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f1fc68099bc131cbe03258b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:32:32.203Z" + }, + "brightness": 3336, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc68799bc137a7703258c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:32:39.994Z" + }, + "brightness": 1735, + "moisture": 36, + "humidity": 44, + "temperature": 26.9 +},{ + "_id": { + "$oid": "5f1fc6b599bc130bc903258d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:33:25.072Z" + }, + "brightness": 1834, + "moisture": 38, + "humidity": 44, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f1fc6bc99bc13368503258e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:33:32.314Z" + }, + "brightness": 3318, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc6c499bc130c6703258f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:33:40.059Z" + }, + "brightness": 1779, + "moisture": 40, + "humidity": 44, + "temperature": 26.9 +},{ + "_id": { + "$oid": "5f1fc6f199bc130f87032590" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:34:25.143Z" + }, + "brightness": 1840, + "moisture": 38, + "humidity": 43, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f1fc6f899bc133223032591" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:34:32.424Z" + }, + "brightness": 3262, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc70099bc13107a032592" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:34:40.125Z" + }, + "brightness": 1823, + "moisture": 36, + "humidity": 44, + "temperature": 27 +},{ + "_id": { + "$oid": "5f1fc72d99bc13abc1032593" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:35:25.209Z" + }, + "brightness": 1874, + "moisture": 38, + "humidity": 43, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f1fc73499bc132772032594" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:35:32.533Z" + }, + "brightness": 3286, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc73c99bc1356fd032595" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:35:40.193Z" + }, + "brightness": 1868, + "moisture": 36, + "humidity": 44, + "temperature": 27 +},{ + "_id": { + "$oid": "5f1fc77099bc13142e032596" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:36:32.643Z" + }, + "brightness": 3290, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc77899bc136a02032597" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:36:40.277Z" + }, + "brightness": 1914, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc7a599bc136903032598" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:37:25.357Z" + }, + "brightness": 1854, + "moisture": 38, + "humidity": 43, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f1fc7ac99bc137a2a032599" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:37:32.752Z" + }, + "brightness": 3375, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc7b499bc13ef0403259a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:37:40.328Z" + }, + "brightness": 1961, + "moisture": 36, + "humidity": 44, + "temperature": 27 +},{ + "_id": { + "$oid": "5f1fc7e199bc1331f803259b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:38:25.425Z" + }, + "brightness": 1894, + "moisture": 38, + "humidity": 43, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f1fc7e899bc13b9ad03259c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:38:32.862Z" + }, + "brightness": 3410, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc7f099bc13089303259d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:38:40.397Z" + }, + "brightness": 2004, + "moisture": 36, + "humidity": 44, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f1fc81d99bc13acf403259e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:39:25.544Z" + }, + "brightness": 1914, + "moisture": 38, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc82499bc1346b703259f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:39:32.972Z" + }, + "brightness": 3323, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc82c99bc1370490325a0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:39:40.465Z" + }, + "brightness": 2053, + "moisture": 36, + "humidity": 44, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f1fc85999bc1302360325a1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:40:25.642Z" + }, + "brightness": 1934, + "moisture": 38, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc86199bc1340a70325a2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:40:33.082Z" + }, + "brightness": 3255, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc86899bc13aa220325a3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:40:40.531Z" + }, + "brightness": 2100, + "moisture": 36, + "humidity": 44, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f1fc89599bc137e680325a4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:41:25.756Z" + }, + "brightness": 1951, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc89d99bc137a9b0325a5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:41:33.192Z" + }, + "brightness": 3195, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc8a499bc1377f20325a6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:41:40.602Z" + }, + "brightness": 2148, + "moisture": 36, + "humidity": 44, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f1fc8d199bc130cc90325a7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:42:25.916Z" + }, + "brightness": 1953, + "moisture": 38, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc8d999bc1361510325a8" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:42:33.302Z" + }, + "brightness": 3160, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc8e099bc13b83c0325a9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:42:40.668Z" + }, + "brightness": 2195, + "moisture": 36, + "humidity": 43, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1fc90d99bc13a4e50325aa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:43:25.988Z" + }, + "brightness": 1954, + "moisture": 39, + "humidity": 44, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f1fc91599bc1381e90325ab" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:43:33.412Z" + }, + "brightness": 3151, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc91c99bc1369490325ac" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:43:40.736Z" + }, + "brightness": 2245, + "moisture": 36, + "humidity": 43, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1fc94b99bc1350be0325ad" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:44:27.194Z" + }, + "brightness": 1970, + "moisture": 38, + "humidity": 44, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f1fc95199bc136fd90325ae" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:44:33.521Z" + }, + "brightness": 3164, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc95899bc1338870325af" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:44:40.804Z" + }, + "brightness": 2295, + "moisture": 36, + "humidity": 43, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1fc98d99bc138d430325b0" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:45:33.631Z" + }, + "brightness": 3171, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc99499bc1368520325b1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:45:40.872Z" + }, + "brightness": 2340, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc9c999bc1396b30325b2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:46:33.741Z" + }, + "brightness": 3177, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fc9d099bc1377b90325b3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:46:40.940Z" + }, + "brightness": 2386, + "moisture": 36, + "humidity": 43, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1fca0599bc1330050325b4" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:47:33.851Z" + }, + "brightness": 3139, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fca0d99bc1349bf0325b5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:47:41.010Z" + }, + "brightness": 2436, + "moisture": 36, + "humidity": 43, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1fca3a99bc1316e90325b6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:48:26.348Z" + }, + "brightness": 2081, + "moisture": 38, + "humidity": 43, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f1fca4199bc1326fc0325b7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:48:33.961Z" + }, + "brightness": 3100, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fca4999bc1345070325b8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:48:41.076Z" + }, + "brightness": 2491, + "moisture": 36, + "humidity": 43, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f1fca7699bc1340fe0325b9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:49:26.392Z" + }, + "brightness": 2377, + "moisture": 38, + "humidity": 44, + "temperature": 31.1 +},{ + "_id": { + "$oid": "5f1fca7e99bc13116f0325ba" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:49:34.071Z" + }, + "brightness": 3087, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fca8599bc137b580325bb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:49:41.144Z" + }, + "brightness": 2536, + "moisture": 35, + "humidity": 43, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f1fcaba99bc1318f40325bc" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:50:34.182Z" + }, + "brightness": 3057, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fcac199bc1304260325bd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:50:41.212Z" + }, + "brightness": 2589, + "moisture": 36, + "humidity": 42, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1fcaf699bc1384180325be" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:51:34.291Z" + }, + "brightness": 3016, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fcafd99bc135d460325bf" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:51:41.281Z" + }, + "brightness": 2624, + "moisture": 35, + "humidity": 43, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f1fcb3299bc13200b0325c0" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:52:34.401Z" + }, + "brightness": 2972, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fcb3999bc1350b40325c1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:52:41.353Z" + }, + "brightness": 2680, + "moisture": 36, + "humidity": 43, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1fcb6e99bc13b65d0325c2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:53:34.511Z" + }, + "brightness": 2930, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fcb7599bc13940c0325c3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:53:41.417Z" + }, + "brightness": 2735, + "moisture": 35, + "humidity": 43, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f1fcba299bc1399b00325c4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:54:26.924Z" + }, + "brightness": 2795, + "moisture": 44, + "humidity": 44, + "temperature": 31 +},{ + "_id": { + "$oid": "5f1fcbaa99bc1385360325c5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:54:34.620Z" + }, + "brightness": 2891, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fcbb199bc13f9dc0325c6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:54:41.486Z" + }, + "brightness": 2777, + "moisture": 35, + "humidity": 43, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f1fcbde99bc13b0120325c7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:55:26.988Z" + }, + "brightness": 2623, + "moisture": 44, + "humidity": 44, + "temperature": 31 +},{ + "_id": { + "$oid": "5f1fcbe699bc13dc080325c8" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:55:34.730Z" + }, + "brightness": 2834, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fcbed99bc13450b0325c9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:55:41.552Z" + }, + "brightness": 2812, + "moisture": 36, + "humidity": 43, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f1fcc2299bc13438a0325ca" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:56:34.841Z" + }, + "brightness": 2791, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fcc2999bc13b7110325cb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:56:41.621Z" + }, + "brightness": 2849, + "moisture": 35, + "humidity": 43, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1fcc5e99bc13beb10325cc" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:57:34.950Z" + }, + "brightness": 2740, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fcc6599bc13ff950325cd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:57:41.691Z" + }, + "brightness": 2874, + "moisture": 35, + "humidity": 43, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1fcc9999bc130e660325ce" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:58:33.242Z" + }, + "brightness": 2553, + "moisture": 38, + "humidity": 44, + "temperature": 31 +},{ + "_id": { + "$oid": "5f1fcc9b99bc131b2d0325cf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:58:35.059Z" + }, + "brightness": 2675, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fcca199bc137c870325d0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:58:41.757Z" + }, + "brightness": 2913, + "moisture": 35, + "humidity": 43, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f1fcccf99bc1343590325d1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T06:59:27.453Z" + }, + "brightness": 2630, + "moisture": 39, + "humidity": 43, + "temperature": 30.9 +},{ + "_id": { + "$oid": "5f1fccd799bc135c940325d2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T06:59:35.169Z" + }, + "brightness": 2623, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fccdd99bc13d4fa0325d3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T06:59:41.827Z" + }, + "brightness": 2924, + "moisture": 35, + "humidity": 43, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f1fcd0b99bc1334990325d4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:00:27.522Z" + }, + "brightness": 7531, + "moisture": 38, + "humidity": 43, + "temperature": 30.9 +},{ + "_id": { + "$oid": "5f1fcd1399bc135f2a0325d5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:00:35.279Z" + }, + "brightness": 2565, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fcd1999bc13ea3c0325d6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:00:41.895Z" + }, + "brightness": 2938, + "moisture": 35, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fcd4f99bc131da10325d7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:01:35.390Z" + }, + "brightness": 2489, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fcd5599bc13e5f00325d8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:01:41.961Z" + }, + "brightness": 2970, + "moisture": 35, + "humidity": 43, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f1fcd8b99bc13454f0325d9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:02:35.500Z" + }, + "brightness": 2412, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fcd9299bc13b0570325da" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:02:42.030Z" + }, + "brightness": 3010, + "moisture": 35, + "humidity": 43, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f1fcdc799bc1381a60325db" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:03:35.609Z" + }, + "brightness": 2362, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fcdce99bc1351950325dc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:03:42.097Z" + }, + "brightness": 3040, + "moisture": 35, + "humidity": 42, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f1fce0399bc1335d70325dd" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:04:35.719Z" + }, + "brightness": 2299, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fce0a99bc1394180325de" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:04:42.166Z" + }, + "brightness": 3060, + "moisture": 35, + "humidity": 42, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f1fce3f99bc132d230325df" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:05:35.829Z" + }, + "brightness": 2240, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fce4699bc13780f0325e0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:05:42.232Z" + }, + "brightness": 3078, + "moisture": 35, + "humidity": 43, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f1fce7499bc13b3a20325e1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:06:28.237Z" + }, + "brightness": 7696, + "moisture": 37, + "humidity": 39, + "temperature": 33.1 +},{ + "_id": { + "$oid": "5f1fce7b99bc13d1e70325e2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:06:35.939Z" + }, + "brightness": 2196, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fce8299bc13fdc50325e3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:06:42.303Z" + }, + "brightness": 3123, + "moisture": 35, + "humidity": 42, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f1fceb099bc13f6890325e4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:07:28.271Z" + }, + "brightness": 7750, + "moisture": 36, + "humidity": 39, + "temperature": 33.3 +},{ + "_id": { + "$oid": "5f1fceb899bc13e3d70325e5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:07:36.048Z" + }, + "brightness": 2158, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fcebe99bc1365e60325e6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:07:42.373Z" + }, + "brightness": 3149, + "moisture": 35, + "humidity": 42, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f1fcef499bc13bf580325e7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:08:36.158Z" + }, + "brightness": 2117, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fcefa99bc13a7b30325e8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:08:42.439Z" + }, + "brightness": 3163, + "moisture": 35, + "humidity": 41, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f1fcf2899bc138e550325e9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:09:28.407Z" + }, + "brightness": 7893, + "moisture": 42, + "humidity": 38, + "temperature": 33.5 +},{ + "_id": { + "$oid": "5f1fcf3099bc13e4860325ea" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:09:36.268Z" + }, + "brightness": 2065, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fcf3699bc13167a0325eb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:09:42.506Z" + }, + "brightness": 3202, + "moisture": 34, + "humidity": 41, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f1fcf6c99bc13cb810325ec" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:10:36.378Z" + }, + "brightness": 2001, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fcf7299bc1330580325ed" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:10:42.575Z" + }, + "brightness": 3215, + "moisture": 35, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f1fcf7399bc13d01f0325ee" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:10:43.598Z" + }, + "brightness": 8063, + "moisture": 37, + "humidity": 38, + "temperature": 33.6 +},{ + "_id": { + "$oid": "5f1fcfa099bc1349b80325ef" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:11:28.550Z" + }, + "brightness": 8151, + "moisture": 37, + "humidity": 38, + "temperature": 33.7 +},{ + "_id": { + "$oid": "5f1fcfa899bc1313120325f0" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:11:36.488Z" + }, + "brightness": 1944, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fcfae99bc1314c20325f1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:11:42.642Z" + }, + "brightness": 3244, + "moisture": 35, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1fcfdc99bc13e9f60325f2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:12:28.608Z" + }, + "brightness": 8134, + "moisture": 37, + "humidity": 37, + "temperature": 33.8 +},{ + "_id": { + "$oid": "5f1fcfe499bc1386e00325f3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:12:36.598Z" + }, + "brightness": 1905, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fcfea99bc13aceb0325f4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:12:42.710Z" + }, + "brightness": 3263, + "moisture": 35, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1fd01899bc1370d40325f5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:13:28.730Z" + }, + "brightness": 8285, + "moisture": 37, + "humidity": 37, + "temperature": 33.8 +},{ + "_id": { + "$oid": "5f1fd02099bc13d1b00325f6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:13:36.707Z" + }, + "brightness": 1868, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd02699bc132d760325f7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:13:42.778Z" + }, + "brightness": 3261, + "moisture": 34, + "humidity": 41, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f1fd05499bc1346670325f8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:14:28.748Z" + }, + "brightness": 8323, + "moisture": 37, + "humidity": 37, + "temperature": 33.9 +},{ + "_id": { + "$oid": "5f1fd05c99bc1352b30325f9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:14:36.818Z" + }, + "brightness": 1860, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd06299bc139d6b0325fa" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:14:42.846Z" + }, + "brightness": 3297, + "moisture": 34, + "humidity": 41, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f1fd09099bc130fd80325fb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:15:28.876Z" + }, + "brightness": 8413, + "moisture": 37, + "humidity": 37, + "temperature": 34 +},{ + "_id": { + "$oid": "5f1fd09899bc1341ab0325fc" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:15:36.928Z" + }, + "brightness": 1847, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd09e99bc139cd50325fd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:15:42.914Z" + }, + "brightness": 3300, + "moisture": 36, + "humidity": 41, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f1fd0cc99bc13fcc10325fe" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:16:28.891Z" + }, + "brightness": 8585, + "moisture": 37, + "humidity": 37, + "temperature": 34 +},{ + "_id": { + "$oid": "5f1fd0d599bc13ed8b0325ff" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:16:37.037Z" + }, + "brightness": 1827, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd0da99bc137cd2032600" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:16:42.984Z" + }, + "brightness": 3314, + "moisture": 34, + "humidity": 41, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f1fd10899bc13144c032601" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:17:28.948Z" + }, + "brightness": 12439, + "moisture": 37, + "humidity": 36, + "temperature": 34.1 +},{ + "_id": { + "$oid": "5f1fd11199bc13617f032602" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:17:37.147Z" + }, + "brightness": 1816, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd11799bc1300e1032603" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:17:43.050Z" + }, + "brightness": 3330, + "moisture": 35, + "humidity": 41, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f1fd14d99bc13ca42032604" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:18:37.257Z" + }, + "brightness": 1811, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd15399bc13b8d0032605" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:18:43.124Z" + }, + "brightness": 3375, + "moisture": 34, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1fd18199bc137f09032606" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:19:29.185Z" + }, + "brightness": 9587, + "moisture": 37, + "humidity": 36, + "temperature": 34.2 +},{ + "_id": { + "$oid": "5f1fd18999bc137db9032607" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:19:37.367Z" + }, + "brightness": 1791, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd18f99bc13265e032608" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:19:43.195Z" + }, + "brightness": 3375, + "moisture": 34, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1fd1be99bc1378ad032609" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:20:30.726Z" + }, + "brightness": 9577, + "moisture": 37, + "humidity": 36, + "temperature": 34.2 +},{ + "_id": { + "$oid": "5f1fd1c599bc137f8303260a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:20:37.476Z" + }, + "brightness": 1767, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd1cb99bc139d9e03260b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:20:43.254Z" + }, + "brightness": 3406, + "moisture": 34, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1fd1f999bc13643203260c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:21:29.371Z" + }, + "brightness": 10558, + "moisture": 37, + "humidity": 35, + "temperature": 34.4 +},{ + "_id": { + "$oid": "5f1fd20199bc13f41503260d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:21:37.586Z" + }, + "brightness": 1785, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd20799bc1312a603260e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:21:43.325Z" + }, + "brightness": 3543, + "moisture": 34, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1fd23d99bc1344a503260f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:22:37.696Z" + }, + "brightness": 1795, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd24399bc13e1ef032610" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:22:43.393Z" + }, + "brightness": 3539, + "moisture": 34, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1fd27299bc1384ed032611" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:23:30.733Z" + }, + "brightness": 10945, + "moisture": 36, + "humidity": 35, + "temperature": 34.8 +},{ + "_id": { + "$oid": "5f1fd27999bc137072032612" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:23:37.806Z" + }, + "brightness": 1756, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd27f99bc1364d6032613" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:23:43.460Z" + }, + "brightness": 3666, + "moisture": 34, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1fd2ad99bc13b16c032614" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:24:29.522Z" + }, + "brightness": 3096, + "moisture": 37, + "humidity": 34, + "temperature": 34.8 +},{ + "_id": { + "$oid": "5f1fd2b599bc13610a032615" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:24:37.916Z" + }, + "brightness": 1730, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd2bb99bc1344ce032616" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:24:43.527Z" + }, + "brightness": 2220, + "moisture": 34, + "humidity": 41, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f1fd2e999bc1330d5032617" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:25:29.607Z" + }, + "brightness": 8930, + "moisture": 37, + "humidity": 35, + "temperature": 34.6 +},{ + "_id": { + "$oid": "5f1fd2f299bc133f9b032618" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:25:38.026Z" + }, + "brightness": 1716, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd2f799bc138c4e032619" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:25:43.594Z" + }, + "brightness": 3648, + "moisture": 34, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1fd32599bc133ddc03261a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:26:29.658Z" + }, + "brightness": 11207, + "moisture": 38, + "humidity": 36, + "temperature": 34.3 +},{ + "_id": { + "$oid": "5f1fd32e99bc13138003261b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:26:38.135Z" + }, + "brightness": 1691, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd33399bc136c5403261c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:26:43.662Z" + }, + "brightness": 3172, + "moisture": 34, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1fd36199bc1359cc03261d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:27:29.730Z" + }, + "brightness": 11363, + "moisture": 38, + "humidity": 35, + "temperature": 34.4 +},{ + "_id": { + "$oid": "5f1fd36a99bc13f15e03261e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:27:38.245Z" + }, + "brightness": 1678, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd36f99bc134b4303261f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:27:43.730Z" + }, + "brightness": 3654, + "moisture": 34, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1fd39d99bc137413032620" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:28:29.797Z" + }, + "brightness": 10676, + "moisture": 37, + "humidity": 35, + "temperature": 34.6 +},{ + "_id": { + "$oid": "5f1fd3a699bc13caad032621" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:28:38.355Z" + }, + "brightness": 768, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd3ab99bc13fa04032622" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:28:43.799Z" + }, + "brightness": 3539, + "moisture": 34, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1fd3d999bc137d39032623" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:29:29.882Z" + }, + "brightness": 11492, + "moisture": 37, + "humidity": 34, + "temperature": 34.8 +},{ + "_id": { + "$oid": "5f1fd3e299bc13574f032624" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:29:38.465Z" + }, + "brightness": 751, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd3e799bc13cea2032625" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:29:43.869Z" + }, + "brightness": 3714, + "moisture": 34, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1fd41599bc13be2b032626" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:30:29.957Z" + }, + "brightness": 11120, + "moisture": 37, + "humidity": 34, + "temperature": 35 +},{ + "_id": { + "$oid": "5f1fd41e99bc139596032627" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:30:38.574Z" + }, + "brightness": 1938, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd42399bc13dde7032628" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:30:43.936Z" + }, + "brightness": 3733, + "moisture": 34, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1fd45299bc138029032629" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:31:30.008Z" + }, + "brightness": 9053, + "moisture": 37, + "humidity": 34, + "temperature": 35.2 +},{ + "_id": { + "$oid": "5f1fd45a99bc13714d03262a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:31:38.684Z" + }, + "brightness": 1464, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd46099bc13456d03262b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:31:44.003Z" + }, + "brightness": 3799, + "moisture": 33, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1fd48e99bc1383c103262c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:32:30.072Z" + }, + "brightness": 12583, + "moisture": 37, + "humidity": 34, + "temperature": 35.3 +},{ + "_id": { + "$oid": "5f1fd49699bc1311cd03262d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:32:38.796Z" + }, + "brightness": 1304, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd49c99bc132d9903262e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:32:44.073Z" + }, + "brightness": 4139, + "moisture": 34, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1fd4d299bc1357d303262f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:33:38.953Z" + }, + "brightness": 1376, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd4d899bc13556a032630" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:33:44.145Z" + }, + "brightness": 4053, + "moisture": 34, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1fd50f99bc13515f032631" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:34:39.047Z" + }, + "brightness": 1475, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd51499bc13e009032632" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:34:44.208Z" + }, + "brightness": 2654, + "moisture": 33, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f1fd52299bc1357c3032633" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:34:58.335Z" + }, + "brightness": 11470, + "moisture": 44, + "humidity": 34, + "temperature": 35.6 +},{ + "_id": { + "$oid": "5f1fd54b99bc135407032634" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:35:39.123Z" + }, + "brightness": 1766, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd55099bc1372cc032635" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:35:44.276Z" + }, + "brightness": 3529, + "moisture": 34, + "humidity": 41, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f1fd58799bc13117f032636" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:36:39.233Z" + }, + "brightness": 1465, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd58c99bc132d6d032637" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:36:44.353Z" + }, + "brightness": 3990, + "moisture": 33, + "humidity": 42, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f1fd59999bc1357f5032638" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:36:57.306Z" + }, + "brightness": 11605, + "moisture": 36, + "humidity": 33, + "temperature": 35.6 +},{ + "_id": { + "$oid": "5f1fd5c399bc1327e6032639" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:37:39.346Z" + }, + "brightness": 1392, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd5c899bc13a21103263a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:37:44.412Z" + }, + "brightness": 4014, + "moisture": 34, + "humidity": 42, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f1fd5d699bc13423a03263b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:37:58.635Z" + }, + "brightness": 11996, + "moisture": 36, + "humidity": 33, + "temperature": 35.6 +},{ + "_id": { + "$oid": "5f1fd5ff99bc13bee303263c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:38:39.453Z" + }, + "brightness": 1449, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd60499bc130c7103263d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:38:44.480Z" + }, + "brightness": 4009, + "moisture": 33, + "humidity": 42, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f1fd61199bc132b5903263e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:38:57.488Z" + }, + "brightness": 11843, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd63b99bc13094b03263f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:39:39.562Z" + }, + "brightness": 1630, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd64099bc13aa74032640" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:39:44.547Z" + }, + "brightness": 4019, + "moisture": 33, + "humidity": 42, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f1fd64d99bc133ec1032641" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:39:57.600Z" + }, + "brightness": 12024, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd67799bc13c930032642" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:40:39.673Z" + }, + "brightness": 1470, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd67c99bc136ac0032643" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:40:44.614Z" + }, + "brightness": 4030, + "moisture": 34, + "humidity": 42, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f1fd68999bc13bdd1032644" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:40:57.670Z" + }, + "brightness": 13420, + "moisture": 36, + "humidity": 33, + "temperature": 35.4 +},{ + "_id": { + "$oid": "5f1fd6b399bc13ac74032645" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:41:39.783Z" + }, + "brightness": 1578, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd6b899bc135f26032646" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:41:44.684Z" + }, + "brightness": 4069, + "moisture": 33, + "humidity": 42, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f1fd6c599bc133edb032647" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:41:57.739Z" + }, + "brightness": 12831, + "moisture": 37, + "humidity": 33, + "temperature": 35.4 +},{ + "_id": { + "$oid": "5f1fd6ef99bc134e50032648" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:42:39.892Z" + }, + "brightness": 1528, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd6f499bc134eb9032649" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:42:44.754Z" + }, + "brightness": 4160, + "moisture": 33, + "humidity": 41, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f1fd70199bc1333bc03264a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:42:57.868Z" + }, + "brightness": 12295, + "moisture": 37, + "humidity": 33, + "temperature": 35.5 +},{ + "_id": { + "$oid": "5f1fd72c99bc13823a03264b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:43:40.001Z" + }, + "brightness": 1399, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd73099bc13c8c403264c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:43:44.820Z" + }, + "brightness": 4236, + "moisture": 33, + "humidity": 41, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f1fd73d99bc13c69903264d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:43:57.884Z" + }, + "brightness": 13587, + "moisture": 37, + "humidity": 33, + "temperature": 35.5 +},{ + "_id": { + "$oid": "5f1fd76899bc135ddb03264e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:44:40.109Z" + }, + "brightness": 1440, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd76c99bc133c1103264f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:44:44.887Z" + }, + "brightness": 4293, + "moisture": 33, + "humidity": 41, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f1fd77999bc135c60032650" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:44:57.944Z" + }, + "brightness": 12990, + "moisture": 37, + "humidity": 33, + "temperature": 35.6 +},{ + "_id": { + "$oid": "5f1fd7a499bc13ad5d032651" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:45:40.218Z" + }, + "brightness": 1526, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd7a899bc136acc032652" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:45:44.955Z" + }, + "brightness": 4280, + "moisture": 33, + "humidity": 40, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f1fd7b699bc137603032653" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:45:58.013Z" + }, + "brightness": 13340, + "moisture": 37, + "humidity": 33, + "temperature": 35.5 +},{ + "_id": { + "$oid": "5f1fd7e099bc13958d032654" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:46:40.329Z" + }, + "brightness": 1528, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd7e599bc1397a2032655" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:46:45.023Z" + }, + "brightness": 4385, + "moisture": 33, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd7f299bc133c2b032656" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:46:58.084Z" + }, + "brightness": 13517, + "moisture": 37, + "humidity": 33, + "temperature": 35.5 +},{ + "_id": { + "$oid": "5f1fd81c99bc132263032657" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:47:40.439Z" + }, + "brightness": 1510, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd82199bc130dd5032658" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:47:45.092Z" + }, + "brightness": 4640, + "moisture": 34, + "humidity": 40, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f1fd82e99bc13a182032659" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:47:58.151Z" + }, + "brightness": 13978, + "moisture": 37, + "humidity": 33, + "temperature": 35.6 +},{ + "_id": { + "$oid": "5f1fd85899bc1356ce03265a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:48:40.548Z" + }, + "brightness": 1519, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd85d99bc13fc2403265b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:48:45.160Z" + }, + "brightness": 4670, + "moisture": 33, + "humidity": 40, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f1fd86a99bc13bf4c03265c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:48:58.216Z" + }, + "brightness": 14226, + "moisture": 37, + "humidity": 33, + "temperature": 35.7 +},{ + "_id": { + "$oid": "5f1fd89499bc135fcd03265d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:49:40.658Z" + }, + "brightness": 1510, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd89999bc1316ad03265e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:49:45.228Z" + }, + "brightness": 4785, + "moisture": 33, + "humidity": 39, + "temperature": 30.4 +},{ + "_id": { + "$oid": "5f1fd8a699bc139a8303265f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:49:58.286Z" + }, + "brightness": 14166, + "moisture": 37, + "humidity": 32, + "temperature": 35.7 +},{ + "_id": { + "$oid": "5f1fd8d099bc135308032660" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:50:40.768Z" + }, + "brightness": 1501, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd8d599bc132f48032661" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:50:45.296Z" + }, + "brightness": 7748, + "moisture": 33, + "humidity": 39, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f1fd8e299bc130ba7032662" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:50:58.357Z" + }, + "brightness": 10024, + "moisture": 37, + "humidity": 33, + "temperature": 35.6 +},{ + "_id": { + "$oid": "5f1fd90c99bc133324032663" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:51:40.878Z" + }, + "brightness": 1505, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd91199bc132929032664" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:51:45.364Z" + }, + "brightness": 20540, + "moisture": 33, + "humidity": 38, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f1fd91e99bc13025b032665" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:51:58.422Z" + }, + "brightness": 4185, + "moisture": 37, + "humidity": 33, + "temperature": 35.6 +},{ + "_id": { + "$oid": "5f1fd94899bc135e2d032666" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:52:40.987Z" + }, + "brightness": 1435, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd94d99bc13a844032667" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:52:45.436Z" + }, + "brightness": 25674, + "moisture": 33, + "humidity": 39, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f1fd95a99bc138297032668" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:52:58.487Z" + }, + "brightness": 14104, + "moisture": 38, + "humidity": 34, + "temperature": 35.2 +},{ + "_id": { + "$oid": "5f1fd98599bc137b1e032669" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:53:41.098Z" + }, + "brightness": 1476, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd98999bc130cfd03266a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:53:45.502Z" + }, + "brightness": 26089, + "moisture": 32, + "humidity": 39, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f1fd99699bc132db203266b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:53:58.611Z" + }, + "brightness": 15891, + "moisture": 37, + "humidity": 34, + "temperature": 34.8 +},{ + "_id": { + "$oid": "5f1fd9c199bc13609e03266c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:54:41.207Z" + }, + "brightness": 1472, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fd9c599bc13357803266d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:54:45.570Z" + }, + "brightness": 25800, + "moisture": 32, + "humidity": 39, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f1fd9d299bc13b88203266e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:54:58.632Z" + }, + "brightness": 15014, + "moisture": 36, + "humidity": 33, + "temperature": 35.1 +},{ + "_id": { + "$oid": "5f1fd9fd99bc13241503266f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:55:41.316Z" + }, + "brightness": 1440, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fda0199bc13105b032670" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:55:45.637Z" + }, + "brightness": 25710, + "moisture": 33, + "humidity": 39, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f1fda0e99bc1364b8032671" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:55:58.688Z" + }, + "brightness": 14973, + "moisture": 36, + "humidity": 33, + "temperature": 35.3 +},{ + "_id": { + "$oid": "5f1fda3999bc13448b032672" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:56:41.426Z" + }, + "brightness": 1489, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fda3d99bc13742d032673" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:56:45.705Z" + }, + "brightness": 26092, + "moisture": 32, + "humidity": 38, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f1fda4a99bc131ef8032674" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:56:58.757Z" + }, + "brightness": 15163, + "moisture": 36, + "humidity": 33, + "temperature": 35.6 +},{ + "_id": { + "$oid": "5f1fda7599bc1317f3032675" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:57:41.536Z" + }, + "brightness": 1436, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fda7999bc132e98032676" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:57:45.773Z" + }, + "brightness": 26420, + "moisture": 33, + "humidity": 38, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f1fda8699bc135efd032677" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:57:58.829Z" + }, + "brightness": 15341, + "moisture": 36, + "humidity": 33, + "temperature": 35.7 +},{ + "_id": { + "$oid": "5f1fdab199bc136656032678" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:58:41.646Z" + }, + "brightness": 1385, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fdab599bc1394da032679" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:58:45.847Z" + }, + "brightness": 25888, + "moisture": 32, + "humidity": 38, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f1fdac299bc13becf03267a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:58:58.896Z" + }, + "brightness": 14977, + "moisture": 35, + "humidity": 34, + "temperature": 36 +},{ + "_id": { + "$oid": "5f1fdaed99bc13454703267b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T07:59:41.755Z" + }, + "brightness": 1150, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fdaf199bc134cd703267c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T07:59:45.909Z" + }, + "brightness": 27543, + "moisture": 32, + "humidity": 38, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f1fdafe99bc1386d003267d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T07:59:58.960Z" + }, + "brightness": 15574, + "moisture": 41, + "humidity": 33, + "temperature": 36 +},{ + "_id": { + "$oid": "5f1fdb2999bc1380e703267e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:00:41.865Z" + }, + "brightness": 1100, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fdb2d99bc13d65003267f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:00:45.982Z" + }, + "brightness": 28321, + "moisture": 33, + "humidity": 39, + "temperature": 31 +},{ + "_id": { + "$oid": "5f1fdb3b99bc136781032680" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:00:59.031Z" + }, + "brightness": 15560, + "moisture": 35, + "humidity": 33, + "temperature": 36.1 +},{ + "_id": { + "$oid": "5f1fdb6599bc13868a032681" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:01:41.975Z" + }, + "brightness": 906, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fdb6a99bc13e0ec032682" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:01:46.057Z" + }, + "brightness": 27889, + "moisture": 32, + "humidity": 39, + "temperature": 31 +},{ + "_id": { + "$oid": "5f1fdb7799bc13fe62032683" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:01:59.110Z" + }, + "brightness": 15461, + "moisture": 36, + "humidity": 33, + "temperature": 36.1 +},{ + "_id": { + "$oid": "5f1fdba299bc13e8e8032684" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:02:42.085Z" + }, + "brightness": 1124, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fdba699bc13e14a032685" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:02:46.125Z" + }, + "brightness": 28159, + "moisture": 34, + "humidity": 39, + "temperature": 31 +},{ + "_id": { + "$oid": "5f1fdbb399bc135fb3032686" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:02:59.210Z" + }, + "brightness": 14919, + "moisture": 36, + "humidity": 33, + "temperature": 36.2 +},{ + "_id": { + "$oid": "5f1fdbde99bc135c80032687" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:03:42.194Z" + }, + "brightness": 1290, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fdbe299bc1325ab032688" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:03:46.180Z" + }, + "brightness": 27991, + "moisture": 32, + "humidity": 38, + "temperature": 30.9 +},{ + "_id": { + "$oid": "5f1fdbef99bc136ff9032689" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:03:59.228Z" + }, + "brightness": 13636, + "moisture": 36, + "humidity": 33, + "temperature": 36.2 +},{ + "_id": { + "$oid": "5f1fdc1a99bc13757f03268a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:04:42.304Z" + }, + "brightness": 840, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fdc1e99bc136e2903268b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:04:46.247Z" + }, + "brightness": 27945, + "moisture": 32, + "humidity": 38, + "temperature": 30.9 +},{ + "_id": { + "$oid": "5f1fdc2b99bc13f6a103268c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:04:59.311Z" + }, + "brightness": 14729, + "moisture": 35, + "humidity": 33, + "temperature": 36.2 +},{ + "_id": { + "$oid": "5f1fdc5699bc130d6e03268d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:05:42.413Z" + }, + "brightness": 813, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fdc5a99bc132e8f03268e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:05:46.315Z" + }, + "brightness": 28179, + "moisture": 32, + "humidity": 39, + "temperature": 31 +},{ + "_id": { + "$oid": "5f1fdc6799bc13c4bc03268f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:05:59.376Z" + }, + "brightness": 11804, + "moisture": 35, + "humidity": 33, + "temperature": 36.2 +},{ + "_id": { + "$oid": "5f1fdc9299bc133c72032690" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:06:42.523Z" + }, + "brightness": 826, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fdc9699bc13ecf9032691" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:06:46.427Z" + }, + "brightness": 28848, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fdca399bc1364fb032692" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:06:59.437Z" + }, + "brightness": 7867, + "moisture": 36, + "humidity": 33, + "temperature": 36.3 +},{ + "_id": { + "$oid": "5f1fdcce99bc136700032693" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:07:42.633Z" + }, + "brightness": 929, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fdcd299bc131f16032694" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:07:46.544Z" + }, + "brightness": 29631, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fdcdf99bc13661b032695" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:07:59.508Z" + }, + "brightness": 7148, + "moisture": 36, + "humidity": 33, + "temperature": 36.1 +},{ + "_id": { + "$oid": "5f1fdd0a99bc133975032696" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:08:42.742Z" + }, + "brightness": 906, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fdd0e99bc1332c4032697" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:08:46.656Z" + }, + "brightness": 29987, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fdd1b99bc13dba3032698" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:08:59.620Z" + }, + "brightness": 12714, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fdd4699bc134bb1032699" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:09:42.852Z" + }, + "brightness": 1012, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fdd4a99bc13401c03269a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:09:46.724Z" + }, + "brightness": 30137, + "moisture": 32, + "humidity": 39, + "temperature": 31.2 +},{ + "_id": { + "$oid": "5f1fdd5799bc13f6ca03269b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:09:59.689Z" + }, + "brightness": 11569, + "moisture": 36, + "humidity": 33, + "temperature": 35.6 +},{ + "_id": { + "$oid": "5f1fdd8299bc130b8203269c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:10:42.961Z" + }, + "brightness": 989, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fdd8699bc1307cd03269d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:10:46.791Z" + }, + "brightness": 18255, + "moisture": 34, + "humidity": 37, + "temperature": 31.7 +},{ + "_id": { + "$oid": "5f1fdd9399bc13acce03269e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:10:59.761Z" + }, + "brightness": 9442, + "moisture": 37, + "humidity": 33, + "temperature": 35.6 +},{ + "_id": { + "$oid": "5f1fddbf99bc13645f03269f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:11:43.071Z" + }, + "brightness": 1002, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fddc299bc1318cb0326a0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:11:46.856Z" + }, + "brightness": 5824, + "moisture": 31, + "humidity": 37, + "temperature": 31.8 +},{ + "_id": { + "$oid": "5f1fddcf99bc136f970326a1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:11:59.822Z" + }, + "brightness": 8536, + "moisture": 37, + "humidity": 33, + "temperature": 35.7 +},{ + "_id": { + "$oid": "5f1fddfb99bc13f3da0326a2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:12:43.181Z" + }, + "brightness": 763, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fddfe99bc1300910326a3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:12:46.923Z" + }, + "brightness": 4171, + "moisture": 34, + "humidity": 38, + "temperature": 31.6 +},{ + "_id": { + "$oid": "5f1fde0b99bc13deac0326a4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:12:59.898Z" + }, + "brightness": 10430, + "moisture": 37, + "humidity": 33, + "temperature": 35.5 +},{ + "_id": { + "$oid": "5f1fde3799bc1302f60326a5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:13:43.291Z" + }, + "brightness": 820, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fde3a99bc133ab50326a6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:13:46.991Z" + }, + "brightness": 5626, + "moisture": 33, + "humidity": 39, + "temperature": 31 +},{ + "_id": { + "$oid": "5f1fde4799bc1372540326a7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:13:59.963Z" + }, + "brightness": 11552, + "moisture": 37, + "humidity": 33, + "temperature": 35.6 +},{ + "_id": { + "$oid": "5f1fde7399bc1346ca0326a8" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:14:43.400Z" + }, + "brightness": 1383, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fde7799bc131cf80326a9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:14:47.059Z" + }, + "brightness": 4849, + "moisture": 31, + "humidity": 38, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f1fde8499bc135ebb0326aa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:15:00.037Z" + }, + "brightness": 11405, + "moisture": 36, + "humidity": 33, + "temperature": 35.8 +},{ + "_id": { + "$oid": "5f1fdeaf99bc136aca0326ab" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:15:43.511Z" + }, + "brightness": 844, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fdeb399bc1395010326ac" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:15:47.127Z" + }, + "brightness": 4385, + "moisture": 31, + "humidity": 38, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f1fdec099bc13664e0326ad" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:16:00.111Z" + }, + "brightness": 11375, + "moisture": 41, + "humidity": 34, + "temperature": 36 +},{ + "_id": { + "$oid": "5f1fdeeb99bc136d450326ae" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:16:43.620Z" + }, + "brightness": 1253, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fdeef99bc1340790326af" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:16:47.194Z" + }, + "brightness": 4876, + "moisture": 32, + "humidity": 39, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f1fdefc99bc136fa40326b0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:17:00.172Z" + }, + "brightness": 14949, + "moisture": 36, + "humidity": 33, + "temperature": 36 +},{ + "_id": { + "$oid": "5f1fdf2799bc135a3f0326b1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:17:43.730Z" + }, + "brightness": 1320, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fdf2b99bc135d1b0326b2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:17:47.262Z" + }, + "brightness": 5662, + "moisture": 31, + "humidity": 39, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f1fdf3899bc13601c0326b3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:18:00.239Z" + }, + "brightness": 13429, + "moisture": 37, + "humidity": 33, + "temperature": 36.1 +},{ + "_id": { + "$oid": "5f1fdf6399bc13265b0326b4" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:18:43.840Z" + }, + "brightness": 1370, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fdf6799bc1324b80326b5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:18:47.338Z" + }, + "brightness": 2355, + "moisture": 32, + "humidity": 38, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f1fdf7499bc139b180326b6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:19:00.303Z" + }, + "brightness": 10426, + "moisture": 36, + "humidity": 33, + "temperature": 36.1 +},{ + "_id": { + "$oid": "5f1fdf9f99bc134a920326b7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:19:43.949Z" + }, + "brightness": 1221, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fdfa399bc1318f90326b8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:19:47.397Z" + }, + "brightness": 18055, + "moisture": 31, + "humidity": 38, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f1fdfb099bc13ef4a0326b9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:20:00.365Z" + }, + "brightness": 10133, + "moisture": 36, + "humidity": 33, + "temperature": 36.1 +},{ + "_id": { + "$oid": "5f1fdfdc99bc13e2460326ba" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:20:44.059Z" + }, + "brightness": 1096, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fdfdf99bc13b2930326bb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:20:47.469Z" + }, + "brightness": 21819, + "moisture": 31, + "humidity": 40, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f1fdfec99bc1384990326bc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:21:00.436Z" + }, + "brightness": 10094, + "moisture": 36, + "humidity": 33, + "temperature": 36.4 +},{ + "_id": { + "$oid": "5f1fe01899bc131f020326bd" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:21:44.168Z" + }, + "brightness": 1131, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe01b99bc13044f0326be" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:21:47.535Z" + }, + "brightness": 9690, + "moisture": 31, + "humidity": 38, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f1fe02899bc1394b00326bf" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:22:00.507Z" + }, + "brightness": 9909, + "moisture": 35, + "humidity": 33, + "temperature": 36.1 +},{ + "_id": { + "$oid": "5f1fe05499bc1399ec0326c0" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:22:44.279Z" + }, + "brightness": 1135, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe05799bc1343a30326c1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:22:47.600Z" + }, + "brightness": 6090, + "moisture": 34, + "humidity": 38, + "temperature": 31.6 +},{ + "_id": { + "$oid": "5f1fe06499bc132a510326c2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:23:00.572Z" + }, + "brightness": 10419, + "moisture": 36, + "humidity": 33, + "temperature": 36.2 +},{ + "_id": { + "$oid": "5f1fe09099bc13d1fc0326c3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:23:44.389Z" + }, + "brightness": 1058, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe09399bc13e3710326c4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:23:47.666Z" + }, + "brightness": 6068, + "moisture": 33, + "humidity": 37, + "temperature": 32 +},{ + "_id": { + "$oid": "5f1fe0a099bc130d560326c5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:24:00.638Z" + }, + "brightness": 10383, + "moisture": 35, + "humidity": 33, + "temperature": 36.4 +},{ + "_id": { + "$oid": "5f1fe0cc99bc13cb8f0326c6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:24:44.498Z" + }, + "brightness": 1120, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe0cf99bc136b7c0326c7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:24:47.734Z" + }, + "brightness": 6229, + "moisture": 31, + "humidity": 36, + "temperature": 32.3 +},{ + "_id": { + "$oid": "5f1fe0dc99bc13ff320326c8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:25:00.721Z" + }, + "brightness": 9545, + "moisture": 36, + "humidity": 32, + "temperature": 36.5 +},{ + "_id": { + "$oid": "5f1fe10899bc13e9470326c9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:25:44.607Z" + }, + "brightness": 1290, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe10b99bc137ab60326ca" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:25:47.802Z" + }, + "brightness": 6324, + "moisture": 31, + "humidity": 36, + "temperature": 32.3 +},{ + "_id": { + "$oid": "5f1fe11899bc13e8750326cb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:26:00.795Z" + }, + "brightness": 9550, + "moisture": 36, + "humidity": 33, + "temperature": 36 +},{ + "_id": { + "$oid": "5f1fe14499bc13916d0326cc" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:26:44.717Z" + }, + "brightness": 1532, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe14799bc1304100326cd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:26:47.869Z" + }, + "brightness": 3534, + "moisture": 31, + "humidity": 35, + "temperature": 32.6 +},{ + "_id": { + "$oid": "5f1fe15499bc13fb060326ce" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:27:00.841Z" + }, + "brightness": 9725, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe18099bc1341fb0326cf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:27:44.827Z" + }, + "brightness": 1395, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe18399bc13e1190326d0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:27:47.937Z" + }, + "brightness": 3669, + "moisture": 31, + "humidity": 35, + "temperature": 32.5 +},{ + "_id": { + "$oid": "5f1fe19099bc1343e20326d1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:28:00.938Z" + }, + "brightness": 6904, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe1bc99bc133bd90326d2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:28:44.937Z" + }, + "brightness": 1389, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe1c099bc13403e0326d3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:28:48.007Z" + }, + "brightness": 5314, + "moisture": 31, + "humidity": 36, + "temperature": 31.9 +},{ + "_id": { + "$oid": "5f1fe1cc99bc1366350326d4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:29:00.985Z" + }, + "brightness": 3708, + "moisture": 36, + "humidity": 33, + "temperature": 36.1 +},{ + "_id": { + "$oid": "5f1fe1f999bc13a9920326d5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:29:45.048Z" + }, + "brightness": 1361, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe1fc99bc1377110326d6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:29:48.075Z" + }, + "brightness": 7379, + "moisture": 31, + "humidity": 38, + "temperature": 31.2 +},{ + "_id": { + "$oid": "5f1fe20999bc1326410326d7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:30:01.051Z" + }, + "brightness": 10400, + "moisture": 36, + "humidity": 33, + "temperature": 35.6 +},{ + "_id": { + "$oid": "5f1fe23599bc13695d0326d8" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:30:45.157Z" + }, + "brightness": 1493, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe23899bc13c83a0326d9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:30:48.142Z" + }, + "brightness": 4611, + "moisture": 31, + "humidity": 38, + "temperature": 31.2 +},{ + "_id": { + "$oid": "5f1fe24599bc1360b20326da" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:31:01.120Z" + }, + "brightness": 11277, + "moisture": 37, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe27199bc131a2e0326db" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:31:45.266Z" + }, + "brightness": 787, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe27499bc1321c60326dc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:31:48.210Z" + }, + "brightness": 7097, + "moisture": 31, + "humidity": 39, + "temperature": 31 +},{ + "_id": { + "$oid": "5f1fe28199bc13f0e80326dd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:32:01.187Z" + }, + "brightness": 12487, + "moisture": 37, + "humidity": 33, + "temperature": 35.8 +},{ + "_id": { + "$oid": "5f1fe2ad99bc135b050326de" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:32:45.376Z" + }, + "brightness": 799, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe2b099bc13779d0326df" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:32:48.277Z" + }, + "brightness": 5754, + "moisture": 31, + "humidity": 39, + "temperature": 31.3 +},{ + "_id": { + "$oid": "5f1fe2bd99bc13aa190326e0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:33:01.257Z" + }, + "brightness": 12114, + "moisture": 37, + "humidity": 33, + "temperature": 36 +},{ + "_id": { + "$oid": "5f1fe2e999bc1380670326e1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:33:45.486Z" + }, + "brightness": 891, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe2ec99bc13ac350326e2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:33:48.345Z" + }, + "brightness": 7091, + "moisture": 31, + "humidity": 37, + "temperature": 31.9 +},{ + "_id": { + "$oid": "5f1fe2f999bc13be2b0326e3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:34:01.362Z" + }, + "brightness": 4699, + "moisture": 37, + "humidity": 32, + "temperature": 35.9 +},{ + "_id": { + "$oid": "5f1fe32599bc1373cd0326e4" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:34:45.595Z" + }, + "brightness": 1533, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe32899bc1369d10326e5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:34:48.411Z" + }, + "brightness": 6984, + "moisture": 30, + "humidity": 37, + "temperature": 32.3 +},{ + "_id": { + "$oid": "5f1fe33599bc1371910326e6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:35:01.392Z" + }, + "brightness": 3771, + "moisture": 37, + "humidity": 33, + "temperature": 36.1 +},{ + "_id": { + "$oid": "5f1fe36199bc1363a90326e7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:35:45.705Z" + }, + "brightness": 1158, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe36499bc13d1700326e8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:35:48.479Z" + }, + "brightness": 5974, + "moisture": 31, + "humidity": 36, + "temperature": 32.6 +},{ + "_id": { + "$oid": "5f1fe37299bc1336dd0326e9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:36:02.777Z" + }, + "brightness": 6154, + "moisture": 38, + "humidity": 33, + "temperature": 35.6 +},{ + "_id": { + "$oid": "5f1fe39d99bc13536c0326ea" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:36:45.817Z" + }, + "brightness": 929, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe3a099bc1331640326eb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:36:48.546Z" + }, + "brightness": 4584, + "moisture": 31, + "humidity": 37, + "temperature": 32 +},{ + "_id": { + "$oid": "5f1fe3ad99bc13d9cf0326ec" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:37:01.545Z" + }, + "brightness": 5533, + "moisture": 38, + "humidity": 34, + "temperature": 35.4 +},{ + "_id": { + "$oid": "5f1fe3d999bc137a2d0326ed" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:37:45.925Z" + }, + "brightness": 1564, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe3dc99bc13c4990326ee" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:37:48.615Z" + }, + "brightness": 4978, + "moisture": 30, + "humidity": 38, + "temperature": 31.3 +},{ + "_id": { + "$oid": "5f1fe3e999bc1342560326ef" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:38:01.601Z" + }, + "brightness": 8019, + "moisture": 38, + "humidity": 34, + "temperature": 35.1 +},{ + "_id": { + "$oid": "5f1fe41699bc133c4f0326f0" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:38:46.035Z" + }, + "brightness": 1160, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe41899bc13fb2b0326f1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:38:48.683Z" + }, + "brightness": 5570, + "moisture": 31, + "humidity": 38, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f1fe42599bc1303580326f2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:39:01.672Z" + }, + "brightness": 6669, + "moisture": 37, + "humidity": 34, + "temperature": 35.3 +},{ + "_id": { + "$oid": "5f1fe45299bc139cbb0326f3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:39:46.144Z" + }, + "brightness": 1138, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe45499bc1314850326f4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:39:48.751Z" + }, + "brightness": 5586, + "moisture": 30, + "humidity": 39, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f1fe46199bc13a8560326f5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:40:01.736Z" + }, + "brightness": 6969, + "moisture": 38, + "humidity": 33, + "temperature": 35.4 +},{ + "_id": { + "$oid": "5f1fe48e99bc1353fc0326f6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:40:46.254Z" + }, + "brightness": 1097, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe49099bc1324780326f7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:40:48.819Z" + }, + "brightness": 4656, + "moisture": 31, + "humidity": 39, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f1fe49d99bc13ac760326f8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:41:01.816Z" + }, + "brightness": 11828, + "moisture": 38, + "humidity": 34, + "temperature": 35.2 +},{ + "_id": { + "$oid": "5f1fe4ca99bc135a440326f9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:41:46.364Z" + }, + "brightness": 1055, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe4cc99bc1325f50326fa" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:41:48.887Z" + }, + "brightness": 3693, + "moisture": 31, + "humidity": 39, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f1fe50699bc138a4a0326fb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:42:46.473Z" + }, + "brightness": 931, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe50899bc138a1d0326fc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:42:48.955Z" + }, + "brightness": 3884, + "moisture": 31, + "humidity": 39, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f1fe51599bc13183a0326fd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:43:01.951Z" + }, + "brightness": 10365, + "moisture": 38, + "humidity": 34, + "temperature": 35.1 +},{ + "_id": { + "$oid": "5f1fe54299bc137c0e0326fe" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:43:46.583Z" + }, + "brightness": 977, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe54599bc13266d0326ff" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:43:49.036Z" + }, + "brightness": 3934, + "moisture": 31, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f1fe55299bc135166032700" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:44:02.010Z" + }, + "brightness": 8040, + "moisture": 41, + "humidity": 34, + "temperature": 35.3 +},{ + "_id": { + "$oid": "5f1fe57e99bc1317b0032701" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:44:46.692Z" + }, + "brightness": 962, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe58199bc13b0a3032702" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:44:49.093Z" + }, + "brightness": 5275, + "moisture": 31, + "humidity": 41, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f1fe58f99bc13bd39032703" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:45:03.553Z" + }, + "brightness": 6061, + "moisture": 38, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe5ba99bc132b06032704" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:45:46.802Z" + }, + "brightness": 872, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe5bd99bc13af3a032705" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:45:49.156Z" + }, + "brightness": 5247, + "moisture": 31, + "humidity": 41, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f1fe5ca99bc130f33032706" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:46:02.466Z" + }, + "brightness": 9245, + "moisture": 38, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe5f699bc1304f2032707" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:46:46.913Z" + }, + "brightness": 1590, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe5f999bc1341c1032708" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:46:49.224Z" + }, + "brightness": 6981, + "moisture": 31, + "humidity": 40, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f1fe63399bc130ef7032709" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:47:47.022Z" + }, + "brightness": 1574, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe63599bc13d60203270a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:47:49.293Z" + }, + "brightness": 5438, + "moisture": 31, + "humidity": 40, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f1fe64299bc13118303270b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:48:02.633Z" + }, + "brightness": 6480, + "moisture": 38, + "humidity": 34, + "temperature": 35.1 +},{ + "_id": { + "$oid": "5f1fe66f99bc13e29a03270c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:48:47.132Z" + }, + "brightness": 1633, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe67199bc13705d03270d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:48:49.444Z" + }, + "brightness": 6258, + "moisture": 31, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe67e99bc13d78c03270e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:49:02.677Z" + }, + "brightness": 10993, + "moisture": 43, + "humidity": 34, + "temperature": 35 +},{ + "_id": { + "$oid": "5f1fe6ab99bc13e6ab03270f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:49:47.242Z" + }, + "brightness": 1672, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe6ad99bc136418032710" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:49:49.539Z" + }, + "brightness": 5377, + "moisture": 31, + "humidity": 40, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f1fe6ba99bc134a50032711" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:50:02.752Z" + }, + "brightness": 6675, + "moisture": 38, + "humidity": 34, + "temperature": 35.2 +},{ + "_id": { + "$oid": "5f1fe6e799bc1389a8032712" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:50:47.352Z" + }, + "brightness": 1495, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe6e999bc132ba7032713" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:50:49.556Z" + }, + "brightness": 4109, + "moisture": 31, + "humidity": 39, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f1fe6f699bc13117f032714" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:51:02.814Z" + }, + "brightness": 4866, + "moisture": 41, + "humidity": 33, + "temperature": 35.5 +},{ + "_id": { + "$oid": "5f1fe72399bc13228b032715" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:51:47.464Z" + }, + "brightness": 1579, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe72599bc13a17a032716" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:51:49.656Z" + }, + "brightness": 2732, + "moisture": 31, + "humidity": 41, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f1fe73299bc13175f032717" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:52:02.873Z" + }, + "brightness": 8690, + "moisture": 37, + "humidity": 33, + "temperature": 35.4 +},{ + "_id": { + "$oid": "5f1fe75f99bc13a855032718" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:52:47.571Z" + }, + "brightness": 1483, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe76199bc13cf7f032719" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:52:49.674Z" + }, + "brightness": 3804, + "moisture": 31, + "humidity": 41, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f1fe76e99bc13701303271a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:53:02.946Z" + }, + "brightness": 4551, + "moisture": 37, + "humidity": 33, + "temperature": 35.4 +},{ + "_id": { + "$oid": "5f1fe79b99bc134d7003271b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:53:47.681Z" + }, + "brightness": 902, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe79d99bc13070403271c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:53:49.742Z" + }, + "brightness": 9738, + "moisture": 30, + "humidity": 42, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f1fe7ab99bc13954903271d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:54:03.013Z" + }, + "brightness": 11304, + "moisture": 38, + "humidity": 33, + "temperature": 35.3 +},{ + "_id": { + "$oid": "5f1fe7d799bc136bed03271e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:54:47.790Z" + }, + "brightness": 1471, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe7d999bc138fce03271f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:54:49.810Z" + }, + "brightness": 16342, + "moisture": 31, + "humidity": 42, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f1fe7e799bc133542032720" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:55:03.085Z" + }, + "brightness": 5009, + "moisture": 37, + "humidity": 33, + "temperature": 35.2 +},{ + "_id": { + "$oid": "5f1fe81399bc132427032721" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:55:47.900Z" + }, + "brightness": 1458, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe81599bc1323bf032722" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:55:49.879Z" + }, + "brightness": 3153, + "moisture": 30, + "humidity": 40, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f1fe82399bc1302f4032723" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:56:03.193Z" + }, + "brightness": 5240, + "moisture": 37, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe85099bc137eaa032724" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:56:48.010Z" + }, + "brightness": 1500, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe85199bc137fed032725" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:56:49.945Z" + }, + "brightness": 16423, + "moisture": 31, + "humidity": 39, + "temperature": 31.2 +},{ + "_id": { + "$oid": "5f1fe85f99bc136f40032726" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:57:03.265Z" + }, + "brightness": 8144, + "moisture": 38, + "humidity": 34, + "temperature": 34.8 +},{ + "_id": { + "$oid": "5f1fe88c99bc132c97032727" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:57:48.120Z" + }, + "brightness": 1563, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe88e99bc137c6c032728" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:57:50.014Z" + }, + "brightness": 3584, + "moisture": 31, + "humidity": 40, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f1fe89b99bc137767032729" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:58:03.332Z" + }, + "brightness": 12681, + "moisture": 38, + "humidity": 34, + "temperature": 34.6 +},{ + "_id": { + "$oid": "5f1fe8c899bc13252e03272a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:58:48.229Z" + }, + "brightness": 1531, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe8ca99bc13253c03272b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:58:50.081Z" + }, + "brightness": 43337, + "moisture": 30, + "humidity": 41, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f1fe8d799bc13c93103272c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T08:59:03.402Z" + }, + "brightness": 11590, + "moisture": 38, + "humidity": 34, + "temperature": 34.9 +},{ + "_id": { + "$oid": "5f1fe90499bc1306d803272d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T08:59:48.339Z" + }, + "brightness": 1558, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe90699bc13c3e503272e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T08:59:50.150Z" + }, + "brightness": 21178, + "moisture": 31, + "humidity": 41, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f1fe91399bc13252003272f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:00:03.470Z" + }, + "brightness": 6089, + "moisture": 38, + "humidity": 34, + "temperature": 35.2 +},{ + "_id": { + "$oid": "5f1fe94099bc13541e032730" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:00:48.449Z" + }, + "brightness": 1377, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe94299bc136758032731" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:00:50.216Z" + }, + "brightness": 14049, + "moisture": 30, + "humidity": 38, + "temperature": 31.7 +},{ + "_id": { + "$oid": "5f1fe94f99bc131557032732" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:01:03.538Z" + }, + "brightness": 12035, + "moisture": 38, + "humidity": 34, + "temperature": 34.9 +},{ + "_id": { + "$oid": "5f1fe97c99bc136ca6032733" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:01:48.559Z" + }, + "brightness": 1208, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe97e99bc13a295032734" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:01:50.286Z" + }, + "brightness": 6746, + "moisture": 31, + "humidity": 39, + "temperature": 31.4 +},{ + "_id": { + "$oid": "5f1fe98b99bc1312f1032735" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:02:03.624Z" + }, + "brightness": 13403, + "moisture": 37, + "humidity": 33, + "temperature": 35.5 +},{ + "_id": { + "$oid": "5f1fe9b899bc13bf6a032736" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:02:48.668Z" + }, + "brightness": 1491, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe9ba99bc131f88032737" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:02:50.352Z" + }, + "brightness": 10806, + "moisture": 30, + "humidity": 38, + "temperature": 30.9 +},{ + "_id": { + "$oid": "5f1fe9c799bc13769a032738" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:03:03.686Z" + }, + "brightness": 13508, + "moisture": 37, + "humidity": 33, + "temperature": 35 +},{ + "_id": { + "$oid": "5f1fe9f499bc137436032739" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:03:48.778Z" + }, + "brightness": 1431, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fe9f699bc134abc03273a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:03:50.420Z" + }, + "brightness": 15431, + "moisture": 30, + "humidity": 39, + "temperature": 31.2 +},{ + "_id": { + "$oid": "5f1fea0399bc13a96003273b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:04:03.757Z" + }, + "brightness": 6809, + "moisture": 37, + "humidity": 33, + "temperature": 35.8 +},{ + "_id": { + "$oid": "5f1fea3099bc13bd9603273c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:04:48.888Z" + }, + "brightness": 1493, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fea3299bc136ec103273d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:04:50.488Z" + }, + "brightness": 7277, + "moisture": 32, + "humidity": 38, + "temperature": 31.6 +},{ + "_id": { + "$oid": "5f1fea3f99bc1364b003273e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:05:03.820Z" + }, + "brightness": 13901, + "moisture": 37, + "humidity": 33, + "temperature": 35.5 +},{ + "_id": { + "$oid": "5f1fea6c99bc13365c03273f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:05:48.998Z" + }, + "brightness": 980, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fea6e99bc135f6a032740" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:05:50.556Z" + }, + "brightness": 5887, + "moisture": 30, + "humidity": 39, + "temperature": 31 +},{ + "_id": { + "$oid": "5f1fea7b99bc138239032741" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:06:03.885Z" + }, + "brightness": 8202, + "moisture": 37, + "humidity": 33, + "temperature": 35.5 +},{ + "_id": { + "$oid": "5f1feaa999bc135e0e032742" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:06:49.107Z" + }, + "brightness": 959, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1feaaa99bc133afb032743" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:06:50.623Z" + }, + "brightness": 7464, + "moisture": 31, + "humidity": 39, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f1feab799bc13511e032744" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:07:03.956Z" + }, + "brightness": 7886, + "moisture": 37, + "humidity": 32, + "temperature": 35.7 +},{ + "_id": { + "$oid": "5f1feae599bc139f2c032745" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:07:49.218Z" + }, + "brightness": 1543, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1feae699bc13a657032746" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:07:50.691Z" + }, + "brightness": 6627, + "moisture": 31, + "humidity": 40, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f1feaf499bc13555d032747" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:08:04.021Z" + }, + "brightness": 9851, + "moisture": 37, + "humidity": 33, + "temperature": 35.4 +},{ + "_id": { + "$oid": "5f1feb2199bc138443032748" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:08:49.327Z" + }, + "brightness": 902, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1feb2299bc13c8a9032749" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:08:50.759Z" + }, + "brightness": 34250, + "moisture": 30, + "humidity": 40, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f1feb3099bc13e8c703274a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:09:04.091Z" + }, + "brightness": 13091, + "moisture": 38, + "humidity": 33, + "temperature": 35.6 +},{ + "_id": { + "$oid": "5f1feb5d99bc13115a03274b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:09:49.436Z" + }, + "brightness": 1444, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1feb5e99bc13bb0603274c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:09:50.826Z" + }, + "brightness": 6551, + "moisture": 31, + "humidity": 40, + "temperature": 30.4 +},{ + "_id": { + "$oid": "5f1feb6c99bc13769603274d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:10:04.171Z" + }, + "brightness": 10054, + "moisture": 37, + "humidity": 33, + "temperature": 35.4 +},{ + "_id": { + "$oid": "5f1feb9999bc137e4703274e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:10:49.546Z" + }, + "brightness": 1473, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1feb9a99bc1322ca03274f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:10:50.894Z" + }, + "brightness": 6333, + "moisture": 30, + "humidity": 40, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f1feba899bc13d5ff032750" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:11:04.231Z" + }, + "brightness": 13249, + "moisture": 38, + "humidity": 33, + "temperature": 35.6 +},{ + "_id": { + "$oid": "5f1febd599bc137c5f032751" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:11:49.722Z" + }, + "brightness": 1471, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1febd699bc132cd7032752" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:11:50.962Z" + }, + "brightness": 5065, + "moisture": 33, + "humidity": 40, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f1fec1199bc132da8032753" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:12:49.825Z" + }, + "brightness": 1119, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fec1399bc13b777032754" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:12:51.027Z" + }, + "brightness": 9452, + "moisture": 33, + "humidity": 41, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f1fec2099bc136d48032755" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:13:04.469Z" + }, + "brightness": 6505, + "moisture": 38, + "humidity": 33, + "temperature": 35.6 +},{ + "_id": { + "$oid": "5f1fec4d99bc1347b6032756" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:13:49.909Z" + }, + "brightness": 1486, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fec4f99bc134278032757" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:13:51.094Z" + }, + "brightness": 15555, + "moisture": 33, + "humidity": 41, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f1fec5c99bc1335a4032758" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:14:04.531Z" + }, + "brightness": 11480, + "moisture": 38, + "humidity": 33, + "temperature": 35.4 +},{ + "_id": { + "$oid": "5f1fec8999bc1399a3032759" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:14:49.988Z" + }, + "brightness": 1364, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fec8b99bc13781203275a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:14:51.161Z" + }, + "brightness": 39974, + "moisture": 32, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f1fec9899bc135a1803275b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:15:04.643Z" + }, + "brightness": 13472, + "moisture": 38, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fecc699bc13c6b603275c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:15:50.095Z" + }, + "brightness": 1366, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fecc799bc134bba03275d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:15:51.273Z" + }, + "brightness": 26476, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fecd499bc13c3eb03275e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:16:04.736Z" + }, + "brightness": 12105, + "moisture": 38, + "humidity": 32, + "temperature": 35.8 +},{ + "_id": { + "$oid": "5f1fed0299bc13118f03275f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:16:50.204Z" + }, + "brightness": 1543, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fed0399bc13120e032760" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:16:51.339Z" + }, + "brightness": 35250, + "moisture": 32, + "humidity": 37, + "temperature": 32.1 +},{ + "_id": { + "$oid": "5f1fed1099bc13c2d4032761" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:17:04.792Z" + }, + "brightness": 8041, + "moisture": 38, + "humidity": 33, + "temperature": 36 +},{ + "_id": { + "$oid": "5f1fed3e99bc136953032762" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:17:50.313Z" + }, + "brightness": 1580, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fed3f99bc13d578032763" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:17:51.406Z" + }, + "brightness": 7026, + "moisture": 32, + "humidity": 37, + "temperature": 32.2 +},{ + "_id": { + "$oid": "5f1fed4c99bc13416c032764" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:18:04.862Z" + }, + "brightness": 13728, + "moisture": 37, + "humidity": 33, + "temperature": 36 +},{ + "_id": { + "$oid": "5f1fed7a99bc13268b032765" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:18:50.423Z" + }, + "brightness": 1480, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fed7b99bc13a411032766" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:18:51.477Z" + }, + "brightness": 9242, + "moisture": 29, + "humidity": 36, + "temperature": 32.4 +},{ + "_id": { + "$oid": "5f1fed8a99bc133553032767" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:19:06.634Z" + }, + "brightness": 11594, + "moisture": 38, + "humidity": 32, + "temperature": 35.9 +},{ + "_id": { + "$oid": "5f1fedb699bc13c12a032768" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:19:50.536Z" + }, + "brightness": 1112, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fedb799bc131885032769" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:19:51.540Z" + }, + "brightness": 30933, + "moisture": 33, + "humidity": 37, + "temperature": 32 +},{ + "_id": { + "$oid": "5f1fedc599bc13bdad03276a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:20:05.002Z" + }, + "brightness": 7171, + "moisture": 38, + "humidity": 33, + "temperature": 36 +},{ + "_id": { + "$oid": "5f1fedf299bc13096103276b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:20:50.643Z" + }, + "brightness": 1592, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fedf399bc1313bc03276c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:20:51.606Z" + }, + "brightness": 14087, + "moisture": 32, + "humidity": 37, + "temperature": 32.2 +},{ + "_id": { + "$oid": "5f1fee0199bc13f1bb03276d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:21:05.072Z" + }, + "brightness": 12325, + "moisture": 38, + "humidity": 33, + "temperature": 36 +},{ + "_id": { + "$oid": "5f1fee2e99bc13af4003276e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:21:50.753Z" + }, + "brightness": 1465, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fee2f99bc13645503276f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:21:51.675Z" + }, + "brightness": 9121, + "moisture": 30, + "humidity": 37, + "temperature": 32 +},{ + "_id": { + "$oid": "5f1fee3d99bc1372b3032770" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:22:05.133Z" + }, + "brightness": 7929, + "moisture": 38, + "humidity": 32, + "temperature": 35.6 +},{ + "_id": { + "$oid": "5f1fee6a99bc131792032771" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:22:50.862Z" + }, + "brightness": 1579, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fee6b99bc137523032772" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:22:51.744Z" + }, + "brightness": 7220, + "moisture": 31, + "humidity": 38, + "temperature": 31.4 +},{ + "_id": { + "$oid": "5f1fee7999bc130e7d032773" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:23:05.201Z" + }, + "brightness": 9640, + "moisture": 38, + "humidity": 33, + "temperature": 35.6 +},{ + "_id": { + "$oid": "5f1feea699bc135497032774" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:23:50.972Z" + }, + "brightness": 1607, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1feea799bc1356ba032775" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:23:51.811Z" + }, + "brightness": 7054, + "moisture": 30, + "humidity": 39, + "temperature": 31 +},{ + "_id": { + "$oid": "5f1feeb599bc13190a032776" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:24:05.311Z" + }, + "brightness": 9111, + "moisture": 38, + "humidity": 33, + "temperature": 35.5 +},{ + "_id": { + "$oid": "5f1feee399bc134f8c032777" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:24:51.082Z" + }, + "brightness": 1513, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1feee399bc13117c032778" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:24:51.878Z" + }, + "brightness": 10464, + "moisture": 30, + "humidity": 38, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f1feef199bc1358de032779" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:25:05.354Z" + }, + "brightness": 9631, + "moisture": 38, + "humidity": 33, + "temperature": 35.3 +},{ + "_id": { + "$oid": "5f1fef1f99bc13b34403277a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:25:51.192Z" + }, + "brightness": 1604, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fef1f99bc13339a03277b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:25:51.944Z" + }, + "brightness": 26747, + "moisture": 33, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f1fef2d99bc133c2203277c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:26:05.420Z" + }, + "brightness": 12439, + "moisture": 38, + "humidity": 32, + "temperature": 35.6 +},{ + "_id": { + "$oid": "5f1fef5b99bc1306d603277d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:26:51.301Z" + }, + "brightness": 1044, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fef5c99bc1309f303277e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:26:52.012Z" + }, + "brightness": 9120, + "moisture": 33, + "humidity": 39, + "temperature": 30.9 +},{ + "_id": { + "$oid": "5f1fef6999bc134bad03277f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:27:05.490Z" + }, + "brightness": 10311, + "moisture": 38, + "humidity": 32, + "temperature": 35.5 +},{ + "_id": { + "$oid": "5f1fef9799bc1318d7032780" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:27:51.412Z" + }, + "brightness": 1440, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fef9899bc13ad12032781" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:27:52.075Z" + }, + "brightness": 17810, + "moisture": 31, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fefa599bc136eea032782" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:28:05.587Z" + }, + "brightness": 6921, + "moisture": 37, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fefd399bc13481f032783" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:28:51.521Z" + }, + "brightness": 914, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fefd499bc134e47032784" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:28:52.147Z" + }, + "brightness": 26539, + "moisture": 30, + "humidity": 39, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f1fefe199bc135bf5032785" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:29:05.701Z" + }, + "brightness": 6556, + "moisture": 37, + "humidity": 32, + "temperature": 35.7 +},{ + "_id": { + "$oid": "5f1ff00f99bc132459032786" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:29:51.631Z" + }, + "brightness": 904, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff01099bc13145d032787" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:29:52.211Z" + }, + "brightness": 12741, + "moisture": 30, + "humidity": 39, + "temperature": 30.9 +},{ + "_id": { + "$oid": "5f1ff01d99bc13ff93032788" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:30:05.742Z" + }, + "brightness": 7274, + "moisture": 38, + "humidity": 32, + "temperature": 35.6 +},{ + "_id": { + "$oid": "5f1ff04b99bc131552032789" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:30:51.740Z" + }, + "brightness": 864, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff04c99bc13802603278a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:30:52.280Z" + }, + "brightness": 9856, + "moisture": 30, + "humidity": 38, + "temperature": 31.8 +},{ + "_id": { + "$oid": "5f1ff05999bc1369e403278b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:31:05.802Z" + }, + "brightness": 6449, + "moisture": 37, + "humidity": 33, + "temperature": 35.5 +},{ + "_id": { + "$oid": "5f1ff08799bc133ce003278c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:31:51.850Z" + }, + "brightness": 1108, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff08899bc13fc3403278d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:31:52.347Z" + }, + "brightness": 7451, + "moisture": 30, + "humidity": 38, + "temperature": 31.7 +},{ + "_id": { + "$oid": "5f1ff09599bc1358ac03278e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:32:05.870Z" + }, + "brightness": 6470, + "moisture": 38, + "humidity": 32, + "temperature": 35.3 +},{ + "_id": { + "$oid": "5f1ff0c399bc131e9803278f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:32:51.961Z" + }, + "brightness": 855, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff0c499bc13d517032790" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:32:52.418Z" + }, + "brightness": 8442, + "moisture": 31, + "humidity": 37, + "temperature": 32 +},{ + "_id": { + "$oid": "5f1ff0d199bc13dd21032791" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:33:05.931Z" + }, + "brightness": 11682, + "moisture": 38, + "humidity": 33, + "temperature": 35 +},{ + "_id": { + "$oid": "5f1ff10099bc13bf82032792" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:33:52.071Z" + }, + "brightness": 834, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff10099bc130503032793" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:33:52.483Z" + }, + "brightness": 6695, + "moisture": 30, + "humidity": 37, + "temperature": 32 +},{ + "_id": { + "$oid": "5f1ff10e99bc13e622032794" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:34:06.013Z" + }, + "brightness": 7767, + "moisture": 38, + "humidity": 34, + "temperature": 35 +},{ + "_id": { + "$oid": "5f1ff13c99bc132e04032795" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:34:52.179Z" + }, + "brightness": 731, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff13c99bc13f596032796" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:34:52.551Z" + }, + "brightness": 5964, + "moisture": 30, + "humidity": 38, + "temperature": 31.8 +},{ + "_id": { + "$oid": "5f1ff14a99bc137398032797" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:35:06.075Z" + }, + "brightness": 8411, + "moisture": 38, + "humidity": 34, + "temperature": 35.1 +},{ + "_id": { + "$oid": "5f1ff17899bc1327e0032798" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:35:52.289Z" + }, + "brightness": 738, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff17899bc13eb39032799" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:35:52.618Z" + }, + "brightness": 6189, + "moisture": 30, + "humidity": 38, + "temperature": 31.8 +},{ + "_id": { + "$oid": "5f1ff18699bc13ca5c03279a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:36:06.134Z" + }, + "brightness": 7917, + "moisture": 39, + "humidity": 34, + "temperature": 35 +},{ + "_id": { + "$oid": "5f1ff1b499bc13e55103279b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:36:52.399Z" + }, + "brightness": 770, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff1b499bc13205d03279c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:36:52.686Z" + }, + "brightness": 6971, + "moisture": 30, + "humidity": 38, + "temperature": 31.5 +},{ + "_id": { + "$oid": "5f1ff1c299bc13150603279d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:37:06.211Z" + }, + "brightness": 7245, + "moisture": 38, + "humidity": 34, + "temperature": 34.9 +},{ + "_id": { + "$oid": "5f1ff1f099bc13d4ff03279e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:37:52.508Z" + }, + "brightness": 695, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff1f099bc13261a03279f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:37:52.755Z" + }, + "brightness": 6318, + "moisture": 30, + "humidity": 39, + "temperature": 31.5 +},{ + "_id": { + "$oid": "5f1ff1fe99bc13a92f0327a0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:38:06.275Z" + }, + "brightness": 8039, + "moisture": 38, + "humidity": 34, + "temperature": 35 +},{ + "_id": { + "$oid": "5f1ff22c99bc137aad0327a1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:38:52.619Z" + }, + "brightness": 1034, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff22c99bc13729e0327a2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:38:52.822Z" + }, + "brightness": 5495, + "moisture": 30, + "humidity": 38, + "temperature": 31.7 +},{ + "_id": { + "$oid": "5f1ff23a99bc1353040327a3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:39:06.353Z" + }, + "brightness": 6510, + "moisture": 39, + "humidity": 34, + "temperature": 35 +},{ + "_id": { + "$oid": "5f1ff26899bc13309b0327a4" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:39:52.728Z" + }, + "brightness": 652, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff26899bc13c9b30327a5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:39:52.889Z" + }, + "brightness": 5740, + "moisture": 30, + "humidity": 39, + "temperature": 31.2 +},{ + "_id": { + "$oid": "5f1ff27699bc1331c10327a6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:40:06.422Z" + }, + "brightness": 6769, + "moisture": 38, + "humidity": 33, + "temperature": 34.7 +},{ + "_id": { + "$oid": "5f1ff2a499bc13e0c80327a7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:40:52.838Z" + }, + "brightness": 640, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff2a499bc13d5d10327a8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:40:52.957Z" + }, + "brightness": 5706, + "moisture": 30, + "humidity": 38, + "temperature": 31.8 +},{ + "_id": { + "$oid": "5f1ff2b299bc134a440327a9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:41:06.489Z" + }, + "brightness": 7560, + "moisture": 38, + "humidity": 34, + "temperature": 34.5 +},{ + "_id": { + "$oid": "5f1ff2e099bc1317bf0327aa" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:41:52.947Z" + }, + "brightness": 598, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff2e199bc135ea30327ab" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:41:53.025Z" + }, + "brightness": 7266, + "moisture": 30, + "humidity": 38, + "temperature": 31.9 +},{ + "_id": { + "$oid": "5f1ff2ee99bc1393640327ac" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:42:06.548Z" + }, + "brightness": 3749, + "moisture": 39, + "humidity": 34, + "temperature": 34.5 +},{ + "_id": { + "$oid": "5f1ff31d99bc1309d80327ad" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:42:53.057Z" + }, + "brightness": 732, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff31d99bc1378de0327ae" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:42:53.094Z" + }, + "brightness": 6390, + "moisture": 30, + "humidity": 37, + "temperature": 32.5 +},{ + "_id": { + "$oid": "5f1ff32a99bc13f6930327af" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:43:06.617Z" + }, + "brightness": 5194, + "moisture": 39, + "humidity": 34, + "temperature": 34.4 +},{ + "_id": { + "$oid": "5f1ff35999bc132eee0327b0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:43:53.160Z" + }, + "brightness": 8130, + "moisture": 29, + "humidity": 36, + "temperature": 33.1 +},{ + "_id": { + "$oid": "5f1ff35999bc1351c20327b1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:43:53.166Z" + }, + "brightness": 554, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff36699bc1318f40327b2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:44:06.685Z" + }, + "brightness": 7018, + "moisture": 39, + "humidity": 36, + "temperature": 34 +},{ + "_id": { + "$oid": "5f1ff39599bc138c770327b3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:44:53.227Z" + }, + "brightness": 7842, + "moisture": 30, + "humidity": 36, + "temperature": 33.3 +},{ + "_id": { + "$oid": "5f1ff39599bc1355f20327b4" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:44:53.277Z" + }, + "brightness": 596, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff3a299bc13da090327b5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:45:06.763Z" + }, + "brightness": 6358, + "moisture": 38, + "humidity": 36, + "temperature": 34 +},{ + "_id": { + "$oid": "5f1ff3d199bc13d5150327b6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:45:53.295Z" + }, + "brightness": 6719, + "moisture": 29, + "humidity": 36, + "temperature": 33.4 +},{ + "_id": { + "$oid": "5f1ff3d199bc133d1d0327b7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:45:53.386Z" + }, + "brightness": 726, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff3de99bc13b7ad0327b8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:46:06.831Z" + }, + "brightness": 5285, + "moisture": 38, + "humidity": 35, + "temperature": 34.1 +},{ + "_id": { + "$oid": "5f1ff40d99bc1367a70327b9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:46:53.363Z" + }, + "brightness": 7645, + "moisture": 29, + "humidity": 35, + "temperature": 33.5 +},{ + "_id": { + "$oid": "5f1ff40d99bc13978c0327ba" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:46:53.496Z" + }, + "brightness": 898, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff41a99bc132ae70327bb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:47:06.902Z" + }, + "brightness": 5321, + "moisture": 38, + "humidity": 35, + "temperature": 34.1 +},{ + "_id": { + "$oid": "5f1ff44999bc1331700327bc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:47:53.431Z" + }, + "brightness": 6314, + "moisture": 30, + "humidity": 35, + "temperature": 33.4 +},{ + "_id": { + "$oid": "5f1ff44999bc1399760327bd" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:47:53.606Z" + }, + "brightness": 1132, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff45699bc1320210327be" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:48:06.969Z" + }, + "brightness": 4761, + "moisture": 39, + "humidity": 35, + "temperature": 34.1 +},{ + "_id": { + "$oid": "5f1ff48599bc13cb850327bf" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:48:53.498Z" + }, + "brightness": 7727, + "moisture": 29, + "humidity": 35, + "temperature": 33.7 +},{ + "_id": { + "$oid": "5f1ff48599bc130aeb0327c0" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:48:53.715Z" + }, + "brightness": 826, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff49399bc13be030327c1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:49:07.040Z" + }, + "brightness": 7052, + "moisture": 38, + "humidity": 35, + "temperature": 34.1 +},{ + "_id": { + "$oid": "5f1ff4c199bc13cbab0327c2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:49:53.566Z" + }, + "brightness": 7652, + "moisture": 29, + "humidity": 34, + "temperature": 34 +},{ + "_id": { + "$oid": "5f1ff4c199bc133bb40327c3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:49:53.825Z" + }, + "brightness": 1264, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff4cf99bc1397a40327c4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:50:07.106Z" + }, + "brightness": 5373, + "moisture": 38, + "humidity": 35, + "temperature": 34.1 +},{ + "_id": { + "$oid": "5f1ff4fd99bc1377540327c5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:50:53.634Z" + }, + "brightness": 8309, + "moisture": 29, + "humidity": 34, + "temperature": 34.2 +},{ + "_id": { + "$oid": "5f1ff4fd99bc136d8b0327c6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:50:53.934Z" + }, + "brightness": 1285, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff50b99bc1349100327c7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:51:07.178Z" + }, + "brightness": 7954, + "moisture": 39, + "humidity": 35, + "temperature": 34.2 +},{ + "_id": { + "$oid": "5f1ff53999bc13cf6b0327c8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:51:53.702Z" + }, + "brightness": 9302, + "moisture": 29, + "humidity": 34, + "temperature": 34.2 +},{ + "_id": { + "$oid": "5f1ff53a99bc130b690327c9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:51:54.044Z" + }, + "brightness": 1327, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff54799bc13f18e0327ca" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:52:07.239Z" + }, + "brightness": 4480, + "moisture": 38, + "humidity": 35, + "temperature": 34.2 +},{ + "_id": { + "$oid": "5f1ff57599bc1372ef0327cb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:52:53.770Z" + }, + "brightness": 11150, + "moisture": 29, + "humidity": 34, + "temperature": 34.3 +},{ + "_id": { + "$oid": "5f1ff57699bc1378d60327cc" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:52:54.154Z" + }, + "brightness": 1327, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff58399bc1351c80327cd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:53:07.317Z" + }, + "brightness": 5467, + "moisture": 39, + "humidity": 35, + "temperature": 34.2 +},{ + "_id": { + "$oid": "5f1ff5b199bc135ae90327ce" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:53:53.837Z" + }, + "brightness": 15005, + "moisture": 29, + "humidity": 34, + "temperature": 34 +},{ + "_id": { + "$oid": "5f1ff5b299bc1321b60327cf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:53:54.263Z" + }, + "brightness": 1319, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff5bf99bc13257a0327d0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:54:07.383Z" + }, + "brightness": 4413, + "moisture": 38, + "humidity": 35, + "temperature": 34.1 +},{ + "_id": { + "$oid": "5f1ff5ed99bc13419b0327d1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:54:53.905Z" + }, + "brightness": 10737, + "moisture": 31, + "humidity": 34, + "temperature": 34.2 +},{ + "_id": { + "$oid": "5f1ff5ee99bc13bdb50327d2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:54:54.373Z" + }, + "brightness": 1050, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff5fb99bc136ce70327d3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:55:07.451Z" + }, + "brightness": 4287, + "moisture": 38, + "humidity": 35, + "temperature": 34 +},{ + "_id": { + "$oid": "5f1ff62999bc1355f40327d4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:55:53.973Z" + }, + "brightness": 17242, + "moisture": 29, + "humidity": 35, + "temperature": 33.3 +},{ + "_id": { + "$oid": "5f1ff62a99bc13a7d50327d5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:55:54.483Z" + }, + "brightness": 949, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff63799bc13131b0327d6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:56:07.517Z" + }, + "brightness": 5465, + "moisture": 38, + "humidity": 35, + "temperature": 34 +},{ + "_id": { + "$oid": "5f1ff66699bc130eaa0327d7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:56:54.041Z" + }, + "brightness": 21095, + "moisture": 29, + "humidity": 36, + "temperature": 33.1 +},{ + "_id": { + "$oid": "5f1ff66699bc1330980327d8" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:56:54.593Z" + }, + "brightness": 1192, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff67399bc13514c0327d9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:57:07.591Z" + }, + "brightness": 5670, + "moisture": 38, + "humidity": 36, + "temperature": 33.9 +},{ + "_id": { + "$oid": "5f1ff6a299bc1311610327da" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:57:54.109Z" + }, + "brightness": 9335, + "moisture": 29, + "humidity": 36, + "temperature": 32.9 +},{ + "_id": { + "$oid": "5f1ff6a299bc130b280327db" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:57:54.703Z" + }, + "brightness": 987, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff6af99bc1330390327dc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:58:07.661Z" + }, + "brightness": 8171, + "moisture": 38, + "humidity": 35, + "temperature": 33.9 +},{ + "_id": { + "$oid": "5f1ff6de99bc13d33d0327dd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:58:54.176Z" + }, + "brightness": 21518, + "moisture": 29, + "humidity": 36, + "temperature": 32.6 +},{ + "_id": { + "$oid": "5f1ff6de99bc13fd7c0327de" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:58:54.813Z" + }, + "brightness": 966, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff6eb99bc13cf710327df" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T09:59:07.756Z" + }, + "brightness": 6568, + "moisture": 38, + "humidity": 35, + "temperature": 34 +},{ + "_id": { + "$oid": "5f1ff71a99bc1323a70327e0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T09:59:54.290Z" + }, + "brightness": 27019, + "moisture": 29, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff71a99bc1355b40327e1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T09:59:54.922Z" + }, + "brightness": 1059, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff72799bc1316820327e2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:00:07.792Z" + }, + "brightness": 5490, + "moisture": 38, + "humidity": 35, + "temperature": 34.1 +},{ + "_id": { + "$oid": "5f1ff75699bc1316d80327e3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:00:54.357Z" + }, + "brightness": 12563, + "moisture": 29, + "humidity": 36, + "temperature": 32.7 +},{ + "_id": { + "$oid": "5f1ff75799bc1322b80327e4" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:00:55.032Z" + }, + "brightness": 715, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff76399bc13ac110327e5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:01:07.888Z" + }, + "brightness": 5732, + "moisture": 39, + "humidity": 35, + "temperature": 34 +},{ + "_id": { + "$oid": "5f1ff79299bc1377320327e6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:01:54.424Z" + }, + "brightness": 7364, + "moisture": 29, + "humidity": 37, + "temperature": 32.2 +},{ + "_id": { + "$oid": "5f1ff79399bc13bc760327e7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:01:55.141Z" + }, + "brightness": 804, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff79f99bc131f710327e8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:02:07.933Z" + }, + "brightness": 6111, + "moisture": 38, + "humidity": 35, + "temperature": 34 +},{ + "_id": { + "$oid": "5f1ff7ce99bc1319010327e9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:02:54.493Z" + }, + "brightness": 7199, + "moisture": 29, + "humidity": 38, + "temperature": 31.7 +},{ + "_id": { + "$oid": "5f1ff7cf99bc13a9dd0327ea" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:02:55.252Z" + }, + "brightness": 784, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff7dc99bc131efd0327eb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:03:08.001Z" + }, + "brightness": 7599, + "moisture": 38, + "humidity": 35, + "temperature": 34 +},{ + "_id": { + "$oid": "5f1ff80a99bc1343640327ec" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:03:54.560Z" + }, + "brightness": 12974, + "moisture": 29, + "humidity": 39, + "temperature": 31.2 +},{ + "_id": { + "$oid": "5f1ff80b99bc133ee00327ed" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:03:55.361Z" + }, + "brightness": 1089, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff81899bc1324960327ee" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:04:08.069Z" + }, + "brightness": 8740, + "moisture": 39, + "humidity": 35, + "temperature": 34 +},{ + "_id": { + "$oid": "5f1ff84699bc13266d0327ef" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:04:54.631Z" + }, + "brightness": 7406, + "moisture": 29, + "humidity": 39, + "temperature": 31.3 +},{ + "_id": { + "$oid": "5f1ff84799bc133b8f0327f0" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:04:55.471Z" + }, + "brightness": 1201, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff85499bc1308790327f1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:05:08.144Z" + }, + "brightness": 7952, + "moisture": 38, + "humidity": 35, + "temperature": 34 +},{ + "_id": { + "$oid": "5f1ff88299bc135e870327f2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:05:54.696Z" + }, + "brightness": 5034, + "moisture": 29, + "humidity": 39, + "temperature": 31.1 +},{ + "_id": { + "$oid": "5f1ff88399bc1318720327f3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:05:55.581Z" + }, + "brightness": 871, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff89099bc13810f0327f4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:06:08.204Z" + }, + "brightness": 5995, + "moisture": 38, + "humidity": 35, + "temperature": 34.2 +},{ + "_id": { + "$oid": "5f1ff8be99bc1395f00327f5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:06:54.764Z" + }, + "brightness": 4565, + "moisture": 29, + "humidity": 39, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f1ff8bf99bc1337cb0327f6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:06:55.690Z" + }, + "brightness": 1194, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff8cc99bc13d6730327f7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:07:08.283Z" + }, + "brightness": 6167, + "moisture": 38, + "humidity": 35, + "temperature": 34.2 +},{ + "_id": { + "$oid": "5f1ff8fa99bc1377460327f8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:07:54.832Z" + }, + "brightness": 4048, + "moisture": 29, + "humidity": 40, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f1ff8fb99bc13f5830327f9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:07:55.800Z" + }, + "brightness": 1299, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff90899bc137b890327fa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:08:08.348Z" + }, + "brightness": 6596, + "moisture": 38, + "humidity": 35, + "temperature": 34.2 +},{ + "_id": { + "$oid": "5f1ff93699bc1381ab0327fb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:08:54.899Z" + }, + "brightness": 3716, + "moisture": 30, + "humidity": 40, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f1ff93799bc13bf210327fc" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:08:55.910Z" + }, + "brightness": 1188, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff94499bc1375b40327fd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:09:08.413Z" + }, + "brightness": 6749, + "moisture": 38, + "humidity": 35, + "temperature": 34.2 +},{ + "_id": { + "$oid": "5f1ff97299bc1396a60327fe" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:09:54.967Z" + }, + "brightness": 3560, + "moisture": 29, + "humidity": 40, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f1ff97499bc13b4550327ff" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:09:56.020Z" + }, + "brightness": 849, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff98099bc1311d5032800" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:10:08.487Z" + }, + "brightness": 7112, + "moisture": 38, + "humidity": 35, + "temperature": 34.2 +},{ + "_id": { + "$oid": "5f1ff9af99bc134862032801" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:10:55.035Z" + }, + "brightness": 3541, + "moisture": 30, + "humidity": 41, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f1ff9b099bc13b5b3032802" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:10:56.129Z" + }, + "brightness": 754, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff9bc99bc13fd56032803" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:11:08.553Z" + }, + "brightness": 7001, + "moisture": 38, + "humidity": 35, + "temperature": 34.1 +},{ + "_id": { + "$oid": "5f1ff9eb99bc1337ee032804" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:11:55.104Z" + }, + "brightness": 3545, + "moisture": 29, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f1ff9ec99bc13f72d032805" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:11:56.238Z" + }, + "brightness": 796, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ff9f899bc139732032806" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:12:08.633Z" + }, + "brightness": 5791, + "moisture": 37, + "humidity": 35, + "temperature": 34 +},{ + "_id": { + "$oid": "5f1ffa2799bc13c448032807" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:12:55.170Z" + }, + "brightness": 3559, + "moisture": 29, + "humidity": 41, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f1ffa2899bc13d392032808" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:12:56.350Z" + }, + "brightness": 788, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ffa3499bc134e23032809" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:13:08.689Z" + }, + "brightness": 5605, + "moisture": 37, + "humidity": 35, + "temperature": 34 +},{ + "_id": { + "$oid": "5f1ffa6399bc1327f203280a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:13:55.238Z" + }, + "brightness": 3584, + "moisture": 32, + "humidity": 41, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f1ffa6499bc13227f03280b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:13:56.458Z" + }, + "brightness": 854, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ffa7099bc134bfc03280c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:14:08.752Z" + }, + "brightness": 5276, + "moisture": 38, + "humidity": 34, + "temperature": 34 +},{ + "_id": { + "$oid": "5f1ffa9f99bc13839c03280d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:14:55.307Z" + }, + "brightness": 3864, + "moisture": 29, + "humidity": 42, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f1ffaa099bc13f73003280e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:14:56.568Z" + }, + "brightness": 699, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ffaac99bc133de903280f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:15:08.819Z" + }, + "brightness": 5169, + "moisture": 38, + "humidity": 36, + "temperature": 33.8 +},{ + "_id": { + "$oid": "5f1ffadb99bc13b26b032810" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:15:55.375Z" + }, + "brightness": 4064, + "moisture": 30, + "humidity": 42, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f1ffadc99bc132ed3032811" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:15:56.679Z" + }, + "brightness": 749, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ffae899bc138cbd032812" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:16:08.895Z" + }, + "brightness": 5034, + "moisture": 38, + "humidity": 36, + "temperature": 33.9 +},{ + "_id": { + "$oid": "5f1ffb1799bc13afe1032813" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:16:55.473Z" + }, + "brightness": 4287, + "moisture": 30, + "humidity": 42, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f1ffb1899bc131511032814" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:16:56.788Z" + }, + "brightness": 755, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ffb2499bc1332e1032815" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:17:08.971Z" + }, + "brightness": 5090, + "moisture": 38, + "humidity": 35, + "temperature": 34 +},{ + "_id": { + "$oid": "5f1ffb5399bc1366b7032816" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:17:55.511Z" + }, + "brightness": 4505, + "moisture": 29, + "humidity": 42, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f1ffb5499bc13bfe9032817" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:17:56.897Z" + }, + "brightness": 748, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ffb6199bc1327ea032818" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:18:09.030Z" + }, + "brightness": 5273, + "moisture": 38, + "humidity": 35, + "temperature": 33.6 +},{ + "_id": { + "$oid": "5f1ffb8f99bc138b87032819" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:18:55.579Z" + }, + "brightness": 4634, + "moisture": 30, + "humidity": 42, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f1ffb9199bc137a5403281a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:18:57.007Z" + }, + "brightness": 742, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ffb9d99bc13e22103281b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:19:09.102Z" + }, + "brightness": 5187, + "moisture": 38, + "humidity": 35, + "temperature": 33.8 +},{ + "_id": { + "$oid": "5f1ffbcb99bc13200503281c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:19:55.648Z" + }, + "brightness": 4706, + "moisture": 29, + "humidity": 42, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f1ffbcd99bc1316a703281d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:19:57.131Z" + }, + "brightness": 709, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ffbd999bc130e5103281e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:20:09.164Z" + }, + "brightness": 4964, + "moisture": 38, + "humidity": 36, + "temperature": 33.6 +},{ + "_id": { + "$oid": "5f1ffc0799bc1323b803281f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:20:55.714Z" + }, + "brightness": 4869, + "moisture": 30, + "humidity": 42, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f1ffc0999bc135b1a032820" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:20:57.229Z" + }, + "brightness": 675, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ffc1599bc13cf9b032821" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:21:09.234Z" + }, + "brightness": 4983, + "moisture": 38, + "humidity": 34, + "temperature": 33.5 +},{ + "_id": { + "$oid": "5f1ffc4399bc1333a2032822" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:21:55.781Z" + }, + "brightness": 4766, + "moisture": 29, + "humidity": 42, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f1ffc4599bc13632b032823" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:21:57.337Z" + }, + "brightness": 669, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ffc5199bc13cdd4032824" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:22:09.324Z" + }, + "brightness": 4761, + "moisture": 38, + "humidity": 36, + "temperature": 33.4 +},{ + "_id": { + "$oid": "5f1ffc7f99bc1334ef032825" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:22:55.850Z" + }, + "brightness": 4716, + "moisture": 29, + "humidity": 42, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f1ffc8199bc132051032826" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:22:57.448Z" + }, + "brightness": 665, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ffc8d99bc135291032827" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:23:09.371Z" + }, + "brightness": 4630, + "moisture": 38, + "humidity": 35, + "temperature": 33.3 +},{ + "_id": { + "$oid": "5f1ffcbb99bc137300032828" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:23:55.917Z" + }, + "brightness": 4642, + "moisture": 30, + "humidity": 42, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f1ffcbd99bc1345f8032829" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:23:57.558Z" + }, + "brightness": 668, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ffcc999bc1366ba03282a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:24:09.444Z" + }, + "brightness": 4553, + "moisture": 38, + "humidity": 35, + "temperature": 33.3 +},{ + "_id": { + "$oid": "5f1ffcf799bc13e69303282b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:24:55.988Z" + }, + "brightness": 4633, + "moisture": 29, + "humidity": 42, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f1ffcf999bc1317e603282c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:24:57.666Z" + }, + "brightness": 676, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ffd0599bc13190503282d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:25:09.513Z" + }, + "brightness": 4653, + "moisture": 37, + "humidity": 36, + "temperature": 33.3 +},{ + "_id": { + "$oid": "5f1ffd3499bc1375ad03282e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:25:56.055Z" + }, + "brightness": 4343, + "moisture": 30, + "humidity": 42, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f1ffd3599bc13d85f03282f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:25:57.776Z" + }, + "brightness": 679, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ffd4199bc13f13e032830" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:26:09.652Z" + }, + "brightness": 4710, + "moisture": 38, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ffd7099bc138f1f032831" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:26:56.124Z" + }, + "brightness": 4123, + "moisture": 29, + "humidity": 42, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f1ffd7199bc13e90e032832" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:26:57.885Z" + }, + "brightness": 665, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ffd7d99bc139df7032833" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:27:09.708Z" + }, + "brightness": 4795, + "moisture": 38, + "humidity": 35, + "temperature": 33.1 +},{ + "_id": { + "$oid": "5f1ffdac99bc1379e6032834" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:27:56.190Z" + }, + "brightness": 4294, + "moisture": 29, + "humidity": 42, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f1ffdad99bc139969032835" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:27:57.995Z" + }, + "brightness": 650, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ffdb999bc131ebe032836" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:28:09.781Z" + }, + "brightness": 4747, + "moisture": 38, + "humidity": 37, + "temperature": 33 +},{ + "_id": { + "$oid": "5f1ffde899bc130127032837" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:28:56.258Z" + }, + "brightness": 4457, + "moisture": 30, + "humidity": 42, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f1ffdea99bc13c756032838" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:28:58.104Z" + }, + "brightness": 650, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ffdf599bc136712032839" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:29:09.832Z" + }, + "brightness": 4715, + "moisture": 38, + "humidity": 34, + "temperature": 32.8 +},{ + "_id": { + "$oid": "5f1ffe2499bc13549503283a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:29:56.329Z" + }, + "brightness": 4394, + "moisture": 29, + "humidity": 42, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f1ffe2699bc135f8503283b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:29:58.214Z" + }, + "brightness": 670, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ffe3199bc13b49703283c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:30:09.903Z" + }, + "brightness": 4593, + "moisture": 38, + "humidity": 36, + "temperature": 32.9 +},{ + "_id": { + "$oid": "5f1ffe6099bc131e1503283d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:30:56.394Z" + }, + "brightness": 4399, + "moisture": 30, + "humidity": 42, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f1ffe6299bc1341e903283e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:30:58.323Z" + }, + "brightness": 664, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ffe6d99bc13cc8f03283f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:31:09.988Z" + }, + "brightness": 4573, + "moisture": 39, + "humidity": 36, + "temperature": 33.1 +},{ + "_id": { + "$oid": "5f1ffe9c99bc13db60032840" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:31:56.472Z" + }, + "brightness": 9011, + "moisture": 29, + "humidity": 42, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f1ffe9e99bc130bd9032841" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:31:58.434Z" + }, + "brightness": 669, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ffeac99bc13647f032842" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:32:12.023Z" + }, + "brightness": 4693, + "moisture": 40, + "humidity": 36, + "temperature": 33.1 +},{ + "_id": { + "$oid": "5f1ffed899bc1312ed032843" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:32:56.527Z" + }, + "brightness": 5408, + "moisture": 30, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ffeda99bc13da81032844" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:32:58.543Z" + }, + "brightness": 704, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1ffee699bc136571032845" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:33:10.116Z" + }, + "brightness": 4518, + "moisture": 38, + "humidity": 34, + "temperature": 33 +},{ + "_id": { + "$oid": "5f1fff1499bc136dc1032846" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:33:56.595Z" + }, + "brightness": 4480, + "moisture": 30, + "humidity": 42, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f1fff1699bc133a6b032847" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:33:58.652Z" + }, + "brightness": 719, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fff2299bc135c7d032848" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:34:10.172Z" + }, + "brightness": 4539, + "moisture": 38, + "humidity": 36, + "temperature": 33 +},{ + "_id": { + "$oid": "5f1fff5099bc13cbd2032849" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:34:56.663Z" + }, + "brightness": 6037, + "moisture": 29, + "humidity": 42, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f1fff5299bc137c8503284a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:34:58.762Z" + }, + "brightness": 700, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fff5e99bc134d1203284b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:35:10.239Z" + }, + "brightness": 4810, + "moisture": 39, + "humidity": 35, + "temperature": 33.1 +},{ + "_id": { + "$oid": "5f1fff8c99bc13e27d03284c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:35:56.731Z" + }, + "brightness": 6726, + "moisture": 30, + "humidity": 42, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f1fff8e99bc1348b703284d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:35:58.872Z" + }, + "brightness": 724, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fff9a99bc13336a03284e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:36:10.310Z" + }, + "brightness": 5149, + "moisture": 38, + "humidity": 35, + "temperature": 33 +},{ + "_id": { + "$oid": "5f1fffc899bc136b1503284f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:36:56.798Z" + }, + "brightness": 6560, + "moisture": 29, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fffca99bc137b75032850" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:36:58.981Z" + }, + "brightness": 777, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f1fffd699bc13ce11032851" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:37:10.382Z" + }, + "brightness": 5095, + "moisture": 38, + "humidity": 35, + "temperature": 33 +},{ + "_id": { + "$oid": "5f20000499bc13443c032852" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:37:56.866Z" + }, + "brightness": 5330, + "moisture": 30, + "humidity": 42, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f20000799bc135735032853" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:37:59.093Z" + }, + "brightness": 784, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20001299bc133cd3032854" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:38:10.452Z" + }, + "brightness": 5013, + "moisture": 39, + "humidity": 35, + "temperature": 33 +},{ + "_id": { + "$oid": "5f20004099bc131742032855" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:38:56.934Z" + }, + "brightness": 6026, + "moisture": 30, + "humidity": 42, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f20004399bc13c9e2032856" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:38:59.201Z" + }, + "brightness": 796, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20004e99bc13484d032857" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:39:10.525Z" + }, + "brightness": 5172, + "moisture": 38, + "humidity": 36, + "temperature": 33 +},{ + "_id": { + "$oid": "5f20007d99bc137e6b032858" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:39:57.001Z" + }, + "brightness": 6355, + "moisture": 29, + "humidity": 42, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f20007f99bc133352032859" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:39:59.311Z" + }, + "brightness": 797, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20008a99bc13811403285a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:40:10.591Z" + }, + "brightness": 5115, + "moisture": 38, + "humidity": 34, + "temperature": 33.1 +},{ + "_id": { + "$oid": "5f2000b999bc13e7d703285b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:40:57.069Z" + }, + "brightness": 6254, + "moisture": 30, + "humidity": 42, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f2000bb99bc1351af03285c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:40:59.421Z" + }, + "brightness": 814, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2000c699bc13894803285d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:41:10.657Z" + }, + "brightness": 5128, + "moisture": 38, + "humidity": 34, + "temperature": 33.1 +},{ + "_id": { + "$oid": "5f2000f599bc135c6203285e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:41:57.138Z" + }, + "brightness": 9418, + "moisture": 29, + "humidity": 42, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f2000f799bc13687703285f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:41:59.535Z" + }, + "brightness": 771, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20010299bc13ed30032860" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:42:10.779Z" + }, + "brightness": 5040, + "moisture": 38, + "humidity": 34, + "temperature": 33.1 +},{ + "_id": { + "$oid": "5f20013199bc135b87032861" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:42:57.207Z" + }, + "brightness": 14386, + "moisture": 30, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20013399bc131a77032862" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:42:59.642Z" + }, + "brightness": 738, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20013e99bc13b623032863" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:43:10.857Z" + }, + "brightness": 4990, + "moisture": 38, + "humidity": 35, + "temperature": 33.1 +},{ + "_id": { + "$oid": "5f20016d99bc130595032864" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:43:57.274Z" + }, + "brightness": 6359, + "moisture": 30, + "humidity": 42, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f20016f99bc136070032865" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:43:59.750Z" + }, + "brightness": 716, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20017a99bc13026c032866" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:44:10.881Z" + }, + "brightness": 4666, + "moisture": 39, + "humidity": 34, + "temperature": 33.1 +},{ + "_id": { + "$oid": "5f2001a999bc133b61032867" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:44:57.343Z" + }, + "brightness": 5251, + "moisture": 29, + "humidity": 41, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f2001ab99bc13c0c5032868" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:44:59.860Z" + }, + "brightness": 690, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2001b699bc1348da032869" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:45:10.989Z" + }, + "brightness": 5081, + "moisture": 39, + "humidity": 35, + "temperature": 33.1 +},{ + "_id": { + "$oid": "5f2001e599bc1371d703286a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:45:57.410Z" + }, + "brightness": 4898, + "moisture": 30, + "humidity": 41, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f2001e799bc13164e03286b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:45:59.971Z" + }, + "brightness": 650, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2001f399bc1335fa03286c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:46:11.021Z" + }, + "brightness": 4906, + "moisture": 38, + "humidity": 35, + "temperature": 33 +},{ + "_id": { + "$oid": "5f20022199bc135b6303286d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:46:57.479Z" + }, + "brightness": 4906, + "moisture": 30, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20022499bc13306803286e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:47:00.081Z" + }, + "brightness": 640, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20022f99bc1393ad03286f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:47:11.071Z" + }, + "brightness": 5020, + "moisture": 39, + "humidity": 35, + "temperature": 32.9 +},{ + "_id": { + "$oid": "5f20025d99bc13157c032870" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:47:57.548Z" + }, + "brightness": 14739, + "moisture": 30, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20026099bc139a30032871" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:48:00.191Z" + }, + "brightness": 623, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20026b99bc132da9032872" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:48:11.145Z" + }, + "brightness": 4906, + "moisture": 38, + "humidity": 34, + "temperature": 32.9 +},{ + "_id": { + "$oid": "5f20029999bc138444032873" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:48:57.616Z" + }, + "brightness": 7437, + "moisture": 30, + "humidity": 42, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f20029c99bc1375a7032874" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:49:00.299Z" + }, + "brightness": 615, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2002a799bc13b060032875" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:49:11.209Z" + }, + "brightness": 4570, + "moisture": 38, + "humidity": 34, + "temperature": 32.9 +},{ + "_id": { + "$oid": "5f2002d599bc133d8c032876" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:49:57.683Z" + }, + "brightness": 7267, + "moisture": 30, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2002d899bc1354ee032877" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:50:00.409Z" + }, + "brightness": 640, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2002e399bc135ade032878" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:50:11.280Z" + }, + "brightness": 4310, + "moisture": 38, + "humidity": 34, + "temperature": 32.8 +},{ + "_id": { + "$oid": "5f20031199bc136298032879" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:50:57.751Z" + }, + "brightness": 4706, + "moisture": 30, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20031499bc134b4903287a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:51:00.518Z" + }, + "brightness": 676, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20031f99bc133b4703287b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:51:11.351Z" + }, + "brightness": 3969, + "moisture": 38, + "humidity": 34, + "temperature": 32.8 +},{ + "_id": { + "$oid": "5f20034d99bc13236003287c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:51:57.819Z" + }, + "brightness": 6786, + "moisture": 29, + "humidity": 42, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f20035099bc13f04c03287d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:52:00.628Z" + }, + "brightness": 667, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20035b99bc13127503287e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:52:11.423Z" + }, + "brightness": 3942, + "moisture": 38, + "humidity": 33, + "temperature": 32.6 +},{ + "_id": { + "$oid": "5f20038999bc135bbd03287f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:52:57.888Z" + }, + "brightness": 8351, + "moisture": 30, + "humidity": 42, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f20038c99bc131902032880" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:53:00.738Z" + }, + "brightness": 667, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20039799bc1369f2032881" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:53:11.483Z" + }, + "brightness": 4010, + "moisture": 38, + "humidity": 34, + "temperature": 32.8 +},{ + "_id": { + "$oid": "5f2003c599bc136922032882" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:53:57.957Z" + }, + "brightness": 4960, + "moisture": 30, + "humidity": 42, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f2003c899bc13b95b032883" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:54:00.848Z" + }, + "brightness": 685, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2003d399bc13265b032884" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:54:11.559Z" + }, + "brightness": 4267, + "moisture": 38, + "humidity": 35, + "temperature": 32.7 +},{ + "_id": { + "$oid": "5f20040299bc136246032885" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:54:58.023Z" + }, + "brightness": 4936, + "moisture": 30, + "humidity": 42, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f20040499bc13303c032886" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:55:00.987Z" + }, + "brightness": 712, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20040f99bc136e0b032887" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:55:11.618Z" + }, + "brightness": 4513, + "moisture": 38, + "humidity": 34, + "temperature": 32.4 +},{ + "_id": { + "$oid": "5f20043e99bc1300d5032888" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:55:58.091Z" + }, + "brightness": 6979, + "moisture": 30, + "humidity": 42, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f20044199bc1318fb032889" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:56:01.069Z" + }, + "brightness": 720, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20044b99bc13ff0703288a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:56:11.685Z" + }, + "brightness": 4887, + "moisture": 38, + "humidity": 34, + "temperature": 32.4 +},{ + "_id": { + "$oid": "5f20047a99bc13b6b003288b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:56:58.163Z" + }, + "brightness": 4385, + "moisture": 30, + "humidity": 42, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f20047d99bc13067603288c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:57:01.189Z" + }, + "brightness": 743, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20048799bc13dae303288d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:57:11.757Z" + }, + "brightness": 5156, + "moisture": 38, + "humidity": 35, + "temperature": 32.3 +},{ + "_id": { + "$oid": "5f2004b699bc1368c303288e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:57:58.228Z" + }, + "brightness": 6259, + "moisture": 30, + "humidity": 43, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f2004b999bc1322cd03288f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:58:01.287Z" + }, + "brightness": 764, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2004c399bc1359cc032890" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:58:11.825Z" + }, + "brightness": 5590, + "moisture": 38, + "humidity": 34, + "temperature": 32.6 +},{ + "_id": { + "$oid": "5f2004cd99bc137e70032891" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T10:58:21.049Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": 59, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2004f299bc132a4b032892" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:58:58.296Z" + }, + "brightness": 3924, + "moisture": 30, + "humidity": 43, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f2004f599bc138504032893" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T10:59:01.396Z" + }, + "brightness": 776, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2004ff99bc131fe2032894" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T10:59:11.892Z" + }, + "brightness": 5445, + "moisture": 38, + "humidity": 34, + "temperature": 32.6 +},{ + "_id": { + "$oid": "5f20050699bc13c93e032895" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T10:59:18.502Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": 62, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20052e99bc134de0032896" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T10:59:58.363Z" + }, + "brightness": 3769, + "moisture": 30, + "humidity": 42, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f20053199bc13278d032897" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:00:01.506Z" + }, + "brightness": 779, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20053b99bc1316ad032898" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:00:11.961Z" + }, + "brightness": 5330, + "moisture": 38, + "humidity": 34, + "temperature": 32.6 +},{ + "_id": { + "$oid": "5f20056a99bc136aca032899" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:00:58.432Z" + }, + "brightness": 4858, + "moisture": 30, + "humidity": 43, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f20056d99bc137b3603289a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:01:01.616Z" + }, + "brightness": 755, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20057899bc13641803289b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:01:12.030Z" + }, + "brightness": 5169, + "moisture": 38, + "humidity": 33, + "temperature": 32.6 +},{ + "_id": { + "$oid": "5f2005a699bc132d3d03289c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:01:58.500Z" + }, + "brightness": 5101, + "moisture": 30, + "humidity": 43, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f2005a999bc13a56d03289d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:02:01.726Z" + }, + "brightness": 736, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2005b499bc13431503289e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:02:12.101Z" + }, + "brightness": 4910, + "moisture": 37, + "humidity": 32, + "temperature": 32.3 +},{ + "_id": { + "$oid": "5f2005e299bc130d9903289f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:02:58.569Z" + }, + "brightness": 4515, + "moisture": 30, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2005e599bc137dcb0328a0" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:03:01.837Z" + }, + "brightness": 709, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2005f099bc139f640328a1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:03:12.168Z" + }, + "brightness": 4955, + "moisture": 38, + "humidity": 34, + "temperature": 32.3 +},{ + "_id": { + "$oid": "5f20061e99bc131a210328a2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:03:58.637Z" + }, + "brightness": 3544, + "moisture": 29, + "humidity": 43, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f20062199bc13f8aa0328a3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:04:01.946Z" + }, + "brightness": 708, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20062c99bc134e860328a4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:04:12.237Z" + }, + "brightness": 4819, + "moisture": 37, + "humidity": 34, + "temperature": 32.3 +},{ + "_id": { + "$oid": "5f20065a99bc1369180328a5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:04:58.706Z" + }, + "brightness": 3311, + "moisture": 30, + "humidity": 43, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f20065e99bc1389d00328a6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:05:02.055Z" + }, + "brightness": 702, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20066899bc1314ea0328a7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:05:12.306Z" + }, + "brightness": 4726, + "moisture": 37, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20069699bc135b6a0328a8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:05:58.775Z" + }, + "brightness": 2855, + "moisture": 30, + "humidity": 43, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f20069a99bc13efff0328a9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:06:02.165Z" + }, + "brightness": 682, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2006a499bc13a96a0328aa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:06:12.375Z" + }, + "brightness": 4837, + "moisture": 37, + "humidity": 34, + "temperature": 32.1 +},{ + "_id": { + "$oid": "5f2006d299bc1352da0328ab" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:06:58.840Z" + }, + "brightness": 2634, + "moisture": 30, + "humidity": 43, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f2006d699bc1322d20328ac" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:07:02.274Z" + }, + "brightness": 659, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2006e099bc1308b50328ad" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:07:12.454Z" + }, + "brightness": 4810, + "moisture": 37, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20070e99bc1314c40328ae" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:07:58.911Z" + }, + "brightness": 2495, + "moisture": 30, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f20071299bc138c3f0328af" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:08:02.384Z" + }, + "brightness": 633, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20071c99bc136bf20328b0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:08:12.514Z" + }, + "brightness": 4898, + "moisture": 38, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20074a99bc1302b80328b1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:08:58.977Z" + }, + "brightness": 2405, + "moisture": 30, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f20074e99bc1349840328b2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:09:02.494Z" + }, + "brightness": 618, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20075899bc130b9a0328b3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:09:12.632Z" + }, + "brightness": 5048, + "moisture": 37, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20078799bc1339760328b4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:09:59.046Z" + }, + "brightness": 2405, + "moisture": 30, + "humidity": 44, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f20078a99bc13bed20328b5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:10:02.604Z" + }, + "brightness": 622, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20079499bc131edb0328b6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:10:12.696Z" + }, + "brightness": 5014, + "moisture": 38, + "humidity": 34, + "temperature": 32.1 +},{ + "_id": { + "$oid": "5f2007c399bc1315d70328b7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:10:59.112Z" + }, + "brightness": 2435, + "moisture": 30, + "humidity": 44, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2007c699bc1307070328b8" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:11:02.713Z" + }, + "brightness": 625, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2007d099bc1311650328b9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:11:12.766Z" + }, + "brightness": 4920, + "moisture": 38, + "humidity": 34, + "temperature": 31.9 +},{ + "_id": { + "$oid": "5f2007ff99bc1374990328ba" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:11:59.181Z" + }, + "brightness": 2478, + "moisture": 30, + "humidity": 44, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20080299bc139df20328bb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:12:02.823Z" + }, + "brightness": 627, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20080c99bc130da20328bc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:12:12.834Z" + }, + "brightness": 4906, + "moisture": 38, + "humidity": 34, + "temperature": 31.8 +},{ + "_id": { + "$oid": "5f20083b99bc13234f0328bd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:12:59.247Z" + }, + "brightness": 2470, + "moisture": 32, + "humidity": 44, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20083e99bc135d1e0328be" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:13:02.932Z" + }, + "brightness": 635, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20084899bc133d830328bf" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:13:12.901Z" + }, + "brightness": 4620, + "moisture": 38, + "humidity": 34, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20087799bc13e2be0328c0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:13:59.316Z" + }, + "brightness": 2374, + "moisture": 30, + "humidity": 44, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20087b99bc1342090328c1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:14:03.042Z" + }, + "brightness": 630, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20088499bc1344a00328c2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:14:12.978Z" + }, + "brightness": 4495, + "moisture": 38, + "humidity": 33, + "temperature": 32.1 +},{ + "_id": { + "$oid": "5f2008b399bc135d4a0328c3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:14:59.382Z" + }, + "brightness": 2296, + "moisture": 30, + "humidity": 44, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2008b799bc13356a0328c4" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:15:03.152Z" + }, + "brightness": 619, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2008c199bc139e5e0328c5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:15:13.041Z" + }, + "brightness": 4326, + "moisture": 38, + "humidity": 33, + "temperature": 31.8 +},{ + "_id": { + "$oid": "5f2008ef99bc133e510328c6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:15:59.449Z" + }, + "brightness": 2202, + "moisture": 30, + "humidity": 44, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2008f399bc137d2f0328c7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:16:03.262Z" + }, + "brightness": 605, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2008fd99bc136cc50328c8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:16:13.113Z" + }, + "brightness": 4243, + "moisture": 38, + "humidity": 34, + "temperature": 31.8 +},{ + "_id": { + "$oid": "5f20092b99bc1366a10328c9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:16:59.517Z" + }, + "brightness": 2070, + "moisture": 30, + "humidity": 44, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20092f99bc132f950328ca" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:17:03.382Z" + }, + "brightness": 160, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20093999bc131a020328cb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:17:13.180Z" + }, + "brightness": 4029, + "moisture": 38, + "humidity": 35, + "temperature": 31.8 +},{ + "_id": { + "$oid": "5f20096799bc13bdee0328cc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:17:59.586Z" + }, + "brightness": 1949, + "moisture": 30, + "humidity": 44, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20096b99bc1346560328cd" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:18:03.499Z" + }, + "brightness": 280, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20097599bc131b820328ce" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:18:13.247Z" + }, + "brightness": 3699, + "moisture": 38, + "humidity": 35, + "temperature": 31.8 +},{ + "_id": { + "$oid": "5f2009a399bc1323650328cf" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:18:59.653Z" + }, + "brightness": 1775, + "moisture": 30, + "humidity": 44, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2009a799bc134c0e0328d0" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:19:03.619Z" + }, + "brightness": 275, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2009b199bc1362750328d1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:19:13.316Z" + }, + "brightness": 3463, + "moisture": 38, + "humidity": 35, + "temperature": 31.8 +},{ + "_id": { + "$oid": "5f2009df99bc1357600328d2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:19:59.721Z" + }, + "brightness": 1689, + "moisture": 30, + "humidity": 44, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2009e399bc13af1d0328d3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:20:03.739Z" + }, + "brightness": 270, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2009ed99bc138bad0328d4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:20:13.384Z" + }, + "brightness": 3375, + "moisture": 38, + "humidity": 34, + "temperature": 31.8 +},{ + "_id": { + "$oid": "5f200a1b99bc132a000328d5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:20:59.789Z" + }, + "brightness": 1627, + "moisture": 30, + "humidity": 44, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f200a1f99bc13b1d10328d6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:21:03.858Z" + }, + "brightness": 275, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f200a2999bc1314050328d7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:21:13.454Z" + }, + "brightness": 3364, + "moisture": 38, + "humidity": 34, + "temperature": 31.7 +},{ + "_id": { + "$oid": "5f200a5799bc133e760328d8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:21:59.858Z" + }, + "brightness": 1604, + "moisture": 30, + "humidity": 44, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f200a5b99bc135bff0328d9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:22:03.977Z" + }, + "brightness": 283, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f200a6599bc13c3f80328da" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:22:13.523Z" + }, + "brightness": 3386, + "moisture": 38, + "humidity": 35, + "temperature": 31.6 +},{ + "_id": { + "$oid": "5f200a9399bc13ba430328db" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:22:59.923Z" + }, + "brightness": 1590, + "moisture": 30, + "humidity": 44, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f200a9899bc13c3110328dc" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:23:04.096Z" + }, + "brightness": 293, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f200aa199bc1324f40328dd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:23:13.593Z" + }, + "brightness": 3434, + "moisture": 38, + "humidity": 35, + "temperature": 31.8 +},{ + "_id": { + "$oid": "5f200ad099bc133bcf0328de" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:24:00.016Z" + }, + "brightness": 1588, + "moisture": 30, + "humidity": 44, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f200ad499bc13195e0328df" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:24:04.215Z" + }, + "brightness": 299, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f200add99bc1387200328e0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:24:13.660Z" + }, + "brightness": 3428, + "moisture": 38, + "humidity": 34, + "temperature": 31.7 +},{ + "_id": { + "$oid": "5f200b0c99bc132e9c0328e1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:25:00.058Z" + }, + "brightness": 1591, + "moisture": 30, + "humidity": 44, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f200b1099bc1361e60328e2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:25:04.333Z" + }, + "brightness": 306, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f200b1999bc134e850328e3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:25:13.729Z" + }, + "brightness": 3315, + "moisture": 38, + "humidity": 35, + "temperature": 31.6 +},{ + "_id": { + "$oid": "5f200b4899bc131cb40328e4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:26:00.125Z" + }, + "brightness": 1596, + "moisture": 30, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f200b4c99bc13856a0328e5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:26:04.452Z" + }, + "brightness": 313, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f200b5599bc135b9e0328e6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:26:13.800Z" + }, + "brightness": 3293, + "moisture": 38, + "humidity": 36, + "temperature": 31.6 +},{ + "_id": { + "$oid": "5f200b8499bc137fe10328e7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:27:00.195Z" + }, + "brightness": 1597, + "moisture": 30, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f200b8899bc13785e0328e8" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:27:04.571Z" + }, + "brightness": 320, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f200b9199bc1307ae0328e9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:27:13.868Z" + }, + "brightness": 3244, + "moisture": 38, + "humidity": 35, + "temperature": 31.6 +},{ + "_id": { + "$oid": "5f200bc099bc1311610328ea" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:28:00.261Z" + }, + "brightness": 1619, + "moisture": 31, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f200bc499bc13a4e80328eb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:28:04.690Z" + }, + "brightness": 324, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f200bcd99bc1366e50328ec" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:28:13.935Z" + }, + "brightness": 3081, + "moisture": 38, + "humidity": 34, + "temperature": 31.5 +},{ + "_id": { + "$oid": "5f200bfc99bc1352740328ed" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:29:00.330Z" + }, + "brightness": 1614, + "moisture": 30, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f200c0099bc13711c0328ee" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:29:04.809Z" + }, + "brightness": 331, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f200c0a99bc131cc00328ef" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:29:14.023Z" + }, + "brightness": 3119, + "moisture": 37, + "humidity": 35, + "temperature": 31.5 +},{ + "_id": { + "$oid": "5f200c3899bc13cf240328f0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:30:00.395Z" + }, + "brightness": 1624, + "moisture": 30, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f200c3c99bc13a0db0328f1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:30:04.929Z" + }, + "brightness": 335, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f200c4699bc13102f0328f2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:30:14.073Z" + }, + "brightness": 3000, + "moisture": 38, + "humidity": 36, + "temperature": 31.5 +},{ + "_id": { + "$oid": "5f200c6299bc133d660328f3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T11:30:42.595Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f200c7499bc13a4850328f4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:31:00.463Z" + }, + "brightness": 1624, + "moisture": 31, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f200c7999bc1335d60328f5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:31:05.048Z" + }, + "brightness": 338, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f200c8299bc13125c0328f6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:31:14.142Z" + }, + "brightness": 2800, + "moisture": 37, + "humidity": 35, + "temperature": 31.4 +},{ + "_id": { + "$oid": "5f200c9299bc135ea60328f7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T11:31:30.462Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f200cb099bc1354690328f8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:32:00.531Z" + }, + "brightness": 1601, + "moisture": 30, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f200cb599bc137ae50328f9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:32:05.167Z" + }, + "brightness": 339, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f200cbe99bc133fd60328fa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:32:14.211Z" + }, + "brightness": 2700, + "moisture": 37, + "humidity": 36, + "temperature": 31.5 +},{ + "_id": { + "$oid": "5f200cec99bc1303bc0328fb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:33:00.599Z" + }, + "brightness": 1579, + "moisture": 31, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f200cf199bc136ee10328fc" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:33:05.288Z" + }, + "brightness": 336, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f200cfa99bc1318f30328fd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:33:14.281Z" + }, + "brightness": 2625, + "moisture": 37, + "humidity": 36, + "temperature": 31.4 +},{ + "_id": { + "$oid": "5f200d2899bc1303d10328fe" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:34:00.666Z" + }, + "brightness": 1549, + "moisture": 30, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f200d2d99bc13c0a90328ff" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:34:05.405Z" + }, + "brightness": 335, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f200d3699bc13bb8c032900" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:34:14.354Z" + }, + "brightness": 2591, + "moisture": 38, + "humidity": 36, + "temperature": 31.3 +},{ + "_id": { + "$oid": "5f200d6499bc13eb9f032901" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:35:00.733Z" + }, + "brightness": 1542, + "moisture": 30, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f200d6999bc13464e032902" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:35:05.524Z" + }, + "brightness": 332, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f200d7699bc132ac8032903" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:35:18.772Z" + }, + "brightness": 2644, + "moisture": 37, + "humidity": 35, + "temperature": 31.4 +},{ + "_id": { + "$oid": "5f200da099bc137f6d032904" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:36:00.802Z" + }, + "brightness": 1541, + "moisture": 30, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f200da599bc1359c6032905" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:36:05.643Z" + }, + "brightness": 329, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f200dae99bc139146032906" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:36:14.496Z" + }, + "brightness": 2870, + "moisture": 37, + "humidity": 36, + "temperature": 31.1 +},{ + "_id": { + "$oid": "5f200ddc99bc132980032907" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:37:00.869Z" + }, + "brightness": 1572, + "moisture": 30, + "humidity": 43, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f200de199bc13d8c2032908" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:37:05.762Z" + }, + "brightness": 326, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f200dea99bc1336d2032909" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:37:14.562Z" + }, + "brightness": 3042, + "moisture": 37, + "humidity": 36, + "temperature": 31.3 +},{ + "_id": { + "$oid": "5f200e1899bc131ae503290a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:38:00.938Z" + }, + "brightness": 1646, + "moisture": 30, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f200e1d99bc13af8b03290b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:38:05.880Z" + }, + "brightness": 325, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f200e2699bc1347ec03290c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:38:14.625Z" + }, + "brightness": 3091, + "moisture": 37, + "humidity": 36, + "temperature": 31.4 +},{ + "_id": { + "$oid": "5f200e5599bc136e7d03290d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:39:01.005Z" + }, + "brightness": 1723, + "moisture": 30, + "humidity": 43, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f200e5a99bc13461403290e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:39:05.999Z" + }, + "brightness": 321, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f200e6299bc13c2e503290f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:39:14.693Z" + }, + "brightness": 3215, + "moisture": 37, + "humidity": 36, + "temperature": 31.3 +},{ + "_id": { + "$oid": "5f200e9199bc13563a032910" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:40:01.074Z" + }, + "brightness": 1832, + "moisture": 30, + "humidity": 43, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f200e9699bc13c82e032911" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:40:06.118Z" + }, + "brightness": 320, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f200e9e99bc1382e0032912" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:40:14.768Z" + }, + "brightness": 3224, + "moisture": 37, + "humidity": 36, + "temperature": 31.6 +},{ + "_id": { + "$oid": "5f200ecd99bc133110032913" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:41:01.140Z" + }, + "brightness": 1912, + "moisture": 31, + "humidity": 43, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f200ed299bc13d3c7032914" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:41:06.237Z" + }, + "brightness": 316, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f200eda99bc131ab1032915" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:41:14.834Z" + }, + "brightness": 3164, + "moisture": 37, + "humidity": 36, + "temperature": 31.2 +},{ + "_id": { + "$oid": "5f200f0999bc13e685032916" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:42:01.208Z" + }, + "brightness": 1982, + "moisture": 30, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f200f0e99bc130507032917" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:42:06.357Z" + }, + "brightness": 313, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f200f1699bc137b60032918" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:42:14.900Z" + }, + "brightness": 3178, + "moisture": 37, + "humidity": 36, + "temperature": 31.4 +},{ + "_id": { + "$oid": "5f200f4599bc133d03032919" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:43:01.277Z" + }, + "brightness": 2040, + "moisture": 30, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f200f4a99bc13179803291a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:43:06.477Z" + }, + "brightness": 308, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f200f5299bc1365b503291b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:43:14.969Z" + }, + "brightness": 3345, + "moisture": 37, + "humidity": 36, + "temperature": 31.5 +},{ + "_id": { + "$oid": "5f200f8199bc13d48603291c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:44:01.343Z" + }, + "brightness": 2153, + "moisture": 30, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f200f8699bc1337db03291d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:44:06.596Z" + }, + "brightness": 305, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f200f8f99bc13462e03291e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:44:15.039Z" + }, + "brightness": 3250, + "moisture": 38, + "humidity": 37, + "temperature": 31.3 +},{ + "_id": { + "$oid": "5f200fbd99bc13132903291f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:45:01.411Z" + }, + "brightness": 2187, + "moisture": 30, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f200fc299bc134e9c032920" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:45:06.716Z" + }, + "brightness": 306, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f200fcb99bc131be5032921" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:45:15.105Z" + }, + "brightness": 3152, + "moisture": 40, + "humidity": 37, + "temperature": 31.4 +},{ + "_id": { + "$oid": "5f200ff999bc138760032922" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:46:01.480Z" + }, + "brightness": 2215, + "moisture": 31, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f200ffe99bc1318db032923" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:46:06.836Z" + }, + "brightness": 309, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20100799bc138fc4032924" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:46:15.172Z" + }, + "brightness": 3162, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20103599bc13476a032925" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:47:01.604Z" + }, + "brightness": 2247, + "moisture": 30, + "humidity": 44, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f20103a99bc131a61032926" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:47:06.953Z" + }, + "brightness": 314, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20104399bc13d8a6032927" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:47:15.284Z" + }, + "brightness": 3111, + "moisture": 38, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20104e99bc137560032928" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T11:47:26.721Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": 61, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20107199bc135d29032929" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:48:01.616Z" + }, + "brightness": 2358, + "moisture": 30, + "humidity": 44, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f20107799bc13032203292a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:48:07.072Z" + }, + "brightness": 315, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20107f99bc13679403292b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:48:15.580Z" + }, + "brightness": 2990, + "moisture": 38, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20108699bc13f92003292c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T11:48:22.372Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": 60, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2010ad99bc13f29403292d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:49:01.685Z" + }, + "brightness": 2380, + "moisture": 30, + "humidity": 44, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f2010b399bc132a6103292e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:49:07.191Z" + }, + "brightness": 318, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2010bb99bc133d0803292f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:49:15.660Z" + }, + "brightness": 3069, + "moisture": 43, + "humidity": 37, + "temperature": 31.3 +},{ + "_id": { + "$oid": "5f2010c299bc13cebd032930" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T11:49:22.439Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": 59, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2010e999bc13a97d032931" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:50:01.767Z" + }, + "brightness": 2442, + "moisture": 30, + "humidity": 44, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f2010ef99bc1359c7032932" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:50:07.312Z" + }, + "brightness": 324, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2010f799bc1319c4032933" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:50:15.718Z" + }, + "brightness": 3114, + "moisture": 39, + "humidity": 37, + "temperature": 31.4 +},{ + "_id": { + "$oid": "5f2010fe99bc130da5032934" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T11:50:22.508Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": 60, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20112599bc1334f8032935" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:51:01.821Z" + }, + "brightness": 2425, + "moisture": 30, + "humidity": 44, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f20112b99bc13201d032936" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:51:07.428Z" + }, + "brightness": 329, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20113399bc137506032937" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:51:15.784Z" + }, + "brightness": 2047, + "moisture": 38, + "humidity": 38, + "temperature": 31.5 +},{ + "_id": { + "$oid": "5f20113a99bc132e29032938" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T11:51:22.585Z" + }, + "brightness": -2, + "moisture": 100, + "humidity": 59, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20116199bc13ac07032939" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:52:01.890Z" + }, + "brightness": 2381, + "moisture": 30, + "humidity": 44, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f20116799bc134c1103293a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:52:07.549Z" + }, + "brightness": 338, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20116f99bc13ddc603293b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:52:15.852Z" + }, + "brightness": 2112, + "moisture": 38, + "humidity": 39, + "temperature": 31.5 +},{ + "_id": { + "$oid": "5f20119d99bc133a6603293c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:53:01.959Z" + }, + "brightness": 2257, + "moisture": 30, + "humidity": 44, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f2011a399bc13484d03293d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:53:07.669Z" + }, + "brightness": 340, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2011ab99bc137a4203293e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:53:15.923Z" + }, + "brightness": 2273, + "moisture": 38, + "humidity": 39, + "temperature": 31.3 +},{ + "_id": { + "$oid": "5f2011da99bc13db3b03293f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:54:02.028Z" + }, + "brightness": 2207, + "moisture": 30, + "humidity": 44, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f2011df99bc133984032940" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:54:07.787Z" + }, + "brightness": 339, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2011e799bc130d62032941" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:54:15.990Z" + }, + "brightness": 2305, + "moisture": 38, + "humidity": 40, + "temperature": 31.1 +},{ + "_id": { + "$oid": "5f20121699bc131751032942" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:55:02.096Z" + }, + "brightness": 2218, + "moisture": 30, + "humidity": 44, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f20121b99bc139208032943" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:55:07.908Z" + }, + "brightness": 340, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20122499bc134c68032944" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:55:16.108Z" + }, + "brightness": 2387, + "moisture": 25, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20125299bc137531032945" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:56:02.168Z" + }, + "brightness": 2253, + "moisture": 31, + "humidity": 44, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f20125899bc139433032946" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:56:08.028Z" + }, + "brightness": 339, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20126099bc133986032947" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:56:16.187Z" + }, + "brightness": 2354, + "moisture": 20, + "humidity": 40, + "temperature": 31.1 +},{ + "_id": { + "$oid": "5f20128e99bc134d68032948" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:57:02.233Z" + }, + "brightness": 2396, + "moisture": 30, + "humidity": 44, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f20129499bc13c67a032949" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:57:08.148Z" + }, + "brightness": 335, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20129c99bc13372d03294a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:57:16.249Z" + }, + "brightness": 2493, + "moisture": 20, + "humidity": 40, + "temperature": 31.1 +},{ + "_id": { + "$oid": "5f2012ca99bc1383ff03294b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:58:02.303Z" + }, + "brightness": 2510, + "moisture": 30, + "humidity": 44, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f2012d099bc13ada403294c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:58:08.265Z" + }, + "brightness": 332, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2012d899bc13fcdf03294d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:58:16.310Z" + }, + "brightness": 2710, + "moisture": 20, + "humidity": 40, + "temperature": 30.9 +},{ + "_id": { + "$oid": "5f20130699bc13327703294e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T11:59:02.370Z" + }, + "brightness": 2718, + "moisture": 30, + "humidity": 44, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f20130c99bc13775c03294f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T11:59:08.383Z" + }, + "brightness": 327, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20131499bc1352cb032950" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T11:59:16.380Z" + }, + "brightness": 2965, + "moisture": 20, + "humidity": 40, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f20134299bc136e38032951" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:00:02.439Z" + }, + "brightness": 2842, + "moisture": 30, + "humidity": 44, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f20134899bc1396c4032952" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:00:08.503Z" + }, + "brightness": 326, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20135099bc1366ea032953" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:00:16.452Z" + }, + "brightness": 3115, + "moisture": 20, + "humidity": 41, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f20137e99bc135c22032954" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:01:02.508Z" + }, + "brightness": 3190, + "moisture": 31, + "humidity": 44, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f20138499bc13dd7d032955" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:01:08.620Z" + }, + "brightness": 325, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20138c99bc138387032956" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:01:16.529Z" + }, + "brightness": 3060, + "moisture": 19, + "humidity": 40, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f2013ba99bc131305032957" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:02:02.580Z" + }, + "brightness": 3601, + "moisture": 30, + "humidity": 44, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f2013c099bc13514d032958" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:02:08.740Z" + }, + "brightness": 322, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2013c899bc13bf61032959" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:02:16.595Z" + }, + "brightness": 3042, + "moisture": 19, + "humidity": 40, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f2013f699bc13b87a03295a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:03:02.645Z" + }, + "brightness": 3783, + "moisture": 30, + "humidity": 43, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2013fc99bc13cb9403295b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:03:08.859Z" + }, + "brightness": 317, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20140499bc13854e03295c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:03:16.657Z" + }, + "brightness": 3105, + "moisture": 19, + "humidity": 40, + "temperature": 30.9 +},{ + "_id": { + "$oid": "5f20143299bc133d3103295d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:04:02.763Z" + }, + "brightness": 4455, + "moisture": 30, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20143899bc13335503295e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:04:08.978Z" + }, + "brightness": 311, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20144099bc13156c03295f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:04:16.728Z" + }, + "brightness": 3233, + "moisture": 19, + "humidity": 40, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f20146e99bc137314032960" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:05:02.827Z" + }, + "brightness": 6080, + "moisture": 30, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20147599bc133e73032961" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:05:09.099Z" + }, + "brightness": 307, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20147c99bc133c17032962" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:05:16.793Z" + }, + "brightness": 3187, + "moisture": 19, + "humidity": 40, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f2014aa99bc13041a032963" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:06:02.896Z" + }, + "brightness": 4447, + "moisture": 30, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f2014b199bc13a12a032964" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:06:09.218Z" + }, + "brightness": 305, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2014b899bc134645032965" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:06:16.868Z" + }, + "brightness": 3119, + "moisture": 20, + "humidity": 41, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f2014cf99bc13cd2f032966" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T12:06:39.713Z" + }, + "brightness": 0, + "moisture": 4, + "humidity": 59, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2014e699bc138cb2032967" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:07:02.965Z" + }, + "brightness": 4157, + "moisture": 30, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f2014ed99bc13644a032968" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:07:09.337Z" + }, + "brightness": 300, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2014f499bc1308bc032969" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:07:16.932Z" + }, + "brightness": 3169, + "moisture": 20, + "humidity": 41, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f20150399bc1323ee03296a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T12:07:31.414Z" + }, + "brightness": 186, + "moisture": 3, + "humidity": 58, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20152399bc13b6ec03296b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:08:03.034Z" + }, + "brightness": 3879, + "moisture": 30, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f20152999bc13686603296c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:08:09.455Z" + }, + "brightness": 295, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20153199bc132dda03296d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:08:17Z" + }, + "brightness": 3163, + "moisture": 19, + "humidity": 41, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f20153f99bc13829803296e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T12:08:31.491Z" + }, + "brightness": 190, + "moisture": 2, + "humidity": 60, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20155f99bc132e8703296f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:09:03.102Z" + }, + "brightness": 3759, + "moisture": 30, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f20156599bc1327d6032970" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:09:09.574Z" + }, + "brightness": 287, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20156d99bc130f62032971" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:09:17.068Z" + }, + "brightness": 3359, + "moisture": 19, + "humidity": 41, + "temperature": 30.9 +},{ + "_id": { + "$oid": "5f20159b99bc13ed56032972" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:10:03.171Z" + }, + "brightness": 3479, + "moisture": 30, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f2015a199bc135261032973" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:10:09.693Z" + }, + "brightness": 280, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2015a999bc13a4bc032974" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:10:17.138Z" + }, + "brightness": 3307, + "moisture": 19, + "humidity": 42, + "temperature": 31.1 +},{ + "_id": { + "$oid": "5f2015d799bc130827032975" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:11:03.240Z" + }, + "brightness": 3267, + "moisture": 30, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f2015dd99bc13b7a1032976" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:11:09.811Z" + }, + "brightness": 275, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2015e599bc13ed5d032977" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:11:17.207Z" + }, + "brightness": 3124, + "moisture": 19, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20161399bc13aada032978" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:12:03.308Z" + }, + "brightness": 3215, + "moisture": 31, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20161999bc134bc9032979" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:12:09.933Z" + }, + "brightness": 278, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20162199bc130b0203297a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:12:17.278Z" + }, + "brightness": 3144, + "moisture": 20, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f20164f99bc13632003297b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:13:03.377Z" + }, + "brightness": 3221, + "moisture": 30, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20165699bc1355e603297c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:13:10.052Z" + }, + "brightness": 281, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20165d99bc13281a03297d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:13:17.344Z" + }, + "brightness": 3045, + "moisture": 20, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f20168b99bc13433303297e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:14:03.447Z" + }, + "brightness": 3030, + "moisture": 30, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20169299bc13437903297f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:14:10.170Z" + }, + "brightness": 281, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20169999bc137179032980" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:14:17.414Z" + }, + "brightness": 2938, + "moisture": 20, + "humidity": 41, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f2016c799bc136b1d032981" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:15:03.514Z" + }, + "brightness": 2902, + "moisture": 31, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f2016ce99bc132bb9032982" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:15:10.290Z" + }, + "brightness": 281, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2016d599bc1315d3032983" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:15:17.482Z" + }, + "brightness": 2896, + "moisture": 20, + "humidity": 41, + "temperature": 30.9 +},{ + "_id": { + "$oid": "5f20170399bc130aaf032984" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:16:03.584Z" + }, + "brightness": 2938, + "moisture": 30, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20170a99bc13ae49032985" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:16:10.410Z" + }, + "brightness": 278, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20171199bc13532a032986" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:16:17.557Z" + }, + "brightness": 2794, + "moisture": 19, + "humidity": 41, + "temperature": 30.9 +},{ + "_id": { + "$oid": "5f20173f99bc137d2d032987" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:17:03.651Z" + }, + "brightness": 3130, + "moisture": 30, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20174699bc13e68f032988" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:17:10.530Z" + }, + "brightness": 275, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20174d99bc13ec13032989" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:17:17.620Z" + }, + "brightness": 1497, + "moisture": 19, + "humidity": 42, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f20177b99bc13027703298a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:18:03.721Z" + }, + "brightness": 3342, + "moisture": 30, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20178299bc13d99603298b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:18:10.647Z" + }, + "brightness": 277, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20178999bc13cb2003298c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:18:17.689Z" + }, + "brightness": 2740, + "moisture": 19, + "humidity": 42, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f2017b799bc13c3ee03298d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:19:03.789Z" + }, + "brightness": 3464, + "moisture": 30, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2017be99bc1349d303298e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:19:10.766Z" + }, + "brightness": 278, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2017c599bc134c9503298f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:19:17.758Z" + }, + "brightness": 2847, + "moisture": 19, + "humidity": 42, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f2017f199bc136b80032990" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:20:01.977Z" + }, + "brightness": 2914, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2017f399bc139123032991" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:20:03.857Z" + }, + "brightness": 3744, + "moisture": 31, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2017fa99bc132d9d032992" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:20:10.885Z" + }, + "brightness": 275, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20182d99bc13cb4f032993" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:21:01.125Z" + }, + "brightness": 3034, + "moisture": 18, + "humidity": 42, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f20182f99bc1378b3032994" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:21:03.927Z" + }, + "brightness": 3764, + "moisture": 29, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20183799bc1397f8032995" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:21:11.004Z" + }, + "brightness": 275, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20186999bc133334032996" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:22:01.191Z" + }, + "brightness": 2965, + "moisture": 19, + "humidity": 41, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f20186b99bc13001f032997" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:22:03.995Z" + }, + "brightness": 3648, + "moisture": 31, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20187399bc135de3032998" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:22:11.123Z" + }, + "brightness": 280, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2018a599bc13c9c5032999" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:23:01.259Z" + }, + "brightness": 2911, + "moisture": 45, + "humidity": 41, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f2018a899bc13088803299a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:23:04.061Z" + }, + "brightness": 3521, + "moisture": 33, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2018af99bc13aed603299b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:23:11.242Z" + }, + "brightness": 285, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2018e199bc13881903299c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:24:01.325Z" + }, + "brightness": 2803, + "moisture": 45, + "humidity": 41, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f2018e499bc13c12503299d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:24:04.128Z" + }, + "brightness": 3371, + "moisture": 30, + "humidity": 43, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2018eb99bc1338e103299e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:24:11.360Z" + }, + "brightness": 288, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20191d99bc138fdd03299f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:25:01.394Z" + }, + "brightness": 2815, + "moisture": 44, + "humidity": 40, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f20192099bc136c460329a0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:25:04.197Z" + }, + "brightness": 3269, + "moisture": 31, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f20192799bc13b8e10329a1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:25:11.480Z" + }, + "brightness": 287, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20195999bc136dc00329a2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:26:01.463Z" + }, + "brightness": 2867, + "moisture": 40, + "humidity": 40, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f20195c99bc1380a90329a3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:26:04.267Z" + }, + "brightness": 3188, + "moisture": 30, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f20196399bc1349170329a4" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:26:11.600Z" + }, + "brightness": 287, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20199599bc1322820329a5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:27:01.531Z" + }, + "brightness": 2875, + "moisture": 40, + "humidity": 41, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f20199899bc131e1a0329a6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:27:04.335Z" + }, + "brightness": 3152, + "moisture": 31, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f20199f99bc136bff0329a7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:27:11.718Z" + }, + "brightness": 289, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2019d199bc13485a0329a8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:28:01.600Z" + }, + "brightness": 2722, + "moisture": 39, + "humidity": 41, + "temperature": 30.4 +},{ + "_id": { + "$oid": "5f2019d499bc136e9a0329a9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:28:04.403Z" + }, + "brightness": 3296, + "moisture": 31, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f2019db99bc1367690329aa" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:28:11.840Z" + }, + "brightness": 295, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f201a0d99bc133c200329ab" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:29:01.670Z" + }, + "brightness": 2642, + "moisture": 39, + "humidity": 41, + "temperature": 30.4 +},{ + "_id": { + "$oid": "5f201a1099bc130a140329ac" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:29:04.474Z" + }, + "brightness": 3358, + "moisture": 30, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f201a1799bc1308420329ad" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:29:11.957Z" + }, + "brightness": 292, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f201a4999bc1359e40329ae" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:30:01.740Z" + }, + "brightness": 2676, + "moisture": 38, + "humidity": 41, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f201a4c99bc1344600329af" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:30:04.541Z" + }, + "brightness": 3349, + "moisture": 31, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f201a5499bc1329ae0329b0" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:30:12.091Z" + }, + "brightness": 293, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f201a8599bc130ca10329b1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:31:01.809Z" + }, + "brightness": 2748, + "moisture": 38, + "humidity": 41, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f201a8899bc132d550329b2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:31:04.610Z" + }, + "brightness": 3347, + "moisture": 31, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f201a9099bc13f2540329b3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:31:12.233Z" + }, + "brightness": 295, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f201ac199bc13b9990329b4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:32:01.881Z" + }, + "brightness": 2795, + "moisture": 37, + "humidity": 41, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f201ac499bc133d6a0329b5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:32:04.678Z" + }, + "brightness": 3364, + "moisture": 31, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f201acc99bc134e380329b6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:32:12.313Z" + }, + "brightness": 297, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f201afd99bc134d860329b7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:33:01.954Z" + }, + "brightness": 2740, + "moisture": 37, + "humidity": 41, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f201b0099bc132b110329b8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:33:04.746Z" + }, + "brightness": 3524, + "moisture": 31, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f201b0899bc1306fb0329b9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:33:12.436Z" + }, + "brightness": 297, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f201b3a99bc1375680329ba" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:34:02.018Z" + }, + "brightness": 2685, + "moisture": 38, + "humidity": 40, + "temperature": 30.4 +},{ + "_id": { + "$oid": "5f201b3c99bc135ccb0329bb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:34:04.815Z" + }, + "brightness": 3714, + "moisture": 30, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f201b4499bc13aae10329bc" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:34:12.551Z" + }, + "brightness": 295, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f201b7699bc1374890329bd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:35:02.136Z" + }, + "brightness": 2540, + "moisture": 37, + "humidity": 41, + "temperature": 30.4 +},{ + "_id": { + "$oid": "5f201b7899bc13ecc70329be" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:35:04.884Z" + }, + "brightness": 3764, + "moisture": 31, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f201b8099bc1366740329bf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:35:12.671Z" + }, + "brightness": 290, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f201bb299bc132b500329c0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:36:02.163Z" + }, + "brightness": 2504, + "moisture": 38, + "humidity": 41, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f201bb499bc1348300329c1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:36:04.956Z" + }, + "brightness": 3706, + "moisture": 31, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f201bbc99bc1308ea0329c2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:36:12.790Z" + }, + "brightness": 287, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f201bee99bc13047c0329c3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:37:02.226Z" + }, + "brightness": 2440, + "moisture": 38, + "humidity": 41, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f201bf199bc1355210329c4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:37:05.022Z" + }, + "brightness": 3591, + "moisture": 31, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f201bf899bc1307de0329c5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:37:12.909Z" + }, + "brightness": 283, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f201c2a99bc13b5590329c6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:38:02.314Z" + }, + "brightness": 2543, + "moisture": 38, + "humidity": 41, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f201c2d99bc1324c60329c7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:38:05.089Z" + }, + "brightness": 3504, + "moisture": 31, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f201c3599bc130e7e0329c8" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:38:13.031Z" + }, + "brightness": 278, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f201c6699bc1382270329c9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:39:02.369Z" + }, + "brightness": 2604, + "moisture": 38, + "humidity": 41, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f201c6999bc134f8d0329ca" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:39:05.158Z" + }, + "brightness": 3380, + "moisture": 31, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f201c7199bc1336c70329cb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:39:13.149Z" + }, + "brightness": 275, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f201ca299bc1377460329cc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:40:02.425Z" + }, + "brightness": 2641, + "moisture": 38, + "humidity": 41, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f201ca599bc1382c10329cd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:40:05.227Z" + }, + "brightness": 3296, + "moisture": 31, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f201cad99bc13768d0329ce" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:40:13.267Z" + }, + "brightness": 276, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f201cde99bc13da2d0329cf" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:41:02.495Z" + }, + "brightness": 2576, + "moisture": 38, + "humidity": 41, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f201ce199bc13b6720329d0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:41:05.342Z" + }, + "brightness": 3301, + "moisture": 31, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f201ce999bc1302430329d1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:41:13.385Z" + }, + "brightness": 275, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f201d1a99bc1307ed0329d2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:42:02.561Z" + }, + "brightness": 2685, + "moisture": 38, + "humidity": 42, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f201d1d99bc130a2d0329d3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:42:05.409Z" + }, + "brightness": 3295, + "moisture": 30, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f201d2599bc1334cd0329d4" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:42:13.505Z" + }, + "brightness": 270, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f201d5699bc1346a90329d5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:43:02.630Z" + }, + "brightness": 2860, + "moisture": 38, + "humidity": 41, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f201d5999bc1321790329d6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:43:05.478Z" + }, + "brightness": 3337, + "moisture": 30, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f201d6199bc1342740329d7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:43:13.623Z" + }, + "brightness": 267, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f201d9299bc13841e0329d8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:44:02.698Z" + }, + "brightness": 2807, + "moisture": 38, + "humidity": 41, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f201d9599bc1308c80329d9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:44:05.549Z" + }, + "brightness": 3480, + "moisture": 31, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f201d9d99bc13102c0329da" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:44:13.742Z" + }, + "brightness": 268, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f201dce99bc13edba0329db" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:45:02.765Z" + }, + "brightness": 2601, + "moisture": 37, + "humidity": 41, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f201dd199bc1357590329dc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:45:05.615Z" + }, + "brightness": 3763, + "moisture": 30, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f201dd999bc1369e10329dd" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:45:13.862Z" + }, + "brightness": 274, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f201ded99bc13b4d90329de" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T12:45:33.606Z" + }, + "brightness": 0, + "moisture": 3, + "humidity": 63, + "temperature": 28 +},{ + "_id": { + "$oid": "5f201e0a99bc13a5090329df" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:46:02.836Z" + }, + "brightness": 2378, + "moisture": 38, + "humidity": 41, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f201e0d99bc13535c0329e0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:46:05.686Z" + }, + "brightness": 3816, + "moisture": 31, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f201e1599bc13a0a00329e1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:46:13.982Z" + }, + "brightness": 281, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f201e2599bc1327b40329e2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T12:46:29.960Z" + }, + "brightness": 160, + "moisture": 2, + "humidity": 62, + "temperature": 28 +},{ + "_id": { + "$oid": "5f201e4699bc135f720329e3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:47:02.903Z" + }, + "brightness": 2355, + "moisture": 37, + "humidity": 41, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f201e4999bc13d5100329e4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:47:05.753Z" + }, + "brightness": 3858, + "moisture": 30, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f201e5299bc13ec810329e5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:47:14.101Z" + }, + "brightness": 298, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f201e6299bc134cd20329e6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T12:47:30.030Z" + }, + "brightness": 154, + "moisture": 85, + "humidity": 59, + "temperature": 29 +},{ + "_id": { + "$oid": "5f201e7599bc1378690329e7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T12:47:49.704Z" + }, + "brightness": 163, + "moisture": 3, + "humidity": 60, + "temperature": 29 +},{ + "_id": { + "$oid": "5f201e8299bc13acba0329e8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:48:02.976Z" + }, + "brightness": 2568, + "moisture": 37, + "humidity": 41, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f201e8599bc1394d40329e9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:48:05.821Z" + }, + "brightness": 3958, + "moisture": 30, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f201e8e99bc133fd50329ea" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:48:14.231Z" + }, + "brightness": 307, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f201eac99bc13fd630329eb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T12:48:44.077Z" + }, + "brightness": 311, + "moisture": 88, + "humidity": 60, + "temperature": 29 +},{ + "_id": { + "$oid": "5f201ebf99bc13a7ac0329ec" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:49:03.039Z" + }, + "brightness": 2255, + "moisture": 37, + "humidity": 41, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f201ec199bc13cad10329ed" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:49:05.890Z" + }, + "brightness": 3847, + "moisture": 31, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f201eca99bc1386e50329ee" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:49:14.340Z" + }, + "brightness": 298, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f201efb99bc135b830329ef" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:50:03.120Z" + }, + "brightness": 2139, + "moisture": 37, + "humidity": 41, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f201efd99bc1343fc0329f0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:50:05.959Z" + }, + "brightness": 3604, + "moisture": 30, + "humidity": 43, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f201f0899bc1303b30329f1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:50:16.632Z" + }, + "brightness": 292, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f201f3799bc130b0a0329f2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:51:03.176Z" + }, + "brightness": 2088, + "moisture": 36, + "humidity": 41, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f201f3a99bc13eb9a0329f3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:51:06.027Z" + }, + "brightness": 3109, + "moisture": 31, + "humidity": 43, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f201f4499bc1310b00329f4" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:51:16.752Z" + }, + "brightness": 300, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f201f7399bc13a49b0329f5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:52:03.241Z" + }, + "brightness": 1705, + "moisture": 36, + "humidity": 41, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f201f7699bc13f6490329f6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:52:06.097Z" + }, + "brightness": 3336, + "moisture": 30, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f201f8099bc1316100329f7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:52:16.872Z" + }, + "brightness": 297, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f201faf99bc136cf50329f8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:53:03.309Z" + }, + "brightness": 1358, + "moisture": 37, + "humidity": 41, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f201fb299bc1366720329f9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:53:06.167Z" + }, + "brightness": 3512, + "moisture": 30, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f201fbc99bc134bc80329fa" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:53:16.988Z" + }, + "brightness": 297, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f201feb99bc1371fe0329fb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:54:03.385Z" + }, + "brightness": 1255, + "moisture": 35, + "humidity": 41, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f201fee99bc1397260329fc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:54:06.233Z" + }, + "brightness": 3237, + "moisture": 31, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f201ff999bc135c330329fd" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:54:17.109Z" + }, + "brightness": 300, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20202799bc1344540329fe" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:55:03.453Z" + }, + "brightness": 1275, + "moisture": 35, + "humidity": 41, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f20202a99bc1370aa0329ff" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:55:06.302Z" + }, + "brightness": 3050, + "moisture": 30, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f20203599bc133299032a00" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:55:17.229Z" + }, + "brightness": 300, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20206399bc1385c8032a01" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:56:03.513Z" + }, + "brightness": 1402, + "moisture": 35, + "humidity": 41, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f20206699bc1323fb032a02" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:56:06.373Z" + }, + "brightness": 3144, + "moisture": 30, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f20207199bc133346032a03" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:56:17.348Z" + }, + "brightness": 295, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20209f99bc1389c7032a04" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:57:03.588Z" + }, + "brightness": 1467, + "moisture": 36, + "humidity": 41, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f2020a299bc131b3e032a05" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:57:06.439Z" + }, + "brightness": 3425, + "moisture": 30, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f2020ad99bc13bf6d032a06" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:57:17.466Z" + }, + "brightness": 291, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2020db99bc13e9b5032a07" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:58:03.649Z" + }, + "brightness": 1465, + "moisture": 35, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2020de99bc1372ad032a08" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:58:06.508Z" + }, + "brightness": 3406, + "moisture": 30, + "humidity": 42, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f2020e999bc13830a032a09" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:58:17.586Z" + }, + "brightness": 291, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20211799bc130082032a0a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T12:59:03.718Z" + }, + "brightness": 1547, + "moisture": 35, + "humidity": 41, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f20211a99bc1366ae032a0b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T12:59:06.577Z" + }, + "brightness": 3136, + "moisture": 31, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f20212599bc132424032a0c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T12:59:17.705Z" + }, + "brightness": 289, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20215399bc134c82032a0d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:00:03.785Z" + }, + "brightness": 1491, + "moisture": 35, + "humidity": 41, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f20215699bc133f80032a0e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:00:06.645Z" + }, + "brightness": 3076, + "moisture": 30, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f20216199bc13fd7d032a0f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:00:17.823Z" + }, + "brightness": 287, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20218f99bc13643d032a10" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:01:03.852Z" + }, + "brightness": 1799, + "moisture": 35, + "humidity": 41, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f20219299bc1301ff032a11" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:01:06.717Z" + }, + "brightness": 2946, + "moisture": 31, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f20219d99bc132ce6032a12" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:01:17.942Z" + }, + "brightness": 286, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2021cb99bc13410f032a13" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:02:03.920Z" + }, + "brightness": 1759, + "moisture": 34, + "humidity": 41, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f2021ce99bc135925032a14" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:02:06.784Z" + }, + "brightness": 2797, + "moisture": 30, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f2021da99bc13c12e032a15" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:02:18.062Z" + }, + "brightness": 280, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20220799bc130635032a16" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:03:03.988Z" + }, + "brightness": 1695, + "moisture": 35, + "humidity": 41, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f20220a99bc134d59032a17" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:03:06.852Z" + }, + "brightness": 2828, + "moisture": 31, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f20221699bc13652c032a18" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:03:18.182Z" + }, + "brightness": 270, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20224499bc13a70c032a19" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:04:04.057Z" + }, + "brightness": 1729, + "moisture": 35, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20224699bc13f327032a1a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:04:06.922Z" + }, + "brightness": 2916, + "moisture": 30, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f20225299bc1385b9032a1b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:04:18.298Z" + }, + "brightness": 266, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20228099bc13a92c032a1c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:05:04.127Z" + }, + "brightness": 1786, + "moisture": 36, + "humidity": 42, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f20228299bc13f7ae032a1d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:05:06.991Z" + }, + "brightness": 2960, + "moisture": 30, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f20228e99bc132e3c032a1e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:05:18.419Z" + }, + "brightness": 265, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2022bc99bc131882032a1f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:06:04.194Z" + }, + "brightness": 1734, + "moisture": 36, + "humidity": 43, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f2022bf99bc13da1b032a20" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:06:07.060Z" + }, + "brightness": 2886, + "moisture": 30, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f2022ca99bc134812032a21" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:06:18.538Z" + }, + "brightness": 263, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2022f899bc13d346032a22" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:07:04.263Z" + }, + "brightness": 1698, + "moisture": 35, + "humidity": 42, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f2022fb99bc13bf5b032a23" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:07:07.127Z" + }, + "brightness": 2687, + "moisture": 30, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f20230699bc13ba68032a24" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:07:18.656Z" + }, + "brightness": 260, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20233499bc131fb5032a25" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:08:04.331Z" + }, + "brightness": 1485, + "moisture": 35, + "humidity": 42, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f20233799bc139300032a26" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:08:07.198Z" + }, + "brightness": 2658, + "moisture": 30, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f20234299bc1356f2032a27" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:08:18.777Z" + }, + "brightness": 250, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20237099bc133689032a28" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:09:04.400Z" + }, + "brightness": 1581, + "moisture": 34, + "humidity": 42, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f20237399bc13a08d032a29" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:09:07.266Z" + }, + "brightness": 2610, + "moisture": 30, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f20237e99bc136db0032a2a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:09:18.897Z" + }, + "brightness": 244, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2023ac99bc133451032a2b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:10:04.466Z" + }, + "brightness": 1787, + "moisture": 35, + "humidity": 43, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f2023af99bc13ec2f032a2c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:10:07.334Z" + }, + "brightness": 2673, + "moisture": 30, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f2023bb99bc131808032a2d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:10:19.016Z" + }, + "brightness": 239, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2023e899bc13514d032a2e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:11:04.544Z" + }, + "brightness": 1913, + "moisture": 34, + "humidity": 42, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f2023eb99bc134896032a2f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:11:07.409Z" + }, + "brightness": 2631, + "moisture": 30, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f2023f799bc131b40032a30" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:11:19.135Z" + }, + "brightness": 237, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20242499bc132002032a31" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:12:04.608Z" + }, + "brightness": 1918, + "moisture": 35, + "humidity": 43, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f20242799bc137dda032a32" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:12:07.473Z" + }, + "brightness": 2728, + "moisture": 29, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f20243399bc132d71032a33" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:12:19.254Z" + }, + "brightness": 237, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20243d99bc133b3e032a34" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:12:29.827Z" + }, + "brightness": 0, + "moisture": 54, + "humidity": 63, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20246099bc13a4f1032a35" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:13:04.679Z" + }, + "brightness": 1770, + "moisture": 35, + "humidity": 42, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f20246399bc134d67032a36" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:13:07.540Z" + }, + "brightness": 2874, + "moisture": 29, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f20246f99bc133f03032a37" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:13:19.373Z" + }, + "brightness": 241, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20247699bc13b4f0032a38" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:13:26.414Z" + }, + "brightness": 2197, + "moisture": 51, + "humidity": 63, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20249c99bc1346dc032a39" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:14:04.736Z" + }, + "brightness": 1679, + "moisture": 34, + "humidity": 43, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f20249f99bc134fde032a3a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:14:07.609Z" + }, + "brightness": 2860, + "moisture": 30, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f2024ab99bc13fbc0032a3b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:14:19.491Z" + }, + "brightness": 237, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2024b299bc130cd1032a3c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:14:26.481Z" + }, + "brightness": 2102, + "moisture": 52, + "humidity": 61, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2024d899bc138c86032a3d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:15:04.804Z" + }, + "brightness": 1829, + "moisture": 35, + "humidity": 42, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f2024db99bc13ceda032a3e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:15:07.677Z" + }, + "brightness": 2939, + "moisture": 30, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f2024e799bc132f77032a3f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:15:19.612Z" + }, + "brightness": 233, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2024ee99bc137535032a40" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:15:26.551Z" + }, + "brightness": 1974, + "moisture": 52, + "humidity": 61, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20251499bc13727c032a41" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:16:04.872Z" + }, + "brightness": 2035, + "moisture": 35, + "humidity": 42, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f20251799bc13671e032a42" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:16:07.747Z" + }, + "brightness": 2822, + "moisture": 29, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f20252399bc13289f032a43" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:16:19.730Z" + }, + "brightness": 228, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20252a99bc13a151032a44" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:16:26.616Z" + }, + "brightness": 1810, + "moisture": 52, + "humidity": 59, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20255099bc13cf24032a45" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:17:04.940Z" + }, + "brightness": 2026, + "moisture": 34, + "humidity": 42, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f20255399bc13aa11032a46" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:17:07.817Z" + }, + "brightness": 2531, + "moisture": 30, + "humidity": 43, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f20255f99bc1374e7032a47" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:17:19.849Z" + }, + "brightness": 224, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20256699bc1318f5032a48" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:17:26.701Z" + }, + "brightness": 1724, + "moisture": 52, + "humidity": 59, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20258d99bc132b7e032a49" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:18:05.007Z" + }, + "brightness": 2209, + "moisture": 35, + "humidity": 43, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f20258f99bc131498032a4a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:18:07.887Z" + }, + "brightness": 2848, + "moisture": 30, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f20259b99bc138271032a4b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:18:19.969Z" + }, + "brightness": 240, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2025a299bc13f41f032a4c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:18:26.754Z" + }, + "brightness": 1714, + "moisture": 52, + "humidity": 59, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2025c999bc13b3c2032a4d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:19:05.083Z" + }, + "brightness": 2332, + "moisture": 35, + "humidity": 43, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f2025cb99bc1346e9032a4e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:19:07.954Z" + }, + "brightness": 3030, + "moisture": 30, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f2025d899bc137e7f032a4f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:19:20.089Z" + }, + "brightness": 253, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2025de99bc13b251032a50" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:19:26.823Z" + }, + "brightness": 1839, + "moisture": 52, + "humidity": 59, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20260599bc1351d0032a51" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:20:05.145Z" + }, + "brightness": 2224, + "moisture": 35, + "humidity": 42, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f20260899bc134b6b032a52" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:20:08.024Z" + }, + "brightness": 3063, + "moisture": 30, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f20261499bc13e368032a53" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:20:20.207Z" + }, + "brightness": 252, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20261a99bc138380032a54" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:20:26.890Z" + }, + "brightness": 2060, + "moisture": 52, + "humidity": 59, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20264199bc13e6d1032a55" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:21:05.311Z" + }, + "brightness": 2151, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20264499bc1366a5032a56" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:21:08.093Z" + }, + "brightness": 2828, + "moisture": 30, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20265099bc13b8e4032a57" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:21:20.326Z" + }, + "brightness": 240, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20265699bc134eee032a58" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:21:26.961Z" + }, + "brightness": 2159, + "moisture": 52, + "humidity": 58, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20267d99bc1328dc032a59" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:22:05.372Z" + }, + "brightness": 2033, + "moisture": 35, + "humidity": 42, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f20268099bc136c62032a5a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:22:08.160Z" + }, + "brightness": 2577, + "moisture": 30, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f20268c99bc137510032a5b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:22:20.445Z" + }, + "brightness": 249, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20269399bc132068032a5c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:22:27.027Z" + }, + "brightness": 2221, + "moisture": 53, + "humidity": 58, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2026b999bc1302af032a5d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:23:05.446Z" + }, + "brightness": 2040, + "moisture": 35, + "humidity": 41, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f2026bc99bc13c9b1032a5e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:23:08.229Z" + }, + "brightness": 2405, + "moisture": 29, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f2026c899bc130e1e032a5f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:23:20.563Z" + }, + "brightness": 252, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2026cf99bc133f86032a60" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:23:27.096Z" + }, + "brightness": 2205, + "moisture": 53, + "humidity": 58, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2026f599bc1395a2032a61" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:24:05.510Z" + }, + "brightness": 2080, + "moisture": 36, + "humidity": 42, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f2026f899bc136154032a62" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:24:08.297Z" + }, + "brightness": 2433, + "moisture": 31, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f20270499bc13a3a6032a63" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:24:20.685Z" + }, + "brightness": 266, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20270b99bc133505032a64" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:24:27.159Z" + }, + "brightness": 2340, + "moisture": 53, + "humidity": 56, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20273199bc1368f5032a65" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:25:05.580Z" + }, + "brightness": 2013, + "moisture": 34, + "humidity": 42, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f20273499bc136e9c032a66" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:25:08.366Z" + }, + "brightness": 2409, + "moisture": 29, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f20274099bc138c60032a67" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:25:20.802Z" + }, + "brightness": 266, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20274799bc13216e032a68" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:25:27.228Z" + }, + "brightness": 2570, + "moisture": 53, + "humidity": 56, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20276d99bc135c67032a69" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:26:05.649Z" + }, + "brightness": 1897, + "moisture": 35, + "humidity": 42, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f20277099bc132ec7032a6a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:26:08.434Z" + }, + "brightness": 2353, + "moisture": 29, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f20277c99bc1348af032a6b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:26:20.922Z" + }, + "brightness": 269, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20278399bc13fd88032a6c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:26:27.298Z" + }, + "brightness": 2583, + "moisture": 53, + "humidity": 57, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2027a999bc130964032a6d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:27:05.718Z" + }, + "brightness": 1763, + "moisture": 35, + "humidity": 42, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f2027ac99bc1345ec032a6e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:27:08.505Z" + }, + "brightness": 2240, + "moisture": 30, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f2027b999bc136573032a6f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:27:21.041Z" + }, + "brightness": 275, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2027bf99bc1304c0032a70" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:27:27.363Z" + }, + "brightness": 2335, + "moisture": 53, + "humidity": 54, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2027e599bc1325e7032a71" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:28:05.788Z" + }, + "brightness": 1639, + "moisture": 35, + "humidity": 42, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f2027e899bc130611032a72" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:28:08.588Z" + }, + "brightness": 2234, + "moisture": 29, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f2027f599bc13250c032a73" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:28:21.162Z" + }, + "brightness": 273, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2027fb99bc1337a9032a74" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:28:27.435Z" + }, + "brightness": 2527, + "moisture": 53, + "humidity": 56, + "temperature": 31 +},{ + "_id": { + "$oid": "5f20282199bc135210032a75" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:29:05.853Z" + }, + "brightness": 1584, + "moisture": 35, + "humidity": 42, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f20282499bc136a9e032a76" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:29:08.643Z" + }, + "brightness": 2136, + "moisture": 30, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f20283199bc139b5d032a77" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:29:21.280Z" + }, + "brightness": 275, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20283799bc139c75032a78" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:29:27.502Z" + }, + "brightness": 2315, + "moisture": 53, + "humidity": 56, + "temperature": 31 +},{ + "_id": { + "$oid": "5f20285d99bc1380c8032a79" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:30:05.928Z" + }, + "brightness": 1709, + "moisture": 35, + "humidity": 42, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f20286099bc1346bf032a7a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:30:08.711Z" + }, + "brightness": 2016, + "moisture": 29, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f20286d99bc13081c032a7b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:30:21.399Z" + }, + "brightness": 275, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20287399bc133acd032a7c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:30:27.571Z" + }, + "brightness": 2133, + "moisture": 53, + "humidity": 53, + "temperature": 31 +},{ + "_id": { + "$oid": "5f20289999bc13eb44032a7d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:31:05.992Z" + }, + "brightness": 1672, + "moisture": 35, + "humidity": 42, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f20289c99bc130dd6032a7e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:31:08.779Z" + }, + "brightness": 2172, + "moisture": 29, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f2028a999bc13d18b032a7f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:31:21.518Z" + }, + "brightness": 275, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2028af99bc131eed032a80" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:31:27.635Z" + }, + "brightness": 1852, + "moisture": 53, + "humidity": 55, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2028d699bc1314b6032a81" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:32:06.062Z" + }, + "brightness": 1680, + "moisture": 35, + "humidity": 42, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f2028d899bc13562b032a82" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:32:08.848Z" + }, + "brightness": 2170, + "moisture": 30, + "humidity": 44, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2028e599bc130789032a83" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:32:21.637Z" + }, + "brightness": 275, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2028eb99bc132660032a84" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:32:27.705Z" + }, + "brightness": 1748, + "moisture": 53, + "humidity": 55, + "temperature": 31 +},{ + "_id": { + "$oid": "5f20291299bc131e8a032a85" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:33:06.129Z" + }, + "brightness": 1782, + "moisture": 35, + "humidity": 41, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f20291499bc1367be032a86" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:33:08.916Z" + }, + "brightness": 2233, + "moisture": 29, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20292199bc1368c4032a87" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:33:21.755Z" + }, + "brightness": 275, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20292799bc135431032a88" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:33:27.773Z" + }, + "brightness": 1869, + "moisture": 53, + "humidity": 54, + "temperature": 31 +},{ + "_id": { + "$oid": "5f20294e99bc13363c032a89" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:34:06.206Z" + }, + "brightness": 1851, + "moisture": 36, + "humidity": 41, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f20295099bc1309d9032a8a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:34:08.986Z" + }, + "brightness": 2295, + "moisture": 30, + "humidity": 44, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20295d99bc132f5b032a8b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:34:21.874Z" + }, + "brightness": 275, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20296399bc133aa6032a8c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:34:27.841Z" + }, + "brightness": 1985, + "moisture": 53, + "humidity": 53, + "temperature": 31 +},{ + "_id": { + "$oid": "5f20298a99bc1343e6032a8d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:35:06.271Z" + }, + "brightness": 1952, + "moisture": 35, + "humidity": 41, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f20298d99bc137448032a8e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:35:09.055Z" + }, + "brightness": 2262, + "moisture": 29, + "humidity": 44, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20299999bc132cb4032a8f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:35:21.994Z" + }, + "brightness": 277, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20299f99bc139be7032a90" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:35:27.925Z" + }, + "brightness": 2080, + "moisture": 53, + "humidity": 54, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2029c699bc13f1e5032a91" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:36:06.338Z" + }, + "brightness": 2070, + "moisture": 35, + "humidity": 41, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f2029c999bc13a53f032a92" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:36:09.123Z" + }, + "brightness": 2274, + "moisture": 29, + "humidity": 44, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2029d699bc135d03032a93" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:36:22.111Z" + }, + "brightness": 290, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2029db99bc137f90032a94" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:36:27.983Z" + }, + "brightness": 2026, + "moisture": 53, + "humidity": 55, + "temperature": 31 +},{ + "_id": { + "$oid": "5f202a0299bc13177c032a95" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:37:06.407Z" + }, + "brightness": 2025, + "moisture": 35, + "humidity": 41, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f202a0599bc1359f9032a96" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:37:09.192Z" + }, + "brightness": 2511, + "moisture": 30, + "humidity": 44, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f202a1299bc135504032a97" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:37:22.230Z" + }, + "brightness": 288, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f202a1899bc139f05032a98" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:37:28.057Z" + }, + "brightness": 2000, + "moisture": 53, + "humidity": 52, + "temperature": 31 +},{ + "_id": { + "$oid": "5f202a3e99bc13b9d5032a99" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:38:06.473Z" + }, + "brightness": 1886, + "moisture": 35, + "humidity": 41, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f202a4199bc13fc7c032a9a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:38:09.262Z" + }, + "brightness": 2532, + "moisture": 29, + "humidity": 44, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f202a4e99bc137ef5032a9b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:38:22.350Z" + }, + "brightness": 292, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f202a5499bc13eb15032a9c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:38:28.111Z" + }, + "brightness": 2022, + "moisture": 53, + "humidity": 52, + "temperature": 31 +},{ + "_id": { + "$oid": "5f202a7a99bc13d9ca032a9d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:39:06.542Z" + }, + "brightness": 1874, + "moisture": 35, + "humidity": 41, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f202a7d99bc13aa21032a9e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:39:09.329Z" + }, + "brightness": 2541, + "moisture": 29, + "humidity": 44, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f202a8a99bc13515a032a9f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:39:22.469Z" + }, + "brightness": 287, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f202a9099bc13556c032aa0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:39:28.179Z" + }, + "brightness": 1987, + "moisture": 53, + "humidity": 54, + "temperature": 32 +},{ + "_id": { + "$oid": "5f202ab699bc1374dd032aa1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:40:06.611Z" + }, + "brightness": 1792, + "moisture": 34, + "humidity": 40, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f202ab999bc133e43032aa2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:40:09.398Z" + }, + "brightness": 2545, + "moisture": 29, + "humidity": 44, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f202ac699bc131e12032aa3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:40:22.589Z" + }, + "brightness": 287, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f202acc99bc13c3f3032aa4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:40:28.243Z" + }, + "brightness": 1774, + "moisture": 53, + "humidity": 53, + "temperature": 31 +},{ + "_id": { + "$oid": "5f202af299bc13274e032aa5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:41:06.681Z" + }, + "brightness": 1723, + "moisture": 35, + "humidity": 40, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f202af599bc13585b032aa6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:41:09.466Z" + }, + "brightness": 2392, + "moisture": 29, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f202b0299bc135221032aa7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:41:22.707Z" + }, + "brightness": 280, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f202b0899bc1348bb032aa8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:41:28.313Z" + }, + "brightness": 1670, + "moisture": 53, + "humidity": 53, + "temperature": 32 +},{ + "_id": { + "$oid": "5f202b2e99bc130890032aa9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:42:06.758Z" + }, + "brightness": 1684, + "moisture": 36, + "humidity": 40, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f202b3199bc13fea1032aaa" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:42:09.535Z" + }, + "brightness": 2109, + "moisture": 30, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f202b3e99bc1311aa032aab" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:42:22.847Z" + }, + "brightness": 274, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f202b4499bc135a33032aac" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:42:28.382Z" + }, + "brightness": 1556, + "moisture": 53, + "humidity": 52, + "temperature": 32 +},{ + "_id": { + "$oid": "5f202b6a99bc13db69032aad" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:43:06.819Z" + }, + "brightness": 1571, + "moisture": 35, + "humidity": 40, + "temperature": 30 +},{ + "_id": { + "$oid": "5f202b6d99bc135e6d032aae" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:43:09.604Z" + }, + "brightness": 2034, + "moisture": 29, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f202b7a99bc1305ff032aaf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:43:22.947Z" + }, + "brightness": 275, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f202b8099bc139087032ab0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:43:28.451Z" + }, + "brightness": 1500, + "moisture": 53, + "humidity": 53, + "temperature": 32 +},{ + "_id": { + "$oid": "5f202ba699bc1376f7032ab1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:44:06.888Z" + }, + "brightness": 1385, + "moisture": 35, + "humidity": 40, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f202ba999bc13b5a0032ab2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:44:09.673Z" + }, + "brightness": 1779, + "moisture": 29, + "humidity": 44, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f202bb799bc1336f4032ab3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:44:23.075Z" + }, + "brightness": 262, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f202bbc99bc13c371032ab4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:44:28.516Z" + }, + "brightness": 1365, + "moisture": 53, + "humidity": 53, + "temperature": 32 +},{ + "_id": { + "$oid": "5f202be299bc13200f032ab5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:45:06.957Z" + }, + "brightness": 1283, + "moisture": 35, + "humidity": 40, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f202be599bc1350c0032ab6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:45:09.742Z" + }, + "brightness": 1652, + "moisture": 31, + "humidity": 44, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f202bf399bc132569032ab7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:45:23.184Z" + }, + "brightness": 275, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f202bf899bc1364da032ab8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:45:28.585Z" + }, + "brightness": 1325, + "moisture": 53, + "humidity": 53, + "temperature": 32 +},{ + "_id": { + "$oid": "5f202c1f99bc1304f8032ab9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:46:07.027Z" + }, + "brightness": 1276, + "moisture": 35, + "humidity": 41, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f202c2199bc13a6a6032aba" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:46:09.810Z" + }, + "brightness": 1585, + "moisture": 30, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f202c2f99bc1363c2032abb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:46:23.302Z" + }, + "brightness": 265, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f202c3499bc13ae42032abc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:46:28.651Z" + }, + "brightness": 1221, + "moisture": 53, + "humidity": 53, + "temperature": 32 +},{ + "_id": { + "$oid": "5f202c5b99bc1365ef032abd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:47:07.101Z" + }, + "brightness": 1181, + "moisture": 35, + "humidity": 41, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f202c5d99bc13454e032abe" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:47:09.879Z" + }, + "brightness": 1405, + "moisture": 30, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f202c6b99bc13c8f7032abf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:47:23.421Z" + }, + "brightness": 248, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f202c7099bc139d20032ac0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:47:28.726Z" + }, + "brightness": 1277, + "moisture": 53, + "humidity": 52, + "temperature": 32 +},{ + "_id": { + "$oid": "5f202c9799bc136fa6032ac1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:48:07.162Z" + }, + "brightness": 1070, + "moisture": 35, + "humidity": 40, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f202c9999bc1338c3032ac2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:48:09.948Z" + }, + "brightness": 1154, + "moisture": 30, + "humidity": 43, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f202ca799bc13572b032ac3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:48:23.541Z" + }, + "brightness": 247, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f202cac99bc136911032ac4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:48:28.794Z" + }, + "brightness": 1379, + "moisture": 53, + "humidity": 53, + "temperature": 32 +},{ + "_id": { + "$oid": "5f202cd399bc137907032ac5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:49:07.232Z" + }, + "brightness": 1076, + "moisture": 35, + "humidity": 40, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f202cd699bc135ef1032ac6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:49:10.016Z" + }, + "brightness": 1064, + "moisture": 30, + "humidity": 43, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f202ce399bc133e92032ac7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:49:23.661Z" + }, + "brightness": 224, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f202ce899bc1329ab032ac8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:49:28.853Z" + }, + "brightness": 1368, + "moisture": 53, + "humidity": 53, + "temperature": 32 +},{ + "_id": { + "$oid": "5f202d0f99bc1316f9032ac9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:50:07.301Z" + }, + "brightness": 1023, + "moisture": 34, + "humidity": 40, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f202d1299bc13c503032aca" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:50:10.085Z" + }, + "brightness": 1115, + "moisture": 30, + "humidity": 43, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f202d1f99bc135daa032acb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:50:23.779Z" + }, + "brightness": 229, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f202d2499bc1371f4032acc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:50:28.922Z" + }, + "brightness": 1408, + "moisture": 53, + "humidity": 53, + "temperature": 32 +},{ + "_id": { + "$oid": "5f202d4b99bc137bb9032acd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:51:07.381Z" + }, + "brightness": 963, + "moisture": 35, + "humidity": 40, + "temperature": 30 +},{ + "_id": { + "$oid": "5f202d4e99bc1364d3032ace" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:51:10.154Z" + }, + "brightness": 1209, + "moisture": 32, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f202d5b99bc135a9a032acf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:51:23.903Z" + }, + "brightness": 236, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f202d6099bc131c3b032ad0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:51:28.995Z" + }, + "brightness": 1337, + "moisture": 53, + "humidity": 53, + "temperature": 32 +},{ + "_id": { + "$oid": "5f202d8799bc133267032ad1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:52:07.439Z" + }, + "brightness": 889, + "moisture": 35, + "humidity": 41, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f202d8a99bc13d36d032ad2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:52:10.221Z" + }, + "brightness": 1335, + "moisture": 31, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f202d9899bc13038d032ad3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:52:24.019Z" + }, + "brightness": 217, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f202d9d99bc13366c032ad4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:52:29.065Z" + }, + "brightness": 1312, + "moisture": 53, + "humidity": 54, + "temperature": 32 +},{ + "_id": { + "$oid": "5f202dc399bc1316fe032ad5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:53:07.506Z" + }, + "brightness": 867, + "moisture": 34, + "humidity": 41, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f202dc699bc13bed0032ad6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:53:10.289Z" + }, + "brightness": 1271, + "moisture": 30, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f202dd499bc13f565032ad7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:53:24.138Z" + }, + "brightness": 232, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f202dd999bc137c90032ad8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:53:29.129Z" + }, + "brightness": 1419, + "moisture": 53, + "humidity": 52, + "temperature": 32 +},{ + "_id": { + "$oid": "5f202dff99bc13d993032ad9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:54:07.586Z" + }, + "brightness": 827, + "moisture": 35, + "humidity": 41, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f202e0299bc13bef8032ada" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:54:10.358Z" + }, + "brightness": 1346, + "moisture": 29, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f202e1099bc13bb89032adb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:54:24.257Z" + }, + "brightness": 220, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f202e1599bc135836032adc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:54:29.194Z" + }, + "brightness": 1604, + "moisture": 53, + "humidity": 52, + "temperature": 32 +},{ + "_id": { + "$oid": "5f202e3b99bc132f89032add" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:55:07.671Z" + }, + "brightness": 919, + "moisture": 34, + "humidity": 41, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f202e3e99bc13595d032ade" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:55:10.427Z" + }, + "brightness": 1469, + "moisture": 30, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f202e4c99bc130d5d032adf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:55:24.376Z" + }, + "brightness": 220, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f202e5199bc1369c9032ae0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:55:29.259Z" + }, + "brightness": 1671, + "moisture": 53, + "humidity": 52, + "temperature": 32 +},{ + "_id": { + "$oid": "5f202e7799bc1308e6032ae1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:56:07.713Z" + }, + "brightness": 950, + "moisture": 34, + "humidity": 41, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f202e7a99bc130fc1032ae2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:56:10.495Z" + }, + "brightness": 1595, + "moisture": 30, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f202e8899bc137d76032ae3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:56:24.495Z" + }, + "brightness": 214, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f202e8d99bc13749f032ae4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:56:29.341Z" + }, + "brightness": 1668, + "moisture": 53, + "humidity": 53, + "temperature": 32 +},{ + "_id": { + "$oid": "5f202eb399bc133d45032ae5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:57:07.783Z" + }, + "brightness": 999, + "moisture": 34, + "humidity": 41, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f202eb699bc130b5c032ae6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:57:10.564Z" + }, + "brightness": 1674, + "moisture": 30, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f202ec499bc131efa032ae7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:57:24.614Z" + }, + "brightness": 216, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f202ec999bc132bb8032ae8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:57:29.397Z" + }, + "brightness": 1506, + "moisture": 53, + "humidity": 52, + "temperature": 32 +},{ + "_id": { + "$oid": "5f202eef99bc130a70032ae9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:58:07.851Z" + }, + "brightness": 1030, + "moisture": 34, + "humidity": 41, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f202ef299bc13a6d2032aea" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:58:10.632Z" + }, + "brightness": 1614, + "moisture": 30, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f202f0099bc137ca7032aeb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:58:24.734Z" + }, + "brightness": 216, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f202f0599bc134fa2032aec" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:58:29.467Z" + }, + "brightness": 1703, + "moisture": 53, + "humidity": 53, + "temperature": 32 +},{ + "_id": { + "$oid": "5f202f2b99bc13ef24032aed" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T13:59:07.920Z" + }, + "brightness": 921, + "moisture": 40, + "humidity": 40, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f202f2e99bc1325c1032aee" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T13:59:10.701Z" + }, + "brightness": 1385, + "moisture": 30, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f202f3c99bc1366e7032aef" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T13:59:24.852Z" + }, + "brightness": 224, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f202f4199bc135b2b032af0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T13:59:29.532Z" + }, + "brightness": 2016, + "moisture": 53, + "humidity": 52, + "temperature": 32 +},{ + "_id": { + "$oid": "5f202f6799bc1325bd032af1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T14:00:07.993Z" + }, + "brightness": 896, + "moisture": 40, + "humidity": 41, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f202f6a99bc13f4af032af2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:00:10.770Z" + }, + "brightness": 1385, + "moisture": 30, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f202f7899bc139cd3032af3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:00:24.971Z" + }, + "brightness": 215, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f202f7d99bc1300cb032af4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:00:29.604Z" + }, + "brightness": 2275, + "moisture": 53, + "humidity": 51, + "temperature": 32 +},{ + "_id": { + "$oid": "5f202fa499bc130925032af5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T14:01:08.056Z" + }, + "brightness": 938, + "moisture": 38, + "humidity": 41, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f202fa699bc13d567032af6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:01:10.839Z" + }, + "brightness": 1245, + "moisture": 30, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f202fb599bc137b19032af7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:01:25.091Z" + }, + "brightness": 190, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f202fb999bc13371e032af8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:01:29.665Z" + }, + "brightness": 2333, + "moisture": 53, + "humidity": 52, + "temperature": 33 +},{ + "_id": { + "$oid": "5f202fe099bc132525032af9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T14:02:08.448Z" + }, + "brightness": 973, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f202fe299bc137e47032afa" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:02:10.908Z" + }, + "brightness": 1170, + "moisture": 30, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f202ff199bc13b69b032afb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:02:25.210Z" + }, + "brightness": 180, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f202ff599bc13aa96032afc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:02:29.744Z" + }, + "brightness": 2341, + "moisture": 53, + "humidity": 52, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20301c99bc139b99032afd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T14:03:08.515Z" + }, + "brightness": 1073, + "moisture": 34, + "humidity": 41, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f20301e99bc13c261032afe" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:03:10.977Z" + }, + "brightness": 1043, + "moisture": 30, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20302d99bc13a848032aff" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:03:25.329Z" + }, + "brightness": 178, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20303199bc134c4f032b00" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:03:29.809Z" + }, + "brightness": 2436, + "moisture": 53, + "humidity": 52, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20305899bc134e2d032b01" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T14:04:08.582Z" + }, + "brightness": 752, + "moisture": 34, + "humidity": 41, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f20305b99bc13337a032b02" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:04:11.045Z" + }, + "brightness": 997, + "moisture": 30, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20306999bc1311bb032b03" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:04:25.449Z" + }, + "brightness": 185, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20306d99bc133955032b04" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:04:29.873Z" + }, + "brightness": 2704, + "moisture": 53, + "humidity": 53, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20309499bc1359ae032b05" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T14:05:08.648Z" + }, + "brightness": 668, + "moisture": 34, + "humidity": 41, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f20309799bc13ef9d032b06" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:05:11.114Z" + }, + "brightness": 1035, + "moisture": 30, + "humidity": 44, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2030a599bc13e1ec032b07" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:05:25.568Z" + }, + "brightness": 193, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2030a999bc13dc21032b08" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:05:29.944Z" + }, + "brightness": 2918, + "moisture": 53, + "humidity": 52, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2030d099bc134c08032b09" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T14:06:08.717Z" + }, + "brightness": 725, + "moisture": 33, + "humidity": 41, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f2030d399bc13f061032b0a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:06:11.183Z" + }, + "brightness": 969, + "moisture": 30, + "humidity": 44, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2030e199bc13454d032b0b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:06:25.686Z" + }, + "brightness": 192, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2030e699bc13a4ac032b0c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:06:30.007Z" + }, + "brightness": 2807, + "moisture": 53, + "humidity": 52, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20310c99bc1377d4032b0d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T14:07:08.791Z" + }, + "brightness": 821, + "moisture": 34, + "humidity": 41, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f20310f99bc13fa1b032b0e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:07:11.251Z" + }, + "brightness": 1030, + "moisture": 31, + "humidity": 44, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20311d99bc130c26032b0f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:07:25.805Z" + }, + "brightness": 194, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20312299bc13a0d1032b10" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:07:30.080Z" + }, + "brightness": 2525, + "moisture": 53, + "humidity": 52, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20314899bc13c8f2032b11" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T14:08:08.854Z" + }, + "brightness": 1141, + "moisture": 34, + "humidity": 41, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f20314b99bc136605032b12" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:08:11.320Z" + }, + "brightness": 1014, + "moisture": 30, + "humidity": 44, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20315999bc13837c032b13" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:08:25.925Z" + }, + "brightness": 196, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20315e99bc131d9b032b14" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:08:30.142Z" + }, + "brightness": 2122, + "moisture": 53, + "humidity": 51, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20318499bc132464032b15" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T14:09:08.924Z" + }, + "brightness": 781, + "moisture": 34, + "humidity": 41, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f20318799bc137c0d032b16" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:09:11.389Z" + }, + "brightness": 962, + "moisture": 30, + "humidity": 44, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20319699bc1363e9032b17" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:09:26.045Z" + }, + "brightness": 195, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20319a99bc1373b5032b18" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:09:30.212Z" + }, + "brightness": 2013, + "moisture": 53, + "humidity": 52, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2031c099bc13b8d8032b19" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T14:10:08.994Z" + }, + "brightness": 537, + "moisture": 34, + "humidity": 41, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2031c399bc131216032b1a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:10:11.456Z" + }, + "brightness": 932, + "moisture": 30, + "humidity": 44, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2031d299bc134de2032b1b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:10:26.164Z" + }, + "brightness": 195, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2031d699bc135627032b1c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:10:30.275Z" + }, + "brightness": 1759, + "moisture": 53, + "humidity": 51, + "temperature": 33 +},{ + "_id": { + "$oid": "5f2031fd99bc13855b032b1d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T14:11:09.062Z" + }, + "brightness": 563, + "moisture": 34, + "humidity": 42, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f2031ff99bc13c296032b1e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:11:11.526Z" + }, + "brightness": 935, + "moisture": 29, + "humidity": 44, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20320e99bc13add8032b1f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:11:26.283Z" + }, + "brightness": 195, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20321299bc133d20032b20" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:11:30.341Z" + }, + "brightness": 1654, + "moisture": 53, + "humidity": 51, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20323999bc13e9ef032b21" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T14:12:09.131Z" + }, + "brightness": 700, + "moisture": 34, + "humidity": 42, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f20323b99bc13052c032b22" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:12:11.594Z" + }, + "brightness": 903, + "moisture": 30, + "humidity": 44, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20324a99bc139454032b23" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:12:26.403Z" + }, + "brightness": 194, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20324e99bc13630b032b24" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:12:30.425Z" + }, + "brightness": 1897, + "moisture": 53, + "humidity": 50, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20327599bc1325a4032b25" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T14:13:09.202Z" + }, + "brightness": 1061, + "moisture": 34, + "humidity": 43, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f20327799bc134c40032b26" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:13:11.663Z" + }, + "brightness": 864, + "moisture": 30, + "humidity": 43, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20328699bc139cce032b27" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:13:26.524Z" + }, + "brightness": 197, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20328a99bc1373aa032b28" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:13:30.485Z" + }, + "brightness": 2097, + "moisture": 53, + "humidity": 51, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2032b199bc133beb032b29" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T14:14:09.269Z" + }, + "brightness": 1339, + "moisture": 33, + "humidity": 42, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f2032b399bc13f8b9032b2a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:14:11.777Z" + }, + "brightness": 863, + "moisture": 30, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2032c299bc137508032b2b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:14:26.640Z" + }, + "brightness": 199, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2032c699bc13c8b9032b2c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:14:30.559Z" + }, + "brightness": 2610, + "moisture": 53, + "humidity": 51, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2032ed99bc130a3d032b2d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T14:15:09.345Z" + }, + "brightness": 1736, + "moisture": 34, + "humidity": 42, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f2032ef99bc13fefd032b2e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:15:11.845Z" + }, + "brightness": 980, + "moisture": 30, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2032fe99bc13a3d6032b2f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:15:26.759Z" + }, + "brightness": 195, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20330299bc13d9af032b30" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:15:30.611Z" + }, + "brightness": 3034, + "moisture": 53, + "humidity": 51, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20332999bc133b38032b31" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T14:16:09.406Z" + }, + "brightness": 1835, + "moisture": 34, + "humidity": 44, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f20332b99bc13a0d7032b32" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:16:11.915Z" + }, + "brightness": 1114, + "moisture": 31, + "humidity": 43, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20333a99bc133727032b33" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:16:26.878Z" + }, + "brightness": 179, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20333e99bc134eb9032b34" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:16:30.679Z" + }, + "brightness": 3048, + "moisture": 53, + "humidity": 51, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20336599bc13d978032b35" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T14:17:09.476Z" + }, + "brightness": 1746, + "moisture": 33, + "humidity": 42, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f20336799bc13cc34032b36" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:17:11.982Z" + }, + "brightness": 1318, + "moisture": 30, + "humidity": 43, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20337699bc13842a032b37" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:17:26.997Z" + }, + "brightness": 190, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20337a99bc133f71032b38" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:17:30.755Z" + }, + "brightness": 2776, + "moisture": 53, + "humidity": 52, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2033a199bc132fc5032b39" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T14:18:09.550Z" + }, + "brightness": 1689, + "moisture": 33, + "humidity": 43, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f2033a499bc134fec032b3a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:18:12.051Z" + }, + "brightness": 1327, + "moisture": 15, + "humidity": 44, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2033b399bc13aa0c032b3b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:18:27.117Z" + }, + "brightness": 187, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2033b699bc1311d3032b3c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:18:30.823Z" + }, + "brightness": 2926, + "moisture": 53, + "humidity": 52, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2033dd99bc13dca7032b3d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T14:19:09.612Z" + }, + "brightness": 1674, + "moisture": 34, + "humidity": 41, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f2033e099bc13a60e032b3e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:19:12.120Z" + }, + "brightness": 1446, + "moisture": 90, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2033ef99bc130a9b032b3f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:19:27.237Z" + }, + "brightness": 186, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2033f299bc136cee032b40" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:19:30.886Z" + }, + "brightness": 2765, + "moisture": 53, + "humidity": 51, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20341999bc133edb032b41" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T14:20:09.685Z" + }, + "brightness": 1959, + "moisture": 33, + "humidity": 42, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f20341c99bc130b8d032b42" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:20:12.190Z" + }, + "brightness": 1341, + "moisture": 89, + "humidity": 44, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20342b99bc136f4c032b43" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:20:27.357Z" + }, + "brightness": 187, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20342e99bc13d146032b44" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:20:30.955Z" + }, + "brightness": 2341, + "moisture": 53, + "humidity": 50, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20345599bc130dd7032b45" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T14:21:09.756Z" + }, + "brightness": 1903, + "moisture": 34, + "humidity": 42, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f20345899bc134ffb032b46" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:21:12.257Z" + }, + "brightness": 1207, + "moisture": 87, + "humidity": 44, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20346799bc139236032b47" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:21:27.476Z" + }, + "brightness": 190, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20346b99bc131347032b48" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:21:31.027Z" + }, + "brightness": 2080, + "moisture": 53, + "humidity": 52, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20349199bc1374e0032b49" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T14:22:09.833Z" + }, + "brightness": 1635, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20349499bc130635032b4a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:22:12.325Z" + }, + "brightness": 1224, + "moisture": 85, + "humidity": 44, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2034a399bc13a68d032b4b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:22:27.596Z" + }, + "brightness": 190, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2034a799bc137656032b4c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:22:31.095Z" + }, + "brightness": 1944, + "moisture": 53, + "humidity": 50, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2034d099bc13b012032b4d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:23:12.395Z" + }, + "brightness": 1312, + "moisture": 84, + "humidity": 43, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2034df99bc133631032b4e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:23:27.714Z" + }, + "brightness": 190, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2034e399bc1368ff032b4f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:23:31.159Z" + }, + "brightness": 2111, + "moisture": 53, + "humidity": 50, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20350c99bc131292032b50" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:24:12.463Z" + }, + "brightness": 1447, + "moisture": 83, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20351b99bc134151032b51" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:24:27.833Z" + }, + "brightness": 189, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20351f99bc135859032b52" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:24:31.232Z" + }, + "brightness": 2228, + "moisture": 53, + "humidity": 51, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20354899bc132fc0032b53" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:25:12.535Z" + }, + "brightness": 1616, + "moisture": 82, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20355799bc13f477032b54" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:25:27.952Z" + }, + "brightness": 187, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20355b99bc1367b6032b55" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:25:31.299Z" + }, + "brightness": 2340, + "moisture": 53, + "humidity": 51, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20358499bc1353a9032b56" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:26:12.603Z" + }, + "brightness": 1564, + "moisture": 81, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20359499bc1307a0032b57" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:26:28.071Z" + }, + "brightness": 189, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20359799bc132fb4032b58" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:26:31.372Z" + }, + "brightness": 2248, + "moisture": 53, + "humidity": 50, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2035c099bc13fb56032b59" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:27:12.672Z" + }, + "brightness": 1254, + "moisture": 79, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2035d099bc134524032b5a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:27:28.189Z" + }, + "brightness": 186, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2035d399bc133526032b5b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:27:31.438Z" + }, + "brightness": 2246, + "moisture": 53, + "humidity": 51, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2035fc99bc13dc43032b5c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:28:12.740Z" + }, + "brightness": 1082, + "moisture": 78, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20360c99bc132e3f032b5d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:28:28.311Z" + }, + "brightness": 175, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20360f99bc135ec4032b5e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:28:31.519Z" + }, + "brightness": 2360, + "moisture": 53, + "humidity": 49, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20363899bc13dc01032b5f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:29:12.808Z" + }, + "brightness": 1105, + "moisture": 78, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20364899bc134981032b60" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:29:28.426Z" + }, + "brightness": 188, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20364b99bc132e56032b61" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:29:31.571Z" + }, + "brightness": 2591, + "moisture": 54, + "humidity": 50, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20367499bc1328e3032b62" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:30:12.877Z" + }, + "brightness": 1143, + "moisture": 77, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20368499bc13cccf032b63" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:30:28.545Z" + }, + "brightness": 192, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20368799bc137b0b032b64" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:30:31.641Z" + }, + "brightness": 2682, + "moisture": 54, + "humidity": 50, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2036b099bc1353fa032b65" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:31:12.946Z" + }, + "brightness": 1065, + "moisture": 13, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2036c099bc13b364032b66" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:31:28.666Z" + }, + "brightness": 198, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2036c399bc136437032b67" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:31:31.716Z" + }, + "brightness": 2621, + "moisture": 54, + "humidity": 50, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2036ed99bc133732032b68" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:32:13.014Z" + }, + "brightness": 1205, + "moisture": 86, + "humidity": 44, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2036fc99bc135b80032b69" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:32:28.786Z" + }, + "brightness": 190, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2036ff99bc1336c6032b6a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:32:31.779Z" + }, + "brightness": 2660, + "moisture": 54, + "humidity": 50, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20372999bc137008032b6b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:33:13.082Z" + }, + "brightness": 1192, + "moisture": 86, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20373899bc133151032b6c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:33:28.905Z" + }, + "brightness": 184, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20373b99bc138a85032b6d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:33:31.846Z" + }, + "brightness": 2616, + "moisture": 54, + "humidity": 47, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20376599bc13e440032b6e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:34:13.151Z" + }, + "brightness": 1185, + "moisture": 86, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20377599bc1374f6032b6f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:34:29.024Z" + }, + "brightness": 167, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20377799bc1385ff032b70" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:34:31.917Z" + }, + "brightness": 2408, + "moisture": 54, + "humidity": 50, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2037a199bc139408032b71" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:35:13.220Z" + }, + "brightness": 1209, + "moisture": 85, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2037b199bc1376d9032b72" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:35:29.143Z" + }, + "brightness": 167, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2037b399bc13c861032b73" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:35:31.982Z" + }, + "brightness": 2198, + "moisture": 54, + "humidity": 46, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2037dd99bc136731032b74" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:36:13.289Z" + }, + "brightness": 1215, + "moisture": 85, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2037ed99bc13cfff032b75" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:36:29.262Z" + }, + "brightness": 167, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2037f099bc13e46b032b76" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:36:32.052Z" + }, + "brightness": 1973, + "moisture": 53, + "humidity": 46, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20381999bc13379b032b77" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:37:13.362Z" + }, + "brightness": 1155, + "moisture": 84, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20382999bc137ee4032b78" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:37:29.381Z" + }, + "brightness": 165, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20382c99bc13db10032b79" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:37:32.437Z" + }, + "brightness": 1814, + "moisture": 53, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20385599bc133726032b7a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:38:13.449Z" + }, + "brightness": 1160, + "moisture": 84, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20386599bc135149032b7b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:38:29.500Z" + }, + "brightness": 160, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20386899bc1340f6032b7c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:38:32.508Z" + }, + "brightness": 1741, + "moisture": 53, + "humidity": 46, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20389199bc13b213032b7d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:39:13.530Z" + }, + "brightness": 1030, + "moisture": 84, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2038a199bc133b7d032b7e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:39:29.619Z" + }, + "brightness": 152, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2038a499bc1373b0032b7f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:39:32.575Z" + }, + "brightness": 1734, + "moisture": 53, + "humidity": 46, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2038cd99bc134a03032b80" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:40:13.632Z" + }, + "brightness": 968, + "moisture": 83, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2038dd99bc1365b9032b81" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:40:29.737Z" + }, + "brightness": 170, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2038e099bc13b4a7032b82" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:40:32.643Z" + }, + "brightness": 1755, + "moisture": 53, + "humidity": 47, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20390999bc13a981032b83" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:41:13.639Z" + }, + "brightness": 902, + "moisture": 83, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20391999bc135ab0032b84" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:41:29.857Z" + }, + "brightness": 162, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20391c99bc133f55032b85" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:41:32.716Z" + }, + "brightness": 1772, + "moisture": 53, + "humidity": 46, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20394599bc132d31032b86" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:42:13.702Z" + }, + "brightness": 958, + "moisture": 83, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20395599bc13ea00032b87" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:42:29.976Z" + }, + "brightness": 184, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20395899bc13d013032b88" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:42:32.792Z" + }, + "brightness": 1773, + "moisture": 54, + "humidity": 46, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20398199bc131a1e032b89" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:43:13.770Z" + }, + "brightness": 1119, + "moisture": 85, + "humidity": 43, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20399299bc13d208032b8a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:43:30.095Z" + }, + "brightness": 186, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20399499bc137b5c032b8b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:43:32.856Z" + }, + "brightness": 1744, + "moisture": 54, + "humidity": 46, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2039bd99bc139846032b8c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:44:13.838Z" + }, + "brightness": 1305, + "moisture": 83, + "humidity": 43, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2039ce99bc13df0a032b8d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:44:30.216Z" + }, + "brightness": 189, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2039d099bc13fc2b032b8e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:44:32.918Z" + }, + "brightness": 1706, + "moisture": 54, + "humidity": 46, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2039f999bc13164e032b8f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:45:13.909Z" + }, + "brightness": 1388, + "moisture": 83, + "humidity": 43, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f203a0a99bc132b3a032b90" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:45:30.335Z" + }, + "brightness": 192, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f203a0c99bc136fb8032b91" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:45:32.982Z" + }, + "brightness": 1677, + "moisture": 54, + "humidity": 50, + "temperature": 32 +},{ + "_id": { + "$oid": "5f203a3599bc133aaa032b92" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:46:13.979Z" + }, + "brightness": 1319, + "moisture": 83, + "humidity": 43, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f203a4699bc13f7d9032b93" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:46:30.454Z" + }, + "brightness": 195, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f203a4999bc13fa0d032b94" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:46:33.061Z" + }, + "brightness": 1669, + "moisture": 54, + "humidity": 47, + "temperature": 32 +},{ + "_id": { + "$oid": "5f203a7299bc131724032b95" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:47:14.045Z" + }, + "brightness": 999, + "moisture": 84, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f203a8299bc13d2e5032b96" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:47:30.572Z" + }, + "brightness": 169, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f203a8599bc13104f032b97" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:47:33.131Z" + }, + "brightness": 1679, + "moisture": 54, + "humidity": 50, + "temperature": 32 +},{ + "_id": { + "$oid": "5f203aae99bc1378d9032b98" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:48:14.114Z" + }, + "brightness": 801, + "moisture": 83, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f203abe99bc13265b032b99" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:48:30.691Z" + }, + "brightness": 169, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f203ac199bc135231032b9a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:48:33.238Z" + }, + "brightness": 1716, + "moisture": 54, + "humidity": 48, + "temperature": 32 +},{ + "_id": { + "$oid": "5f203aea99bc1375b2032b9b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:49:14.186Z" + }, + "brightness": 811, + "moisture": 83, + "humidity": 43, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f203afa99bc130521032b9c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:49:30.809Z" + }, + "brightness": 201, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f203afd99bc130a83032b9d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:49:33.264Z" + }, + "brightness": 1750, + "moisture": 54, + "humidity": 46, + "temperature": 32 +},{ + "_id": { + "$oid": "5f203b2699bc13c14b032b9e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:50:14.252Z" + }, + "brightness": 821, + "moisture": 82, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f203b3699bc13fa72032b9f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:50:30.929Z" + }, + "brightness": 211, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f203b3999bc13e512032ba0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:50:33.327Z" + }, + "brightness": 1794, + "moisture": 54, + "humidity": 47, + "temperature": 32 +},{ + "_id": { + "$oid": "5f203b6299bc133207032ba1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:51:14.320Z" + }, + "brightness": 795, + "moisture": 82, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f203b7399bc13c6c6032ba2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:51:31.049Z" + }, + "brightness": 229, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f203b7599bc13fcd7032ba3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:51:33.395Z" + }, + "brightness": 1899, + "moisture": 54, + "humidity": 49, + "temperature": 32 +},{ + "_id": { + "$oid": "5f203b9e99bc13df9d032ba4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:52:14.389Z" + }, + "brightness": 850, + "moisture": 82, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f203baf99bc139ffb032ba5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:52:31.167Z" + }, + "brightness": 234, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f203bb199bc134aca032ba6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:52:33.472Z" + }, + "brightness": 1984, + "moisture": 54, + "humidity": 48, + "temperature": 32 +},{ + "_id": { + "$oid": "5f203bda99bc134c63032ba7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:53:14.460Z" + }, + "brightness": 741, + "moisture": 82, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f203beb99bc131bdd032ba8" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:53:31.286Z" + }, + "brightness": 240, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f203bed99bc13ecf0032ba9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:53:33.561Z" + }, + "brightness": 2004, + "moisture": 54, + "humidity": 46, + "temperature": 32 +},{ + "_id": { + "$oid": "5f203c1699bc137161032baa" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:54:14.526Z" + }, + "brightness": 764, + "moisture": 82, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f203c2799bc1350fe032bab" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:54:31.405Z" + }, + "brightness": 235, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f203c2999bc13335d032bac" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:54:33.713Z" + }, + "brightness": 2075, + "moisture": 54, + "humidity": 46, + "temperature": 32 +},{ + "_id": { + "$oid": "5f203c5299bc138fef032bad" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:55:14.595Z" + }, + "brightness": 742, + "moisture": 82, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f203c6399bc13952b032bae" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:55:31.524Z" + }, + "brightness": 224, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f203c6599bc13810e032baf" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:55:33.707Z" + }, + "brightness": 2135, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f203c8e99bc13712c032bb0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:56:14.664Z" + }, + "brightness": 730, + "moisture": 81, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f203c9f99bc134a48032bb1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:56:31.643Z" + }, + "brightness": 222, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f203ca199bc13fe9f032bb2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:56:33.794Z" + }, + "brightness": 2300, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f203cca99bc132c68032bb3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:57:14.732Z" + }, + "brightness": 854, + "moisture": 81, + "humidity": 43, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f203cdb99bc132b87032bb4" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:57:31.762Z" + }, + "brightness": 232, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f203cdd99bc133fcf032bb5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:57:33.881Z" + }, + "brightness": 2479, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f203d0699bc13b5a3032bb6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:58:14.800Z" + }, + "brightness": 881, + "moisture": 81, + "humidity": 43, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f203d1799bc13491f032bb7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:58:31.880Z" + }, + "brightness": 214, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f203d1999bc130e04032bb8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:58:33.898Z" + }, + "brightness": 2606, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f203d4299bc1344c6032bb9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T14:59:14.870Z" + }, + "brightness": 914, + "moisture": 82, + "humidity": 43, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f203d5499bc136e0f032bba" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T14:59:31.999Z" + }, + "brightness": 216, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f203d5699bc13b8ea032bbb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T14:59:34.346Z" + }, + "brightness": 2730, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f203d7e99bc13058a032bbc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:00:14.937Z" + }, + "brightness": 1223, + "moisture": 81, + "humidity": 42, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f203d9099bc131d3a032bbd" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:00:32.119Z" + }, + "brightness": 209, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f203d9299bc133cb0032bbe" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:00:34.063Z" + }, + "brightness": 2875, + "moisture": 54, + "humidity": 44, + "temperature": 33 +},{ + "_id": { + "$oid": "5f203dbb99bc137aba032bbf" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:01:15.006Z" + }, + "brightness": 1029, + "moisture": 80, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f203dcc99bc131407032bc0" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:01:32.239Z" + }, + "brightness": 225, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f203dce99bc13903e032bc1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:01:34.617Z" + }, + "brightness": 2916, + "moisture": 54, + "humidity": 43, + "temperature": 33 +},{ + "_id": { + "$oid": "5f203df799bc13e1f9032bc2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:02:15.074Z" + }, + "brightness": 1050, + "moisture": 81, + "humidity": 42, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f203e0899bc13f81b032bc3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:02:32.358Z" + }, + "brightness": 231, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f203e0a99bc13ea90032bc4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:02:34.154Z" + }, + "brightness": 2896, + "moisture": 54, + "humidity": 43, + "temperature": 33 +},{ + "_id": { + "$oid": "5f203e3399bc1394bb032bc5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:03:15.144Z" + }, + "brightness": 1047, + "moisture": 80, + "humidity": 42, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f203e4499bc132dea032bc6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:03:32.476Z" + }, + "brightness": 222, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f203e4699bc13282a032bc7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:03:34.216Z" + }, + "brightness": 2820, + "moisture": 54, + "humidity": 44, + "temperature": 33 +},{ + "_id": { + "$oid": "5f203e6f99bc1315eb032bc8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:04:15.212Z" + }, + "brightness": 1066, + "moisture": 81, + "humidity": 42, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f203e8099bc135944032bc9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:04:32.597Z" + }, + "brightness": 231, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f203e8299bc13a2a7032bca" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:04:34.291Z" + }, + "brightness": 2812, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f203eab99bc1343a3032bcb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:05:15.282Z" + }, + "brightness": 988, + "moisture": 80, + "humidity": 43, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f203ebc99bc1371a4032bcc" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:05:32.718Z" + }, + "brightness": 216, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f203ebe99bc13c148032bcd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:05:34.365Z" + }, + "brightness": 2817, + "moisture": 54, + "humidity": 44, + "temperature": 33 +},{ + "_id": { + "$oid": "5f203ee799bc13dab2032bce" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:06:15.349Z" + }, + "brightness": 914, + "moisture": 80, + "humidity": 42, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f203ef899bc130a49032bcf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:06:32.834Z" + }, + "brightness": 197, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f203efa99bc13439e032bd0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:06:34.432Z" + }, + "brightness": 2840, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f203f2399bc137d9f032bd1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:07:15.418Z" + }, + "brightness": 901, + "moisture": 80, + "humidity": 42, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f203f3499bc134437032bd2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:07:32.952Z" + }, + "brightness": 200, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f203f3699bc13125d032bd3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:07:34.494Z" + }, + "brightness": 2851, + "moisture": 54, + "humidity": 44, + "temperature": 33 +},{ + "_id": { + "$oid": "5f203f5f99bc136e0e032bd4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:08:15.487Z" + }, + "brightness": 740, + "moisture": 79, + "humidity": 42, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f203f7199bc137f95032bd5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:08:33.071Z" + }, + "brightness": 185, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f203f7299bc132f0a032bd6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:08:34.562Z" + }, + "brightness": 2860, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f203f9b99bc139e42032bd7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:09:15.555Z" + }, + "brightness": 825, + "moisture": 79, + "humidity": 41, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f203fad99bc13658c032bd8" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:09:33.191Z" + }, + "brightness": 164, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f203fae99bc13816d032bd9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:09:34.635Z" + }, + "brightness": 2815, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f203fd799bc1380c0032bda" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:10:15.625Z" + }, + "brightness": 784, + "moisture": 79, + "humidity": 41, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f203fe999bc13620d032bdb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:10:33.309Z" + }, + "brightness": 176, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f203fea99bc135fd8032bdc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:10:34.697Z" + }, + "brightness": 2809, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f20401399bc13130e032bdd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:11:15.693Z" + }, + "brightness": 1014, + "moisture": 79, + "humidity": 41, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20402599bc1384bf032bde" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:11:33.428Z" + }, + "brightness": 163, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20402699bc1337f6032bdf" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:11:34.767Z" + }, + "brightness": 2693, + "moisture": 54, + "humidity": 43, + "temperature": 33 +},{ + "_id": { + "$oid": "5f20404f99bc131a16032be0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:12:15.762Z" + }, + "brightness": 979, + "moisture": 79, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20405a99bc138514032be1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:12:26.809Z" + }, + "brightness": 0, + "moisture": 50, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20406199bc131e14032be2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:12:33.547Z" + }, + "brightness": 168, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20406299bc139e08032be3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:12:34.838Z" + }, + "brightness": 2676, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f20408b99bc1340f9032be4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:13:15.833Z" + }, + "brightness": 838, + "moisture": 79, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20409699bc13f4cf032be5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:13:26.134Z" + }, + "brightness": 755, + "moisture": 36, + "humidity": 45, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f20409d99bc133ad1032be6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:13:33.666Z" + }, + "brightness": 162, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20409e99bc13b2b9032be7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:13:34.905Z" + }, + "brightness": 2714, + "moisture": 54, + "humidity": 43, + "temperature": 33 +},{ + "_id": { + "$oid": "5f2040c799bc13dd18032be8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:14:15.899Z" + }, + "brightness": 895, + "moisture": 79, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2040d299bc1324da032be9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:14:26.204Z" + }, + "brightness": 889, + "moisture": 43, + "humidity": 42, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f2040d999bc13ae39032bea" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:14:33.840Z" + }, + "brightness": 162, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2040da99bc13d382032beb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:14:34.972Z" + }, + "brightness": 2798, + "moisture": 53, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f20410399bc13fbcc032bec" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:15:15.968Z" + }, + "brightness": 942, + "moisture": 79, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20410e99bc1308c4032bed" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:15:26.272Z" + }, + "brightness": 984, + "moisture": 35, + "humidity": 42, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f20411599bc130243032bee" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:15:33.907Z" + }, + "brightness": 150, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20411799bc13a31f032bef" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:15:35.052Z" + }, + "brightness": 2957, + "moisture": 53, + "humidity": 43, + "temperature": 33 +},{ + "_id": { + "$oid": "5f20414099bc134cf5032bf0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:16:16.037Z" + }, + "brightness": 896, + "moisture": 79, + "humidity": 41, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20414a99bc134f3f032bf1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:16:26.340Z" + }, + "brightness": 1009, + "moisture": 36, + "humidity": 42, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f20415299bc132b86032bf2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:16:34.024Z" + }, + "brightness": 147, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20415399bc137f7f032bf3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:16:35.116Z" + }, + "brightness": 3021, + "moisture": 54, + "humidity": 43, + "temperature": 33 +},{ + "_id": { + "$oid": "5f20417c99bc13d800032bf4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:17:16.106Z" + }, + "brightness": 925, + "moisture": 81, + "humidity": 41, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20418699bc138181032bf5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:17:26.407Z" + }, + "brightness": 853, + "moisture": 36, + "humidity": 42, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f20418e99bc1348be032bf6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:17:34.144Z" + }, + "brightness": 155, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20418f99bc13416c032bf7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:17:35.184Z" + }, + "brightness": 3109, + "moisture": 54, + "humidity": 43, + "temperature": 33 +},{ + "_id": { + "$oid": "5f2041b899bc1378c3032bf8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:18:16.172Z" + }, + "brightness": 879, + "moisture": 83, + "humidity": 41, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2041c299bc1339e4032bf9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:18:26.476Z" + }, + "brightness": 909, + "moisture": 36, + "humidity": 42, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f2041ca99bc134678032bfa" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:18:34.264Z" + }, + "brightness": 82, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2041cb99bc13db59032bfb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:18:35.264Z" + }, + "brightness": 3178, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f2041f499bc13527a032bfc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:19:16.240Z" + }, + "brightness": 993, + "moisture": 82, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2041fe99bc137127032bfd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:19:26.546Z" + }, + "brightness": 921, + "moisture": 36, + "humidity": 42, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f20420699bc13fe1d032bfe" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:19:34.383Z" + }, + "brightness": 263, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20420799bc132c4f032bff" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:19:35.324Z" + }, + "brightness": 3303, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f20423099bc134f2e032c00" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:20:16.309Z" + }, + "brightness": 1023, + "moisture": 82, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20423a99bc131b5e032c01" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:20:26.615Z" + }, + "brightness": 1016, + "moisture": 35, + "humidity": 42, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f20424299bc13292d032c02" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:20:34.501Z" + }, + "brightness": 257, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20424399bc132837032c03" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:20:35.391Z" + }, + "brightness": 3367, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f20426c99bc13177e032c04" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:21:16.375Z" + }, + "brightness": 947, + "moisture": 79, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20427699bc1342b7032c05" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:21:26.680Z" + }, + "brightness": 1099, + "moisture": 36, + "humidity": 42, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f20427e99bc13241d032c06" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:21:34.619Z" + }, + "brightness": 255, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20427f99bc134546032c07" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:21:35.458Z" + }, + "brightness": 3420, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f2042a899bc1381ca032c08" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:22:16.445Z" + }, + "brightness": 914, + "moisture": 78, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2042b299bc1302f4032c09" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:22:26.749Z" + }, + "brightness": 1232, + "moisture": 36, + "humidity": 42, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f2042ba99bc132708032c0a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:22:34.742Z" + }, + "brightness": 261, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2042bb99bc132470032c0b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:22:35.530Z" + }, + "brightness": 3452, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f2042e499bc130b5e032c0c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:23:16.515Z" + }, + "brightness": 903, + "moisture": 78, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2042ee99bc13a163032c0d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:23:26.824Z" + }, + "brightness": 1310, + "moisture": 36, + "humidity": 41, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f2042f699bc138f9e032c0e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:23:34.857Z" + }, + "brightness": 277, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2042f799bc13402c032c0f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:23:35.598Z" + }, + "brightness": 3405, + "moisture": 54, + "humidity": 43, + "temperature": 33 +},{ + "_id": { + "$oid": "5f20432099bc133569032c10" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:24:16.582Z" + }, + "brightness": 926, + "moisture": 77, + "humidity": 41, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20432a99bc13199d032c11" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:24:26.884Z" + }, + "brightness": 1271, + "moisture": 37, + "humidity": 41, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f20433299bc13e9ac032c12" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:24:34.977Z" + }, + "brightness": 282, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20433399bc130189032c13" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:24:35.662Z" + }, + "brightness": 3238, + "moisture": 54, + "humidity": 43, + "temperature": 33 +},{ + "_id": { + "$oid": "5f20435c99bc1315ce032c14" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:25:16.652Z" + }, + "brightness": 1045, + "moisture": 78, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20436699bc13c557032c15" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:25:26.956Z" + }, + "brightness": 1040, + "moisture": 36, + "humidity": 41, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f20436f99bc13484d032c16" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:25:35.096Z" + }, + "brightness": 290, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20436f99bc131a3a032c17" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:25:35.735Z" + }, + "brightness": 3050, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f20439899bc1397f9032c18" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:26:16.719Z" + }, + "brightness": 1162, + "moisture": 77, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2043a399bc133ff8032c19" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:26:27.020Z" + }, + "brightness": 1050, + "moisture": 36, + "humidity": 40, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f2043ab99bc138bc2032c1a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:26:35.215Z" + }, + "brightness": 290, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2043ab99bc137552032c1b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:26:35.801Z" + }, + "brightness": 2880, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f2043d499bc1356ef032c1c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:27:16.789Z" + }, + "brightness": 1107, + "moisture": 78, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2043df99bc134db0032c1d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:27:27.088Z" + }, + "brightness": 1053, + "moisture": 36, + "humidity": 41, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f2043e799bc13441e032c1e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:27:35.335Z" + }, + "brightness": 323, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2043e799bc133ae7032c1f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:27:35.873Z" + }, + "brightness": 2830, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f20441099bc1341ea032c20" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:28:16.856Z" + }, + "brightness": 1158, + "moisture": 77, + "humidity": 41, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20441b99bc139482032c21" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:28:27.156Z" + }, + "brightness": 1046, + "moisture": 35, + "humidity": 41, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f20442399bc13e7e9032c22" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:28:35.455Z" + }, + "brightness": 300, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20442399bc13a08f032c23" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:28:35.938Z" + }, + "brightness": 2868, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f20444c99bc13abc6032c24" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:29:16.923Z" + }, + "brightness": 1116, + "moisture": 77, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20445799bc131f35032c25" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:29:27.224Z" + }, + "brightness": 1157, + "moisture": 36, + "humidity": 41, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f20445f99bc13e081032c26" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:29:35.587Z" + }, + "brightness": 294, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20446099bc134c74032c27" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:29:36.061Z" + }, + "brightness": 2920, + "moisture": 54, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20448899bc137695032c28" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:30:16.996Z" + }, + "brightness": 1185, + "moisture": 78, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20449399bc13ed65032c29" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:30:27.291Z" + }, + "brightness": 1155, + "moisture": 35, + "humidity": 41, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f20449b99bc13c058032c2a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:30:35.692Z" + }, + "brightness": 341, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20449c99bc134128032c2b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:30:36.119Z" + }, + "brightness": 3006, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f2044c599bc136afc032c2c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:31:17.061Z" + }, + "brightness": 1154, + "moisture": 77, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2044cf99bc138fc3032c2d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:31:27.361Z" + }, + "brightness": 1201, + "moisture": 35, + "humidity": 41, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f2044d799bc13e0d4032c2e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:31:35.812Z" + }, + "brightness": 320, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2044d899bc139470032c2f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:31:36.195Z" + }, + "brightness": 3079, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f20450199bc136448032c30" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:32:17.129Z" + }, + "brightness": 1165, + "moisture": 78, + "humidity": 41, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20450b99bc1335e5032c31" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:32:27.434Z" + }, + "brightness": 1150, + "moisture": 35, + "humidity": 41, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f20451399bc13ed9a032c32" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:32:35.930Z" + }, + "brightness": 306, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20451499bc139347032c33" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:32:36.257Z" + }, + "brightness": 3126, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f20453d99bc138c2a032c34" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:33:17.197Z" + }, + "brightness": 1100, + "moisture": 77, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20454799bc132035032c35" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:33:27.499Z" + }, + "brightness": 1090, + "moisture": 35, + "humidity": 41, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f20455099bc132b5a032c36" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:33:36.048Z" + }, + "brightness": 327, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20455099bc1331d2032c37" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:33:36.330Z" + }, + "brightness": 3171, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f20457999bc135260032c38" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:34:17.266Z" + }, + "brightness": 915, + "moisture": 77, + "humidity": 41, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20458399bc1343b6032c39" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:34:27.609Z" + }, + "brightness": 1040, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20458c99bc13f2f2032c3a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:34:36.168Z" + }, + "brightness": 318, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20458c99bc1323c8032c3b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:34:36.395Z" + }, + "brightness": 3191, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f2045b599bc133fa7032c3c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:35:17.334Z" + }, + "brightness": 1075, + "moisture": 77, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2045bf99bc13a030032c3d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:35:27.679Z" + }, + "brightness": 1075, + "moisture": 35, + "humidity": 40, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2045c899bc1352f6032c3e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:35:36.288Z" + }, + "brightness": 290, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2045c899bc132fe2032c3f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:35:36.470Z" + }, + "brightness": 3134, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f2045f199bc132928032c40" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:36:17.403Z" + }, + "brightness": 1167, + "moisture": 76, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2045fb99bc13f436032c41" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:36:27.748Z" + }, + "brightness": 935, + "moisture": 37, + "humidity": 41, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f20460499bc138535032c42" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:36:36.407Z" + }, + "brightness": 307, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20460499bc1311e2032c43" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:36:36.546Z" + }, + "brightness": 3083, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f20462d99bc131820032c44" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:37:17.473Z" + }, + "brightness": 1018, + "moisture": 77, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20463799bc1374ec032c45" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:37:27.812Z" + }, + "brightness": 839, + "moisture": 36, + "humidity": 41, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f20464099bc1380fa032c46" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:37:36.528Z" + }, + "brightness": 332, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20464099bc134ff7032c47" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:37:36.615Z" + }, + "brightness": 3123, + "moisture": 54, + "humidity": 43, + "temperature": 33 +},{ + "_id": { + "$oid": "5f20466999bc13110b032c48" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:38:17.542Z" + }, + "brightness": 1024, + "moisture": 76, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20467399bc13a663032c49" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:38:27.880Z" + }, + "brightness": 817, + "moisture": 36, + "humidity": 40, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f20467c99bc13620d032c4a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:38:36.647Z" + }, + "brightness": 306, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20467c99bc131713032c4b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:38:36.669Z" + }, + "brightness": 3161, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f2046a599bc13500a032c4c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:39:17.608Z" + }, + "brightness": 903, + "moisture": 76, + "humidity": 42, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2046af99bc135a59032c4d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:39:27.949Z" + }, + "brightness": 944, + "moisture": 36, + "humidity": 41, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f2046b899bc139772032c4e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:39:36.747Z" + }, + "brightness": 3254, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f2046b899bc134150032c4f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:39:36.765Z" + }, + "brightness": 314, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2046e199bc136cc3032c50" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:40:17.677Z" + }, + "brightness": 859, + "moisture": 76, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2046ec99bc133c3b032c51" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:40:28.018Z" + }, + "brightness": 1057, + "moisture": 36, + "humidity": 41, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f2046f499bc138469032c52" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:40:36.808Z" + }, + "brightness": 3349, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f2046f499bc139729032c53" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:40:36.884Z" + }, + "brightness": 340, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20471d99bc1392fc032c54" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:41:17.746Z" + }, + "brightness": 905, + "moisture": 76, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20472899bc137493032c55" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:41:28.085Z" + }, + "brightness": 1218, + "moisture": 36, + "humidity": 41, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f20473099bc13a65b032c56" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:41:36.874Z" + }, + "brightness": 3370, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f20473199bc13af15032c57" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:41:37.003Z" + }, + "brightness": 350, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20475999bc13c8d3032c58" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:42:17.816Z" + }, + "brightness": 861, + "moisture": 76, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20476499bc13e50a032c59" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:42:28.159Z" + }, + "brightness": 1253, + "moisture": 36, + "humidity": 40, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f20476c99bc13bc17032c5a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:42:36.946Z" + }, + "brightness": 3343, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f20476d99bc13484c032c5b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:42:37.123Z" + }, + "brightness": 325, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20479599bc131032032c5c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:43:17.884Z" + }, + "brightness": 976, + "moisture": 76, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2047a099bc1382d8032c5d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:43:28.219Z" + }, + "brightness": 1116, + "moisture": 36, + "humidity": 40, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f2047a999bc1381d3032c5e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:43:37.018Z" + }, + "brightness": 3297, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f2047a999bc13d8bc032c5f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:43:37.239Z" + }, + "brightness": 355, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2047d199bc135cea032c60" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:44:17.949Z" + }, + "brightness": 914, + "moisture": 75, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2047dc99bc13835d032c61" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:44:28.287Z" + }, + "brightness": 1006, + "moisture": 36, + "humidity": 40, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f2047e599bc137317032c62" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:44:37.081Z" + }, + "brightness": 3261, + "moisture": 54, + "humidity": 44, + "temperature": 33 +},{ + "_id": { + "$oid": "5f2047e599bc1362e8032c63" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:44:37.361Z" + }, + "brightness": 336, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20480e99bc1341b1032c64" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:45:18.018Z" + }, + "brightness": 959, + "moisture": 76, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20481899bc136a85032c65" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:45:28.358Z" + }, + "brightness": 1035, + "moisture": 35, + "humidity": 40, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f20482199bc131419032c66" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:45:37.151Z" + }, + "brightness": 3193, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f20482199bc134d8c032c67" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:45:37.481Z" + }, + "brightness": 331, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20484a99bc13f32b032c68" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:46:18.086Z" + }, + "brightness": 964, + "moisture": 75, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20485499bc134ef3032c69" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:46:28.431Z" + }, + "brightness": 954, + "moisture": 36, + "humidity": 40, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f20485d99bc132121032c6a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:46:37.219Z" + }, + "brightness": 3125, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f20485d99bc1346c1032c6b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:46:37.599Z" + }, + "brightness": 320, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20488699bc133ee7032c6c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:47:18.154Z" + }, + "brightness": 951, + "moisture": 76, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20489099bc13bb53032c6d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:47:28.490Z" + }, + "brightness": 852, + "moisture": 36, + "humidity": 40, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f20489999bc13b0d5032c6e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:47:37.289Z" + }, + "brightness": 3101, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f20489999bc13495b032c6f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:47:37.719Z" + }, + "brightness": 325, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2048c299bc137195032c70" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:48:18.222Z" + }, + "brightness": 1101, + "moisture": 75, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2048cc99bc13341b032c71" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:48:28.558Z" + }, + "brightness": 1067, + "moisture": 36, + "humidity": 41, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f2048d599bc13f22d032c72" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:48:37.360Z" + }, + "brightness": 3028, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f2048d599bc137a9c032c73" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:48:37.839Z" + }, + "brightness": 328, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2048fe99bc135f3a032c74" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:49:18.292Z" + }, + "brightness": 1120, + "moisture": 75, + "humidity": 42, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20490899bc13d5f3032c75" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:49:28.636Z" + }, + "brightness": 962, + "moisture": 35, + "humidity": 41, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f20491199bc13721c032c76" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:49:37.431Z" + }, + "brightness": 2922, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f20491199bc13013a032c77" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:49:37.958Z" + }, + "brightness": 324, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20493a99bc133645032c78" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:50:18.360Z" + }, + "brightness": 1136, + "moisture": 75, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20494499bc13a936032c79" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:50:28.695Z" + }, + "brightness": 819, + "moisture": 35, + "humidity": 41, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f20494d99bc130964032c7a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:50:37.496Z" + }, + "brightness": 2856, + "moisture": 54, + "humidity": 43, + "temperature": 33 +},{ + "_id": { + "$oid": "5f20494e99bc1304dc032c7b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:50:38.076Z" + }, + "brightness": 349, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20497699bc1306bf032c7c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:51:18.428Z" + }, + "brightness": 1145, + "moisture": 75, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20498099bc136d2c032c7d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:51:28.762Z" + }, + "brightness": 878, + "moisture": 36, + "humidity": 41, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f20498999bc13527d032c7e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:51:37.564Z" + }, + "brightness": 2839, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f20498a99bc13172f032c7f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:51:38.196Z" + }, + "brightness": 342, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2049b299bc13165e032c80" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:52:18.499Z" + }, + "brightness": 1048, + "moisture": 75, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2049bc99bc13c257032c81" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:52:28.831Z" + }, + "brightness": 983, + "moisture": 35, + "humidity": 41, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f2049c599bc130376032c82" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:52:37.680Z" + }, + "brightness": 2775, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f2049c699bc1371ea032c83" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:52:38.314Z" + }, + "brightness": 322, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2049ee99bc134d4b032c84" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:53:18.567Z" + }, + "brightness": 986, + "moisture": 75, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2049f899bc134402032c85" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:53:28.898Z" + }, + "brightness": 1030, + "moisture": 35, + "humidity": 41, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f204a0199bc13ab67032c86" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:53:37.700Z" + }, + "brightness": 2686, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f204a0299bc131983032c87" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:53:38.433Z" + }, + "brightness": 348, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f204a2a99bc130c39032c88" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:54:18.632Z" + }, + "brightness": 1010, + "moisture": 75, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f204a3499bc13eff0032c89" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:54:28.967Z" + }, + "brightness": 916, + "moisture": 35, + "humidity": 41, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f204a3d99bc130553032c8a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:54:37.784Z" + }, + "brightness": 2617, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f204a3e99bc13d876032c8b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:54:38.552Z" + }, + "brightness": 350, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f204a6699bc134980032c8c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:55:18.700Z" + }, + "brightness": 934, + "moisture": 75, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f204a7199bc13f7f2032c8d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:55:29.033Z" + }, + "brightness": 750, + "moisture": 35, + "humidity": 41, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f204a7999bc1305c7032c8e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:55:37.838Z" + }, + "brightness": 2581, + "moisture": 54, + "humidity": 42, + "temperature": 33 +},{ + "_id": { + "$oid": "5f204a7a99bc13b2a0032c8f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:55:38.670Z" + }, + "brightness": 305, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f204aa299bc133dc1032c90" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:56:18.770Z" + }, + "brightness": 947, + "moisture": 75, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f204aad99bc13e0cb032c91" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:56:29.110Z" + }, + "brightness": 650, + "moisture": 35, + "humidity": 41, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f204ab599bc13ce81032c92" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:56:37.907Z" + }, + "brightness": 2562, + "moisture": 54, + "humidity": 43, + "temperature": 33 +},{ + "_id": { + "$oid": "5f204ab699bc136fd8032c93" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:56:38.789Z" + }, + "brightness": 317, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f204ade99bc130890032c94" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:57:18.836Z" + }, + "brightness": 904, + "moisture": 75, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f204ae999bc13059d032c95" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:57:29.170Z" + }, + "brightness": 590, + "moisture": 35, + "humidity": 41, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f204af199bc1381fa032c96" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:57:37.984Z" + }, + "brightness": 2550, + "moisture": 54, + "humidity": 43, + "temperature": 33 +},{ + "_id": { + "$oid": "5f204af299bc13d284032c97" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:57:38.909Z" + }, + "brightness": 305, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f204b1a99bc13a0b2032c98" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:58:18.906Z" + }, + "brightness": 999, + "moisture": 74, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f204b2599bc136303032c99" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:58:29.239Z" + }, + "brightness": 639, + "moisture": 36, + "humidity": 41, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f204b2e99bc133edd032c9a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:58:38.045Z" + }, + "brightness": 2440, + "moisture": 54, + "humidity": 44, + "temperature": 32 +},{ + "_id": { + "$oid": "5f204b2f99bc1346f6032c9b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:58:39.028Z" + }, + "brightness": 311, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f204b5699bc13fcc3032c9c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T15:59:18.973Z" + }, + "brightness": 950, + "moisture": 74, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f204b6199bc131099032c9d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T15:59:29.306Z" + }, + "brightness": 769, + "moisture": 35, + "humidity": 41, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f204b6a99bc13b1ab032c9e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T15:59:38.110Z" + }, + "brightness": 2474, + "moisture": 54, + "humidity": 44, + "temperature": 32 +},{ + "_id": { + "$oid": "5f204b6b99bc135cb2032c9f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T15:59:39.148Z" + }, + "brightness": 306, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f204b9399bc130bb7032ca0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:00:19.040Z" + }, + "brightness": 889, + "moisture": 75, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f204b9d99bc1334f8032ca1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:00:29.375Z" + }, + "brightness": 729, + "moisture": 35, + "humidity": 41, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f204ba699bc13cd03032ca2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:00:38.181Z" + }, + "brightness": 2550, + "moisture": 54, + "humidity": 44, + "temperature": 32 +},{ + "_id": { + "$oid": "5f204ba799bc13ee8b032ca3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:00:39.268Z" + }, + "brightness": 318, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f204bcf99bc138fa1032ca4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:01:19.113Z" + }, + "brightness": 710, + "moisture": 74, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f204bd999bc1360bd032ca5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:01:29.441Z" + }, + "brightness": 580, + "moisture": 35, + "humidity": 41, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f204be299bc13cdbc032ca6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:01:38.258Z" + }, + "brightness": 2450, + "moisture": 54, + "humidity": 44, + "temperature": 32 +},{ + "_id": { + "$oid": "5f204be399bc1318be032ca7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:01:39.387Z" + }, + "brightness": 310, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f204c0b99bc13a5f7032ca8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:02:19.182Z" + }, + "brightness": 689, + "moisture": 75, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f204c1599bc130c66032ca9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:02:29.520Z" + }, + "brightness": 593, + "moisture": 35, + "humidity": 41, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f204c1e99bc13a6c8032caa" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:02:38.320Z" + }, + "brightness": 2349, + "moisture": 54, + "humidity": 44, + "temperature": 32 +},{ + "_id": { + "$oid": "5f204c1f99bc130d68032cab" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:02:39.505Z" + }, + "brightness": 294, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f204c4799bc13ca7a032cac" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:03:19.250Z" + }, + "brightness": 547, + "moisture": 74, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f204c5199bc13b046032cad" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:03:29.577Z" + }, + "brightness": 585, + "moisture": 35, + "humidity": 41, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f204c5a99bc130aab032cae" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:03:38.396Z" + }, + "brightness": 2340, + "moisture": 54, + "humidity": 44, + "temperature": 32 +},{ + "_id": { + "$oid": "5f204c5b99bc1303fb032caf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:03:39.626Z" + }, + "brightness": 306, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f204c8399bc135419032cb0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:04:19.314Z" + }, + "brightness": 505, + "moisture": 74, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f204c8d99bc1375fe032cb1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:04:29.645Z" + }, + "brightness": 575, + "moisture": 35, + "humidity": 41, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f204c9699bc13000c032cb2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:04:38.460Z" + }, + "brightness": 2309, + "moisture": 54, + "humidity": 44, + "temperature": 32 +},{ + "_id": { + "$oid": "5f204c9799bc139ef2032cb3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:04:39.746Z" + }, + "brightness": 293, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f204cc499bc13eab0032cb4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:05:24.390Z" + }, + "brightness": 494, + "moisture": 74, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f204cc999bc13a088032cb5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:05:29.719Z" + }, + "brightness": 574, + "moisture": 35, + "humidity": 41, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f204cd299bc138461032cb6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:05:38.527Z" + }, + "brightness": 2214, + "moisture": 54, + "humidity": 44, + "temperature": 32 +},{ + "_id": { + "$oid": "5f204cd399bc13474e032cb7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:05:39.863Z" + }, + "brightness": 278, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f204d0099bc133cab032cb8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:06:24.475Z" + }, + "brightness": 534, + "moisture": 74, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f204d0599bc136581032cb9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:06:29.786Z" + }, + "brightness": 671, + "moisture": 35, + "humidity": 41, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f204d0e99bc136788032cba" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:06:38.589Z" + }, + "brightness": 2080, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f204d0f99bc13767a032cbb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:06:39.980Z" + }, + "brightness": 265, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f204d3c99bc135376032cbc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:07:24.521Z" + }, + "brightness": 585, + "moisture": 74, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f204d4199bc13a076032cbd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:07:29.848Z" + }, + "brightness": 862, + "moisture": 35, + "humidity": 41, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f204d4a99bc131a41032cbe" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:07:38.663Z" + }, + "brightness": 1895, + "moisture": 54, + "humidity": 44, + "temperature": 32 +},{ + "_id": { + "$oid": "5f204d4c99bc13a474032cbf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:07:40.101Z" + }, + "brightness": 272, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f204d7899bc1350ca032cc0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:08:24.589Z" + }, + "brightness": 567, + "moisture": 74, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f204d7d99bc130682032cc1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:08:29.916Z" + }, + "brightness": 932, + "moisture": 35, + "humidity": 41, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f204d8699bc13a88f032cc2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:08:38.727Z" + }, + "brightness": 1689, + "moisture": 54, + "humidity": 44, + "temperature": 32 +},{ + "_id": { + "$oid": "5f204d8899bc13a6cf032cc3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:08:40.220Z" + }, + "brightness": 260, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f204db499bc13e0d6032cc4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:09:24.653Z" + }, + "brightness": 600, + "moisture": 74, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f204db999bc132bec032cc5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:09:29.983Z" + }, + "brightness": 765, + "moisture": 36, + "humidity": 41, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f204dc299bc1310ee032cc6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:09:38.819Z" + }, + "brightness": 1601, + "moisture": 54, + "humidity": 44, + "temperature": 32 +},{ + "_id": { + "$oid": "5f204dc499bc133745032cc7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:09:40.340Z" + }, + "brightness": 255, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f204df099bc13762b032cc8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:10:24.721Z" + }, + "brightness": 771, + "moisture": 74, + "humidity": 42, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f204df699bc13ed55032cc9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:10:30.058Z" + }, + "brightness": 589, + "moisture": 35, + "humidity": 41, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f204dfe99bc132fab032cca" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:10:38.870Z" + }, + "brightness": 1689, + "moisture": 54, + "humidity": 44, + "temperature": 32 +},{ + "_id": { + "$oid": "5f204e0099bc137641032ccb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:10:40.458Z" + }, + "brightness": 258, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f204e2c99bc135d9e032ccc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:11:24.788Z" + }, + "brightness": 823, + "moisture": 74, + "humidity": 42, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f204e3299bc137990032ccd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:11:30.165Z" + }, + "brightness": 503, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f204e3a99bc131430032cce" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:11:38.942Z" + }, + "brightness": 2030, + "moisture": 54, + "humidity": 44, + "temperature": 32 +},{ + "_id": { + "$oid": "5f204e3c99bc138549032ccf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:11:40.578Z" + }, + "brightness": 250, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f204e6899bc1320c0032cd0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:12:24.856Z" + }, + "brightness": 920, + "moisture": 75, + "humidity": 42, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f204e6e99bc13382c032cd1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:12:30.234Z" + }, + "brightness": 565, + "moisture": 35, + "humidity": 41, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f204e7799bc13e0cc032cd2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:12:39.014Z" + }, + "brightness": 2415, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f204e7899bc1342dd032cd3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:12:40.697Z" + }, + "brightness": 260, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f204ea499bc1308ec032cd4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:13:24.925Z" + }, + "brightness": 1245, + "moisture": 73, + "humidity": 42, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f204eaa99bc13f030032cd5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:13:30.302Z" + }, + "brightness": 690, + "moisture": 35, + "humidity": 40, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f204eb399bc13b584032cd6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:13:39.083Z" + }, + "brightness": 2790, + "moisture": 54, + "humidity": 44, + "temperature": 32 +},{ + "_id": { + "$oid": "5f204eb499bc13f50b032cd7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:13:40.815Z" + }, + "brightness": 272, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f204ee099bc13d128032cd8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:14:24.993Z" + }, + "brightness": 1209, + "moisture": 74, + "humidity": 42, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f204ee699bc13062a032cd9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:14:30.370Z" + }, + "brightness": 762, + "moisture": 35, + "humidity": 41, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f204eef99bc13be90032cda" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:14:39.138Z" + }, + "brightness": 2921, + "moisture": 54, + "humidity": 44, + "temperature": 32 +},{ + "_id": { + "$oid": "5f204ef099bc1354b9032cdb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:14:40.934Z" + }, + "brightness": 270, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f204f1d99bc1352c0032cdc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:15:25.060Z" + }, + "brightness": 1376, + "moisture": 73, + "humidity": 42, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f204f2299bc1300ae032cdd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:15:30.440Z" + }, + "brightness": 932, + "moisture": 35, + "humidity": 41, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f204f2b99bc131380032cde" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:15:39.203Z" + }, + "brightness": 2830, + "moisture": 54, + "humidity": 44, + "temperature": 32 +},{ + "_id": { + "$oid": "5f204f2d99bc137a9e032cdf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:15:41.053Z" + }, + "brightness": 286, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f204f5999bc13761c032ce0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:16:25.129Z" + }, + "brightness": 1443, + "moisture": 73, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f204f5e99bc131916032ce1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:16:30.507Z" + }, + "brightness": 1129, + "moisture": 35, + "humidity": 41, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f204f6799bc1363b8032ce2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:16:39.282Z" + }, + "brightness": 2613, + "moisture": 54, + "humidity": 44, + "temperature": 32 +},{ + "_id": { + "$oid": "5f204f6999bc1375f5032ce3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:16:41.172Z" + }, + "brightness": 290, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f204f9599bc13cfda032ce4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:17:25.198Z" + }, + "brightness": 1286, + "moisture": 73, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f204f9a99bc13819c032ce5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:17:30.577Z" + }, + "brightness": 1380, + "moisture": 36, + "humidity": 41, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f204fa399bc136b7a032ce6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:17:39.349Z" + }, + "brightness": 2502, + "moisture": 54, + "humidity": 44, + "temperature": 32 +},{ + "_id": { + "$oid": "5f204fa599bc13991b032ce7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:17:41.291Z" + }, + "brightness": 283, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f204fd199bc1315eb032ce8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:18:25.263Z" + }, + "brightness": 1375, + "moisture": 73, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f204fd699bc1398fc032ce9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:18:30.645Z" + }, + "brightness": 1500, + "moisture": 35, + "humidity": 41, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f204fdf99bc13a478032cea" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:18:39.414Z" + }, + "brightness": 2447, + "moisture": 54, + "humidity": 44, + "temperature": 32 +},{ + "_id": { + "$oid": "5f204fe199bc134971032ceb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:18:41.410Z" + }, + "brightness": 289, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20500d99bc134677032cec" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:19:25.332Z" + }, + "brightness": 1520, + "moisture": 73, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20501299bc134edd032ced" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:19:30.716Z" + }, + "brightness": 1186, + "moisture": 36, + "humidity": 41, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f20501b99bc13fd4d032cee" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:19:39.479Z" + }, + "brightness": 2421, + "moisture": 54, + "humidity": 44, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20501d99bc13fbc0032cef" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:19:41.528Z" + }, + "brightness": 287, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20504999bc137bae032cf0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:20:25.438Z" + }, + "brightness": 1359, + "moisture": 73, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20504e99bc13ae2b032cf1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:20:30.790Z" + }, + "brightness": 1168, + "moisture": 35, + "humidity": 41, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20505799bc139ce9032cf2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:20:39.549Z" + }, + "brightness": 2430, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20505999bc136a0e032cf3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:20:41.649Z" + }, + "brightness": 286, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20508599bc1379c0032cf4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:21:25.467Z" + }, + "brightness": 1088, + "moisture": 73, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20508a99bc132caa032cf5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:21:30.851Z" + }, + "brightness": 1287, + "moisture": 36, + "humidity": 41, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f20509399bc1384c2032cf6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:21:39.622Z" + }, + "brightness": 2302, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2050c199bc136470032cf7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:22:25.535Z" + }, + "brightness": 1049, + "moisture": 73, + "humidity": 42, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2050c699bc1306d7032cf8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:22:30.920Z" + }, + "brightness": 1131, + "moisture": 36, + "humidity": 41, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f2050cf99bc13877f032cf9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:22:39.731Z" + }, + "brightness": 2060, + "moisture": 54, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2050e199bc13fca7032cfa" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:22:57.397Z" + }, + "brightness": 0, + "moisture": 51, + "humidity": 63, + "temperature": 26 +},{ + "_id": { + "$oid": "5f2050fd99bc136f7b032cfb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:23:25.603Z" + }, + "brightness": 1043, + "moisture": 73, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20510299bc131619032cfc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:23:30.988Z" + }, + "brightness": 1031, + "moisture": 35, + "humidity": 41, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f20510b99bc136989032cfd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:23:39.797Z" + }, + "brightness": 1919, + "moisture": 54, + "humidity": 44, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20511999bc13d4e3032cfe" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:23:53.006Z" + }, + "brightness": 78, + "moisture": 48, + "humidity": 62, + "temperature": 25 +},{ + "_id": { + "$oid": "5f20513999bc134125032cff" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:24:25.672Z" + }, + "brightness": 1110, + "moisture": 73, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20513f99bc130518032d00" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:24:31.062Z" + }, + "brightness": 971, + "moisture": 36, + "humidity": 40, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20514799bc139f93032d01" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:24:39.874Z" + }, + "brightness": 1830, + "moisture": 54, + "humidity": 44, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20515599bc131d29032d02" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:24:53.075Z" + }, + "brightness": 80, + "moisture": 48, + "humidity": 60, + "temperature": 25 +},{ + "_id": { + "$oid": "5f20517599bc136baa032d03" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:25:25.739Z" + }, + "brightness": 1275, + "moisture": 73, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20517b99bc136510032d04" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:25:31.128Z" + }, + "brightness": 961, + "moisture": 35, + "humidity": 41, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20518399bc133a3e032d05" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:25:39.936Z" + }, + "brightness": 1870, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20519199bc132c9f032d06" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:25:53.144Z" + }, + "brightness": 83, + "moisture": 48, + "humidity": 60, + "temperature": 25 +},{ + "_id": { + "$oid": "5f2051b199bc13cc68032d07" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:26:25.807Z" + }, + "brightness": 1274, + "moisture": 72, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2051b799bc13c5f2032d08" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:26:31.206Z" + }, + "brightness": 869, + "moisture": 36, + "humidity": 41, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f2051c099bc13b222032d09" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:26:40.007Z" + }, + "brightness": 2285, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2051cd99bc13b3e3032d0a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:26:53.213Z" + }, + "brightness": 84, + "moisture": 48, + "humidity": 60, + "temperature": 25 +},{ + "_id": { + "$oid": "5f2051ed99bc137e21032d0b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:27:25.876Z" + }, + "brightness": 1362, + "moisture": 73, + "humidity": 42, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2051f399bc13d557032d0c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:27:31.273Z" + }, + "brightness": 859, + "moisture": 36, + "humidity": 41, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2051fc99bc132d53032d0d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:27:40.074Z" + }, + "brightness": 2210, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20520999bc1317ee032d0e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:27:53.281Z" + }, + "brightness": 83, + "moisture": 48, + "humidity": 61, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20522999bc130689032d0f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:28:25.946Z" + }, + "brightness": 1288, + "moisture": 72, + "humidity": 42, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20522f99bc131be6032d10" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:28:31.334Z" + }, + "brightness": 784, + "moisture": 35, + "humidity": 41, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f20523899bc134145032d11" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:28:40.144Z" + }, + "brightness": 1880, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20524599bc13071a032d12" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:28:53.350Z" + }, + "brightness": 82, + "moisture": 48, + "humidity": 61, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20526699bc134e73032d13" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:29:26.014Z" + }, + "brightness": 1125, + "moisture": 73, + "humidity": 42, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20526b99bc1308eb032d14" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:29:31.403Z" + }, + "brightness": 779, + "moisture": 35, + "humidity": 41, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f20527499bc13f9f1032d15" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:29:40.211Z" + }, + "brightness": 1584, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20528199bc134c99032d16" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:29:53.419Z" + }, + "brightness": 76, + "moisture": 47, + "humidity": 61, + "temperature": 24 +},{ + "_id": { + "$oid": "5f2052a299bc131b8a032d17" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:30:26.083Z" + }, + "brightness": 1094, + "moisture": 72, + "humidity": 42, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2052a799bc136ba1032d18" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:30:31.507Z" + }, + "brightness": 710, + "moisture": 36, + "humidity": 41, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f2052b099bc137594032d19" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:30:40.288Z" + }, + "brightness": 1449, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2052bd99bc13b326032d1a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:30:53.487Z" + }, + "brightness": 75, + "moisture": 48, + "humidity": 61, + "temperature": 24 +},{ + "_id": { + "$oid": "5f2052de99bc138631032d1b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:31:26.150Z" + }, + "brightness": 1163, + "moisture": 72, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2052e399bc133560032d1c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:31:31.540Z" + }, + "brightness": 659, + "moisture": 36, + "humidity": 41, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f2052ec99bc1396f1032d1d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:31:40.351Z" + }, + "brightness": 1430, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2052f999bc1320ec032d1e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:31:53.556Z" + }, + "brightness": 78, + "moisture": 48, + "humidity": 62, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20531a99bc134991032d1f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:32:26.219Z" + }, + "brightness": 1009, + "moisture": 72, + "humidity": 42, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20531f99bc135e59032d20" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:32:31.609Z" + }, + "brightness": 682, + "moisture": 36, + "humidity": 41, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f20532899bc130c29032d21" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:32:40.423Z" + }, + "brightness": 1359, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20533599bc1354ea032d22" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:32:53.625Z" + }, + "brightness": 72, + "moisture": 48, + "humidity": 62, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20535699bc132cc1032d23" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:33:26.288Z" + }, + "brightness": 1171, + "moisture": 72, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20535b99bc13e7d6032d24" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:33:31.731Z" + }, + "brightness": 692, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20536499bc1376f6032d25" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:33:40.491Z" + }, + "brightness": 1302, + "moisture": 54, + "humidity": 46, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20537199bc1385a6032d26" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:33:53.694Z" + }, + "brightness": 74, + "moisture": 48, + "humidity": 62, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20539299bc13861b032d27" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:34:26.354Z" + }, + "brightness": 1040, + "moisture": 72, + "humidity": 42, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20539799bc13e82e032d28" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:34:31.791Z" + }, + "brightness": 818, + "moisture": 36, + "humidity": 41, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2053a099bc130778032d29" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:34:40.559Z" + }, + "brightness": 1339, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2053ad99bc1354b1032d2a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:34:53.760Z" + }, + "brightness": 79, + "moisture": 48, + "humidity": 62, + "temperature": 24 +},{ + "_id": { + "$oid": "5f2053ce99bc1301ee032d2b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:35:26.421Z" + }, + "brightness": 999, + "moisture": 72, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2053d399bc132621032d2c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:35:31.862Z" + }, + "brightness": 713, + "moisture": 36, + "humidity": 41, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2053dc99bc13ca49032d2d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:35:40.630Z" + }, + "brightness": 1512, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2053e999bc138682032d2e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:35:53.830Z" + }, + "brightness": 80, + "moisture": 48, + "humidity": 62, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20540a99bc13dc24032d2f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:36:26.490Z" + }, + "brightness": 963, + "moisture": 72, + "humidity": 42, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20540f99bc139447032d30" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:36:31.931Z" + }, + "brightness": 504, + "moisture": 36, + "humidity": 42, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20541899bc1305a1032d31" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:36:40.698Z" + }, + "brightness": 1656, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20542599bc130356032d32" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:36:53.899Z" + }, + "brightness": 79, + "moisture": 48, + "humidity": 62, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20544699bc13f074032d33" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:37:26.562Z" + }, + "brightness": 811, + "moisture": 72, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20544b99bc1342cf032d34" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:37:31.998Z" + }, + "brightness": 448, + "moisture": 37, + "humidity": 42, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20545499bc138035032d35" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:37:40.760Z" + }, + "brightness": 1634, + "moisture": 54, + "humidity": 46, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20546199bc137143032d36" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:37:53.967Z" + }, + "brightness": 80, + "moisture": 48, + "humidity": 62, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20548299bc13f4f9032d37" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:38:26.625Z" + }, + "brightness": 799, + "moisture": 72, + "humidity": 42, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20548899bc1315a2032d38" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:38:32.067Z" + }, + "brightness": 427, + "moisture": 38, + "humidity": 41, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20549099bc134d79032d39" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:38:40.828Z" + }, + "brightness": 1513, + "moisture": 54, + "humidity": 49, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20549e99bc135cf3032d3a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:38:54.036Z" + }, + "brightness": 73, + "moisture": 48, + "humidity": 62, + "temperature": 24 +},{ + "_id": { + "$oid": "5f2054c399bc1388f5032d3b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:39:31.696Z" + }, + "brightness": 419, + "moisture": 72, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2054c499bc1331d7032d3c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:39:32.140Z" + }, + "brightness": 411, + "moisture": 37, + "humidity": 41, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2054cc99bc134ff1032d3d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:39:40.899Z" + }, + "brightness": 1350, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2054da99bc136f17032d3e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:39:54.104Z" + }, + "brightness": 70, + "moisture": 48, + "humidity": 62, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20550099bc13e039032d3f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:40:32.206Z" + }, + "brightness": 394, + "moisture": 37, + "humidity": 41, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20550499bc13f214032d40" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:40:36.761Z" + }, + "brightness": 443, + "moisture": 71, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20550899bc132ba7032d41" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:40:40.968Z" + }, + "brightness": 1207, + "moisture": 54, + "humidity": 50, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20551699bc13673c032d42" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:40:54.174Z" + }, + "brightness": 71, + "moisture": 48, + "humidity": 62, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20553c99bc130f6e032d43" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:41:32.331Z" + }, + "brightness": 376, + "moisture": 37, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20554599bc13b5ae032d44" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:41:41.039Z" + }, + "brightness": 1099, + "moisture": 54, + "humidity": 46, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20554599bc13836e032d45" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:41:41.830Z" + }, + "brightness": 447, + "moisture": 71, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20555299bc132653032d46" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:41:54.242Z" + }, + "brightness": 74, + "moisture": 48, + "humidity": 62, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20557899bc13b314032d47" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:42:32.399Z" + }, + "brightness": 366, + "moisture": 37, + "humidity": 41, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20558199bc13796b032d48" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:42:41.101Z" + }, + "brightness": 1044, + "moisture": 54, + "humidity": 47, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20558699bc13146c032d49" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:42:46.897Z" + }, + "brightness": 451, + "moisture": 72, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20558e99bc132ebf032d4a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:42:54.311Z" + }, + "brightness": 72, + "moisture": 48, + "humidity": 62, + "temperature": 24 +},{ + "_id": { + "$oid": "5f2055b499bc13fe1f032d4b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:43:32.467Z" + }, + "brightness": 372, + "moisture": 36, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2055bd99bc133ebd032d4c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:43:41.174Z" + }, + "brightness": 1085, + "moisture": 54, + "humidity": 50, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2055c799bc136c36032d4d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:43:51.966Z" + }, + "brightness": 487, + "moisture": 75, + "humidity": 43, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2055ca99bc131e7a032d4e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:43:54.380Z" + }, + "brightness": 70, + "moisture": 48, + "humidity": 62, + "temperature": 24 +},{ + "_id": { + "$oid": "5f2055f099bc1374d7032d4f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:44:32.543Z" + }, + "brightness": 503, + "moisture": 36, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2055f999bc13fd38032d50" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:44:41.238Z" + }, + "brightness": 1207, + "moisture": 54, + "humidity": 50, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20560499bc13f81e032d51" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:44:52.031Z" + }, + "brightness": 841, + "moisture": 75, + "humidity": 43, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20560699bc138df8032d52" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:44:54.453Z" + }, + "brightness": 61, + "moisture": 48, + "humidity": 62, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20562c99bc137842032d53" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:45:32.605Z" + }, + "brightness": 592, + "moisture": 35, + "humidity": 42, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f20563599bc13c441032d54" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:45:41.307Z" + }, + "brightness": 1297, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20564099bc13e9a7032d55" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:45:52.103Z" + }, + "brightness": 549, + "moisture": 75, + "humidity": 43, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20564299bc13427c032d56" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:45:54.531Z" + }, + "brightness": 61, + "moisture": 48, + "humidity": 62, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20566899bc138323032d57" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:46:32.673Z" + }, + "brightness": 529, + "moisture": 35, + "humidity": 42, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f20567199bc13ec18032d58" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:46:41.379Z" + }, + "brightness": 1469, + "moisture": 54, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20567e99bc1364bb032d59" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:46:54.611Z" + }, + "brightness": 60, + "moisture": 48, + "humidity": 62, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20568199bc132652032d5a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:46:57.164Z" + }, + "brightness": 489, + "moisture": 75, + "humidity": 43, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2056a499bc137253032d5b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:47:32.743Z" + }, + "brightness": 582, + "moisture": 35, + "humidity": 42, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2056ad99bc1395fd032d5c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:47:41.460Z" + }, + "brightness": 1681, + "moisture": 54, + "humidity": 47, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2056ba99bc132c81032d5d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:47:54.773Z" + }, + "brightness": 57, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2056c299bc13fd7f032d5e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:48:02.230Z" + }, + "brightness": 444, + "moisture": 75, + "humidity": 43, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2056e099bc132efd032d5f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:48:32.813Z" + }, + "brightness": 839, + "moisture": 36, + "humidity": 42, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f2056e999bc13e6c3032d60" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:48:41.521Z" + }, + "brightness": 1759, + "moisture": 54, + "humidity": 46, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2056f699bc132703032d61" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:48:54.821Z" + }, + "brightness": 51, + "moisture": 48, + "humidity": 62, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20570399bc13b6fb032d62" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:49:07.308Z" + }, + "brightness": 367, + "moisture": 72, + "humidity": 43, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20571c99bc134297032d63" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:49:32.882Z" + }, + "brightness": 713, + "moisture": 35, + "humidity": 42, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f20572599bc135fc3032d64" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:49:41.590Z" + }, + "brightness": 1788, + "moisture": 54, + "humidity": 47, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20573299bc13a074032d65" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:49:54.851Z" + }, + "brightness": 49, + "moisture": 48, + "humidity": 62, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20574499bc134cf5032d66" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:50:12.388Z" + }, + "brightness": 375, + "moisture": 75, + "humidity": 43, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20575899bc13dad5032d67" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:50:32.965Z" + }, + "brightness": 546, + "moisture": 35, + "humidity": 42, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f20576199bc13cac4032d68" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:50:41.659Z" + }, + "brightness": 1745, + "moisture": 54, + "humidity": 46, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20576e99bc13243d032d69" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:50:54.916Z" + }, + "brightness": 45, + "moisture": 48, + "humidity": 62, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20578599bc136703032d6a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:51:17.464Z" + }, + "brightness": 377, + "moisture": 75, + "humidity": 43, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20579599bc137cc0032d6b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:51:33.018Z" + }, + "brightness": 481, + "moisture": 36, + "humidity": 42, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f20579d99bc137996032d6c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:51:41.726Z" + }, + "brightness": 1711, + "moisture": 54, + "humidity": 46, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2057aa99bc1346c2032d6d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:51:54.985Z" + }, + "brightness": 42, + "moisture": 48, + "humidity": 62, + "temperature": 24 +},{ + "_id": { + "$oid": "5f2057c699bc130d14032d6e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:52:22.541Z" + }, + "brightness": 414, + "moisture": 71, + "humidity": 43, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f2057d199bc13bf68032d6f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:52:33.086Z" + }, + "brightness": 440, + "moisture": 36, + "humidity": 42, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f2057d999bc130dd0032d70" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:52:41.792Z" + }, + "brightness": 1738, + "moisture": 54, + "humidity": 47, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2057e799bc13cffe032d71" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:52:55.054Z" + }, + "brightness": 40, + "moisture": 48, + "humidity": 62, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20580799bc13741b032d72" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:53:27.620Z" + }, + "brightness": 457, + "moisture": 71, + "humidity": 43, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f20580d99bc135cc8032d73" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:53:33.162Z" + }, + "brightness": 477, + "moisture": 36, + "humidity": 42, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f20581599bc132425032d74" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:53:41.873Z" + }, + "brightness": 1746, + "moisture": 54, + "humidity": 46, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20582399bc137e67032d75" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:53:55.122Z" + }, + "brightness": 42, + "moisture": 48, + "humidity": 62, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20584899bc13dcba032d76" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:54:32.698Z" + }, + "brightness": 479, + "moisture": 71, + "humidity": 43, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f20584999bc130797032d77" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:54:33.227Z" + }, + "brightness": 464, + "moisture": 35, + "humidity": 42, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f20585199bc130401032d78" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:54:41.932Z" + }, + "brightness": 1628, + "moisture": 54, + "humidity": 47, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20585f99bc13ef11032d79" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:54:55.191Z" + }, + "brightness": 42, + "moisture": 48, + "humidity": 62, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20588599bc13efa9032d7a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:55:33.294Z" + }, + "brightness": 404, + "moisture": 36, + "humidity": 42, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f20588999bc13e8e0032d7b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:55:37.776Z" + }, + "brightness": 413, + "moisture": 70, + "humidity": 43, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f20588e99bc1342f3032d7c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:55:41.999Z" + }, + "brightness": 1448, + "moisture": 54, + "humidity": 50, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20589b99bc136d6b032d7d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:55:55.260Z" + }, + "brightness": 42, + "moisture": 48, + "humidity": 62, + "temperature": 24 +},{ + "_id": { + "$oid": "5f2058c199bc13153b032d7e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:56:33.359Z" + }, + "brightness": 388, + "moisture": 43, + "humidity": 42, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f2058ca99bc132a15032d7f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:56:42.066Z" + }, + "brightness": 1336, + "moisture": 54, + "humidity": 47, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2058ca99bc13678a032d80" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:56:42.854Z" + }, + "brightness": 394, + "moisture": 71, + "humidity": 43, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f2058d799bc13c014032d81" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:56:55.329Z" + }, + "brightness": 48, + "moisture": 48, + "humidity": 61, + "temperature": 24 +},{ + "_id": { + "$oid": "5f2058fd99bc139ec5032d82" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:57:33.448Z" + }, + "brightness": 438, + "moisture": 35, + "humidity": 43, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f20590699bc1351e8032d83" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:57:42.138Z" + }, + "brightness": 1232, + "moisture": 54, + "humidity": 47, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20590b99bc13a43b032d84" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:57:47.930Z" + }, + "brightness": 388, + "moisture": 70, + "humidity": 43, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f20591399bc1342d4032d85" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:57:55.398Z" + }, + "brightness": 45, + "moisture": 48, + "humidity": 61, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20593999bc135c60032d86" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:58:33.497Z" + }, + "brightness": 496, + "moisture": 36, + "humidity": 43, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f20594299bc133f97032d87" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:58:42.207Z" + }, + "brightness": 1158, + "moisture": 54, + "humidity": 49, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20594d99bc1335de032d88" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:58:53.014Z" + }, + "brightness": 385, + "moisture": 71, + "humidity": 43, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f20594f99bc13a226032d89" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:58:55.466Z" + }, + "brightness": 37, + "moisture": 48, + "humidity": 61, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20597599bc138be7032d8a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T16:59:33.566Z" + }, + "brightness": 467, + "moisture": 36, + "humidity": 42, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f20597e99bc132a77032d8b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T16:59:42.276Z" + }, + "brightness": 1117, + "moisture": 54, + "humidity": 46, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20598e99bc131038032d8c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T16:59:58.087Z" + }, + "brightness": 385, + "moisture": 70, + "humidity": 43, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f20598f99bc13bebd032d8d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T16:59:59.862Z" + }, + "brightness": 37, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2059b199bc13bf00032d8e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:00:33.636Z" + }, + "brightness": 409, + "moisture": 35, + "humidity": 42, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f2059ba99bc138b67032d8f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:00:42.345Z" + }, + "brightness": 1101, + "moisture": 54, + "humidity": 47, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2059cb99bc1341ea032d90" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:00:59.981Z" + }, + "brightness": 37, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2059cf99bc13e004032d91" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:01:03.168Z" + }, + "brightness": 380, + "moisture": 71, + "humidity": 43, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f2059ed99bc1301e5032d92" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:01:33.706Z" + }, + "brightness": 484, + "moisture": 36, + "humidity": 42, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f2059f699bc1395bf032d93" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:01:42.411Z" + }, + "brightness": 1075, + "moisture": 54, + "humidity": 47, + "temperature": 32 +},{ + "_id": { + "$oid": "5f205a0899bc13828d032d94" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:02:00.101Z" + }, + "brightness": 35, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f205a1099bc130215032d95" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:02:08.243Z" + }, + "brightness": 402, + "moisture": 70, + "humidity": 43, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f205a2999bc131926032d96" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:02:33.778Z" + }, + "brightness": 431, + "moisture": 36, + "humidity": 42, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f205a3299bc1356e8032d97" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:02:42.529Z" + }, + "brightness": 1128, + "moisture": 54, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f205a4499bc1322c9032d98" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:03:00.219Z" + }, + "brightness": 33, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f205a5199bc13e56b032d99" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:03:13.319Z" + }, + "brightness": 353, + "moisture": 71, + "humidity": 43, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f205a6599bc135b3b032d9a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:03:33.847Z" + }, + "brightness": 348, + "moisture": 36, + "humidity": 42, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f205a6e99bc137250032d9b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:03:42.639Z" + }, + "brightness": 1187, + "moisture": 54, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f205a8099bc13a857032d9c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:04:00.337Z" + }, + "brightness": 32, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f205a9299bc137d43032d9d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:04:18.397Z" + }, + "brightness": 347, + "moisture": 70, + "humidity": 43, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f205aa199bc133040032d9e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:04:33.915Z" + }, + "brightness": 355, + "moisture": 35, + "humidity": 42, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f205aaa99bc13bd93032d9f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:04:42.705Z" + }, + "brightness": 1224, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f205abc99bc13a416032da0" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:05:00.459Z" + }, + "brightness": 31, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f205ad399bc139302032da1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:05:23.478Z" + }, + "brightness": 353, + "moisture": 71, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f205add99bc13f13b032da2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:05:33.987Z" + }, + "brightness": 421, + "moisture": 36, + "humidity": 42, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f205ae699bc13a457032da3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:05:42.772Z" + }, + "brightness": 1265, + "moisture": 54, + "humidity": 48, + "temperature": 32 +},{ + "_id": { + "$oid": "5f205af899bc137cd0032da4" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:06:00.575Z" + }, + "brightness": 30, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f205b1499bc131e7d032da5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:06:28.556Z" + }, + "brightness": 389, + "moisture": 70, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f205b1a99bc13228a032da6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:06:34.113Z" + }, + "brightness": 395, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f205b2299bc13547b032da7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:06:42.848Z" + }, + "brightness": 1339, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f205b3499bc13fa51032da8" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:07:00.694Z" + }, + "brightness": 29, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f205b5599bc13ff29032da9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:07:33.633Z" + }, + "brightness": 377, + "moisture": 72, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f205b5699bc13541c032daa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:07:34.199Z" + }, + "brightness": 353, + "moisture": 36, + "humidity": 42, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f205b5e99bc137414032dab" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:07:42.913Z" + }, + "brightness": 1406, + "moisture": 54, + "humidity": 47, + "temperature": 32 +},{ + "_id": { + "$oid": "5f205b7099bc13143a032dac" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:08:00.814Z" + }, + "brightness": 29, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f205b9299bc135ae3032dad" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:08:34.250Z" + }, + "brightness": 434, + "moisture": 36, + "humidity": 42, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f205b9699bc139761032dae" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:08:38.710Z" + }, + "brightness": 348, + "moisture": 70, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f205b9a99bc13825f032daf" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:08:42.982Z" + }, + "brightness": 1467, + "moisture": 54, + "humidity": 49, + "temperature": 32 +},{ + "_id": { + "$oid": "5f205bac99bc13759d032db0" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:09:00.933Z" + }, + "brightness": 28, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f205bce99bc13e7c7032db1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:09:34.318Z" + }, + "brightness": 833, + "moisture": 35, + "humidity": 42, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f205bd799bc1393a0032db2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:09:43.048Z" + }, + "brightness": 1453, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f205bd799bc134cc6032db3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:09:43.788Z" + }, + "brightness": 390, + "moisture": 70, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f205be999bc134bdd032db4" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:10:01.052Z" + }, + "brightness": 25, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f205c0a99bc130084032db5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:10:34.387Z" + }, + "brightness": 933, + "moisture": 35, + "humidity": 42, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f205c1399bc13120a032db6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:10:43.119Z" + }, + "brightness": 1370, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f205c1899bc139086032db7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:10:48.865Z" + }, + "brightness": 478, + "moisture": 70, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f205c2599bc13081f032db8" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:11:01.171Z" + }, + "brightness": 23, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f205c4699bc135611032db9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:11:34.455Z" + }, + "brightness": 686, + "moisture": 35, + "humidity": 42, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f205c4f99bc136eae032dba" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:11:43.187Z" + }, + "brightness": 1241, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f205c5499bc13de4f032dbb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:11:48.933Z" + }, + "brightness": 644, + "moisture": 70, + "humidity": 42, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f205c6199bc13018b032dbc" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:12:01.290Z" + }, + "brightness": 23, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f205c8299bc139de5032dbd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:12:34.527Z" + }, + "brightness": 630, + "moisture": 34, + "humidity": 42, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f205c8b99bc1378bb032dbe" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:12:43.258Z" + }, + "brightness": 1125, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f205c9199bc137881032dbf" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:12:49.001Z" + }, + "brightness": 576, + "moisture": 70, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f205c9d99bc1316be032dc0" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:13:01.408Z" + }, + "brightness": 24, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f205cbe99bc136b96032dc1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:13:34.638Z" + }, + "brightness": 640, + "moisture": 34, + "humidity": 42, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f205cc799bc13b04d032dc2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:13:43.329Z" + }, + "brightness": 1051, + "moisture": 54, + "humidity": 46, + "temperature": 32 +},{ + "_id": { + "$oid": "5f205cd299bc130099032dc3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:13:54.078Z" + }, + "brightness": 490, + "moisture": 70, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f205cd999bc1383c2032dc4" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:14:01.528Z" + }, + "brightness": 25, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f205cfa99bc13d033032dc5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:14:34.718Z" + }, + "brightness": 590, + "moisture": 34, + "humidity": 42, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f205d0399bc13e3a0032dc6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:14:43.396Z" + }, + "brightness": 1004, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f205d1399bc131095032dc7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:14:59.156Z" + }, + "brightness": 407, + "moisture": 70, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f205d1599bc13add8032dc8" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:15:01.646Z" + }, + "brightness": 23, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f205d3699bc130aeb032dc9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:15:34.736Z" + }, + "brightness": 496, + "moisture": 35, + "humidity": 42, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f205d3f99bc1323af032dca" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:15:43.470Z" + }, + "brightness": 982, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f205d5199bc134ff3032dcb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:16:01.769Z" + }, + "brightness": 23, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f205d5499bc13ef80032dcc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:16:04.236Z" + }, + "brightness": 392, + "moisture": 70, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f205d7299bc13913e032dcd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:16:34.818Z" + }, + "brightness": 517, + "moisture": 34, + "humidity": 42, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f205d7b99bc137e43032dce" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:16:43.530Z" + }, + "brightness": 949, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f205d8d99bc136290032dcf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:17:01.884Z" + }, + "brightness": 29, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f205d9099bc139bf0032dd0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:17:04.308Z" + }, + "brightness": 575, + "moisture": 70, + "humidity": 43, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f205dae99bc13cc1b032dd1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:17:34.923Z" + }, + "brightness": 460, + "moisture": 35, + "humidity": 42, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f205db799bc136aaa032dd2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:17:43.597Z" + }, + "brightness": 934, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f205dca99bc136ceb032dd3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:18:02.003Z" + }, + "brightness": 35, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f205dcc99bc136b1c032dd4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:18:04.369Z" + }, + "brightness": 535, + "moisture": 70, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f205dea99bc13219a032dd5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:18:34.946Z" + }, + "brightness": 434, + "moisture": 35, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f205df399bc13d8e6032dd6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:18:43.669Z" + }, + "brightness": 967, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f205e0699bc1387ba032dd7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:19:02.123Z" + }, + "brightness": 35, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f205e0d99bc13806e032dd8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:19:09.447Z" + }, + "brightness": 389, + "moisture": 71, + "humidity": 42, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f205e2799bc13095c032dd9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:19:35.006Z" + }, + "brightness": 383, + "moisture": 36, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f205e2f99bc13746b032dda" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:19:43.746Z" + }, + "brightness": 1009, + "moisture": 54, + "humidity": 46, + "temperature": 32 +},{ + "_id": { + "$oid": "5f205e4299bc131074032ddb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:20:02.242Z" + }, + "brightness": 34, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f205e4e99bc13e280032ddc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:20:14.527Z" + }, + "brightness": 320, + "moisture": 70, + "humidity": 42, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f205e6399bc1376ae032ddd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:20:35.725Z" + }, + "brightness": 313, + "moisture": 35, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f205e6d99bc135df0032dde" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:20:45.201Z" + }, + "brightness": 1018, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f205e7e99bc1368dd032ddf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:21:02.362Z" + }, + "brightness": 31, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f205e8f99bc136497032de0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:21:19.604Z" + }, + "brightness": 320, + "moisture": 70, + "humidity": 42, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f205e9f99bc1377f9032de1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:21:35.794Z" + }, + "brightness": 315, + "moisture": 36, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f205ea799bc13f580032de2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:21:43.875Z" + }, + "brightness": 1025, + "moisture": 54, + "humidity": 45, + "temperature": 31 +},{ + "_id": { + "$oid": "5f205eba99bc1380ea032de3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:22:02.481Z" + }, + "brightness": 22, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f205ed099bc135e55032de4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:22:24.707Z" + }, + "brightness": 324, + "moisture": 69, + "humidity": 42, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f205edb99bc13c073032de5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:22:35.865Z" + }, + "brightness": 289, + "moisture": 36, + "humidity": 42, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f205ee399bc13313d032de6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:22:43.940Z" + }, + "brightness": 1003, + "moisture": 54, + "humidity": 47, + "temperature": 32 +},{ + "_id": { + "$oid": "5f205ef699bc13773a032de7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:23:02.600Z" + }, + "brightness": 20, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f205f1199bc13f053032de8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:23:29.749Z" + }, + "brightness": 307, + "moisture": 70, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f205f1799bc13b164032de9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:23:35.935Z" + }, + "brightness": 249, + "moisture": 37, + "humidity": 42, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f205f2099bc13f566032dea" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:23:44.011Z" + }, + "brightness": 963, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f205f3299bc13b72e032deb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:24:02.719Z" + }, + "brightness": 24, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f205f5299bc130a0d032dec" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:24:34.910Z" + }, + "brightness": 288, + "moisture": 69, + "humidity": 43, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f205f5499bc135591032ded" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:24:36.003Z" + }, + "brightness": 235, + "moisture": 36, + "humidity": 42, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f205f5c99bc136b73032dee" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:24:44.080Z" + }, + "brightness": 954, + "moisture": 54, + "humidity": 45, + "temperature": 31 +},{ + "_id": { + "$oid": "5f205f6e99bc132fb4032def" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:25:02.837Z" + }, + "brightness": 26, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f205f9099bc136333032df0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:25:36.073Z" + }, + "brightness": 232, + "moisture": 36, + "humidity": 41, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f205f9399bc130fb3032df1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:25:39.904Z" + }, + "brightness": 266, + "moisture": 70, + "humidity": 43, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f205f9899bc13839d032df2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:25:44.265Z" + }, + "brightness": 942, + "moisture": 55, + "humidity": 48, + "temperature": 31 +},{ + "_id": { + "$oid": "5f205faa99bc137ba9032df3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:26:02.957Z" + }, + "brightness": 25, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f205fcc99bc13dd73032df4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:26:36.140Z" + }, + "brightness": 224, + "moisture": 36, + "humidity": 42, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f205fd499bc13852d032df5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:26:44.211Z" + }, + "brightness": 932, + "moisture": 54, + "humidity": 50, + "temperature": 31 +},{ + "_id": { + "$oid": "5f205fd599bc13e598032df6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:26:44.999Z" + }, + "brightness": 284, + "moisture": 69, + "humidity": 43, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f205fe799bc138500032df7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:27:03.075Z" + }, + "brightness": 23, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20600899bc13fe25032df8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:27:36.214Z" + }, + "brightness": 226, + "moisture": 37, + "humidity": 42, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f20601099bc13151e032df9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:27:44.293Z" + }, + "brightness": 898, + "moisture": 54, + "humidity": 47, + "temperature": 31 +},{ + "_id": { + "$oid": "5f20601699bc1342ce032dfa" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:27:50.059Z" + }, + "brightness": 278, + "moisture": 70, + "humidity": 43, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f20602399bc130c23032dfb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:28:03.197Z" + }, + "brightness": 24, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20604499bc137bd6032dfc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:28:36.281Z" + }, + "brightness": 228, + "moisture": 37, + "humidity": 42, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f20604c99bc132ca0032dfd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:28:44.362Z" + }, + "brightness": 845, + "moisture": 54, + "humidity": 47, + "temperature": 31 +},{ + "_id": { + "$oid": "5f20605799bc132016032dfe" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:28:55.136Z" + }, + "brightness": 286, + "moisture": 69, + "humidity": 43, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f20605f99bc138a14032dff" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:29:03.315Z" + }, + "brightness": 24, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20608099bc139a6a032e00" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:29:36.349Z" + }, + "brightness": 229, + "moisture": 36, + "humidity": 42, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f20608899bc13aa79032e01" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:29:44.418Z" + }, + "brightness": 765, + "moisture": 54, + "humidity": 46, + "temperature": 31 +},{ + "_id": { + "$oid": "5f20609899bc135c42032e02" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:30:00.215Z" + }, + "brightness": 279, + "moisture": 69, + "humidity": 43, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f20609b99bc13faa1032e03" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:30:03.433Z" + }, + "brightness": 22, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2060bc99bc13fc94032e04" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:30:36.424Z" + }, + "brightness": 231, + "moisture": 37, + "humidity": 42, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f2060c499bc134252032e05" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:30:44.491Z" + }, + "brightness": 691, + "moisture": 54, + "humidity": 50, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2060d799bc133a1e032e06" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:31:03.553Z" + }, + "brightness": 22, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2060d999bc137f9b032e07" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:31:05.292Z" + }, + "brightness": 248, + "moisture": 69, + "humidity": 43, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f2060f899bc13723e032e08" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:31:36.488Z" + }, + "brightness": 228, + "moisture": 36, + "humidity": 41, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f20610099bc1336de032e09" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:31:44.555Z" + }, + "brightness": 629, + "moisture": 54, + "humidity": 46, + "temperature": 31 +},{ + "_id": { + "$oid": "5f20611399bc130585032e0a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:32:03.672Z" + }, + "brightness": 22, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20611a99bc1346ea032e0b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:32:10.370Z" + }, + "brightness": 219, + "moisture": 69, + "humidity": 43, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f20613499bc1378ad032e0c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:32:36.560Z" + }, + "brightness": 225, + "moisture": 36, + "humidity": 40, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f20613c99bc132492032e0d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:32:44.674Z" + }, + "brightness": 597, + "moisture": 54, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20614f99bc130dc3032e0e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:33:03.790Z" + }, + "brightness": 22, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20615b99bc1347b5032e0f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:33:15.440Z" + }, + "brightness": 202, + "moisture": 69, + "humidity": 43, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f20617099bc1334d5032e10" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:33:36.626Z" + }, + "brightness": 224, + "moisture": 37, + "humidity": 41, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f20617899bc137347032e11" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:33:44.840Z" + }, + "brightness": 600, + "moisture": 54, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20618b99bc135a9b032e12" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:34:03.909Z" + }, + "brightness": 21, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20619c99bc1336ee032e13" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:34:20.543Z" + }, + "brightness": 199, + "moisture": 69, + "humidity": 43, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f2061ac99bc13920b032e14" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:34:36.696Z" + }, + "brightness": 233, + "moisture": 36, + "humidity": 41, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2061b499bc135e5a032e15" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:34:44.907Z" + }, + "brightness": 612, + "moisture": 54, + "humidity": 46, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2061c899bc1372c7032e16" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:35:04.028Z" + }, + "brightness": 21, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2061dd99bc134021032e17" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:35:25.595Z" + }, + "brightness": 204, + "moisture": 69, + "humidity": 43, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f2061e899bc134b2e032e18" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:35:36.763Z" + }, + "brightness": 243, + "moisture": 36, + "humidity": 42, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2061f199bc13d7d3032e19" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:35:45.037Z" + }, + "brightness": 637, + "moisture": 54, + "humidity": 50, + "temperature": 31 +},{ + "_id": { + "$oid": "5f20620499bc137a6a032e1a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:36:04.147Z" + }, + "brightness": 21, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20621e99bc13153f032e1b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:36:30.672Z" + }, + "brightness": 216, + "moisture": 69, + "humidity": 43, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f20622499bc13e7b9032e1c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:36:36.833Z" + }, + "brightness": 237, + "moisture": 36, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20622d99bc1348df032e1d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:36:45.049Z" + }, + "brightness": 695, + "moisture": 54, + "humidity": 45, + "temperature": 31 +},{ + "_id": { + "$oid": "5f20624099bc13ddda032e1e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:37:04.265Z" + }, + "brightness": 21, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20625f99bc13c73d032e1f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:37:35.750Z" + }, + "brightness": 262, + "moisture": 69, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f20626099bc1359fd032e20" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:37:36.908Z" + }, + "brightness": 245, + "moisture": 36, + "humidity": 42, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f20626999bc13b0cd032e21" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:37:45.111Z" + }, + "brightness": 727, + "moisture": 54, + "humidity": 48, + "temperature": 31 +},{ + "_id": { + "$oid": "5f20627c99bc1368e9032e22" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:38:04.387Z" + }, + "brightness": 22, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20629c99bc13285c032e23" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:38:36.972Z" + }, + "brightness": 239, + "moisture": 36, + "humidity": 42, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f2062a099bc13e394032e24" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:38:40.827Z" + }, + "brightness": 308, + "moisture": 69, + "humidity": 43, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f2062a599bc13caf2032e25" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:38:45.302Z" + }, + "brightness": 746, + "moisture": 54, + "humidity": 48, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2062b899bc135299032e26" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:39:04.505Z" + }, + "brightness": 21, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2062d999bc1348f9032e27" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:39:37.041Z" + }, + "brightness": 228, + "moisture": 36, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2062e199bc13d4a4032e28" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:39:45.236Z" + }, + "brightness": 770, + "moisture": 54, + "humidity": 45, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2062e199bc139025032e29" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:39:45.904Z" + }, + "brightness": 310, + "moisture": 69, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f2062f499bc13cea2032e2a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:40:04.625Z" + }, + "brightness": 20, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20630799bc139502032e2b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:40:23.915Z" + }, + "brightness": 774, + "moisture": 56, + "humidity": 47, + "temperature": 31 +},{ + "_id": { + "$oid": "5f20631599bc13dd32032e2c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:40:37.111Z" + }, + "brightness": 222, + "moisture": 35, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20632299bc13d667032e2d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:40:50.982Z" + }, + "brightness": 292, + "moisture": 69, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f20633099bc137d55032e2e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:41:04.746Z" + }, + "brightness": 20, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20633f99bc13d5a8032e2f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:41:19.987Z" + }, + "brightness": 791, + "moisture": 54, + "humidity": 48, + "temperature": 31 +},{ + "_id": { + "$oid": "5f20635199bc13eec9032e30" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:41:37.177Z" + }, + "brightness": 223, + "moisture": 36, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20636499bc131b8b032e31" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:41:56.059Z" + }, + "brightness": 295, + "moisture": 69, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f20636c99bc13e68f032e32" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:42:04.914Z" + }, + "brightness": 20, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20637c99bc130dfa032e33" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:42:20.253Z" + }, + "brightness": 789, + "moisture": 54, + "humidity": 46, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20638d99bc13fde9032e34" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:42:37.250Z" + }, + "brightness": 224, + "moisture": 36, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2063a599bc13ed8d032e35" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:43:01.141Z" + }, + "brightness": 270, + "moisture": 69, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f2063a999bc131d2b032e36" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:43:05Z" + }, + "brightness": 19, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2063b899bc13a9b2032e37" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:43:20.115Z" + }, + "brightness": 783, + "moisture": 54, + "humidity": 46, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2063c999bc138f35032e38" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:43:37.317Z" + }, + "brightness": 219, + "moisture": 36, + "humidity": 42, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f2063e599bc135ddd032e39" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:44:05.100Z" + }, + "brightness": 18, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2063e699bc13387b032e3a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:44:06.218Z" + }, + "brightness": 249, + "moisture": 69, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f2063f499bc130c2c032e3b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:44:20.190Z" + }, + "brightness": 749, + "moisture": 54, + "humidity": 46, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20640599bc133067032e3c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:44:37.390Z" + }, + "brightness": 209, + "moisture": 36, + "humidity": 41, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f20642199bc134371032e3d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:45:05.235Z" + }, + "brightness": 19, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20642799bc13a2eb032e3e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:45:11.292Z" + }, + "brightness": 230, + "moisture": 69, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f20643099bc131835032e3f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:45:20.248Z" + }, + "brightness": 716, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20644199bc134c8d032e40" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:45:37.460Z" + }, + "brightness": 208, + "moisture": 36, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f20645d99bc13070a032e41" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:46:05.337Z" + }, + "brightness": 18, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20646899bc131977032e42" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:46:16.373Z" + }, + "brightness": 227, + "moisture": 69, + "humidity": 42, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f20646c99bc1310ca032e43" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:46:20.324Z" + }, + "brightness": 725, + "moisture": 54, + "humidity": 44, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20647d99bc1303fc032e44" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:46:37.528Z" + }, + "brightness": 207, + "moisture": 35, + "humidity": 42, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f20649999bc13b38d032e45" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:47:05.457Z" + }, + "brightness": 18, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2064a899bc13b86f032e46" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:47:20.387Z" + }, + "brightness": 703, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2064a999bc1343ed032e47" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:47:21.447Z" + }, + "brightness": 215, + "moisture": 69, + "humidity": 42, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f2064b999bc1387cc032e48" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:47:37.596Z" + }, + "brightness": 214, + "moisture": 35, + "humidity": 42, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f2064d599bc13f8b9032e49" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:48:05.575Z" + }, + "brightness": 18, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2064e499bc1302e4032e4a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:48:20.451Z" + }, + "brightness": 702, + "moisture": 54, + "humidity": 45, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2064ea99bc13f148032e4b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:48:26.524Z" + }, + "brightness": 209, + "moisture": 69, + "humidity": 42, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f2064f599bc136b95032e4c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:48:37.671Z" + }, + "brightness": 218, + "moisture": 36, + "humidity": 42, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f20651199bc132c0e032e4d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:49:05.695Z" + }, + "brightness": 18, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20652099bc13d77e032e4e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:49:20.521Z" + }, + "brightness": 693, + "moisture": 54, + "humidity": 46, + "temperature": 32 +},{ + "_id": { + "$oid": "5f20652b99bc136fe8032e4f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:49:31.599Z" + }, + "brightness": 199, + "moisture": 70, + "humidity": 42, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f20653199bc136dfe032e50" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:49:37.736Z" + }, + "brightness": 212, + "moisture": 36, + "humidity": 42, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f20654d99bc134f49032e51" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:50:05.814Z" + }, + "brightness": 18, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20655c99bc135646032e52" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:50:20.586Z" + }, + "brightness": 656, + "moisture": 54, + "humidity": 49, + "temperature": 31 +},{ + "_id": { + "$oid": "5f20656c99bc13cd03032e53" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:50:36.679Z" + }, + "brightness": 184, + "moisture": 69, + "humidity": 42, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f20656d99bc139351032e54" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:50:37.806Z" + }, + "brightness": 198, + "moisture": 36, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20658999bc13fe1c032e55" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:51:05.933Z" + }, + "brightness": 18, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20659899bc13f15c032e56" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:51:20.655Z" + }, + "brightness": 642, + "moisture": 54, + "humidity": 46, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2065a999bc134898032e57" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:51:37.887Z" + }, + "brightness": 199, + "moisture": 35, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2065ad99bc1360d7032e58" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:51:41.758Z" + }, + "brightness": 185, + "moisture": 69, + "humidity": 42, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f2065c699bc13fa4b032e59" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:52:06.053Z" + }, + "brightness": 18, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2065d499bc133448032e5a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:52:20.737Z" + }, + "brightness": 641, + "moisture": 54, + "humidity": 48, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2065e599bc132c81032e5b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:52:37.946Z" + }, + "brightness": 192, + "moisture": 35, + "humidity": 42, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f2065ee99bc13eaae032e5c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:52:46.837Z" + }, + "brightness": 182, + "moisture": 69, + "humidity": 42, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f20660299bc13587e032e5d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:53:06.172Z" + }, + "brightness": 18, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20661099bc1367bd032e5e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:53:20.794Z" + }, + "brightness": 669, + "moisture": 55, + "humidity": 45, + "temperature": 31 +},{ + "_id": { + "$oid": "5f20662299bc13048a032e5f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:53:38.016Z" + }, + "brightness": 193, + "moisture": 35, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20662f99bc13d641032e60" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:53:51.916Z" + }, + "brightness": 176, + "moisture": 68, + "humidity": 43, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f20663e99bc13e8c7032e61" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:54:06.291Z" + }, + "brightness": 18, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20664c99bc13ee59032e62" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:54:20.863Z" + }, + "brightness": 679, + "moisture": 54, + "humidity": 44, + "temperature": 31 +},{ + "_id": { + "$oid": "5f20665e99bc133b3f032e63" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:54:38.083Z" + }, + "brightness": 194, + "moisture": 35, + "humidity": 42, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f20667099bc1334a9032e64" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:54:56.993Z" + }, + "brightness": 161, + "moisture": 69, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f20667a99bc13020f032e65" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:55:06.410Z" + }, + "brightness": 18, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20668899bc13adc6032e66" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:55:20.930Z" + }, + "brightness": 640, + "moisture": 54, + "humidity": 45, + "temperature": 31 +},{ + "_id": { + "$oid": "5f20669a99bc1376b6032e67" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:55:38.163Z" + }, + "brightness": 191, + "moisture": 35, + "humidity": 41, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f2066b299bc1356a2032e68" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:56:02.070Z" + }, + "brightness": 150, + "moisture": 68, + "humidity": 42, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f2066b699bc13ccab032e69" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:56:06.529Z" + }, + "brightness": 18, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2066c599bc134c84032e6a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:56:21Z" + }, + "brightness": 589, + "moisture": 54, + "humidity": 44, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2066d699bc1366da032e6b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:56:38.222Z" + }, + "brightness": 197, + "moisture": 36, + "humidity": 42, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f2066f299bc1341d7032e6c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:57:06.646Z" + }, + "brightness": 18, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2066f399bc13313d032e6d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:57:07.151Z" + }, + "brightness": 147, + "moisture": 69, + "humidity": 42, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f20670199bc135e7f032e6e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:57:21.075Z" + }, + "brightness": 535, + "moisture": 54, + "humidity": 44, + "temperature": 31 +},{ + "_id": { + "$oid": "5f20671299bc136235032e6f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:57:38.289Z" + }, + "brightness": 205, + "moisture": 35, + "humidity": 42, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f20672e99bc133142032e70" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:58:06.767Z" + }, + "brightness": 17, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20673499bc1320b7032e71" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:58:12.233Z" + }, + "brightness": 146, + "moisture": 68, + "humidity": 42, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f20673d99bc13203f032e72" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:58:21.135Z" + }, + "brightness": 489, + "moisture": 54, + "humidity": 45, + "temperature": 31 +},{ + "_id": { + "$oid": "5f20674e99bc134d69032e73" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:58:38.358Z" + }, + "brightness": 213, + "moisture": 35, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20676a99bc13edf3032e74" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T17:59:06.884Z" + }, + "brightness": 16, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20677599bc135870032e75" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T17:59:17.351Z" + }, + "brightness": 145, + "moisture": 68, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20677999bc131664032e76" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T17:59:21.202Z" + }, + "brightness": 463, + "moisture": 54, + "humidity": 45, + "temperature": 31 +},{ + "_id": { + "$oid": "5f20678a99bc132a3e032e77" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T17:59:38.427Z" + }, + "brightness": 216, + "moisture": 36, + "humidity": 44, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2067a699bc13d188032e78" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:00:06.997Z" + }, + "brightness": 16, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2067b599bc13e596032e79" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:00:21.276Z" + }, + "brightness": 445, + "moisture": 54, + "humidity": 45, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2067b699bc137bd9032e7a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:00:22.426Z" + }, + "brightness": 143, + "moisture": 69, + "humidity": 42, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f2067c699bc130140032e7b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:00:38.496Z" + }, + "brightness": 222, + "moisture": 34, + "humidity": 43, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f2067e399bc139615032e7c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:01:07.107Z" + }, + "brightness": 15, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2067f199bc133b7e032e7d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:01:21.344Z" + }, + "brightness": 431, + "moisture": 54, + "humidity": 49, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2067f799bc134517032e7e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:01:27.506Z" + }, + "brightness": 142, + "moisture": 68, + "humidity": 42, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f20680299bc13ee37032e7f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:01:38.566Z" + }, + "brightness": 232, + "moisture": 34, + "humidity": 42, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f20681f99bc13163c032e80" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:02:07.217Z" + }, + "brightness": 15, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20682d99bc131615032e81" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:02:21.417Z" + }, + "brightness": 415, + "moisture": 54, + "humidity": 46, + "temperature": 31 +},{ + "_id": { + "$oid": "5f20683899bc13d927032e82" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:02:32.582Z" + }, + "brightness": 145, + "moisture": 68, + "humidity": 42, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f20683e99bc1369ea032e83" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:02:38.636Z" + }, + "brightness": 234, + "moisture": 34, + "humidity": 43, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f20685b99bc136b6e032e84" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:03:07.326Z" + }, + "brightness": 14, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20686999bc13cc11032e85" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:03:21.484Z" + }, + "brightness": 397, + "moisture": 55, + "humidity": 46, + "temperature": 31 +},{ + "_id": { + "$oid": "5f20687999bc133da5032e86" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:03:37.658Z" + }, + "brightness": 137, + "moisture": 68, + "humidity": 42, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f20687a99bc13671c032e87" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:03:38.707Z" + }, + "brightness": 232, + "moisture": 34, + "humidity": 42, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f20689799bc13c8d8032e88" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:04:07.437Z" + }, + "brightness": 14, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2068a599bc13ba9f032e89" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:04:21.548Z" + }, + "brightness": 391, + "moisture": 54, + "humidity": 50, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2068b699bc13ebc6032e8a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:04:38.770Z" + }, + "brightness": 211, + "moisture": 34, + "humidity": 42, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f2068ba99bc131f2b032e8b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:04:42.737Z" + }, + "brightness": 131, + "moisture": 68, + "humidity": 42, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f2068d399bc13c9ab032e8c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:05:07.547Z" + }, + "brightness": 14, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2068e199bc1361a2032e8d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:05:21.625Z" + }, + "brightness": 396, + "moisture": 55, + "humidity": 49, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2068f299bc1399c8032e8e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:05:38.840Z" + }, + "brightness": 187, + "moisture": 34, + "humidity": 40, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2068fb99bc132463032e8f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:05:47.816Z" + }, + "brightness": 128, + "moisture": 68, + "humidity": 42, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f20690f99bc136a0b032e90" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:06:07.656Z" + }, + "brightness": 14, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20691d99bc131546032e91" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:06:21.688Z" + }, + "brightness": 407, + "moisture": 55, + "humidity": 45, + "temperature": 31 +},{ + "_id": { + "$oid": "5f20692e99bc136def032e92" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:06:38.909Z" + }, + "brightness": 181, + "moisture": 34, + "humidity": 40, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f20693c99bc13ef03032e93" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:06:52.892Z" + }, + "brightness": 127, + "moisture": 68, + "humidity": 42, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f20694b99bc13a7dd032e94" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:07:07.766Z" + }, + "brightness": 14, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20695999bc130abc032e95" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:07:21.752Z" + }, + "brightness": 435, + "moisture": 54, + "humidity": 46, + "temperature": 31 +},{ + "_id": { + "$oid": "5f20696b99bc137432032e96" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:07:39.069Z" + }, + "brightness": 190, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20697d99bc133a81032e97" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:07:57.968Z" + }, + "brightness": 125, + "moisture": 69, + "humidity": 42, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f20698799bc134228032e98" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:08:07.874Z" + }, + "brightness": 14, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20699599bc13e180032e99" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:08:21.820Z" + }, + "brightness": 463, + "moisture": 54, + "humidity": 47, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2069a799bc136495032e9a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:08:39.150Z" + }, + "brightness": 194, + "moisture": 34, + "humidity": 39, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f2069bf99bc139efa032e9b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:09:03.046Z" + }, + "brightness": 124, + "moisture": 68, + "humidity": 42, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f2069c399bc135e89032e9c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:09:07.984Z" + }, + "brightness": 14, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2069d199bc130df8032e9d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:09:21.892Z" + }, + "brightness": 481, + "moisture": 55, + "humidity": 45, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2069e399bc134a0f032e9e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:09:39.255Z" + }, + "brightness": 196, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f206a0099bc13adaf032e9f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:10:08.101Z" + }, + "brightness": 13, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f206a0099bc131a8d032ea0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:10:08.125Z" + }, + "brightness": 124, + "moisture": 69, + "humidity": 42, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f206a0d99bc13f0ee032ea1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:10:21.957Z" + }, + "brightness": 497, + "moisture": 54, + "humidity": 46, + "temperature": 31 +},{ + "_id": { + "$oid": "5f206a1f99bc1331f2032ea2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:10:39.323Z" + }, + "brightness": 203, + "moisture": 34, + "humidity": 39, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f206a3c99bc135ca5032ea3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:11:08.203Z" + }, + "brightness": 13, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f206a4199bc137c78032ea4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:11:13.201Z" + }, + "brightness": 123, + "moisture": 68, + "humidity": 42, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f206a4a99bc13539a032ea5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:11:22.026Z" + }, + "brightness": 523, + "moisture": 54, + "humidity": 45, + "temperature": 31 +},{ + "_id": { + "$oid": "5f206a5b99bc135404032ea6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:11:39.399Z" + }, + "brightness": 198, + "moisture": 35, + "humidity": 39, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f206a7899bc136224032ea7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:12:08.312Z" + }, + "brightness": 13, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f206a8299bc13573e032ea8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:12:18.279Z" + }, + "brightness": 125, + "moisture": 72, + "humidity": 42, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f206a8699bc131e05032ea9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:12:22.152Z" + }, + "brightness": 521, + "moisture": 54, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f206a9799bc13ea75032eaa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:12:39.504Z" + }, + "brightness": 189, + "moisture": 35, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f206ab499bc138d96032eab" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:13:08.423Z" + }, + "brightness": 13, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f206ac299bc134bdb032eac" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:13:22.208Z" + }, + "brightness": 510, + "moisture": 54, + "humidity": 45, + "temperature": 31 +},{ + "_id": { + "$oid": "5f206ac399bc13728c032ead" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:13:23.363Z" + }, + "brightness": 125, + "moisture": 68, + "humidity": 42, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f206ad399bc131250032eae" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:13:39.620Z" + }, + "brightness": 185, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f206af099bc13bc4d032eaf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:14:08.532Z" + }, + "brightness": 12, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f206afe99bc134e95032eb0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:14:22.282Z" + }, + "brightness": 491, + "moisture": 55, + "humidity": 45, + "temperature": 31 +},{ + "_id": { + "$oid": "5f206b0499bc137f62032eb1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:14:28.435Z" + }, + "brightness": 123, + "moisture": 69, + "humidity": 42, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f206b0f99bc133d34032eb2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:14:39.689Z" + }, + "brightness": 178, + "moisture": 34, + "humidity": 39, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f206b2c99bc13d74a032eb3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:15:08.643Z" + }, + "brightness": 12, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f206b3a99bc136d70032eb4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:15:22.344Z" + }, + "brightness": 473, + "moisture": 55, + "humidity": 45, + "temperature": 31 +},{ + "_id": { + "$oid": "5f206b4599bc138546032eb5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:15:33.510Z" + }, + "brightness": 119, + "moisture": 68, + "humidity": 41, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f206b4b99bc135f75032eb6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:15:39.756Z" + }, + "brightness": 165, + "moisture": 34, + "humidity": 39, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f206b6899bc13418c032eb7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:16:08.752Z" + }, + "brightness": 12, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f206b7699bc13f006032eb8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:16:22.420Z" + }, + "brightness": 454, + "moisture": 54, + "humidity": 48, + "temperature": 31 +},{ + "_id": { + "$oid": "5f206b8699bc1378df032eb9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:16:38.587Z" + }, + "brightness": 118, + "moisture": 68, + "humidity": 41, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f206b8799bc130610032eba" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:16:39.824Z" + }, + "brightness": 158, + "moisture": 34, + "humidity": 39, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f206ba499bc1362dd032ebb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:17:08.860Z" + }, + "brightness": 12, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f206bb299bc136108032ebc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:17:22.487Z" + }, + "brightness": 439, + "moisture": 55, + "humidity": 45, + "temperature": 31 +},{ + "_id": { + "$oid": "5f206bc399bc133002032ebd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:17:39.893Z" + }, + "brightness": 156, + "moisture": 34, + "humidity": 39, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f206bc799bc131eb2032ebe" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:17:43.667Z" + }, + "brightness": 122, + "moisture": 68, + "humidity": 41, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f206be099bc13d761032ebf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:18:08.970Z" + }, + "brightness": 12, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f206bee99bc132069032ec0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:18:22.555Z" + }, + "brightness": 443, + "moisture": 54, + "humidity": 46, + "temperature": 31 +},{ + "_id": { + "$oid": "5f206bff99bc1384d3032ec1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:18:39.962Z" + }, + "brightness": 165, + "moisture": 34, + "humidity": 39, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f206c0899bc135898032ec2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:18:48.743Z" + }, + "brightness": 115, + "moisture": 68, + "humidity": 41, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f206c1d99bc1382b6032ec3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:19:09.081Z" + }, + "brightness": 11, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f206c2a99bc132be2032ec4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:19:22.624Z" + }, + "brightness": 452, + "moisture": 55, + "humidity": 45, + "temperature": 31 +},{ + "_id": { + "$oid": "5f206c3c99bc132d4e032ec5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:19:40.031Z" + }, + "brightness": 154, + "moisture": 34, + "humidity": 41, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f206c4999bc135e69032ec6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:19:53.823Z" + }, + "brightness": 109, + "moisture": 68, + "humidity": 41, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f206c5999bc139fd6032ec7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:20:09.190Z" + }, + "brightness": 11, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f206c6699bc13968b032ec8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:20:22.698Z" + }, + "brightness": 459, + "moisture": 55, + "humidity": 45, + "temperature": 31 +},{ + "_id": { + "$oid": "5f206c7899bc13769b032ec9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:20:40.106Z" + }, + "brightness": 151, + "moisture": 34, + "humidity": 40, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f206c8a99bc1354c2032eca" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:20:58.902Z" + }, + "brightness": 104, + "moisture": 68, + "humidity": 41, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f206c9599bc1354aa032ecb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:21:09.300Z" + }, + "brightness": 10, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f206ca299bc13a05c032ecc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:21:22.764Z" + }, + "brightness": 473, + "moisture": 55, + "humidity": 45, + "temperature": 31 +},{ + "_id": { + "$oid": "5f206cb499bc136a54032ecd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:21:40.169Z" + }, + "brightness": 156, + "moisture": 34, + "humidity": 41, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f206ccb99bc1373ad032ece" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:22:03.980Z" + }, + "brightness": 100, + "moisture": 68, + "humidity": 41, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f206cd199bc137f2c032ecf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:22:09.409Z" + }, + "brightness": 10, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f206cde99bc137b71032ed0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:22:22.834Z" + }, + "brightness": 481, + "moisture": 55, + "humidity": 45, + "temperature": 31 +},{ + "_id": { + "$oid": "5f206cf099bc13871c032ed1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:22:40.240Z" + }, + "brightness": 151, + "moisture": 34, + "humidity": 40, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f206d0d99bc1357f2032ed2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:23:09.057Z" + }, + "brightness": 100, + "moisture": 68, + "humidity": 41, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f206d0d99bc13166d032ed3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:23:09.517Z" + }, + "brightness": 10, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f206d1a99bc13f1bc032ed4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:23:22.900Z" + }, + "brightness": 483, + "moisture": 55, + "humidity": 45, + "temperature": 31 +},{ + "_id": { + "$oid": "5f206d2c99bc13289a032ed5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:23:40.306Z" + }, + "brightness": 145, + "moisture": 34, + "humidity": 40, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f206d4999bc1301b2032ed6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:24:09.626Z" + }, + "brightness": 10, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f206d4e99bc13c9ff032ed7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:24:14.134Z" + }, + "brightness": 97, + "moisture": 68, + "humidity": 41, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f206d5699bc13ba7b032ed8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:24:22.969Z" + }, + "brightness": 476, + "moisture": 55, + "humidity": 45, + "temperature": 31 +},{ + "_id": { + "$oid": "5f206d6899bc134f30032ed9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:24:40.374Z" + }, + "brightness": 142, + "moisture": 34, + "humidity": 40, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f206d8599bc1321e4032eda" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:25:09.738Z" + }, + "brightness": 10, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f206d8f99bc135b28032edb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:25:19.213Z" + }, + "brightness": 98, + "moisture": 68, + "humidity": 41, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f206d9399bc138116032edc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:25:23.030Z" + }, + "brightness": 469, + "moisture": 55, + "humidity": 45, + "temperature": 31 +},{ + "_id": { + "$oid": "5f206da499bc13abf5032edd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:25:40.451Z" + }, + "brightness": 140, + "moisture": 34, + "humidity": 40, + "temperature": 29 +},{ + "_id": { + "$oid": "5f206dc199bc13d6a7032ede" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:26:09.847Z" + }, + "brightness": 10, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f206dcf99bc139b7d032edf" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:26:23.102Z" + }, + "brightness": 468, + "moisture": 55, + "humidity": 45, + "temperature": 31 +},{ + "_id": { + "$oid": "5f206dd099bc13ed70032ee0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:26:24.289Z" + }, + "brightness": 99, + "moisture": 68, + "humidity": 41, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f206de099bc133063032ee1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:26:40.515Z" + }, + "brightness": 135, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f206dfd99bc1319ec032ee2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:27:09.956Z" + }, + "brightness": 10, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f206e0b99bc132de5032ee3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:27:23.178Z" + }, + "brightness": 473, + "moisture": 55, + "humidity": 45, + "temperature": 31 +},{ + "_id": { + "$oid": "5f206e1199bc1301c7032ee4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:27:29.366Z" + }, + "brightness": 92, + "moisture": 68, + "humidity": 41, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f206e1c99bc135a2f032ee5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:27:40.582Z" + }, + "brightness": 133, + "moisture": 34, + "humidity": 39, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f206e3a99bc13ecaa032ee6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:28:10.067Z" + }, + "brightness": 9, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f206e4799bc1314d7032ee7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:28:23.247Z" + }, + "brightness": 469, + "moisture": 55, + "humidity": 44, + "temperature": 31 +},{ + "_id": { + "$oid": "5f206e5299bc1345ec032ee8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:28:34.444Z" + }, + "brightness": 89, + "moisture": 68, + "humidity": 41, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f206e5899bc130f4f032ee9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:28:40.650Z" + }, + "brightness": 130, + "moisture": 33, + "humidity": 39, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f206e7699bc130ce3032eea" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:29:10.177Z" + }, + "brightness": 9, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f206e8399bc13b839032eeb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:29:23.314Z" + }, + "brightness": 456, + "moisture": 54, + "humidity": 44, + "temperature": 31 +},{ + "_id": { + "$oid": "5f206e9399bc13012c032eec" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:29:39.520Z" + }, + "brightness": 88, + "moisture": 68, + "humidity": 41, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f206e9499bc135262032eed" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:29:40.720Z" + }, + "brightness": 128, + "moisture": 34, + "humidity": 39, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f206eb299bc1378c8032eee" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:30:10.285Z" + }, + "brightness": 9, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f206ebf99bc136126032eef" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:30:23.381Z" + }, + "brightness": 444, + "moisture": 55, + "humidity": 45, + "temperature": 31 +},{ + "_id": { + "$oid": "5f206ed099bc13dfe5032ef0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:30:40.791Z" + }, + "brightness": 125, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f206ed499bc134164032ef1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:30:44.600Z" + }, + "brightness": 83, + "moisture": 68, + "humidity": 41, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f206eee99bc137a92032ef2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:31:10.395Z" + }, + "brightness": 9, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f206efb99bc137666032ef3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:31:23.455Z" + }, + "brightness": 429, + "moisture": 55, + "humidity": 45, + "temperature": 31 +},{ + "_id": { + "$oid": "5f206f0c99bc1379e1032ef4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:31:40.869Z" + }, + "brightness": 119, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f206f1599bc136ea5032ef5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:31:49.675Z" + }, + "brightness": 89, + "moisture": 72, + "humidity": 41, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f206f2a99bc137a72032ef6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:32:10.503Z" + }, + "brightness": 9, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f206f3799bc13f06a032ef7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:32:23.512Z" + }, + "brightness": 416, + "moisture": 55, + "humidity": 45, + "temperature": 31 +},{ + "_id": { + "$oid": "5f206f4899bc135e17032ef8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:32:40.930Z" + }, + "brightness": 116, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f206f5699bc135a1e032ef9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:32:54.752Z" + }, + "brightness": 85, + "moisture": 68, + "humidity": 41, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f206f6699bc13ca2e032efa" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:33:10.613Z" + }, + "brightness": 9, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f206f7399bc1304d7032efb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:33:23.583Z" + }, + "brightness": 403, + "moisture": 55, + "humidity": 44, + "temperature": 31 +},{ + "_id": { + "$oid": "5f206f8599bc131d17032efc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:33:41Z" + }, + "brightness": 114, + "moisture": 34, + "humidity": 39, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f206f9799bc13c670032efd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:33:59.834Z" + }, + "brightness": 91, + "moisture": 68, + "humidity": 41, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f206fa299bc13189a032efe" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:34:10.727Z" + }, + "brightness": 8, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f206faf99bc13b01c032eff" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:34:23.648Z" + }, + "brightness": 392, + "moisture": 54, + "humidity": 44, + "temperature": 31 +},{ + "_id": { + "$oid": "5f206fc199bc136873032f00" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:34:41.071Z" + }, + "brightness": 118, + "moisture": 34, + "humidity": 39, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f206fd899bc139cd7032f01" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:35:04.910Z" + }, + "brightness": 103, + "moisture": 68, + "humidity": 41, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f206fde99bc13ecd4032f02" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:35:10.833Z" + }, + "brightness": 8, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f206feb99bc136725032f03" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:35:23.720Z" + }, + "brightness": 384, + "moisture": 55, + "humidity": 44, + "temperature": 31 +},{ + "_id": { + "$oid": "5f206ffd99bc135ee7032f04" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:35:41.139Z" + }, + "brightness": 119, + "moisture": 35, + "humidity": 39, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f20701999bc138c0e032f05" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:36:09.985Z" + }, + "brightness": 102, + "moisture": 68, + "humidity": 41, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f20701a99bc132df8032f06" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:36:10.942Z" + }, + "brightness": 7, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20702799bc13214f032f07" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:36:23.791Z" + }, + "brightness": 375, + "moisture": 55, + "humidity": 44, + "temperature": 31 +},{ + "_id": { + "$oid": "5f20703999bc131779032f08" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:36:41.209Z" + }, + "brightness": 116, + "moisture": 34, + "humidity": 39, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f20705799bc133ab3032f09" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:37:11.053Z" + }, + "brightness": 7, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20705b99bc13d6ab032f0a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:37:15.071Z" + }, + "brightness": 99, + "moisture": 68, + "humidity": 41, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f20706399bc139f56032f0b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:37:23.859Z" + }, + "brightness": 362, + "moisture": 55, + "humidity": 44, + "temperature": 31 +},{ + "_id": { + "$oid": "5f20707599bc1340c9032f0c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:37:41.279Z" + }, + "brightness": 107, + "moisture": 34, + "humidity": 38, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f20709399bc131339032f0d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:38:11.161Z" + }, + "brightness": 7, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20709c99bc13611e032f0e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:38:20.142Z" + }, + "brightness": 94, + "moisture": 68, + "humidity": 40, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f20709f99bc13f717032f0f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:38:23.937Z" + }, + "brightness": 352, + "moisture": 55, + "humidity": 44, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2070b199bc136a6c032f10" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:38:41.346Z" + }, + "brightness": 109, + "moisture": 33, + "humidity": 39, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f2070cf99bc132d95032f11" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:39:11.278Z" + }, + "brightness": 6, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2070dc99bc13e2a8032f12" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:39:24.007Z" + }, + "brightness": 343, + "moisture": 55, + "humidity": 44, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2070dd99bc13754e032f13" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:39:25.217Z" + }, + "brightness": 83, + "moisture": 68, + "humidity": 40, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f2070ed99bc135c1e032f14" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:39:41.421Z" + }, + "brightness": 109, + "moisture": 34, + "humidity": 39, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f20710b99bc13cc3b032f15" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:40:11.382Z" + }, + "brightness": 5, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20711899bc13c271032f16" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:40:24.070Z" + }, + "brightness": 336, + "moisture": 55, + "humidity": 44, + "temperature": 31 +},{ + "_id": { + "$oid": "5f20711e99bc138d91032f17" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:40:30.295Z" + }, + "brightness": 79, + "moisture": 68, + "humidity": 40, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f20712999bc13a8b0032f18" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:40:41.486Z" + }, + "brightness": 117, + "moisture": 34, + "humidity": 40, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20714799bc13b3dd032f19" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:41:11.489Z" + }, + "brightness": 5, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20715499bc133a56032f1a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:41:24.135Z" + }, + "brightness": 326, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20715f99bc132065032f1b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:41:35.372Z" + }, + "brightness": 77, + "moisture": 68, + "humidity": 40, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f20716599bc131cb5032f1c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:41:41.551Z" + }, + "brightness": 112, + "moisture": 34, + "humidity": 39, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f20718399bc136943032f1d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:42:11.596Z" + }, + "brightness": 5, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20719099bc13a6c7032f1e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:42:24.209Z" + }, + "brightness": 314, + "moisture": 55, + "humidity": 44, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2071a099bc132706032f1f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:42:40.450Z" + }, + "brightness": 75, + "moisture": 67, + "humidity": 40, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f2071a199bc137c44032f20" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:42:41.621Z" + }, + "brightness": 112, + "moisture": 34, + "humidity": 39, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2071bf99bc135a4f032f21" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:43:11.705Z" + }, + "brightness": 5, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2071cc99bc13c655032f22" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:43:24.367Z" + }, + "brightness": 300, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2071dd99bc1317bb032f23" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:43:41.691Z" + }, + "brightness": 114, + "moisture": 35, + "humidity": 40, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2071e199bc130916032f24" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:43:45.562Z" + }, + "brightness": 74, + "moisture": 68, + "humidity": 40, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f2071fb99bc138c67032f25" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:44:11.813Z" + }, + "brightness": 5, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20720899bc131ac5032f26" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:44:24.432Z" + }, + "brightness": 285, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f20721999bc13bc2a032f27" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:44:41.764Z" + }, + "brightness": 110, + "moisture": 34, + "humidity": 40, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20722299bc13aebc032f28" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:44:50.609Z" + }, + "brightness": 67, + "moisture": 67, + "humidity": 40, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f20723799bc1348df032f29" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:45:11.922Z" + }, + "brightness": 5, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20724499bc1324b9032f2a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:45:24.496Z" + }, + "brightness": 270, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20725599bc1309bb032f2b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:45:41.832Z" + }, + "brightness": 104, + "moisture": 34, + "humidity": 39, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20726399bc13453a032f2c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:45:55.720Z" + }, + "brightness": 61, + "moisture": 68, + "humidity": 40, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f20727499bc13fa25032f2d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:46:12.032Z" + }, + "brightness": 4, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20728099bc131a32032f2e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:46:24.575Z" + }, + "brightness": 253, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f20729199bc13b1d2032f2f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:46:41.894Z" + }, + "brightness": 102, + "moisture": 34, + "humidity": 39, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2072a499bc139341032f30" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:47:00.765Z" + }, + "brightness": 55, + "moisture": 67, + "humidity": 40, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f2072b099bc133403032f31" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:47:12.139Z" + }, + "brightness": 4, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2072bc99bc13af54032f32" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:47:24.633Z" + }, + "brightness": 233, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2072cd99bc135996032f33" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:47:41.972Z" + }, + "brightness": 92, + "moisture": 34, + "humidity": 40, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2072e599bc134e21032f34" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:48:05.848Z" + }, + "brightness": 50, + "moisture": 69, + "humidity": 40, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f2072ec99bc13f074032f35" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:48:12.248Z" + }, + "brightness": 4, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2072f899bc135b27032f36" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:48:24.711Z" + }, + "brightness": 217, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20730a99bc134b81032f37" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:48:42.031Z" + }, + "brightness": 82, + "moisture": 34, + "humidity": 39, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f20732699bc13efdb032f38" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:49:10.919Z" + }, + "brightness": 47, + "moisture": 67, + "humidity": 40, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f20732899bc133a11032f39" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:49:12.357Z" + }, + "brightness": 4, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20733499bc13573e032f3a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:49:24.771Z" + }, + "brightness": 203, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20734699bc133ea6032f3b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:49:42.107Z" + }, + "brightness": 81, + "moisture": 34, + "humidity": 38, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f20736499bc1337ac032f3c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:50:12.471Z" + }, + "brightness": 3, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20736799bc132593032f3d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:50:15.996Z" + }, + "brightness": 44, + "moisture": 68, + "humidity": 40, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f20737099bc13e2cc032f3e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:50:24.838Z" + }, + "brightness": 193, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20738299bc1321a4032f3f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:50:42.171Z" + }, + "brightness": 85, + "moisture": 41, + "humidity": 38, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f2073a099bc13992b032f40" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:51:12.591Z" + }, + "brightness": 4, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2073a999bc1378cf032f41" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:51:21.074Z" + }, + "brightness": 43, + "moisture": 67, + "humidity": 40, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f2073ac99bc136f96032f42" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:51:24.907Z" + }, + "brightness": 186, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2073be99bc13c764032f43" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:51:42.238Z" + }, + "brightness": 83, + "moisture": 41, + "humidity": 38, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f2073dc99bc13d0bb032f44" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:52:12.702Z" + }, + "brightness": 3, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2073e899bc138e74032f45" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:52:24.981Z" + }, + "brightness": 185, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2073ea99bc1355f1032f46" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:52:26.152Z" + }, + "brightness": 42, + "moisture": 67, + "humidity": 40, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f2073fa99bc13df97032f47" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:52:42.313Z" + }, + "brightness": 80, + "moisture": 38, + "humidity": 38, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f20741899bc13bb5c032f48" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:53:12.818Z" + }, + "brightness": 4, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20742599bc13d131032f49" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:53:25.055Z" + }, + "brightness": 188, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20742b99bc132aeb032f4a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:53:31.240Z" + }, + "brightness": 40, + "moisture": 67, + "humidity": 40, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f20743699bc137a5c032f4b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:53:42.467Z" + }, + "brightness": 78, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20745499bc13c853032f4c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:54:12.900Z" + }, + "brightness": 4, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20746199bc13494d032f4d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:54:25.128Z" + }, + "brightness": 190, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20746c99bc130d51032f4e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:54:36.308Z" + }, + "brightness": 37, + "moisture": 67, + "humidity": 40, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f20747299bc1340ef032f4f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:54:42.540Z" + }, + "brightness": 78, + "moisture": 38, + "humidity": 37, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f20749199bc13f16d032f50" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:55:13.010Z" + }, + "brightness": 3, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20749d99bc132390032f51" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:55:25.182Z" + }, + "brightness": 188, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2074ad99bc130bee032f52" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:55:41.386Z" + }, + "brightness": 36, + "moisture": 67, + "humidity": 40, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f2074ae99bc1361fa032f53" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:55:42.648Z" + }, + "brightness": 78, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2074cd99bc13a2a0032f54" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:56:13.120Z" + }, + "brightness": 3, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2074d999bc134b91032f55" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:56:25.284Z" + }, + "brightness": 180, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2074eb99bc131e73032f56" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:56:43.124Z" + }, + "brightness": 78, + "moisture": 35, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2074ee99bc135e73032f57" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:56:46.463Z" + }, + "brightness": 35, + "moisture": 67, + "humidity": 40, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f20750999bc133ce0032f58" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:57:13.230Z" + }, + "brightness": 3, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20751599bc13e2ff032f59" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:57:25.320Z" + }, + "brightness": 169, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20752799bc13843e032f5a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:57:43.192Z" + }, + "brightness": 78, + "moisture": 35, + "humidity": 37, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f20752f99bc134737032f5b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:57:51.539Z" + }, + "brightness": 40, + "moisture": 68, + "humidity": 40, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f20754599bc13c370032f5c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:58:13.339Z" + }, + "brightness": 3, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20755199bc1332fa032f5d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:58:25.431Z" + }, + "brightness": 160, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20756399bc134992032f5e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:58:43.306Z" + }, + "brightness": 80, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20757099bc1314f0032f5f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T18:58:56.617Z" + }, + "brightness": 40, + "moisture": 67, + "humidity": 40, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f20758199bc13c61c032f60" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T18:59:13.448Z" + }, + "brightness": 3, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20758d99bc13cd81032f61" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T18:59:25.859Z" + }, + "brightness": 152, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20759f99bc139411032f62" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T18:59:43.375Z" + }, + "brightness": 78, + "moisture": 39, + "humidity": 38, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f2075b199bc13d3fb032f63" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:00:01.694Z" + }, + "brightness": 38, + "moisture": 68, + "humidity": 40, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f2075bd99bc131b1e032f64" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:00:13.557Z" + }, + "brightness": 3, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2075c999bc133dce032f65" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:00:25.940Z" + }, + "brightness": 143, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2075db99bc13fc2b032f66" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:00:43.447Z" + }, + "brightness": 75, + "moisture": 41, + "humidity": 38, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f2075f299bc13ea9b032f67" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:01:06.772Z" + }, + "brightness": 37, + "moisture": 67, + "humidity": 40, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f2075f999bc1378c7032f68" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:01:13.666Z" + }, + "brightness": 3, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20760699bc13cbfb032f69" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:01:26.026Z" + }, + "brightness": 135, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20761799bc134ff9032f6a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:01:43.527Z" + }, + "brightness": 73, + "moisture": 35, + "humidity": 38, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f20763399bc131784032f6b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:02:11.849Z" + }, + "brightness": 36, + "moisture": 68, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20763599bc1336ab032f6c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:02:13.773Z" + }, + "brightness": 2, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20764299bc13e3bc032f6d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:02:26.065Z" + }, + "brightness": 127, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20765399bc137105032f6e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:02:43.584Z" + }, + "brightness": 72, + "moisture": 34, + "humidity": 38, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f20767199bc133764032f6f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:03:13.882Z" + }, + "brightness": 2, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20767499bc139f30032f70" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:03:16.928Z" + }, + "brightness": 34, + "moisture": 67, + "humidity": 40, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f20767e99bc137555032f71" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:03:26.131Z" + }, + "brightness": 120, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20768f99bc1340f6032f72" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:03:43.652Z" + }, + "brightness": 70, + "moisture": 34, + "humidity": 38, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f2076ad99bc13771c032f73" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:04:13.990Z" + }, + "brightness": 2, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2076b699bc13a41f032f74" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:04:22.006Z" + }, + "brightness": 33, + "moisture": 68, + "humidity": 40, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f2076ba99bc138ef7032f75" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:04:26.206Z" + }, + "brightness": 112, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2076cb99bc138e51032f76" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:04:43.716Z" + }, + "brightness": 70, + "moisture": 35, + "humidity": 38, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f2076ea99bc13377b032f77" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:05:14.098Z" + }, + "brightness": 2, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2076f699bc131982032f78" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:05:26.271Z" + }, + "brightness": 102, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2076f799bc1399b1032f79" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:05:27.082Z" + }, + "brightness": 31, + "moisture": 67, + "humidity": 39, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f20770799bc1356da032f7a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:05:43.785Z" + }, + "brightness": 66, + "moisture": 36, + "humidity": 38, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f20772699bc1382af032f7b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:06:14.207Z" + }, + "brightness": 2, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20773299bc13e891032f7c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:06:26.346Z" + }, + "brightness": 93, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20773899bc137ce9032f7d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:06:32.159Z" + }, + "brightness": 29, + "moisture": 68, + "humidity": 39, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f20774399bc131a4e032f7e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:06:43.856Z" + }, + "brightness": 67, + "moisture": 35, + "humidity": 39, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20776299bc13870f032f7f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:07:14.322Z" + }, + "brightness": 1, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20776e99bc131f10032f80" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:07:26.406Z" + }, + "brightness": 85, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20777999bc133dda032f81" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:07:37.239Z" + }, + "brightness": 28, + "moisture": 67, + "humidity": 39, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f20777f99bc138164032f82" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:07:43.923Z" + }, + "brightness": 65, + "moisture": 35, + "humidity": 38, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f20779e99bc1350e2032f83" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:08:14.438Z" + }, + "brightness": 1, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2077aa99bc13cc72032f84" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:08:26.480Z" + }, + "brightness": 78, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2077ba99bc136bf6032f85" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:08:42.318Z" + }, + "brightness": 27, + "moisture": 68, + "humidity": 39, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f2077bb99bc131d16032f86" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:08:43.991Z" + }, + "brightness": 62, + "moisture": 35, + "humidity": 39, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f2077da99bc1367dd032f87" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:09:14.555Z" + }, + "brightness": 1, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2077e699bc13e3e5032f88" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:09:26.548Z" + }, + "brightness": 72, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2077f899bc13536b032f89" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:09:44.061Z" + }, + "brightness": 60, + "moisture": 35, + "humidity": 39, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2077fb99bc13b1bc032f8a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:09:47.395Z" + }, + "brightness": 25, + "moisture": 68, + "humidity": 39, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f20781699bc136bc6032f8b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:10:14.667Z" + }, + "brightness": 1, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20782299bc133a88032f8c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:10:26.612Z" + }, + "brightness": 67, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20783499bc13d469032f8d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:10:44.129Z" + }, + "brightness": 59, + "moisture": 35, + "humidity": 37, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20783c99bc132c61032f8e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:10:52.474Z" + }, + "brightness": 24, + "moisture": 67, + "humidity": 39, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f20785299bc1362fd032f8f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:11:14.750Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20785e99bc13fb9d032f90" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:11:26.682Z" + }, + "brightness": 62, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20787099bc13b776032f91" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:11:44.200Z" + }, + "brightness": 58, + "moisture": 35, + "humidity": 38, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f20787d99bc13806b032f92" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:11:57.551Z" + }, + "brightness": 22, + "moisture": 67, + "humidity": 39, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f20788e99bc135f88032f93" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:12:14.860Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20789a99bc13c37e032f94" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:12:26.754Z" + }, + "brightness": 57, + "moisture": 54, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2078ac99bc131ea1032f95" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:12:44.270Z" + }, + "brightness": 56, + "moisture": 34, + "humidity": 38, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f2078be99bc133c26032f96" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:13:02.629Z" + }, + "brightness": 20, + "moisture": 67, + "humidity": 38, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f2078ca99bc1335f9032f97" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:13:14.967Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2078d699bc134a1e032f98" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:13:26.829Z" + }, + "brightness": 53, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2078e899bc13cfca032f99" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:13:44.336Z" + }, + "brightness": 55, + "moisture": 34, + "humidity": 38, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f2078ff99bc13854d032f9a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:14:07.706Z" + }, + "brightness": 20, + "moisture": 67, + "humidity": 38, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f20790799bc134146032f9b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:14:15.079Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20791299bc13373b032f9c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:14:26.892Z" + }, + "brightness": 49, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20792499bc137871032f9d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:14:44.410Z" + }, + "brightness": 54, + "moisture": 34, + "humidity": 38, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f20794099bc1381ad032f9e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:15:12.784Z" + }, + "brightness": 19, + "moisture": 67, + "humidity": 38, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f20794399bc138a2b032f9f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:15:15.190Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20794e99bc13177d032fa0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:15:26.966Z" + }, + "brightness": 45, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20796099bc13813d032fa1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:15:44.476Z" + }, + "brightness": 53, + "moisture": 34, + "humidity": 37, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f20797f99bc1333b1032fa2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:16:15.297Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20798199bc133c29032fa3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:16:17.862Z" + }, + "brightness": 17, + "moisture": 67, + "humidity": 38, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f20798b99bc135fa3032fa4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:16:27.023Z" + }, + "brightness": 42, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20799c99bc139384032fa5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:16:44.548Z" + }, + "brightness": 53, + "moisture": 33, + "humidity": 37, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f2079bb99bc13a756032fa6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:17:15.406Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2079c299bc132891032fa7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:17:22.940Z" + }, + "brightness": 16, + "moisture": 67, + "humidity": 38, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f2079c799bc1351b4032fa8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:17:27.124Z" + }, + "brightness": 39, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2079d899bc13092f032fa9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:17:44.613Z" + }, + "brightness": 51, + "moisture": 33, + "humidity": 37, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f2079f799bc134077032faa" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:18:15.513Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f207a0399bc13319b032fab" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:18:27.169Z" + }, + "brightness": 36, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f207a0499bc138e1e032fac" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:18:28.016Z" + }, + "brightness": 15, + "moisture": 67, + "humidity": 38, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f207a1499bc13fabb032fad" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:18:44.683Z" + }, + "brightness": 51, + "moisture": 34, + "humidity": 37, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f207a3399bc132c8e032fae" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:19:15.621Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f207a3f99bc131ab5032faf" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:19:27.229Z" + }, + "brightness": 34, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f207a4599bc136e32032fb0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:19:33.094Z" + }, + "brightness": 14, + "moisture": 67, + "humidity": 38, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f207a5099bc13f2af032fb1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:19:44.750Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 37, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f207a6f99bc137403032fb2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:20:15.899Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f207a7b99bc137596032fb3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:20:27.300Z" + }, + "brightness": 31, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f207a8699bc139a4e032fb4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:20:38.182Z" + }, + "brightness": 14, + "moisture": 67, + "humidity": 38, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f207a8c99bc135b70032fb5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:20:44.820Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 38, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f207aab99bc13c9aa032fb6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:21:15.842Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f207ab799bc133f57032fb7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:21:27.401Z" + }, + "brightness": 28, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f207ac799bc13d3bd032fb8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:21:43.250Z" + }, + "brightness": 13, + "moisture": 67, + "humidity": 38, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f207ac899bc13f54c032fb9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:21:44.895Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 37, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f207ae799bc131446032fba" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:22:15.995Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f207af399bc135c14032fbb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:22:27.434Z" + }, + "brightness": 25, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f207b0499bc130ae3032fbc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:22:44.959Z" + }, + "brightness": 48, + "moisture": 33, + "humidity": 38, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f207b0899bc13bfd6032fbd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:22:48.327Z" + }, + "brightness": 12, + "moisture": 67, + "humidity": 38, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f207b2499bc138d24032fbe" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:23:16.082Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f207b2f99bc133dd5032fbf" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:23:27.507Z" + }, + "brightness": 24, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f207b4199bc13b7b0032fc0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:23:45.025Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 37, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f207b4999bc131c25032fc1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:23:53.404Z" + }, + "brightness": 12, + "moisture": 67, + "humidity": 38, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f207b6099bc134b95032fc2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:24:16.234Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f207b6b99bc137bcd032fc3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:24:27.575Z" + }, + "brightness": 22, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f207b7d99bc136408032fc4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:24:45.102Z" + }, + "brightness": 47, + "moisture": 34, + "humidity": 38, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f207b8a99bc138469032fc5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:24:58.484Z" + }, + "brightness": 11, + "moisture": 67, + "humidity": 38, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f207b9c99bc137b68032fc6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:25:16.292Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f207ba799bc13aa30032fc7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:25:27.644Z" + }, + "brightness": 20, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f207bb999bc1343bc032fc8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:25:45.165Z" + }, + "brightness": 48, + "moisture": 34, + "humidity": 36, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f207bcb99bc137f32032fc9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:26:03.559Z" + }, + "brightness": 11, + "moisture": 67, + "humidity": 38, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f207bd899bc1322de032fca" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:26:16.403Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f207be399bc135d4f032fcb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:26:27.708Z" + }, + "brightness": 19, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f207bf599bc13cd2c032fcc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:26:45.238Z" + }, + "brightness": 48, + "moisture": 34, + "humidity": 37, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f207c0c99bc139abb032fcd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:27:08.639Z" + }, + "brightness": 10, + "moisture": 67, + "humidity": 38, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f207c1499bc133afd032fce" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:27:16.487Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f207c1f99bc134f45032fcf" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:27:27.780Z" + }, + "brightness": 18, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f207c3199bc132ede032fd0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:27:45.303Z" + }, + "brightness": 47, + "moisture": 34, + "humidity": 36, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f207c4d99bc1371d3032fd1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:28:13.714Z" + }, + "brightness": 10, + "moisture": 67, + "humidity": 38, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f207c5099bc1369d7032fd2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:28:16.595Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f207c5b99bc134871032fd3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:28:27.845Z" + }, + "brightness": 16, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f207c6d99bc134d2e032fd4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:28:45.373Z" + }, + "brightness": 46, + "moisture": 34, + "humidity": 36, + "temperature": 28 +},{ + "_id": { + "$oid": "5f207c8c99bc13deb7032fd5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:29:16.706Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f207c8e99bc132298032fd6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:29:18.794Z" + }, + "brightness": 10, + "moisture": 67, + "humidity": 38, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f207c9799bc13f04f032fd7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:29:27.912Z" + }, + "brightness": 15, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f207ca999bc137f78032fd8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:29:45.446Z" + }, + "brightness": 46, + "moisture": 34, + "humidity": 36, + "temperature": 28 +},{ + "_id": { + "$oid": "5f207cc899bc13208c032fd9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:30:16.818Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f207ccf99bc13a4da032fda" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:30:23.873Z" + }, + "brightness": 10, + "moisture": 67, + "humidity": 38, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f207cd499bc137c1c032fdb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:30:28.012Z" + }, + "brightness": 15, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f207ce599bc13377a032fdc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:30:45.505Z" + }, + "brightness": 46, + "moisture": 34, + "humidity": 36, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f207d0499bc1301b4032fdd" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:31:16.928Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f207d1099bc1305a0032fde" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:31:28.106Z" + }, + "brightness": 14, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f207d1099bc131fa9032fdf" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:31:28.948Z" + }, + "brightness": 10, + "moisture": 68, + "humidity": 38, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f207d2199bc136ca9032fe0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:31:45.574Z" + }, + "brightness": 46, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f207d4199bc131815032fe1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:32:17.036Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f207d4c99bc1321b5032fe2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:32:28.306Z" + }, + "brightness": 14, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f207d5299bc1331d1032fe3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:32:34.026Z" + }, + "brightness": 10, + "moisture": 67, + "humidity": 38, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f207d5d99bc135252032fe4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:32:45.644Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 36, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f207d7d99bc13f8cf032fe5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:33:17.144Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f207d8899bc13be74032fe6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:33:28.245Z" + }, + "brightness": 14, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f207d9399bc130267032fe7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:33:39.101Z" + }, + "brightness": 9, + "moisture": 67, + "humidity": 38, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f207d9999bc1325c2032fe8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:33:45.712Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 36, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f207db999bc136fed032fe9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:34:17.252Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f207dc499bc138cac032fea" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:34:28.319Z" + }, + "brightness": 13, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f207dd499bc13b8fd032feb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:34:44.180Z" + }, + "brightness": 10, + "moisture": 67, + "humidity": 38, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f207dd599bc13dad9032fec" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:34:45.784Z" + }, + "brightness": 50, + "moisture": 34, + "humidity": 37, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f207df599bc13dcc9032fed" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:35:17.360Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f207e0099bc13cb6b032fee" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:35:28.379Z" + }, + "brightness": 13, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f207e1199bc136d76032fef" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:35:45.851Z" + }, + "brightness": 50, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f207e1599bc139fb8032ff0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:35:49.260Z" + }, + "brightness": 10, + "moisture": 67, + "humidity": 38, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f207e3199bc13a293032ff1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:36:17.467Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f207e3c99bc13fd59032ff2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:36:28.444Z" + }, + "brightness": 13, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f207e4d99bc13e6ac032ff3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:36:45.922Z" + }, + "brightness": 50, + "moisture": 34, + "humidity": 36, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f207e5699bc1340ee032ff4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:36:54.338Z" + }, + "brightness": 10, + "moisture": 67, + "humidity": 38, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f207e6d99bc13b4a5032ff5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:37:17.576Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f207e7899bc133b5f032ff6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:37:28.506Z" + }, + "brightness": 12, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f207e8a99bc136ff2032ff7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:37:46.016Z" + }, + "brightness": 50, + "moisture": 34, + "humidity": 36, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f207e9799bc1362ff032ff8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:37:59.411Z" + }, + "brightness": 10, + "moisture": 69, + "humidity": 38, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f207ea999bc13bca8032ff9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:38:17.856Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f207eb499bc130bbe032ffa" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:38:28.576Z" + }, + "brightness": 12, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f207ec699bc13d7e9032ffb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:38:46.103Z" + }, + "brightness": 50, + "moisture": 34, + "humidity": 36, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f207ed899bc13534c032ffc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:39:04.485Z" + }, + "brightness": 9, + "moisture": 67, + "humidity": 38, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f207ee599bc13d0cc032ffd" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:39:17.792Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f207ef099bc1341b0032ffe" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:39:28.646Z" + }, + "brightness": 12, + "moisture": 55, + "humidity": 48, + "temperature": 30 +},{ + "_id": { + "$oid": "5f207f0299bc13ce08032fff" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:39:46.177Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 36, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f207f1999bc13a11e033000" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:40:09.559Z" + }, + "brightness": 9, + "moisture": 71, + "humidity": 38, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f207f2299bc13cd57033001" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:40:18.275Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f207f2c99bc13a3c4033002" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:40:28.716Z" + }, + "brightness": 12, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f207f3e99bc1346e4033003" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:40:46.202Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 37, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f207f5a99bc1358ae033004" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:41:14.639Z" + }, + "brightness": 9, + "moisture": 67, + "humidity": 38, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f207f5e99bc1333f3033005" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:41:18.204Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f207f6899bc130cae033006" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:41:28.781Z" + }, + "brightness": 12, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f207f7a99bc136aa8033007" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:41:46.349Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 37, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f207f9a99bc1378e7033008" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:42:18.135Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f207f9b99bc133048033009" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:42:19.716Z" + }, + "brightness": 9, + "moisture": 67, + "humidity": 38, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f207fa499bc13734903300a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:42:28.865Z" + }, + "brightness": 11, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f207fb699bc13c1ce03300b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:42:46.361Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 37, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f207fd699bc13028303300c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:43:18.251Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f207fdc99bc13571a03300d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:43:24.798Z" + }, + "brightness": 10, + "moisture": 67, + "humidity": 38, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f207fe099bc13137b03300e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:43:28.918Z" + }, + "brightness": 11, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f207ff299bc1300b303300f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:43:46.412Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 37, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f20801299bc130a18033010" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:44:18.350Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20801c99bc138358033011" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:44:28.986Z" + }, + "brightness": 11, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20801d99bc1363d3033012" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:44:29.871Z" + }, + "brightness": 10, + "moisture": 67, + "humidity": 38, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f20802e99bc130a8d033013" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:44:46.475Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 37, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f20804e99bc1379d0033014" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:45:18.444Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20805999bc13745c033015" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:45:29.102Z" + }, + "brightness": 11, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20805e99bc13632f033016" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:45:34.950Z" + }, + "brightness": 10, + "moisture": 66, + "humidity": 38, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f20806a99bc135376033017" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:45:46.545Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 38, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f20808a99bc131bc7033018" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:46:18.554Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20809599bc13069d033019" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:46:29.175Z" + }, + "brightness": 11, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2080a099bc13096903301a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:46:40.025Z" + }, + "brightness": 9, + "moisture": 67, + "humidity": 38, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f2080a699bc1364a703301b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:46:46.615Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 37, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f2080c699bc13554503301c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:47:18.665Z" + }, + "brightness": 0, + "moisture": 49, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2080d199bc13054003301d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:47:29.239Z" + }, + "brightness": 11, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2080e199bc13770603301e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:47:45.102Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 38, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f2080e299bc13697603301f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:47:46.689Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 37, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f20810399bc137f83033020" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:48:19.132Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20810d99bc13b05b033021" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:48:29.312Z" + }, + "brightness": 11, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20811e99bc136aca033022" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:48:46.753Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 37, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f20812299bc139d0d033023" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:48:50.182Z" + }, + "brightness": 10, + "moisture": 66, + "humidity": 37, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f20813e99bc13f5f0033024" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:49:18.881Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20814999bc135212033025" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:49:29.391Z" + }, + "brightness": 11, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20815a99bc13111b033026" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:49:46.820Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 37, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f20816399bc13cc1f033027" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:49:55.257Z" + }, + "brightness": 10, + "moisture": 66, + "humidity": 37, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f20817a99bc134b37033028" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:50:18.990Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20818599bc136bf2033029" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:50:29.449Z" + }, + "brightness": 11, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20819699bc1371b203302a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:50:46.890Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 36, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f2081a499bc1372b903302b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:51:00.335Z" + }, + "brightness": 10, + "moisture": 66, + "humidity": 37, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f2081b799bc137d2d03302c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:51:19.098Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2081c199bc13f56b03302d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:51:29.522Z" + }, + "brightness": 11, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2081d299bc1358b903302e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:51:46.961Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 37, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f2081e599bc136ec503302f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:52:05.412Z" + }, + "brightness": 9, + "moisture": 67, + "humidity": 37, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f2081f399bc13e1f6033030" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:52:19.207Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2081fd99bc13ed44033031" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:52:29.586Z" + }, + "brightness": 11, + "moisture": 55, + "humidity": 47, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20820f99bc133533033032" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:52:47.031Z" + }, + "brightness": 49, + "moisture": 33, + "humidity": 37, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f20822699bc13e260033033" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:53:10.491Z" + }, + "brightness": 10, + "moisture": 66, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20822f99bc131b7a033034" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:53:19.314Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20823999bc13e3c3033035" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:53:29.649Z" + }, + "brightness": 11, + "moisture": 55, + "humidity": 47, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20824b99bc135935033036" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:53:47.099Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 37, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f20826799bc1331a8033037" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:54:15.568Z" + }, + "brightness": 9, + "moisture": 67, + "humidity": 37, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f20826b99bc1314cd033038" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:54:19.423Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20827599bc13000a033039" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:54:29.724Z" + }, + "brightness": 13, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20828799bc13742e03303a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:54:47.170Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 36, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f2082a799bc13114b03303b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:55:19.532Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2082a899bc131cea03303c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:55:20.645Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 37, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f2082b199bc132a3303303d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:55:29.792Z" + }, + "brightness": 13, + "moisture": 55, + "humidity": 47, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2082c399bc1367ed03303e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:55:47.233Z" + }, + "brightness": 49, + "moisture": 33, + "humidity": 37, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f2082e399bc132e7403303f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:56:19.642Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2082e999bc13eca3033040" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:56:25.722Z" + }, + "brightness": 9, + "moisture": 67, + "humidity": 37, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f2082ed99bc137241033041" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:56:29.865Z" + }, + "brightness": 13, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2082ff99bc13f9af033042" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:56:47.302Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 37, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f20831f99bc130ee3033043" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:57:19.756Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20832999bc1348c1033044" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:57:29.928Z" + }, + "brightness": 13, + "moisture": 55, + "humidity": 47, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20832a99bc133047033045" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:57:30.800Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 37, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f20833b99bc133446033046" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:57:47.371Z" + }, + "brightness": 49, + "moisture": 33, + "humidity": 37, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f20835b99bc13008c033047" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:58:19.871Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20836699bc134ed0033048" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:58:30Z" + }, + "brightness": 13, + "moisture": 55, + "humidity": 47, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20836b99bc13259c033049" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:58:35.879Z" + }, + "brightness": 9, + "moisture": 67, + "humidity": 37, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f20837799bc135b4803304a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:58:47.446Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 37, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f20839799bc1353b403304b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T19:59:19.986Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2083a299bc13107a03304c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T19:59:30.115Z" + }, + "brightness": 13, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2083ac99bc137e4803304d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T19:59:40.955Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 37, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f2083b399bc13823903304e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T19:59:47.513Z" + }, + "brightness": 49, + "moisture": 33, + "humidity": 37, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f2083d499bc13edc903304f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T20:00:20.101Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2083de99bc138b26033050" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:00:30.224Z" + }, + "brightness": 13, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2083ee99bc1371d7033051" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:00:46.036Z" + }, + "brightness": 9, + "moisture": 68, + "humidity": 37, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f2083ef99bc1311b9033052" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:00:47.577Z" + }, + "brightness": 49, + "moisture": 33, + "humidity": 37, + "temperature": 26.9 +},{ + "_id": { + "$oid": "5f20841099bc13ea3b033053" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T20:01:20.184Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20841a99bc13008e033054" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:01:30.288Z" + }, + "brightness": 13, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20842b99bc136a12033055" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:01:47.651Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 37, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20842f99bc13923d033056" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:01:51.111Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 37, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f20844c99bc1387a6033057" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T20:02:20.294Z" + }, + "brightness": 0, + "moisture": 49, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20845699bc1323a4033058" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:02:30.375Z" + }, + "brightness": 13, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20846799bc13c5ac033059" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:02:47.716Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 37, + "temperature": 26.9 +},{ + "_id": { + "$oid": "5f20847099bc1355da03305a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:02:56.201Z" + }, + "brightness": 10, + "moisture": 67, + "humidity": 37, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f20848899bc1317da03305b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T20:03:20.402Z" + }, + "brightness": 0, + "moisture": 49, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20849299bc13986703305c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:03:30.432Z" + }, + "brightness": 13, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2084a399bc1369a803305d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:03:47.789Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 37, + "temperature": 26.9 +},{ + "_id": { + "$oid": "5f2084b199bc13e98603305e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:04:01.266Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 37, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f2084c499bc13157003305f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T20:04:20.514Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2084ce99bc13d78d033060" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:04:30.503Z" + }, + "brightness": 13, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2084df99bc1356bd033061" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:04:47.871Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 37, + "temperature": 26.9 +},{ + "_id": { + "$oid": "5f2084f299bc131da1033062" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:05:06.357Z" + }, + "brightness": 9, + "moisture": 67, + "humidity": 37, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f20850099bc137fa5033063" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-28T20:05:20.625Z" + }, + "brightness": 0, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20850a99bc13bbca033064" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:05:30.572Z" + }, + "brightness": 13, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20851b99bc13f380033065" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:05:47.921Z" + }, + "brightness": 49, + "moisture": 33, + "humidity": 37, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20853399bc1307e4033066" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:06:11.420Z" + }, + "brightness": 10, + "moisture": 66, + "humidity": 37, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f20854699bc13f4df033067" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:06:30.635Z" + }, + "brightness": 13, + "moisture": 55, + "humidity": 47, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20855799bc136ef4033068" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:06:47.990Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 38, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f20857499bc137718033069" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:07:16.613Z" + }, + "brightness": 10, + "moisture": 66, + "humidity": 38, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f20858299bc1356da03306a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:07:30.699Z" + }, + "brightness": 13, + "moisture": 55, + "humidity": 50, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20859499bc13da8d03306b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:07:48.058Z" + }, + "brightness": 49, + "moisture": 33, + "humidity": 37, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f2085b599bc1320f503306c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:08:21.576Z" + }, + "brightness": 10, + "moisture": 66, + "humidity": 38, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f2085be99bc13cb7903306d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:08:30.857Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2085d099bc13566403306e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:08:48.129Z" + }, + "brightness": 49, + "moisture": 33, + "humidity": 37, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f2085f699bc13831b03306f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:09:26.672Z" + }, + "brightness": 10, + "moisture": 66, + "humidity": 38, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2085fa99bc131921033070" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:09:30.848Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20860c99bc137278033071" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:09:48.209Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 37, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f20863699bc130f79033072" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:10:30.909Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 47, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20863799bc13185d033073" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:10:31.731Z" + }, + "brightness": 9, + "moisture": 70, + "humidity": 37, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f20864899bc13af8e033074" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:10:48.265Z" + }, + "brightness": 49, + "moisture": 33, + "humidity": 37, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f20867299bc13f4ca033075" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:11:30.977Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20867899bc13ceb3033076" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:11:36.811Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 37, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f20868499bc13e1b2033077" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:11:48.337Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 37, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f2086af99bc13e116033078" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:12:31.051Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 48, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2086b999bc13221b033079" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:12:41.887Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 37, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f2086c099bc132edd03307a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:12:48.417Z" + }, + "brightness": 49, + "moisture": 33, + "humidity": 38, + "temperature": 26.9 +},{ + "_id": { + "$oid": "5f2086eb99bc13560b03307b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:13:31.158Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2086fa99bc136bf203307c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:13:46.968Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 37, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f2086fc99bc13f99a03307d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:13:48.474Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 37, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f20872799bc1304c503307e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:14:31.194Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20873899bc137a9103307f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:14:48.543Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 38, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f20873c99bc133cfb033080" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:14:52.042Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 38, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f20876399bc13ef03033081" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:15:31.258Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20877499bc139cce033082" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:15:48.611Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 38, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f20877d99bc139150033083" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:15:57.121Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20879f99bc136036033084" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:16:31.327Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2087b099bc1360cf033085" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:16:48.684Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 38, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f2087be99bc131dda033086" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:17:02.197Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 38, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f2087db99bc13797f033087" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:17:31.393Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2087ec99bc13722f033088" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:17:48.761Z" + }, + "brightness": 49, + "moisture": 36, + "humidity": 38, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f2087ff99bc13db39033089" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:18:07.272Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 38, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f20881799bc13145b03308a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:18:31.469Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 47, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20882899bc13eb1503308b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:18:48.822Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 37, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20884099bc13775803308c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:19:12.350Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 38, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f20885399bc13d4bc03308d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:19:31.527Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20886499bc13e3d903308e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:19:48.891Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 38, + "temperature": 26.9 +},{ + "_id": { + "$oid": "5f20888199bc132de403308f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:20:17.487Z" + }, + "brightness": 10, + "moisture": 66, + "humidity": 38, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f20888f99bc13a2d2033090" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:20:31.588Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2088a099bc132697033091" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:20:48.960Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 38, + "temperature": 26.9 +},{ + "_id": { + "$oid": "5f2088c299bc1349a0033092" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:21:22.506Z" + }, + "brightness": 10, + "moisture": 66, + "humidity": 38, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f2088cb99bc13c80b033093" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:21:31.662Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2088dd99bc134652033094" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:21:49.026Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 38, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f20890399bc13f412033095" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:22:27.583Z" + }, + "brightness": 10, + "moisture": 66, + "humidity": 38, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f20890799bc1309ce033096" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:22:31.738Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20891999bc139b1f033097" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:22:49.100Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 38, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f20894399bc13e85f033098" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:23:31.803Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20894499bc13f6ef033099" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:23:32.659Z" + }, + "brightness": 10, + "moisture": 66, + "humidity": 38, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f20895599bc1381e403309a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:23:49.162Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 38, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f20897f99bc135eaf03309b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:24:31.874Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20898599bc13f75003309c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:24:37.738Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 38, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f20899199bc13781203309d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:24:49.236Z" + }, + "brightness": 49, + "moisture": 35, + "humidity": 38, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f2089bb99bc1370e403309e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:25:31.941Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2089c699bc136db003309f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:25:42.816Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 38, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f2089cd99bc1315640330a0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:25:49.309Z" + }, + "brightness": 49, + "moisture": 35, + "humidity": 39, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f2089f899bc13b9f40330a1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:26:32.005Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f208a0799bc13ffeb0330a2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:26:47.892Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 38, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f208a0999bc132fb70330a3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:26:49.378Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 39, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f208a3499bc13ab3b0330a4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:27:32.076Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f208a4599bc1339920330a5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:27:49.438Z" + }, + "brightness": 49, + "moisture": 35, + "humidity": 39, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f208a4899bc135a690330a6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:27:52.971Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 37, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f208a7099bc136afa0330a7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:28:32.148Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f208a8199bc1300860330a8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:28:49.516Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 39, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f208a8a99bc1354bf0330a9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:28:58.048Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 38, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f208aac99bc13ef890330aa" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:29:32.217Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f208abd99bc1306250330ab" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:29:49.573Z" + }, + "brightness": 49, + "moisture": 35, + "humidity": 39, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f208acb99bc1346970330ac" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:30:03.126Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 38, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f208ae899bc13829a0330ad" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:30:32.282Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f208af999bc13d89d0330ae" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:30:49.644Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 39, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f208b0c99bc133c600330af" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:31:08.204Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 38, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f208b2499bc136f910330b0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:31:32.359Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f208b3599bc1329350330b1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:31:49.715Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f208b4d99bc135d660330b2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:32:13.284Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 39, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f208b6099bc13cf230330b3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:32:32.422Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f208b7199bc1377400330b4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:32:49.780Z" + }, + "brightness": 49, + "moisture": 35, + "humidity": 40, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f208b8e99bc1386870330b5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:33:18.360Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 39, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f208b9c99bc132bce0330b6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:33:32.488Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f208bad99bc13f3f30330b7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:33:49.855Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 39, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f208bcf99bc135eaf0330b8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:34:23.437Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 39, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f208bd899bc1304bd0330b9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:34:32.555Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f208be999bc13b76a0330ba" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:34:49.915Z" + }, + "brightness": 49, + "moisture": 35, + "humidity": 40, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f208c1099bc1331550330bb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:35:28.516Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 39, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f208c1499bc1356460330bc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:35:32.634Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f208c2599bc13a5a30330bd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:35:49.984Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f208c5099bc13a0ff0330be" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:36:32.694Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f208c5199bc137ae70330bf" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:36:33.594Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 40, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f208c6299bc13db000330c0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:36:50.054Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f208c8c99bc1396ee0330c1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:37:32.765Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f208c9299bc1303bc0330c2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:37:38.672Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 40, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f208c9e99bc1365f60330c3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:37:50.123Z" + }, + "brightness": 49, + "moisture": 35, + "humidity": 40, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f208cc899bc1353400330c4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:38:32.839Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f208cd399bc13978e0330c5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:38:43.751Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 40, + "temperature": 27 +},{ + "_id": { + "$oid": "5f208cda99bc13ebbc0330c6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:38:50.188Z" + }, + "brightness": 49, + "moisture": 35, + "humidity": 40, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f208d0499bc132b4e0330c7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:39:32.898Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f208d1499bc13903b0330c8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:39:48.826Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 40, + "temperature": 27 +},{ + "_id": { + "$oid": "5f208d1699bc13d29b0330c9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:39:50.257Z" + }, + "brightness": 49, + "moisture": 35, + "humidity": 40, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f208d4099bc1366410330ca" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:40:32.975Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f208d5299bc13c1990330cb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:40:50.326Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 39, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f208d5599bc1345ef0330cc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:40:53.904Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 40, + "temperature": 27 +},{ + "_id": { + "$oid": "5f208d7d99bc13c1ee0330cd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:41:33.030Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f208d8e99bc1373d90330ce" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:41:50.393Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f208d9699bc139cf50330cf" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:41:58.974Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 40, + "temperature": 26.9 +},{ + "_id": { + "$oid": "5f208db999bc13d9260330d0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:42:33.149Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f208dca99bc1340750330d1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:42:50.465Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f208dd899bc1314110330d2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:43:04.049Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 40, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f208df599bc133ddd0330d3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:43:33.498Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f208e0699bc136bc50330d4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:43:50.531Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f208e1999bc133d090330d5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:44:09.127Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 40, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f208e3199bc1377e10330d6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:44:33.563Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f208e4299bc13a65c0330d7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:44:50.602Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f208e5a99bc132ac40330d8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:45:14.206Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 41, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f208e6d99bc1324b20330d9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:45:33.626Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f208e7e99bc1318660330da" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:45:50.668Z" + }, + "brightness": 49, + "moisture": 33, + "humidity": 39, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f208e9b99bc1321330330db" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:46:19.290Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 41, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f208ea999bc1378540330dc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:46:33.691Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f208eba99bc136f1c0330dd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:46:50.737Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f208edc99bc1351390330de" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:47:24.362Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 41, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f208ee599bc134bfd0330df" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:47:33.770Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f208ef699bc138d020330e0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:47:50.816Z" + }, + "brightness": 49, + "moisture": 40, + "humidity": 40, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f208f1d99bc133dd60330e1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:48:29.438Z" + }, + "brightness": 10, + "moisture": 66, + "humidity": 41, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f208f2199bc13578f0330e2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:48:33.834Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f208f3299bc13eb580330e3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:48:50.873Z" + }, + "brightness": 49, + "moisture": 41, + "humidity": 40, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f208f5d99bc1335c60330e4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:49:33.908Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f208f5e99bc13f7340330e5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:49:34.515Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 41, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f208f6e99bc13972c0330e6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:49:50.943Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f208f9999bc13294b0330e7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:50:33.975Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f208f9f99bc1319fb0330e8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:50:39.594Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 42, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f208fab99bc135c9f0330e9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:50:51.009Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f208fd699bc1372c00330ea" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:51:34.045Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f208fe099bc134d9b0330eb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:51:44.670Z" + }, + "brightness": 10, + "moisture": 66, + "humidity": 42, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f208fe799bc1315370330ec" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:51:51.076Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f20901299bc13e6c00330ed" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:52:34.111Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20902199bc1315590330ee" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:52:49.748Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 42, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f20902399bc1325ae0330ef" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:52:51.167Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 39, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f20904e99bc1334d10330f0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:53:34.180Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20905f99bc13043a0330f1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:53:51.226Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f20906299bc1336830330f2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:53:54.827Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 42, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f20908a99bc1345b90330f3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:54:34.244Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20909b99bc137ef10330f4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:54:51.299Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f2090a399bc1312170330f5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:54:59.904Z" + }, + "brightness": 10, + "moisture": 66, + "humidity": 42, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f2090c699bc1377480330f6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:55:34.317Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2090d799bc13bcf90330f7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:55:51.356Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 41, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f2090e499bc135ed30330f8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:56:04.982Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 42, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f20910299bc131b9c0330f9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:56:34.379Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20911399bc1320fb0330fa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:56:51.422Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 41, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f20912699bc13550f0330fb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:57:10.060Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 42, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f20913e99bc13f48e0330fc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:57:34.454Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20914f99bc1367070330fd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:57:51.493Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f20916799bc1345a40330fe" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:58:15.138Z" + }, + "brightness": 9, + "moisture": 68, + "humidity": 42, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f20917a99bc1360ce0330ff" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:58:34.586Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20918b99bc1308c2033100" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:58:51.610Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2091a899bc1369a7033101" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T20:59:20.216Z" + }, + "brightness": 10, + "moisture": 66, + "humidity": 42, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f2091b699bc13750a033102" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T20:59:34.619Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2091c799bc136483033103" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T20:59:51.680Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f2091e999bc13fcef033104" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:00:25.295Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2091f299bc13737c033105" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:00:34.657Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20920399bc1374ed033106" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:00:51.744Z" + }, + "brightness": 49, + "moisture": 35, + "humidity": 40, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f20922a99bc1338e1033107" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:01:30.373Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 42, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f20922e99bc13133a033108" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:01:34.738Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20923f99bc13a480033109" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:01:51.826Z" + }, + "brightness": 49, + "moisture": 35, + "humidity": 40, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f20926a99bc13bce003310a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:02:34.801Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20926b99bc1372cc03310b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:02:35.451Z" + }, + "brightness": 9, + "moisture": 65, + "humidity": 42, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f20927b99bc13676703310c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:02:51.887Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f2092a699bc13d24403310d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:03:34.867Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2092ac99bc13168603310e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:03:40.530Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 42, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f2092b799bc134e4503310f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:03:51.961Z" + }, + "brightness": 49, + "moisture": 35, + "humidity": 40, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f2092e299bc13fce0033110" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:04:34.938Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2092ed99bc130dfe033111" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:04:45.605Z" + }, + "brightness": 9, + "moisture": 65, + "humidity": 42, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f2092f499bc1383f9033112" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:04:52.188Z" + }, + "brightness": 49, + "moisture": 37, + "humidity": 40, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f20931f99bc13974c033113" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:05:35.015Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20932e99bc136d86033114" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:05:50.682Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 42, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f20933099bc13b9bf033115" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:05:52.088Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f20935b99bc132589033116" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:06:35.074Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20936c99bc1358e4033117" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:06:52.159Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f20936f99bc134045033118" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:06:55.760Z" + }, + "brightness": 9, + "moisture": 65, + "humidity": 42, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f20939799bc13abec033119" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:07:35.142Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2093a899bc13c44503311a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:07:52.225Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f2093b099bc13b45c03311b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:08:00.838Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 42, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f2093d399bc1338dc03311c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:08:35.211Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2093e599bc13109a03311d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:08:53.575Z" + }, + "brightness": 49, + "moisture": 35, + "humidity": 40, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f2093f199bc13574903311e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:09:05.907Z" + }, + "brightness": 9, + "moisture": 65, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20940f99bc13b17d03311f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:09:35.288Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20942099bc130c87033120" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:09:52.359Z" + }, + "brightness": 49, + "moisture": 35, + "humidity": 40, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f20943299bc13cd0b033121" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:10:10.988Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 42, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f20944b99bc131754033122" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:10:35.349Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20945c99bc13c274033123" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:10:52.430Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f20947499bc13ac37033124" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:11:16.071Z" + }, + "brightness": 9, + "moisture": 65, + "humidity": 42, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f20948799bc139115033125" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:11:35.416Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20949899bc1356d0033126" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:11:52.495Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f2094b599bc133f9b033127" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:12:21.138Z" + }, + "brightness": 9, + "moisture": 69, + "humidity": 42, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f2094c399bc13b0df033128" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:12:35.487Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2094d499bc13003c033129" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:12:52.564Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f2094f699bc1318e403312a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:13:26.217Z" + }, + "brightness": 9, + "moisture": 69, + "humidity": 42, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f2094ff99bc133d4603312b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:13:35.554Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20951099bc13f17f03312c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:13:52.631Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f20953799bc13ee4603312d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:14:31.297Z" + }, + "brightness": 9, + "moisture": 69, + "humidity": 42, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f20953b99bc13001803312e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:14:35.624Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20954c99bc13496303312f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:14:52.704Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f20957799bc134b68033130" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:15:35.741Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20957899bc131a2d033131" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:15:36.370Z" + }, + "brightness": 9, + "moisture": 69, + "humidity": 42, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f20958899bc132097033132" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:15:52.772Z" + }, + "brightness": 49, + "moisture": 33, + "humidity": 40, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f2095b399bc13c270033133" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:16:35.851Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2095b999bc134e33033134" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:16:41.445Z" + }, + "brightness": 9, + "moisture": 69, + "humidity": 42, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f2095c499bc132c20033135" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:16:52.837Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f2095ef99bc130d30033136" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:17:35.919Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2095fa99bc136435033137" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:17:46.567Z" + }, + "brightness": 9, + "moisture": 69, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20960099bc13c59c033138" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:17:52.908Z" + }, + "brightness": 49, + "moisture": 33, + "humidity": 40, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f20962b99bc136c8c033139" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:18:35.988Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20963b99bc13104803313a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:18:51.644Z" + }, + "brightness": 9, + "moisture": 69, + "humidity": 42, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f20963c99bc136bde03313b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:18:52.972Z" + }, + "brightness": 49, + "moisture": 33, + "humidity": 40, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f20966899bc13863003313c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:19:36.055Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20967999bc13cf8003313d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:19:53.042Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f20967c99bc13025203313e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:19:56.724Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2096a499bc139af103313f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:20:36.124Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2096b599bc1313f9033140" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:20:53.110Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f2096bd99bc13dd7d033141" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:21:01.799Z" + }, + "brightness": 9, + "moisture": 69, + "humidity": 42, + "temperature": 26 +},{ + "_id": { + "$oid": "5f2096e099bc13746a033142" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:21:36.194Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2096f199bc130614033143" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:21:53.187Z" + }, + "brightness": 49, + "moisture": 33, + "humidity": 40, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f2096fe99bc137627033144" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:22:06.875Z" + }, + "brightness": 9, + "moisture": 65, + "humidity": 42, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20971c99bc133c5c033145" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:22:36.262Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20972d99bc1364db033146" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:22:53.246Z" + }, + "brightness": 49, + "moisture": 33, + "humidity": 40, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f20973f99bc130f1e033147" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:23:11.956Z" + }, + "brightness": 9, + "moisture": 65, + "humidity": 42, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20975899bc13324f033148" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:23:36.330Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20976999bc135d85033149" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:23:53.322Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20978199bc13448803314a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:24:17.040Z" + }, + "brightness": 9, + "moisture": 65, + "humidity": 41, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f20979499bc134a0903314b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:24:36.398Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2097a599bc136dc503314c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:24:53.386Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f2097c299bc13272a03314d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:25:22.113Z" + }, + "brightness": 9, + "moisture": 65, + "humidity": 41, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f2097d099bc134b0103314e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:25:36.464Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2097e199bc13b02603314f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:25:53.462Z" + }, + "brightness": 49, + "moisture": 33, + "humidity": 40, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f20980399bc133f69033150" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:26:27.212Z" + }, + "brightness": 9, + "moisture": 65, + "humidity": 42, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f20980c99bc1333ef033151" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:26:36.536Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20981d99bc13256e033152" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:26:53.529Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f20984499bc13593b033153" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:27:32.266Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 41, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f20984899bc139f1a033154" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:27:36.601Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20985999bc131cd4033155" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:27:53.592Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f20988499bc1378ad033156" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:28:36.672Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20988599bc13515e033157" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:28:37.371Z" + }, + "brightness": 9, + "moisture": 65, + "humidity": 42, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f20989599bc133909033158" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:28:53.658Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f2098c099bc1324a1033159" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:29:36.738Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2098c699bc138dff03315a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:29:42.421Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 42, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f2098d199bc13c47f03315b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:29:53.726Z" + }, + "brightness": 49, + "moisture": 33, + "humidity": 40, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f2098fc99bc1326b903315c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:30:36.813Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20990799bc13dc0f03315d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:30:47.519Z" + }, + "brightness": 9, + "moisture": 68, + "humidity": 42, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f20990d99bc134f6203315e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:30:53.794Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f20993899bc131e5603315f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:31:36.880Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20994899bc136208033160" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:31:52.574Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 42, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f20994999bc130a6c033161" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:31:53.863Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f20997499bc134840033162" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:32:36.947Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f20998599bc13050f033163" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:32:53.947Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f20998999bc136bc8033164" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:32:57.653Z" + }, + "brightness": 9, + "moisture": 65, + "humidity": 42, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f2099b199bc1367e8033165" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:33:37.019Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2099c299bc136a53033166" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:33:54Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f2099ca99bc137ad6033167" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:34:02.729Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 42, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f2099ed99bc131fb4033168" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:34:37.088Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2099fe99bc13f065033169" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:34:54.067Z" + }, + "brightness": 49, + "moisture": 33, + "humidity": 40, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f209a0b99bc1360a503316a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:35:07.807Z" + }, + "brightness": 9, + "moisture": 65, + "humidity": 42, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f209a2999bc1349ab03316b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:35:37.160Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 29 +},{ + "_id": { + "$oid": "5f209a3a99bc132eee03316c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:35:54.136Z" + }, + "brightness": 49, + "moisture": 33, + "humidity": 41, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f209a4c99bc13a71b03316d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:36:12.884Z" + }, + "brightness": 9, + "moisture": 65, + "humidity": 42, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f209a6599bc1369be03316e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:36:37.254Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 29 +},{ + "_id": { + "$oid": "5f209a7699bc13cfdb03316f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:36:54.210Z" + }, + "brightness": 49, + "moisture": 33, + "humidity": 41, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f209a8d99bc1324bc033170" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:37:17.962Z" + }, + "brightness": 9, + "moisture": 65, + "humidity": 42, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f209aa199bc13430b033171" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:37:37.335Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f209ab299bc1313f4033172" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:37:54.273Z" + }, + "brightness": 49, + "moisture": 33, + "humidity": 40, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f209acf99bc13f68b033173" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:38:23.039Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 42, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f209add99bc136b27033174" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:38:37.421Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 29 +},{ + "_id": { + "$oid": "5f209aee99bc132bae033175" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:38:54.346Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f209b1099bc134808033176" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:39:28.121Z" + }, + "brightness": 9, + "moisture": 65, + "humidity": 42, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f209b1999bc134b23033177" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:39:37.432Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f209b2a99bc136bd7033178" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:39:54.410Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 41, + "temperature": 26 +},{ + "_id": { + "$oid": "5f209b5199bc13352c033179" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:40:33.199Z" + }, + "brightness": 9, + "moisture": 65, + "humidity": 42, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f209b5599bc1301ff03317a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:40:37.500Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f209b6699bc1301d303317b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:40:54.481Z" + }, + "brightness": 49, + "moisture": 33, + "humidity": 41, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f209b9199bc137a2103317c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:41:37.579Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f209b9299bc13b48b03317d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:41:38.274Z" + }, + "brightness": 9, + "moisture": 67, + "humidity": 42, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f209ba299bc13d8e203317e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:41:54.544Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 41, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f209bcd99bc13b0d403317f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:42:37.652Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f209bd399bc138c53033180" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:42:43.354Z" + }, + "brightness": 9, + "moisture": 65, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f209bde99bc130b6a033181" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:42:54.613Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 41, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f209c0999bc1338cb033182" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:43:37.700Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f209c1499bc131056033183" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:43:48.435Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 42, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f209c1a99bc13b31f033184" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:43:54.681Z" + }, + "brightness": 49, + "moisture": 33, + "humidity": 41, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f209c4599bc1333f8033185" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:44:37.774Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f209c5599bc13bdac033186" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:44:53.508Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 42, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f209c5699bc13f7c5033187" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:44:54.750Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 41, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f209c8199bc1348f3033188" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:45:37.836Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f209c9299bc13932f033189" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:45:54.819Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f209c9699bc13e73d03318a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:45:58.585Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 42, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f209cbd99bc138e6203318b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:46:37.910Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f209cce99bc13598a03318c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:46:54.888Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f209cd799bc13a95003318d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:47:03.663Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 42, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f209cf999bc13d57303318e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:47:37.979Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f209d0a99bc135a3603318f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:47:54.954Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 41, + "temperature": 26 +},{ + "_id": { + "$oid": "5f209d1899bc139441033190" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:48:08.743Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 42, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f209d3699bc137689033191" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:48:38.042Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f209d4799bc139893033192" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:48:55.022Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f209d5999bc137081033193" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:49:13.821Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 42, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f209d7299bc133f42033194" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:49:38.114Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f209d8399bc13bd21033195" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:49:55.091Z" + }, + "brightness": 49, + "moisture": 34, + "humidity": 40, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f209d9a99bc137192033196" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:50:18.897Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 42, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f209dae99bc1359c2033197" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:50:38.192Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f209dbf99bc1338ac033198" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:50:55.163Z" + }, + "brightness": 48, + "moisture": 34, + "humidity": 41, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f209ddb99bc130c5b033199" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:51:23.975Z" + }, + "brightness": 9, + "moisture": 66, + "humidity": 42, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f209dea99bc13c98c03319a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:51:38.256Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f209dfb99bc13e07203319b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:51:55.227Z" + }, + "brightness": 48, + "moisture": 34, + "humidity": 41, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f209e1d99bc13c65a03319c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:52:29.054Z" + }, + "brightness": 10, + "moisture": 66, + "humidity": 42, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f209e2699bc135e7103319d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:52:38.333Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f209e3799bc132d8903319e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:52:55.296Z" + }, + "brightness": 48, + "moisture": 34, + "humidity": 40, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f209e5e99bc13b2d403319f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:53:34.131Z" + }, + "brightness": 10, + "moisture": 66, + "humidity": 42, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f209e6299bc13d4290331a0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:53:38.394Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f209e7399bc13bd720331a1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:53:55.365Z" + }, + "brightness": 48, + "moisture": 34, + "humidity": 40, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f209e9e99bc13498a0331a2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:54:38.462Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 28 +},{ + "_id": { + "$oid": "5f209e9f99bc13a6d80331a3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:54:39.208Z" + }, + "brightness": 8, + "moisture": 66, + "humidity": 42, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f209eaf99bc13044f0331a4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:54:55.434Z" + }, + "brightness": 44, + "moisture": 35, + "humidity": 40, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f209eda99bc1361a60331a5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:55:38.532Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 28 +},{ + "_id": { + "$oid": "5f209ee099bc1353970331a6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:55:44.341Z" + }, + "brightness": 8, + "moisture": 65, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f209eeb99bc136d640331a7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:55:55.509Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 40, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f209f1699bc1336c00331a8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:56:38.638Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f209f2199bc13305e0331a9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:56:49.419Z" + }, + "brightness": 7, + "moisture": 65, + "humidity": 42, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f209f2799bc13b3d00331aa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:56:55.576Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 40, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f209f5299bc135b960331ab" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:57:38.754Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f209f6299bc1326240331ac" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:57:54.488Z" + }, + "brightness": 7, + "moisture": 66, + "humidity": 43, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f209f6399bc13044f0331ad" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:57:55.637Z" + }, + "brightness": 44, + "moisture": 35, + "humidity": 41, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f209f8e99bc1341ff0331ae" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:58:38.820Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f209f9f99bc136d050331af" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:58:55.704Z" + }, + "brightness": 44, + "moisture": 35, + "humidity": 40, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f209fa399bc1306630331b0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T21:58:59.569Z" + }, + "brightness": 7, + "moisture": 65, + "humidity": 42, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f209fca99bc13ffa00331b1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T21:59:38.894Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 28 +},{ + "_id": { + "$oid": "5f209fdb99bc1340160331b2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T21:59:55.772Z" + }, + "brightness": 45, + "moisture": 35, + "humidity": 41, + "temperature": 26 +},{ + "_id": { + "$oid": "5f209fe499bc1311460331b3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:00:04.645Z" + }, + "brightness": 7, + "moisture": 66, + "humidity": 42, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f20a00699bc1348850331b4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:00:38.958Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a01799bc1305020331b5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:00:55.840Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 41, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f20a02599bc1363d70331b6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:01:09.720Z" + }, + "brightness": 7, + "moisture": 65, + "humidity": 41, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f20a04399bc136ca00331b7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:01:39.028Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a05399bc132a400331b8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:01:55.909Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 41, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20a06699bc13be3c0331b9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:02:14.799Z" + }, + "brightness": 7, + "moisture": 66, + "humidity": 41, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f20a07f99bc1327ea0331ba" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:02:39.095Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a08f99bc13079d0331bb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:02:55.975Z" + }, + "brightness": 44, + "moisture": 35, + "humidity": 41, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20a0a799bc134be60331bc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:03:19.877Z" + }, + "brightness": 8, + "moisture": 65, + "humidity": 41, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f20a0bb99bc13e1ea0331bd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:03:39.161Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a0cc99bc13ccb10331be" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:03:56.041Z" + }, + "brightness": 44, + "moisture": 35, + "humidity": 40, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20a0e899bc1326cd0331bf" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:04:24.951Z" + }, + "brightness": 7, + "moisture": 66, + "humidity": 42, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f20a0f799bc1385170331c0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:04:39.230Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a10899bc1326db0331c1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:04:56.123Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 41, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20a12a99bc1366180331c2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:05:30.514Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20a13399bc1375070331c3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:05:39.302Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a14499bc131a000331c4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:05:56.220Z" + }, + "brightness": 44, + "moisture": 35, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20a16b99bc13628c0331c5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:06:35.592Z" + }, + "brightness": 0, + "moisture": 66, + "humidity": 42, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20a16f99bc1325300331c6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:06:39.370Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a18099bc1386680331c7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:06:56.288Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 41, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20a1ab99bc13aa060331c8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:07:39.434Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a1ac99bc13ab520331c9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:07:40.671Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20a1bc99bc13ac750331ca" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:07:56.362Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 41, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20a1e799bc13e87b0331cb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:08:39.507Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a1ed99bc1368020331cc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:08:45.748Z" + }, + "brightness": 0, + "moisture": 66, + "humidity": 41, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f20a1f899bc1348cf0331cd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:08:56.428Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 41, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20a22399bc134a970331ce" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:09:39.565Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a22e99bc13b32a0331cf" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:09:50.824Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 41, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f20a23499bc131bf20331d0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:09:56.495Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 39, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f20a25f99bc130e910331d1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:10:39.640Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a26f99bc1375100331d2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:10:55.891Z" + }, + "brightness": 0, + "moisture": 66, + "humidity": 41, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f20a27099bc136c8f0331d3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:10:56.560Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 40, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f20a29b99bc136e900331d4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:11:39.705Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a2ac99bc1375400331d5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:11:56.634Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 40, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f20a2b099bc1337390331d6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:12:00.968Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 41, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f20a2d799bc13c7a50331d7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:12:39.781Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a2e899bc13c5270331d8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:12:56.697Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 40, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f20a2f299bc134dff0331d9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:13:06.059Z" + }, + "brightness": 0, + "moisture": 66, + "humidity": 41, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f20a31399bc1322140331da" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:13:39.844Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a32499bc136c4e0331db" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:13:56.763Z" + }, + "brightness": 44, + "moisture": 35, + "humidity": 40, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f20a33399bc1350770331dc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:14:11.122Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 41, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f20a34f99bc135a740331dd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:14:39.910Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a36099bc13de680331de" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:14:56.843Z" + }, + "brightness": 45, + "moisture": 35, + "humidity": 40, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f20a37499bc139b1a0331df" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:15:16.199Z" + }, + "brightness": 0, + "moisture": 66, + "humidity": 41, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f20a38b99bc131c3a0331e0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:15:39.981Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a39c99bc135d1c0331e1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:15:56.899Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 40, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f20a3b599bc13b4950331e2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:16:21.332Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20a3c899bc131d990331e3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:16:40.047Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a3d899bc1327f40331e4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:16:56.966Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 40, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f20a3f699bc1381360331e5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:17:26.409Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 41, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f20a40499bc1388280331e6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:17:40.111Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a41599bc1384070331e7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:17:57.042Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 40, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f20a43799bc13f79d0331e8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:18:31.490Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 41, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f20a44099bc1305290331e9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:18:40.191Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20a45199bc13a97c0331ea" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:18:57.104Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 41, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f20a47999bc1362990331eb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:19:37.051Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20a47c99bc1325110331ec" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:19:40.254Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a48d99bc13854f0331ed" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:19:57.169Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 40, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f20a4b899bc134aee0331ee" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:20:40.317Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a4ba99bc136e420331ef" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:20:42.129Z" + }, + "brightness": 0, + "moisture": 66, + "humidity": 42, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f20a4c999bc136e370331f0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:20:57.242Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 40, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f20a4f499bc13f7b40331f1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:21:40.385Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a4fb99bc131c710331f2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:21:47.207Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 25.4 +},{ + "_id": { + "$oid": "5f20a50599bc1382b80331f3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:21:57.306Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 40, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f20a53099bc13475e0331f4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:22:40.464Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a53c99bc136c550331f5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:22:52.284Z" + }, + "brightness": 0, + "moisture": 66, + "humidity": 42, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f20a54199bc1377ed0331f6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:22:57.373Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 40, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f20a56c99bc13276a0331f7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:23:40.531Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a57d99bc130fb90331f8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:23:57.363Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f20a57d99bc1333520331f9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:23:57.535Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20a5a899bc1339b00331fa" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:24:40.594Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a5b999bc130e020331fb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:24:57.599Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 41, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20a5be99bc135b0d0331fc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:25:02.439Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f20a5e499bc130ee80331fd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:25:40.670Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a5f599bc1321d20331fe" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:25:57.716Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 41, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20a5ff99bc1340530331ff" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:26:07.518Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f20a62099bc13f4f0033200" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:26:40.728Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a63199bc13035e033201" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:26:57.739Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 40, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f20a64099bc138661033202" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:27:12.597Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f20a65c99bc132379033203" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:27:40.792Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a66d99bc131111033204" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:27:57.817Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 40, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f20a68199bc13d9b0033205" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:28:17.671Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f20a69899bc135d82033206" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:28:40.882Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a6a999bc13767e033207" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:28:57.895Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 40, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f20a6c299bc1318fd033208" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:29:22.750Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f20a6d499bc138ce4033209" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:29:40.930Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a6e599bc13fe1a03320a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:29:57.984Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 41, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20a70399bc13d18503320b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:30:27.849Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f20a71199bc135f1403320c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:30:41.003Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a72299bc13139403320d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:30:58.008Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 40, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f20a74499bc1397d103320e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:31:32.905Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f20a74d99bc133c2b03320f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:31:41.077Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a75e99bc1366a2033210" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:31:58.146Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 40, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f20a78699bc13cc05033211" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:32:38.630Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20a78999bc13460c033212" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:32:41.133Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a79a99bc135b84033213" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:32:58.164Z" + }, + "brightness": 36, + "moisture": 33, + "humidity": 40, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f20a7c599bc13610c033214" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:33:41.206Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a7c799bc1353b9033215" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:33:43.706Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 25 +},{ + "_id": { + "$oid": "5f20a7d699bc13171e033216" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:33:58.213Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 40, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f20a80199bc138be3033217" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:34:41.277Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a80899bc13a687033218" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:34:48.817Z" + }, + "brightness": 0, + "moisture": 66, + "humidity": 42, + "temperature": 25 +},{ + "_id": { + "$oid": "5f20a81299bc13e4d2033219" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:34:58.278Z" + }, + "brightness": 45, + "moisture": 35, + "humidity": 40, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f20a83d99bc13492b03321a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:35:41.342Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a84999bc1355ae03321b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:35:53.917Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20a84e99bc13b83603321c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:35:58.361Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 40, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f20a87999bc13006803321d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:36:41.409Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a88a99bc13423c03321e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:36:58.433Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 41, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f20a88a99bc13665203321f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:36:58.995Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 25 +},{ + "_id": { + "$oid": "5f20a8b599bc133b02033220" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:37:41.483Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a8c699bc131a38033221" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:37:58.483Z" + }, + "brightness": 45, + "moisture": 37, + "humidity": 40, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f20a8cc99bc130d25033222" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:38:04.073Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 25 +},{ + "_id": { + "$oid": "5f20a8f199bc138340033223" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:38:41.554Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a90299bc131152033224" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:38:58.786Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20a90d99bc13ec43033225" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:39:09.745Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20a92d99bc137ae5033226" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:39:41.616Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a93e99bc1383b4033227" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:39:58.864Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 41, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f20a94e99bc134c71033228" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:40:14.823Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f20a96999bc136746033229" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:40:41.685Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a97a99bc13881303322a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:40:58.912Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 40, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f20a98f99bc13aacc03322b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:41:19.901Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 25 +},{ + "_id": { + "$oid": "5f20a9a599bc130a6803322c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:41:41.750Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a9b699bc13774503322d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:41:58.982Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 40, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f20a9d099bc13489603322e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:42:24.979Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f20a9e199bc13643103322f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:42:41.819Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20a9f399bc13f5dd033230" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:42:59.054Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 41, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f20aa1299bc136cd5033231" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:43:30.056Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f20aa1d99bc139937033232" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:43:41.899Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20aa2f99bc130584033233" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:43:59.124Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 41, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f20aa5399bc131808033234" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:44:35.134Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f20aa5999bc1379ce033235" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:44:41.960Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20aa6b99bc133f29033236" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:44:59.186Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 41, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f20aa9499bc131947033237" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:45:40.211Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 25 +},{ + "_id": { + "$oid": "5f20aa9699bc1379d7033238" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:45:42.029Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20aaa799bc133246033239" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:45:59.253Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 40, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f20aad299bc1307ec03323a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:46:42.100Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20aad599bc135a8403323b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:46:45.288Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f20aae399bc13cf1e03323c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:46:59.322Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 41, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f20ab0e99bc134d7803323d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:47:42.164Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20ab1699bc13edfd03323e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:47:50.369Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f20ab1f99bc13ccd303323f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:47:59.390Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 41, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f20ab4a99bc133e49033240" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:48:42.239Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20ab5799bc138170033241" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:48:55.443Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f20ab5b99bc137749033242" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:48:59.460Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 41, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f20ab8699bc1347fb033243" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:49:42.305Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20ab9799bc139ee2033244" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:49:59.549Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 41, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f20ab9899bc1392ea033245" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:50:00.523Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f20abc299bc132a93033246" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:50:42.380Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20abd399bc136066033247" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:50:59.606Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 41, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f20abd999bc1376b0033248" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:51:05.601Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f20abfe99bc1353ef033249" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:51:42.440Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20ac0f99bc133d3603324a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:51:59.674Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 40, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f20ac1a99bc1373dd03324b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:52:10.677Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f20ac3a99bc13396c03324c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:52:42.514Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20ac4b99bc13233203324d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:52:59.744Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 40, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f20ac5b99bc13124d03324e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:53:15.757Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f20ac7699bc13663a03324f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:53:42.583Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20ac8799bc13a785033250" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:53:59.812Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20ac9c99bc131893033251" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:54:20.833Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 25 +},{ + "_id": { + "$oid": "5f20acb299bc130b39033252" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:54:42.647Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20acc399bc1305e3033253" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:54:59.881Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 41, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f20acdd99bc1303be033254" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:55:25.911Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 43, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f20acee99bc133d29033255" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:55:42.717Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20acff99bc13b3e0033256" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:55:59.960Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 40, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f20ad1e99bc13fbdc033257" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:56:30.989Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 43, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f20ad2a99bc132780033258" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:56:42.787Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20ad3c99bc13041b033259" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:57:00.017Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 40, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f20ad6099bc13a36503325a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:57:36.066Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 43, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f20ad6699bc13163b03325b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:57:42.854Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20ad7899bc13337c03325c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:58:00.087Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 41, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f20ada199bc13220c03325d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:58:41.143Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 25 +},{ + "_id": { + "$oid": "5f20ada299bc13224a03325e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:58:42.925Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20adb499bc13404203325f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T22:59:00.199Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20adde99bc131a3b033260" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T22:59:42.990Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20ade299bc131954033261" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T22:59:46.225Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 43, + "temperature": 25 +},{ + "_id": { + "$oid": "5f20adf099bc138d94033262" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:00:00.267Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 41, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f20ae1b99bc13bc8b033263" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:00:43.057Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20ae2399bc1319c4033264" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:00:51.300Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 43, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f20ae2c99bc13250e033265" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:01:00.341Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 40, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f20ae5799bc134e0a033266" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:01:43.129Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20ae6499bc135dca033267" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:01:56.388Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 43, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f20ae6899bc13ed32033268" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:02:00.507Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20ae9399bc13550b033269" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:02:43.193Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20aea499bc130bfc03326a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:03:00.560Z" + }, + "brightness": 45, + "moisture": 32, + "humidity": 40, + "temperature": 25.4 +},{ + "_id": { + "$oid": "5f20aea599bc13b25903326b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:03:01.454Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 43, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f20aecf99bc13d5fa03326c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:03:43.268Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20aee099bc13d38f03326d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:04:00.628Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 40, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f20aee699bc133d1a03326e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:04:06.522Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 43, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f20af0b99bc13266103326f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:04:43.332Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20af1c99bc13637f033270" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:05:00.697Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 41, + "temperature": 25.4 +},{ + "_id": { + "$oid": "5f20af2799bc131fab033271" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:05:11.599Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 43, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f20af4799bc137678033272" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:05:43.396Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20af5899bc13a343033273" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:06:00.763Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 40, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f20af6899bc132f59033274" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:06:16.739Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 43, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f20af8399bc137b34033275" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:06:43.472Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20af9499bc13c437033276" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:07:00.832Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 41, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f20afa999bc13633d033277" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:07:21.754Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 43, + "temperature": 25 +},{ + "_id": { + "$oid": "5f20afbf99bc13d78e033278" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:07:43.538Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20afd099bc1336d3033279" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:08:00.904Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 41, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f20afea99bc13d4a103327a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:08:26.831Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 25 +},{ + "_id": { + "$oid": "5f20affb99bc13681503327b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:08:43.608Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20b00c99bc13723203327c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:09:00.973Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 40, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f20b02b99bc13e95e03327d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:09:31.911Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 43, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f20b03799bc1364f803327e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:09:43.683Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20b04999bc137b4503327f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:10:01.036Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 40, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f20b06c99bc137ab7033280" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:10:36.990Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 25 +},{ + "_id": { + "$oid": "5f20b07399bc137d95033281" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:10:43.745Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20b08599bc132b1f033282" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:11:01.104Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 40, + "temperature": 25.4 +},{ + "_id": { + "$oid": "5f20b0ae99bc130206033283" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:11:42.066Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 25 +},{ + "_id": { + "$oid": "5f20b0af99bc1303b2033284" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:11:43.816Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20b0c199bc133ae2033285" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:12:01.173Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 41, + "temperature": 25.4 +},{ + "_id": { + "$oid": "5f20b0eb99bc136030033286" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:12:43.884Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20b0ef99bc133314033287" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:12:47.143Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 25 +},{ + "_id": { + "$oid": "5f20b0fd99bc133692033288" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:13:01.244Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 40, + "temperature": 25.4 +},{ + "_id": { + "$oid": "5f20b12799bc134ae8033289" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:13:43.951Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20b13099bc13921603328a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:13:52.221Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f20b13999bc13ca1a03328b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:14:01.314Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 41, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f20b16499bc13271003328c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:14:44.022Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20b17199bc13583f03328d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:14:57.298Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f20b17599bc130f8a03328e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:15:01.383Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 41, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f20b1a099bc13678c03328f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:15:44.088Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20b1b199bc137918033290" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:16:01.454Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 40, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f20b1b299bc1378f4033291" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:16:02.376Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f20b1dc99bc13c78e033292" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:16:44.156Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20b1ed99bc13871a033293" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:17:01.536Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 41, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f20b1f399bc1342e7033294" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:17:07.445Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f20b21899bc132d93033295" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:17:44.221Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20b22999bc132430033296" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:18:01.595Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 41, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f20b23499bc136002033297" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:18:12.523Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f20b25499bc133a2b033298" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:18:44.296Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20b26599bc13abc2033299" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:19:01.656Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 41, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f20b27599bc1346d103329a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:19:17.602Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f20b29099bc13eefd03329b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:19:44.368Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20b2a199bc1344e003329c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:20:01.725Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 41, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f20b2b699bc13240a03329d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:20:22.677Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f20b2cc99bc139c2e03329e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:20:44.436Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20b2dd99bc13129a03329f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:21:01.795Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 40, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f20b2f799bc13876c0332a0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:21:27.759Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 42, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f20b30899bc136dd50332a1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:21:44.505Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20b31999bc137ba70332a2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:22:01.865Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 41, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f20b33899bc1324b90332a3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:22:32.835Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f20b34499bc13c2040332a4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:22:44.569Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20b35599bc1359080332a5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:23:01.931Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 40, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f20b37a99bc13e34d0332a6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:23:38.507Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20b38099bc1315850332a7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:23:44.633Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20b39199bc13477f0332a8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:24:01.999Z" + }, + "brightness": 44, + "moisture": 32, + "humidity": 41, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f20b3bb99bc13563b0332a9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:24:43.585Z" + }, + "brightness": 0, + "moisture": 66, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20b3bc99bc137a790332aa" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:24:44.699Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20b3ce99bc13ff1c0332ab" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:25:02.069Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 41, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f20b3f899bc13858b0332ac" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:25:44.772Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20b3fc99bc1383b60332ad" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:25:48.664Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 42, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f20b40a99bc138b580332ae" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:26:02.135Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 41, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f20b43499bc1330820332af" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:26:44.841Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20b43d99bc131b5a0332b0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:26:53.739Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f20b44699bc134f5f0332b1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:27:02.207Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 41, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f20b47099bc13081b0332b2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:27:44.958Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20b47e99bc1321e10332b3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:27:58.817Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 42, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f20b48299bc132ae40332b4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:28:02.269Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 41, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f20b4ad99bc1383b10332b5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:28:45.069Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20b4be99bc13adab0332b6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:29:02.337Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 41, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f20b4bf99bc13177a0332b7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:29:03.895Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f20b4e999bc13572c0332b8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:29:45.147Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20b4fa99bc1324cc0332b9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:30:02.417Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 41, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f20b50099bc131bed0332ba" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:30:08.975Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 42, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f20b52599bc134a8b0332bb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:30:45.206Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20b53699bc13418c0332bc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:31:02.473Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 41, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f20b54299bc1319410332bd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:31:14.051Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f20b56199bc137b840332be" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:31:45.285Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20b57299bc1370190332bf" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:32:02.549Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 40, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f20b58399bc13bad80332c0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:32:19.131Z" + }, + "brightness": 0, + "moisture": 68, + "humidity": 42, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f20b59d99bc13ccba0332c1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:32:45.346Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20b5ae99bc135b6c0332c2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:33:02.612Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 40, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f20b5c499bc1392a60332c3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:33:24.197Z" + }, + "brightness": 0, + "moisture": 68, + "humidity": 41, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f20b5d999bc1374e30332c4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:33:45.414Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20b5ea99bc1360670332c5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:34:02.678Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 41, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f20b60599bc13337e0332c6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:34:29.273Z" + }, + "brightness": 0, + "moisture": 68, + "humidity": 42, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f20b61599bc1339330332c7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:34:45.474Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20b62699bc133fdd0332c8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:35:02.755Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 41, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f20b64699bc135a7d0332c9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:35:34.351Z" + }, + "brightness": 0, + "moisture": 68, + "humidity": 42, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f20b65199bc13fdb20332ca" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:35:45.548Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20b66299bc138bee0332cb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:36:02.815Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 41, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f20b68799bc1350490332cc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:36:39.428Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 42, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f20b68d99bc13329f0332cd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:36:45.619Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20b69e99bc134dbe0332ce" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:37:02.894Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 40, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f20b6c899bc1314fe0332cf" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:37:44.504Z" + }, + "brightness": 0, + "moisture": 68, + "humidity": 41, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f20b6c999bc1329cc0332d0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:37:45.682Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20b6da99bc13f2630332d1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:38:02.997Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20b70599bc1329540332d2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:38:45.755Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20b70999bc13ae540332d3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:38:49.581Z" + }, + "brightness": 0, + "moisture": 68, + "humidity": 42, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f20b71799bc1332f60332d4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:39:03.066Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 41, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f20b74199bc134e7e0332d5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:39:45.822Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20b74a99bc13d9080332d6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:39:54.650Z" + }, + "brightness": 0, + "moisture": 68, + "humidity": 42, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f20b75399bc13541b0332d7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:40:03.134Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 41, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f20b77d99bc1343e20332d8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:40:45.896Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20b78b99bc1342e10332d9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:40:59.717Z" + }, + "brightness": 0, + "moisture": 68, + "humidity": 42, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f20b78f99bc133c680332da" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:41:03.206Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 41, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f20b7b999bc1336100332db" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:41:45.969Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20b7cb99bc13ac7a0332dc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:42:03.274Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 41, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f20b7cc99bc136d9c0332dd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:42:04.786Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 41, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f20b7f699bc130bc20332de" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:42:46.024Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20b80799bc13a41b0332df" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:43:03.345Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 41, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f20b80d99bc13249a0332e0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:43:09.854Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 41, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f20b83299bc132be10332e1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:43:46.098Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20b84399bc133f890332e2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:44:03.413Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 41, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f20b84e99bc1362450332e3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:44:14.922Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20b86e99bc136a110332e4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:44:46.211Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20b87f99bc13d4040332e5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:45:03.481Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 40, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f20b88f99bc139ed40332e6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:45:19.991Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 41, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f20b8aa99bc137ccf0332e7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:45:46.277Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20b8bb99bc13cb000332e8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:46:03.546Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 41, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f20b8d199bc13b3700332e9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:46:25.711Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20b8e699bc137e6a0332ea" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:46:46.343Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20b8f799bc1307f50332eb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:47:03.615Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 41, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f20b91299bc13795a0332ec" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:47:30.780Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 42, + "temperature": 24.6 +},{ + "_id": { + "$oid": "5f20b92299bc1349f30332ed" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:47:46.413Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20b93399bc13ff210332ee" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:48:03.700Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 41, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f20b95399bc1323350332ef" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:48:35.850Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 42, + "temperature": 24.6 +},{ + "_id": { + "$oid": "5f20b95e99bc1320e90332f0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:48:46.481Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20b96f99bc13ab740332f1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:49:03.753Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 41, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f20b99499bc130e240332f2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:49:40.917Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 42, + "temperature": 24.6 +},{ + "_id": { + "$oid": "5f20b99a99bc13421e0332f3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:49:46.549Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20b9ab99bc1335880332f4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:50:03.821Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 41, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f20b9d599bc133d870332f5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:50:45.988Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 42, + "temperature": 24.6 +},{ + "_id": { + "$oid": "5f20b9d699bc13ebc10332f6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:50:46.617Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20b9e799bc13b3630332f7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:51:03.890Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 41, + "temperature": 25 +},{ + "_id": { + "$oid": "5f20ba1299bc13ab660332f8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:51:46.683Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20ba1799bc135a0f0332f9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:51:51.053Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 42, + "temperature": 24.5 +},{ + "_id": { + "$oid": "5f20ba2399bc1351490332fa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:52:03.956Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 41, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f20ba4e99bc13328a0332fb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:52:46.751Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20ba5899bc133dc10332fc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:52:56.122Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 42, + "temperature": 24.7 +},{ + "_id": { + "$oid": "5f20ba6099bc13226d0332fd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:53:04.024Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 41, + "temperature": 25 +},{ + "_id": { + "$oid": "5f20ba8a99bc13793d0332fe" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:53:46.816Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20ba9999bc1321630332ff" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:54:01.189Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 42, + "temperature": 24.7 +},{ + "_id": { + "$oid": "5f20ba9c99bc131d53033300" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:54:04.182Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20bac699bc13317c033301" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:54:46.892Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20bad899bc137e6a033302" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:55:04.253Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 41, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f20bada99bc13af1f033303" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:55:06.258Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 42, + "temperature": 24.7 +},{ + "_id": { + "$oid": "5f20bb0299bc13738b033304" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:55:46.953Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20bb1499bc130112033305" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:56:04.366Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20bb1b99bc13c7ad033306" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:56:11.327Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 42, + "temperature": 24.6 +},{ + "_id": { + "$oid": "5f20bb3f99bc13067e033307" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:56:47.024Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20bb5099bc132d75033308" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:57:04.437Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 40, + "temperature": 25 +},{ + "_id": { + "$oid": "5f20bb5c99bc135df8033309" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:57:16.397Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 42, + "temperature": 24.7 +},{ + "_id": { + "$oid": "5f20bb7b99bc13f54e03330a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:57:47.088Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20bb8c99bc13276803330b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:58:04.502Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 40, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f20bb9d99bc13288a03330c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:58:21.465Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 42, + "temperature": 24.6 +},{ + "_id": { + "$oid": "5f20bbb799bc134aa003330d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:58:47.158Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20bbc899bc1308a803330e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-28T23:59:04.670Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20bbde99bc13960a03330f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-28T23:59:26.534Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 42, + "temperature": 24.6 +},{ + "_id": { + "$oid": "5f20bbf399bc1363eb033310" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-28T23:59:47.228Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20bc0499bc13416d033311" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:00:04.730Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 40, + "temperature": 25 +},{ + "_id": { + "$oid": "5f20bc2099bc137bf7033312" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:00:32.251Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20bc2f99bc13a4f7033313" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:00:47.296Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20bc4099bc1330e3033314" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:01:04.798Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 40, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f20bc6199bc13cdad033315" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:01:37.320Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 42, + "temperature": 24.5 +},{ + "_id": { + "$oid": "5f20bc6b99bc13caa5033316" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:01:47.363Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20bc7c99bc133ee9033317" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:02:04.863Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 40, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f20bca299bc1372c3033318" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:02:42.391Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 42, + "temperature": 24.5 +},{ + "_id": { + "$oid": "5f20bca799bc1321c4033319" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:02:47.520Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20bcb899bc134b9d03331a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:03:04.932Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 41, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f20bce399bc13d52f03331b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:03:47.460Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 42, + "temperature": 24.5 +},{ + "_id": { + "$oid": "5f20bce399bc1312e703331c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:03:47.585Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f20bcf599bc13ed0b03331d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:04:05Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 40, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f20bd1f99bc13dce303331e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:04:47.749Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20bd2499bc13360603331f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:04:52.526Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 42, + "temperature": 24.5 +},{ + "_id": { + "$oid": "5f20bd3199bc133f94033320" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:05:05.069Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 40, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f20bd5b99bc133d04033321" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:05:47.810Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20bd6599bc1399b7033322" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:05:57.595Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 42, + "temperature": 24.4 +},{ + "_id": { + "$oid": "5f20bd6d99bc13f9c3033323" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:06:05.136Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 40, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f20bd9799bc13dc39033324" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:06:47.882Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20bda699bc133093033325" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:07:02.663Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 43, + "temperature": 24.3 +},{ + "_id": { + "$oid": "5f20bda999bc130156033326" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:07:05.203Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 40, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f20bdd399bc13784b033327" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:07:47.950Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20bde599bc13e9c5033328" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:08:05.271Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 41, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f20bde799bc136114033329" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:08:07.733Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 43, + "temperature": 24.3 +},{ + "_id": { + "$oid": "5f20be1099bc132e3703332a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:08:48.022Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20be2199bc13797b03332b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:09:05.340Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 40, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f20be2899bc13758603332c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:09:12.801Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 43, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f20be4c99bc13058503332d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:09:48.087Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20be5d99bc136a7e03332e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:10:05.412Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 40, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f20be6999bc13a55203332f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:10:17.871Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 43, + "temperature": 24.3 +},{ + "_id": { + "$oid": "5f20be8899bc13ddfa033330" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:10:48.153Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20be9999bc1325fb033331" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:11:05.481Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 40, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f20beaa99bc133c3b033332" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:11:22.940Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 43, + "temperature": 24.3 +},{ + "_id": { + "$oid": "5f20bec499bc135e65033333" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:11:48.221Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20bed599bc134d42033334" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:12:05.543Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 41, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f20beec99bc1399d7033335" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:12:28.010Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 43, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f20bf0099bc130fdf033336" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:12:48.290Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20bf1199bc131630033337" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:13:05.612Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 40, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f20bf2d99bc13f41d033338" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:13:33.078Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 43, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f20bf3c99bc136198033339" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:13:48.364Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20bf4d99bc13624903333a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:14:05.679Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 41, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f20bf6e99bc136b0003333b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:14:38.150Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 43, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f20bf7899bc138d1d03333c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:14:48.419Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20bf8999bc1317d203333d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:15:05.755Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 40, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f20bfaf99bc13803603333e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:15:43.217Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 43, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f20bfb499bc13213403333f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:15:48.496Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20bfc599bc134c8d033340" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:16:05.817Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 41, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f20bff099bc13ad83033341" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:16:48.286Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 43, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f20bff099bc137c4b033342" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:16:48.554Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c00199bc1329ab033343" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:17:05.888Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 41, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f20c02c99bc130d07033344" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:17:48.630Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c03199bc135959033345" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:17:53.354Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 43, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f20c03d99bc13a370033346" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:18:05.964Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 41, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f20c06899bc1306c5033347" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:18:48.691Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c07299bc13cf50033348" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:18:58.422Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 43, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20c07a99bc13fcb5033349" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:19:06.022Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 41, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f20c0a499bc13265703334a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:19:48.767Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c0b399bc1395d603334b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:20:03.491Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 43, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20c0b699bc13cd6803334c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:20:06.136Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20c0e099bc13af5f03334d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:20:48.828Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c0f299bc1326ec03334e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:21:06.253Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20c0f499bc134b1003334f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:21:08.561Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 43, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20c11c99bc13ed28033350" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:21:48.898Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c12e99bc13056d033351" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:22:06.323Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 41, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f20c13599bc136253033352" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:22:13.629Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 43, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f20c15899bc134229033353" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:22:48.971Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c16a99bc13cf0b033354" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:23:06.392Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 41, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f20c17699bc136d65033355" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:23:18.699Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 43, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20c19599bc1308d8033356" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:23:49.033Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c1a699bc13e297033357" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:24:06.456Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 41, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f20c1b799bc13f894033358" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:24:23.766Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 43, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20c1d199bc137421033359" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:24:49.101Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c1e299bc13ed1a03335a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:25:06.526Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 41, + "temperature": 24.7 +},{ + "_id": { + "$oid": "5f20c1f899bc1352c403335b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:25:28.834Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 43, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f20c20d99bc13bdd203335c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:25:49.170Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c21e99bc13cc4e03335d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:26:06.591Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 41, + "temperature": 24.7 +},{ + "_id": { + "$oid": "5f20c23999bc1319e503335e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:26:33.905Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 43, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f20c24999bc13b0df03335f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:26:49.238Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c25a99bc132ecb033360" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:27:06.659Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 42, + "temperature": 24.7 +},{ + "_id": { + "$oid": "5f20c27a99bc1313fe033361" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:27:38.976Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 43, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f20c28599bc131c72033362" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:27:49.307Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c29699bc13f0e5033363" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:28:06.726Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 41, + "temperature": 24.7 +},{ + "_id": { + "$oid": "5f20c2bc99bc133b32033364" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:28:44.043Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 43, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f20c2c199bc13b148033365" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:28:49.384Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c2d299bc133f36033366" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:29:06.798Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 41, + "temperature": 24.7 +},{ + "_id": { + "$oid": "5f20c2fd99bc137591033367" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:29:49.113Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 44, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f20c2fd99bc133a0c033368" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:29:49.438Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c30e99bc1373ed033369" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:30:06.863Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 42, + "temperature": 24.7 +},{ + "_id": { + "$oid": "5f20c33999bc13226403336a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:30:49.507Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c33e99bc13307f03336b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:30:54.182Z" + }, + "brightness": 0, + "moisture": 65, + "humidity": 44, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f20c34a99bc130a8403336c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:31:06.929Z" + }, + "brightness": 44, + "moisture": 35, + "humidity": 41, + "temperature": 24.6 +},{ + "_id": { + "$oid": "5f20c37599bc13a63403336d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:31:49.576Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c37f99bc135d0103336e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:31:59.251Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 44, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f20c38699bc13ff6c03336f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:32:06.998Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 41, + "temperature": 24.6 +},{ + "_id": { + "$oid": "5f20c3b199bc137735033370" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:32:49.645Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c3c099bc13367c033371" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:33:04.335Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 44, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f20c3c399bc135437033372" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:33:07.066Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 41, + "temperature": 24.6 +},{ + "_id": { + "$oid": "5f20c3ed99bc133472033373" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:33:49.713Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c3ff99bc1312e4033374" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:34:07.139Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 41, + "temperature": 24.6 +},{ + "_id": { + "$oid": "5f20c40199bc13646e033375" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:34:09.391Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 44, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f20c42999bc13acd7033376" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:34:49.792Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c43b99bc139eb1033377" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:35:07.204Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 41, + "temperature": 24.6 +},{ + "_id": { + "$oid": "5f20c44299bc139129033378" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:35:14.462Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 44, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f20c46599bc132e9a033379" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:35:49.847Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c47799bc13541a03337a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:36:07.268Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 42, + "temperature": 24.7 +},{ + "_id": { + "$oid": "5f20c48399bc131b5b03337b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:36:19.527Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 44, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f20c4a199bc135d6a03337c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:36:49.917Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c4b399bc13826303337d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:37:07.350Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 41, + "temperature": 24.5 +},{ + "_id": { + "$oid": "5f20c4c499bc13469d03337e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:37:24.596Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 44, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f20c4dd99bc134c7003337f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:37:49.982Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c4ef99bc138fa5033380" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:38:07.406Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 41, + "temperature": 24.7 +},{ + "_id": { + "$oid": "5f20c50599bc137ec7033381" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:38:29.665Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 44, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f20c51a99bc1371f0033382" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:38:50.101Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20c52b99bc138251033383" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:39:07.571Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20c54699bc135310033384" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:39:34.735Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 44, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f20c55699bc135a39033385" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:39:50.208Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20c56799bc139837033386" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:40:07.631Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 41, + "temperature": 24.5 +},{ + "_id": { + "$oid": "5f20c58799bc13749a033387" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:40:39.805Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 44, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f20c59299bc136887033388" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:40:50.277Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c5a399bc1390ac033389" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:41:07.701Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 41, + "temperature": 24.6 +},{ + "_id": { + "$oid": "5f20c5c899bc13a2ac03338a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:41:44.873Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 44, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f20c5ce99bc13083903338b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:41:50.343Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c5df99bc134d4f03338c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:42:07.776Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 41, + "temperature": 24.5 +},{ + "_id": { + "$oid": "5f20c60999bc13555903338d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:42:49.942Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 45, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f20c60a99bc13eccb03338e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:42:50.417Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c61b99bc13013e03338f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:43:07.845Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 42, + "temperature": 24.4 +},{ + "_id": { + "$oid": "5f20c64699bc13af1e033390" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:43:50.481Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c64b99bc13501a033391" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:43:55.011Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 45, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f20c65799bc1391a3033392" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:44:07.915Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 41, + "temperature": 24.5 +},{ + "_id": { + "$oid": "5f20c68299bc13a649033393" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:44:50.548Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c68c99bc134b6c033394" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:45:00.082Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 45, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f20c69399bc133e0b033395" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:45:07.977Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 42, + "temperature": 24.5 +},{ + "_id": { + "$oid": "5f20c6be99bc139a61033396" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:45:50.615Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c6cd99bc137a5c033397" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:46:05.150Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 45, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f20c6d099bc13428f033398" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:46:08.045Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 41, + "temperature": 24.5 +},{ + "_id": { + "$oid": "5f20c6fa99bc136273033399" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:46:50.692Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c70c99bc1304e003339a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:47:08.108Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 42, + "temperature": 24.5 +},{ + "_id": { + "$oid": "5f20c70e99bc13388c03339b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:47:10.218Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 45, + "temperature": 23.3 +},{ + "_id": { + "$oid": "5f20c73699bc13150803339c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:47:50.757Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c74899bc13683c03339d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:48:08.176Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 42, + "temperature": 24.5 +},{ + "_id": { + "$oid": "5f20c74f99bc13ef0a03339e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:48:15.286Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 45, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f20c77299bc135fec03339f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:48:50.818Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c78499bc13b7ed0333a0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:49:08.244Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 42, + "temperature": 24.5 +},{ + "_id": { + "$oid": "5f20c79099bc136a630333a1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:49:20.377Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 45, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f20c7ae99bc1343f50333a2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:49:50.893Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c7c099bc13c77d0333a3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:50:08.314Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 42, + "temperature": 24.5 +},{ + "_id": { + "$oid": "5f20c7d199bc130bf30333a4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:50:25.425Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 45, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f20c7ea99bc1302830333a5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:50:50.953Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c7fc99bc139c590333a6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:51:08.381Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 41, + "temperature": 24.5 +},{ + "_id": { + "$oid": "5f20c81299bc13b2b00333a7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:51:30.493Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 45, + "temperature": 23.3 +},{ + "_id": { + "$oid": "5f20c82799bc13d2590333a8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:51:51.030Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c83899bc13fae70333a9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:52:08.449Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 42, + "temperature": 24.4 +},{ + "_id": { + "$oid": "5f20c85399bc13906c0333aa" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:52:35.562Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 45, + "temperature": 23.3 +},{ + "_id": { + "$oid": "5f20c86399bc1369190333ab" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:52:51.089Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c87499bc1357bc0333ac" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:53:08.521Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 42, + "temperature": 24.3 +},{ + "_id": { + "$oid": "5f20c89499bc13f24b0333ad" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:53:40.633Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 45, + "temperature": 23.3 +},{ + "_id": { + "$oid": "5f20c89f99bc13787a0333ae" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:53:51.157Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c8b099bc13a0f40333af" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:54:08.587Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 42, + "temperature": 24.4 +},{ + "_id": { + "$oid": "5f20c8d599bc13275b0333b0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:54:45.715Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 45, + "temperature": 23.3 +},{ + "_id": { + "$oid": "5f20c8db99bc130d150333b1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:54:51.225Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c8ec99bc13429a0333b2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:55:08.668Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 42, + "temperature": 24.4 +},{ + "_id": { + "$oid": "5f20c91699bc136eaa0333b3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:55:50.769Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 45, + "temperature": 23.3 +},{ + "_id": { + "$oid": "5f20c91799bc13d6040333b4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:55:51.288Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c92899bc1360500333b5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:56:08.722Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 41, + "temperature": 24.4 +},{ + "_id": { + "$oid": "5f20c95399bc135cae0333b6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:56:51.362Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20c95799bc1306a60333b7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:56:55.836Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 45, + "temperature": 23.3 +},{ + "_id": { + "$oid": "5f20c96499bc13ca030333b8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:57:08.799Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 42, + "temperature": 24.3 +},{ + "_id": { + "$oid": "5f20c98f99bc1363ef0333b9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:57:51.479Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20c99899bc13847e0333ba" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:58:00.916Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 45, + "temperature": 23.1 +},{ + "_id": { + "$oid": "5f20c9a099bc13bd130333bb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:58:08.858Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 42, + "temperature": 24.4 +},{ + "_id": { + "$oid": "5f20c9cb99bc134b8c0333bc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:58:51.587Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20c9d999bc133e740333bd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T00:59:05.987Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 46, + "temperature": 23.1 +},{ + "_id": { + "$oid": "5f20c9dc99bc1329bd0333be" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T00:59:08.933Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 42, + "temperature": 24.4 +},{ + "_id": { + "$oid": "5f20ca0799bc139c840333bf" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T00:59:51.657Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20ca1899bc133ddb0333c0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:00:08.997Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 42, + "temperature": 24.4 +},{ + "_id": { + "$oid": "5f20ca1b99bc1302b30333c1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:00:11.053Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 45, + "temperature": 23.1 +},{ + "_id": { + "$oid": "5f20ca4399bc13e5e80333c2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:00:51.726Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20ca5599bc1379d70333c3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:01:09.063Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 42, + "temperature": 24.4 +},{ + "_id": { + "$oid": "5f20ca5c99bc1318980333c4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:01:16.124Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 46, + "temperature": 23.1 +},{ + "_id": { + "$oid": "5f20ca7f99bc135c500333c5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:01:51.790Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20ca9199bc1325cd0333c6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:02:09.130Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 42, + "temperature": 24.4 +},{ + "_id": { + "$oid": "5f20ca9d99bc1345230333c7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:02:21.195Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 46, + "temperature": 23 +},{ + "_id": { + "$oid": "5f20cabb99bc13678e0333c8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:02:51.860Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20cacd99bc1340150333c9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:03:09.198Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 42, + "temperature": 24.4 +},{ + "_id": { + "$oid": "5f20cade99bc13e44c0333ca" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:03:26.260Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 46, + "temperature": 23 +},{ + "_id": { + "$oid": "5f20caf799bc13e25f0333cb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:03:51.926Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20cb0999bc1339b40333cc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:04:09.275Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 41, + "temperature": 24.4 +},{ + "_id": { + "$oid": "5f20cb1f99bc13b1900333cd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:04:31.328Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 46, + "temperature": 23.1 +},{ + "_id": { + "$oid": "5f20cb3399bc1354660333ce" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:04:51.997Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20cb4599bc1314110333cf" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:05:09.334Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 42, + "temperature": 24.4 +},{ + "_id": { + "$oid": "5f20cb6099bc1306e10333d0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:05:36.397Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 45, + "temperature": 23.1 +},{ + "_id": { + "$oid": "5f20cb7099bc1326e50333d1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:05:52.061Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20cb8199bc137f420333d2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:06:09.408Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 41, + "temperature": 24.5 +},{ + "_id": { + "$oid": "5f20cba299bc1358e00333d3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:06:42.113Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20cbac99bc138d310333d4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:06:52.132Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20cbbd99bc13819a0333d5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:07:09.473Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 42, + "temperature": 24.4 +},{ + "_id": { + "$oid": "5f20cbe399bc13cc120333d6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:07:47.181Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 46, + "temperature": 23 +},{ + "_id": { + "$oid": "5f20cbe899bc13e76e0333d7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:07:52.194Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20cbf999bc1390140333d8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:08:09.537Z" + }, + "brightness": 44, + "moisture": 35, + "humidity": 42, + "temperature": 24.5 +},{ + "_id": { + "$oid": "5f20cc2499bc13388d0333d9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:08:52.254Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 46, + "temperature": 23 +},{ + "_id": { + "$oid": "5f20cc2499bc13d8030333da" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:08:52.268Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20cc3599bc13f8060333db" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:09:09.607Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 42, + "temperature": 24.4 +},{ + "_id": { + "$oid": "5f20cc6099bc134c9b0333dc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:09:52.336Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20cc6599bc13cf480333dd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:09:57.318Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 46, + "temperature": 22.9 +},{ + "_id": { + "$oid": "5f20cc7199bc132efc0333de" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:10:09.673Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 42, + "temperature": 24.3 +},{ + "_id": { + "$oid": "5f20cc9c99bc137e710333df" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:10:52.402Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20cca699bc13cf6c0333e0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:11:02.387Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 46, + "temperature": 22.9 +},{ + "_id": { + "$oid": "5f20ccad99bc131d1f0333e1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:11:09.750Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 42, + "temperature": 24.4 +},{ + "_id": { + "$oid": "5f20ccd899bc13373f0333e2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:11:52.471Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20cce799bc13405b0333e3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:12:07.455Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 46, + "temperature": 22.9 +},{ + "_id": { + "$oid": "5f20cce999bc139f710333e4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:12:09.809Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 42, + "temperature": 24.3 +},{ + "_id": { + "$oid": "5f20cd1499bc1305f50333e5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:12:52.535Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20cd2599bc1302e90333e6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:13:09.885Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 42, + "temperature": 24.4 +},{ + "_id": { + "$oid": "5f20cd2999bc137a5a0333e7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:13:13.075Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20cd5099bc13387b0333e8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:13:52.605Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20cd6199bc13795c0333e9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:14:09.948Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 42, + "temperature": 24.5 +},{ + "_id": { + "$oid": "5f20cd6a99bc13b0ac0333ea" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:14:18.143Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 47, + "temperature": 22.7 +},{ + "_id": { + "$oid": "5f20cd8c99bc134c060333eb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:14:52.671Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20cd9e99bc1360de0333ec" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:15:10.061Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20cdab99bc13f5d00333ed" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:15:23.212Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 47, + "temperature": 22.6 +},{ + "_id": { + "$oid": "5f20cdc899bc1340ee0333ee" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:15:52.746Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20cdda99bc1364070333ef" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:16:10.127Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 41, + "temperature": 24.4 +},{ + "_id": { + "$oid": "5f20cdec99bc134a480333f0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:16:28.281Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 47, + "temperature": 22.6 +},{ + "_id": { + "$oid": "5f20ce0499bc1312aa0333f1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:16:52.805Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20ce1699bc1382370333f2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:17:10.197Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 41, + "temperature": 24.4 +},{ + "_id": { + "$oid": "5f20ce2d99bc13b5540333f3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:17:33.350Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 47, + "temperature": 22.6 +},{ + "_id": { + "$oid": "5f20ce4099bc13b73a0333f4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:17:52.878Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20ce5299bc139a220333f5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:18:10.268Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 41, + "temperature": 24.4 +},{ + "_id": { + "$oid": "5f20ce6e99bc130d8f0333f6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:18:38.419Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 47, + "temperature": 22.5 +},{ + "_id": { + "$oid": "5f20ce7c99bc13c5640333f7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:18:52.945Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20ce8e99bc138af50333f8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:19:10.332Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 42, + "temperature": 24.3 +},{ + "_id": { + "$oid": "5f20ceaf99bc13dfa50333f9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:19:43.491Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 47, + "temperature": 22.5 +},{ + "_id": { + "$oid": "5f20ceb999bc1301310333fa" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:19:53.011Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20ceca99bc13b90b0333fb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:20:10.405Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 42, + "temperature": 24.3 +},{ + "_id": { + "$oid": "5f20cef099bc13d0580333fc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:20:48.556Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 48, + "temperature": 22.5 +},{ + "_id": { + "$oid": "5f20cef599bc13294a0333fd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:20:53.078Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20cf0699bc132e7b0333fe" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:21:10.466Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 42, + "temperature": 24.3 +},{ + "_id": { + "$oid": "5f20cf3199bc136b0b0333ff" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:21:53.144Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20cf3199bc1311d0033400" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:21:53.623Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 47, + "temperature": 22.4 +},{ + "_id": { + "$oid": "5f20cf4299bc13358f033401" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:22:10.536Z" + }, + "brightness": 44, + "moisture": 35, + "humidity": 42, + "temperature": 24.4 +},{ + "_id": { + "$oid": "5f20cf6d99bc135056033402" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:22:53.214Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20cf7299bc134ae8033403" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:22:58.693Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 48, + "temperature": 22.4 +},{ + "_id": { + "$oid": "5f20cf7e99bc13ff76033404" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:23:10.604Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 41, + "temperature": 24.3 +},{ + "_id": { + "$oid": "5f20cfa999bc13ef38033405" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:23:53.284Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20cfb399bc137f1b033406" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:24:03.761Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 48, + "temperature": 22.4 +},{ + "_id": { + "$oid": "5f20cfba99bc134873033407" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:24:10.675Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 42, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f20cfe599bc130084033408" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:24:53.354Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20cff499bc13a00d033409" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:25:08.830Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 48, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f20cff699bc1347ef03340a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:25:10.744Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 42, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f20d02199bc13d2d503340b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:25:53.413Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20d03299bc13489d03340c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:26:10.807Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 41, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f20d03599bc133f0703340d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:26:13.900Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 48, + "temperature": 22.4 +},{ + "_id": { + "$oid": "5f20d05d99bc13313103340e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:26:53.481Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20d06e99bc136a9c03340f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:27:10.874Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 42, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f20d07799bc13f8a1033410" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:27:19.563Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20d09999bc1388d4033411" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:27:53.546Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20d0aa99bc13478a033412" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:28:10.942Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 42, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f20d0b899bc13efbd033413" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:28:24.630Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 48, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f20d0d599bc130105033414" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:28:53.617Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20d0e799bc133eb4033415" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:29:11.013Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 42, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f20d0f999bc13e7bc033416" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:29:29.699Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 48, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f20d11199bc134175033417" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:29:53.688Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20d12399bc13e461033418" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:30:11.084Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 42, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f20d13a99bc1348fc033419" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:30:34.767Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 48, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f20d14d99bc133ae403341a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:30:53.754Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20d15f99bc133a7003341b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:31:11.146Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 42, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f20d17b99bc1303e803341c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:31:39.838Z" + }, + "brightness": 0, + "moisture": 67, + "humidity": 48, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f20d18999bc13dd9403341d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:31:53.821Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20d19b99bc1342ba03341e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:32:11.217Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 42, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f20d1bc99bc13c02603341f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:32:44.907Z" + }, + "brightness": 0, + "moisture": 68, + "humidity": 48, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f20d1c599bc13a362033420" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:32:53.892Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20d1d799bc13a666033421" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:33:11.282Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 42, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f20d1fd99bc13715f033422" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:33:49.971Z" + }, + "brightness": 0, + "moisture": 68, + "humidity": 48, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f20d20299bc132642033423" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:33:54.002Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20d21399bc13d164033424" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:34:11.350Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 42, + "temperature": 24.3 +},{ + "_id": { + "$oid": "5f20d23e99bc138d02033425" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:34:54.068Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20d23f99bc133216033426" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:34:55.042Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 48, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f20d24f99bc133a5b033427" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:35:11.466Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20d27a99bc1351f9033428" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:35:54.140Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20d28099bc135996033429" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:36:00.111Z" + }, + "brightness": 0, + "moisture": 68, + "humidity": 48, + "temperature": 22.4 +},{ + "_id": { + "$oid": "5f20d28b99bc13689403342a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:36:11.530Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 42, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f20d2b699bc13567103342b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:36:54.210Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20d2c199bc13252c03342c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:37:05.178Z" + }, + "brightness": 0, + "moisture": 68, + "humidity": 48, + "temperature": 22.4 +},{ + "_id": { + "$oid": "5f20d2c799bc131ae003342d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:37:11.598Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 42, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f20d2f299bc13047303342e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:37:54.273Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20d30299bc135ab203342f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:38:10.243Z" + }, + "brightness": 0, + "moisture": 68, + "humidity": 48, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f20d30399bc13ea65033430" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:38:11.677Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 42, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f20d32e99bc1366f5033431" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:38:54.340Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20d33f99bc13349d033432" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:39:11.733Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 42, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f20d34399bc13c425033433" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:39:15.313Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 48, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f20d36a99bc138000033434" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:39:54.406Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20d37b99bc133968033435" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:40:11.810Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 41, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f20d38499bc136a60033436" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:40:20.381Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.4 +},{ + "_id": { + "$oid": "5f20d3a699bc133922033437" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:40:54.481Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20d3b799bc137af2033438" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:41:11.871Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 42, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f20d3c599bc1369a8033439" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:41:25.449Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 48, + "temperature": 22.5 +},{ + "_id": { + "$oid": "5f20d3e299bc137b7503343a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:41:54.543Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20d3f399bc137c4403343b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:42:11.940Z" + }, + "brightness": 45, + "moisture": 32, + "humidity": 42, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f20d40699bc131fb103343c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:42:30.520Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 47, + "temperature": 22.5 +},{ + "_id": { + "$oid": "5f20d41e99bc134b3203343d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:42:54.613Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20d43099bc13ec7003343e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:43:12.009Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 42, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f20d44799bc135b5a03343f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:43:35.588Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 48, + "temperature": 22.5 +},{ + "_id": { + "$oid": "5f20d45a99bc132fd3033440" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:43:54.672Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20d46c99bc13381f033441" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:44:12.076Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 41, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f20d48899bc1340fd033442" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:44:40.656Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.4 +},{ + "_id": { + "$oid": "5f20d49699bc132f16033443" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:44:54.742Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20d4a899bc13f046033444" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:45:12.153Z" + }, + "brightness": 45, + "moisture": 35, + "humidity": 42, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f20d4c999bc131cf2033445" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:45:45.727Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f20d4d299bc130e87033446" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:45:54.824Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20d4e499bc137f31033447" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:46:12.212Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 42, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f20d50a99bc137cfd033448" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:46:50.794Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 48, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f20d50e99bc131696033449" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:46:54.883Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20d52099bc137f7603344a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:47:12.283Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 42, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f20d54a99bc137e6903344b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:47:54.950Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20d54c99bc13f9dd03344c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:47:56.512Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20d55c99bc13cc3403344d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:48:12.349Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 42, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f20d58799bc13005b03344e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:48:55.013Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20d58d99bc13678203344f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:49:01.581Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.4 +},{ + "_id": { + "$oid": "5f20d59899bc134e5b033450" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:49:12.414Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 42, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f20d5c399bc13a27d033451" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:49:55.129Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20d5ce99bc131c23033452" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:50:06.659Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.4 +},{ + "_id": { + "$oid": "5f20d5d499bc133157033453" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:50:12.484Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 42, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f20d5ff99bc13c5c1033454" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:50:55.192Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20d60f99bc136da7033455" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:51:11.720Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f20d61099bc135c23033456" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:51:12.551Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 42, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20d63b99bc13599e033457" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:51:55.262Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20d64c99bc1308e9033458" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:52:12.621Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 42, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f20d65099bc136c1b033459" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:52:16.786Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f20d67799bc130b8603345a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:52:55.332Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20d68899bc13c59703345b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:53:12.695Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 42, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20d69199bc13159903345c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:53:21.855Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 48, + "temperature": 22 +},{ + "_id": { + "$oid": "5f20d6b399bc13c29a03345d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:53:55.403Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f20d6c499bc134b6303345e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:54:12.754Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 42, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20d6d299bc13343f03345f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:54:26.924Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f20d6ef99bc13718a033460" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:54:55.464Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20d70099bc13dee3033461" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:55:12.828Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 42, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f20d71399bc132f82033462" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:55:31.993Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 48, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f20d72b99bc13df9f033463" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:55:55.531Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20d73c99bc130c8e033464" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:56:12.889Z" + }, + "brightness": 44, + "moisture": 35, + "humidity": 42, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f20d75599bc1369b7033465" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:56:37.061Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f20d76799bc133daf033466" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:56:55.607Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20d77899bc13ef3d033467" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:57:12.958Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 41, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f20d79699bc131281033468" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:57:42.131Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 48, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f20d7a399bc132a74033469" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:57:55.666Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20d7b599bc132f7103346a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:58:13.027Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 42, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f20d7d799bc131ae603346b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:58:47.199Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f20d7df99bc135e7503346c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:58:55.737Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 45, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20d7f199bc1337fe03346d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T01:59:13.093Z" + }, + "brightness": 45, + "moisture": 35, + "humidity": 42, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20d81899bc13828003346e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T01:59:52.270Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f20d81b99bc135cd703346f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T01:59:55.800Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20d82d99bc13e8d7033470" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:00:13.170Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 42, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f20d85799bc135a0b033471" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:00:55.882Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 45, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20d85999bc136913033472" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:00:57.336Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 48, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f20d86999bc13a3ef033473" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:01:13.230Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 42, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f20d89399bc13b092033474" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:01:55.942Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20d89a99bc13922e033475" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:02:02.948Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20d8a599bc1300c7033476" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:02:13.296Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 41, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20d8d099bc130eb0033477" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:02:56.001Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20d8dc99bc136a27033478" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:03:08.020Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f20d8e199bc13a229033479" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:03:13.365Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 42, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20d90c99bc13e7b403347a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:03:56.078Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 45, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20d91d99bc13f95d03347b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:04:13.085Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f20d91d99bc1346e603347c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:04:13.433Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 42, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20d94899bc13dbfb03347d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:04:56.135Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 45, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20d95999bc13b5ee03347e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:05:13.504Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 42, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f20d95e99bc135bb903347f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:05:18.154Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f20d98499bc131964033480" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:05:56.214Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20d99599bc132bb1033481" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:06:13.568Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 42, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20d99f99bc1398c1033482" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:06:23.820Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20d9c099bc13dcf0033483" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:06:56.283Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20d9d199bc13be29033484" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:07:13.637Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 42, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f20d9e099bc1315af033485" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:07:28.891Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 47, + "temperature": 21.9 +},{ + "_id": { + "$oid": "5f20d9fc99bc135509033486" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:07:56.348Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20da0d99bc135fe8033487" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:08:13.713Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 42, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f20da2199bc136c32033488" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:08:33.957Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f20da3899bc13af7d033489" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:08:56.407Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20da4999bc13370d03348a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:09:13.776Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 42, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f20da6399bc13b6f203348b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:09:39.026Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f20da7499bc13a96e03348c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:09:56.476Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20da8599bc13987203348d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:10:13.843Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 42, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f20daa499bc13110d03348e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:10:44.093Z" + }, + "brightness": 0, + "moisture": 67, + "humidity": 48, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f20dab099bc13408003348f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:10:56.543Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 46, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20dac199bc138212033490" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:11:13.912Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 42, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f20dae599bc1397ef033491" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:11:49.594Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20daec99bc13ead4033492" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:11:56.609Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20dafd99bc13da8e033493" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:12:13.978Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 42, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f20db2699bc13228e033494" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:12:54.664Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f20db2899bc130de3033495" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:12:56.680Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20db3a99bc132932033496" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:13:14.045Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 42, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f20db6499bc132c3c033497" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:13:56.747Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20db6799bc130d06033498" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:13:59.734Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.4 +},{ + "_id": { + "$oid": "5f20db7699bc134873033499" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:14:14.203Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20dba099bc13841503349a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:14:56.814Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 46, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20dba899bc13718f03349b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:15:04.801Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.4 +},{ + "_id": { + "$oid": "5f20dbb299bc13977803349c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:15:14.273Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 43, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f20dbdc99bc13601003349d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:15:56.884Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20dbe999bc13af3903349e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:16:09.871Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f20dbee99bc13853a03349f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:16:14.341Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 42, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f20dc1899bc1331440334a0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:16:56.955Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20dc2a99bc135b1b0334a1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:17:14.406Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 42, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f20dc2a99bc1313610334a2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:17:14.941Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f20dc5599bc1338ed0334a3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:17:57.017Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 46, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20dc6699bc134a530334a4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:18:14.746Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20dc6c99bc134ef80334a5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:18:20.009Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f20dc9199bc1312710334a6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:18:57.086Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20dca299bc1301050334a7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:19:14.814Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 42, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f20dcad99bc1305f10334a8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:19:25.077Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f20dccd99bc1328ac0334a9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:19:57.164Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 45, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20dcde99bc13681d0334aa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:20:14.888Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 42, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f20dcee99bc13921e0334ab" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:20:30.148Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f20dd0999bc13c9410334ac" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:20:57.222Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 45, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20dd1a99bc135be20334ad" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:21:14.950Z" + }, + "brightness": 45, + "moisture": 36, + "humidity": 43, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f20dd2f99bc1340b30334ae" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:21:35.214Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f20dd4599bc130dfe0334af" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:21:57.295Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 45, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20dd5799bc13d0d50334b0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:22:15.018Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 42, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f20dd7099bc1375590334b1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:22:40.284Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f20dd8199bc136daf0334b2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:22:57.353Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 45, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20dd9399bc13718b0334b3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:23:15.087Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 41, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f20ddb299bc13342d0334b4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:23:45.999Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20ddbd99bc1305150334b5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:23:57.428Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 46, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20ddcf99bc1311770334b6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:24:15.157Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 42, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f20ddf399bc1304500334b7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:24:51.067Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f20ddf999bc13aa740334b8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:24:57.491Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20de0b99bc13ec610334b9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:25:15.223Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 42, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f20de3499bc130a010334ba" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:25:56.136Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f20de3599bc13269a0334bb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:25:57.555Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 46, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20de4799bc13833c0334bc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:26:15.300Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 42, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f20de7199bc139d550334bd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:26:57.624Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20de7599bc1348a40334be" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:27:01.205Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f20de8399bc1308370334bf" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:27:15.362Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 42, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f20dead99bc1308760334c0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:27:57.693Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 46, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20deb699bc136ec70334c1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:28:06.272Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f20debf99bc13ae490334c2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:28:15.427Z" + }, + "brightness": 44, + "moisture": 34, + "humidity": 42, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f20dee999bc136af10334c3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:28:57.805Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20def799bc1341230334c4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:29:11.342Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 48, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f20defb99bc1399070334c5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:29:15.495Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 42, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f20df2599bc1396740334c6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:29:57.920Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20df3799bc1306210334c7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:30:15.563Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 42, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20df3899bc133e3d0334c8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:30:16.411Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f20df6199bc1386520334c9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:30:57.990Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 46, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20df7399bc1341c90334ca" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:31:15.643Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 42, + "temperature": 24 +},{ + "_id": { + "$oid": "5f20df7999bc13e8790334cb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:31:21.480Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f20df9e99bc135c6e0334cc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:31:58.060Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20dfaf99bc137ddc0334cd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:32:15.699Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 42, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f20dfba99bc1376430334ce" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:32:26.547Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f20dfda99bc135c100334cf" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:32:58.122Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 46, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20dfeb99bc1372e90334d0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:33:15.767Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 42, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f20dffb99bc13769c0334d1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:33:31.619Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f20e01699bc13303e0334d2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:33:58.188Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20e02799bc13edc10334d3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:34:15.843Z" + }, + "brightness": 44, + "moisture": 32, + "humidity": 42, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f20e03c99bc13152b0334d4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:34:36.684Z" + }, + "brightness": 0, + "moisture": 67, + "humidity": 48, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f20e05299bc137ef90334d5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:34:58.258Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 46, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20e06399bc13078b0334d6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:35:15.901Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 42, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f20e07d99bc133e810334d7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:35:41.754Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 49, + "temperature": 22 +},{ + "_id": { + "$oid": "5f20e08e99bc131fa40334d8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:35:58.327Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 46, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20e09f99bc1362fb0334d9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:36:15.969Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 42, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f20e0be99bc135c740334da" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:36:46.822Z" + }, + "brightness": 0, + "moisture": 64, + "humidity": 49, + "temperature": 22 +},{ + "_id": { + "$oid": "5f20e0ca99bc136a1b0334db" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:36:58.403Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 46, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20e0dc99bc1309230334dc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:37:16.039Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 41, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f20e0ff99bc136f700334dd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:37:51.895Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f20e10699bc1318f00334de" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:37:58.461Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 47, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20e11899bc13b3b20334df" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:38:16.105Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 42, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f20e14099bc136f3d0334e0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:38:56.970Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f20e14299bc131b9e0334e1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:38:58.572Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20e15499bc137ea70334e2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:39:16.173Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 42, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f20e17e99bc1337460334e3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:39:58.646Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20e18299bc1305bc0334e4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:40:02.037Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f20e19099bc1363810334e5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:40:16.245Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 42, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f20e1ba99bc13cf850334e6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:40:58.711Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20e1c399bc13b0590334e7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:41:07.108Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f20e1cc99bc13b0d90334e8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:41:16.314Z" + }, + "brightness": 44, + "moisture": 32, + "humidity": 43, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f20e1f699bc13373c0334e9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:41:58.780Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20e20499bc135fd00334ea" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:42:12.174Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f20e20899bc1360b30334eb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:42:16.377Z" + }, + "brightness": 45, + "moisture": 32, + "humidity": 42, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f20e23299bc132c0f0334ec" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:42:58.848Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 47, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20e24499bc1301720334ed" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:43:16.448Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 42, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f20e24599bc13b8dd0334ee" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:43:17.246Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f20e26e99bc1362ee0334ef" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:43:58.916Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20e28099bc1364a20334f0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:44:16.528Z" + }, + "brightness": 44, + "moisture": 32, + "humidity": 42, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f20e28699bc1317880334f1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:44:22.312Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f20e2aa99bc13067e0334f2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:44:58.980Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20e2bc99bc13016e0334f3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:45:16.588Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 42, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f20e2c799bc13c51a0334f4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:45:27.391Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f20e2e799bc1368860334f5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:45:59.049Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20e2f899bc137a3f0334f6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:46:16.657Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 42, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f20e30899bc137c270334f7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:46:32.460Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f20e32399bc13bdb30334f8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:46:59.123Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20e33499bc1366ef0334f9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:47:16.727Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 42, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f20e34999bc1368e90334fa" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:47:37.527Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f20e35f99bc13f21d0334fb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:47:59.187Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20e37099bc1390ef0334fc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:48:16.795Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 42, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f20e38a99bc138bc30334fd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:48:42.597Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f20e39b99bc1307350334fe" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:48:59.254Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20e3ac99bc13af1a0334ff" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:49:16.860Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 42, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f20e3cb99bc1379dc033500" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:49:47.667Z" + }, + "brightness": 0, + "moisture": 66, + "humidity": 48, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f20e3d799bc136bfb033501" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:49:59.322Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20e3e899bc135c5b033502" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:50:16.931Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 42, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f20e40c99bc134655033503" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:50:52.733Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f20e41399bc13cf9c033504" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:50:59.441Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20e42499bc13d41a033505" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:51:16.998Z" + }, + "brightness": 44, + "moisture": 33, + "humidity": 43, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f20e44d99bc1392db033506" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:51:57.804Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.4 +},{ + "_id": { + "$oid": "5f20e44f99bc133986033507" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:51:59.551Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20e46199bc135af1033508" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:52:17.070Z" + }, + "brightness": 45, + "moisture": 37, + "humidity": 42, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f20e48b99bc13b85d033509" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:52:59.708Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20e48e99bc13f8e103350a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:53:02.870Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.5 +},{ + "_id": { + "$oid": "5f20e49d99bc13a28003350b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:53:17.134Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 42, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f20e4c799bc13805003350c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:53:59.777Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20e4cf99bc13d99503350d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:54:07.941Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f20e4d999bc1361a903350e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:54:17.201Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 42, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f20e50399bc1349ad03350f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:54:59.841Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20e51199bc136c3e033510" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:55:13.007Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f20e51599bc138b87033511" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:55:17.279Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 42, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f20e53f99bc13ff5d033512" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:55:59.911Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20e55199bc136386033513" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:56:17.351Z" + }, + "brightness": 45, + "moisture": 32, + "humidity": 42, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f20e55299bc135931033514" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:56:18.078Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f20e57b99bc135e32033515" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:56:59.974Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 48, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20e58d99bc1317f5033516" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:57:17.406Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 42, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f20e59399bc13833e033517" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:57:23.633Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20e5b899bc134ea3033518" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:58:00.047Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20e5c999bc1396ee033519" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:58:17.479Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 42, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f20e5d499bc1352b603351a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:58:28.702Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f20e5f499bc137c1c03351b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T02:59:00.110Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20e60599bc133b8803351c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T02:59:17.541Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 43, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f20e61599bc13675203351d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T02:59:33.770Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 21.9 +},{ + "_id": { + "$oid": "5f20e63099bc13023d03351e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:00:00.181Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20e64199bc1347f603351f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:00:17.656Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20e65799bc1302ed033520" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:00:39.488Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20e66c99bc134419033521" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:01:00.245Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20e67d99bc139556033522" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:01:17.778Z" + }, + "brightness": 45, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20e69899bc130e14033523" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:01:44.557Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 21.8 +},{ + "_id": { + "$oid": "5f20e6a899bc13bc05033524" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:02:00.321Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20e6b999bc13417a033525" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:02:17.836Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 43, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f20e6d999bc13b3eb033526" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:02:49.626Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f20e6e499bc135f91033527" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:03:00.384Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20e6f599bc138c6d033528" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:03:17.907Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 43, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f20e71a99bc1394d4033529" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:03:54.696Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f20e72099bc13d60d03352a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:04:00.452Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20e73199bc130b3503352b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:04:17.978Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 43, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f20e75b99bc135b0c03352c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:04:59.763Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 21.6 +},{ + "_id": { + "$oid": "5f20e75c99bc1369b903352d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:05:00.524Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20e76e99bc13352703352e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:05:18.044Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 43, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f20e79899bc1307aa03352f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:06:00.587Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20e79c99bc13a427033530" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:06:04.830Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f20e7aa99bc130d9c033531" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:06:18.115Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 43, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f20e7d499bc137e18033532" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:07:00.654Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20e7de99bc132431033533" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:07:10.443Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20e7e699bc1371d0033534" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:07:18.183Z" + }, + "brightness": 45, + "moisture": 37, + "humidity": 43, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f20e81099bc13e663033535" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:08:00.723Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20e81f99bc13a0fe033536" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:08:15.514Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 48, + "temperature": 21.6 +},{ + "_id": { + "$oid": "5f20e82299bc13e53d033537" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:08:18.248Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 43, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f20e84c99bc137bd4033538" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:09:00.792Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20e85e99bc13527e033539" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:09:18.321Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 43, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f20e86099bc13341603353a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:09:20.581Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20e88899bc131a7e03353b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:10:00.852Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20e89a99bc13464d03353c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:10:18.380Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 43, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f20e8a199bc130eaf03353d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:10:25.648Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 49, + "temperature": 21.6 +},{ + "_id": { + "$oid": "5f20e8c499bc132f5203353e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:11:00.927Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20e8d699bc13010303353f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:11:18.447Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 43, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f20e8e399bc138474033540" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:11:31.312Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20e90199bc1388f3033541" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:12:01.002Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20e91299bc136839033542" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:12:18.521Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 43, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f20e92499bc134864033543" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:12:36.382Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20e93d99bc136857033544" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:13:01.058Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20e94e99bc134560033545" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:13:18.586Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 43, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f20e96599bc135707033546" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:13:41.449Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20e97999bc134b34033547" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:14:01.128Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20e98a99bc134217033548" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:14:18.651Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 43, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f20e9a699bc1329f1033549" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:14:46.521Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20e9b599bc138fd103354a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:15:01.193Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20e9c699bc130fad03354b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:15:18.720Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 43, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f20e9e799bc1332dd03354c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:15:51.589Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 49, + "temperature": 21.4 +},{ + "_id": { + "$oid": "5f20e9f199bc13a2aa03354d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:16:01.268Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20ea0299bc1367e503354e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:16:18.789Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 43, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f20ea2899bc13dd3e03354f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:16:56.656Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20ea2d99bc13dc23033550" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:17:01.330Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20ea3e99bc13e098033551" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:17:18.866Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": 43, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f20ea6999bc1354b6033552" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:18:01.394Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20ea6999bc13ba38033553" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:18:01.727Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20ea7a99bc135a4c033554" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:18:18.924Z" + }, + "brightness": 45, + "moisture": 33, + "humidity": 44, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f20eaa599bc138325033555" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:19:01.468Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20eaaa99bc13297d033556" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:19:06.793Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20eab799bc13426f033557" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:19:19.040Z" + }, + "brightness": 45, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20eae199bc135aea033558" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:20:01.539Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 50, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20eaeb99bc130eac033559" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:20:11.861Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20eaf399bc13275003355a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:20:19.105Z" + }, + "brightness": 46, + "moisture": 33, + "humidity": 43, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f20eb1d99bc13f8e403355b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:21:01.601Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20eb2c99bc131a2703355c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:21:16.930Z" + }, + "brightness": 0, + "moisture": 63, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20eb2f99bc13612b03355d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:21:19.180Z" + }, + "brightness": 46, + "moisture": 32, + "humidity": 44, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f20eb5999bc1375fe03355e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:22:01.665Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20eb6b99bc1379bb03355f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:22:19.246Z" + }, + "brightness": 46, + "moisture": 33, + "humidity": 43, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f20eb6e99bc130257033560" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:22:21.999Z" + }, + "brightness": 1, + "moisture": 63, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20eb9599bc130801033561" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:23:01.732Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20eba799bc1310e0033562" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:23:19.315Z" + }, + "brightness": 47, + "moisture": 32, + "humidity": 43, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f20ebaf99bc13f7be033563" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:23:27.067Z" + }, + "brightness": 1, + "moisture": 63, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20ebd199bc134338033564" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:24:01.805Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20ebe399bc1343ae033565" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:24:19.385Z" + }, + "brightness": 47, + "moisture": 33, + "humidity": 44, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f20ebf099bc137555033566" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:24:32.731Z" + }, + "brightness": 1, + "moisture": 63, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20ec0d99bc137009033567" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:25:01.870Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20ec1f99bc1362d0033568" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:25:19.452Z" + }, + "brightness": 48, + "moisture": 33, + "humidity": 43, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f20ec3199bc134dcf033569" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:25:37.799Z" + }, + "brightness": 1, + "moisture": 63, + "humidity": 49, + "temperature": 21.1 +},{ + "_id": { + "$oid": "5f20ec4999bc1335b203356a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:26:01.934Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20ec5b99bc13ebb603356b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:26:19.522Z" + }, + "brightness": 49, + "moisture": 33, + "humidity": 44, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f20ec7299bc1373df03356c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:26:42.872Z" + }, + "brightness": 1, + "moisture": 63, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20ec8699bc134b2b03356d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:27:02.003Z" + }, + "brightness": 1, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20ec9799bc13269f03356e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:27:19.590Z" + }, + "brightness": 49, + "moisture": 33, + "humidity": 43, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f20ecb399bc1385c803356f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:27:47.936Z" + }, + "brightness": 1, + "moisture": 63, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20ecc299bc130281033570" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:28:02.072Z" + }, + "brightness": 1, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20ecd399bc138663033571" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:28:19.657Z" + }, + "brightness": 50, + "moisture": 34, + "humidity": 44, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f20ecf599bc1361f4033572" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:28:53.008Z" + }, + "brightness": 2, + "moisture": 63, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20ecfe99bc1362e2033573" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:29:02.146Z" + }, + "brightness": 1, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20ed0f99bc134595033574" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:29:19.729Z" + }, + "brightness": 51, + "moisture": 34, + "humidity": 43, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f20ed3699bc134b56033575" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:29:58.074Z" + }, + "brightness": 2, + "moisture": 63, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20ed3a99bc13544f033576" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:30:02.214Z" + }, + "brightness": 2, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20ed4b99bc131c1b033577" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:30:19.794Z" + }, + "brightness": 52, + "moisture": 34, + "humidity": 43, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f20ed7699bc136ccb033578" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:31:02.318Z" + }, + "brightness": 3, + "moisture": 56, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20ed7799bc1315a5033579" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:31:03.145Z" + }, + "brightness": 2, + "moisture": 63, + "humidity": 49, + "temperature": 21.4 +},{ + "_id": { + "$oid": "5f20ed8799bc13cbd303357a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:31:19.863Z" + }, + "brightness": 53, + "moisture": 33, + "humidity": 44, + "temperature": 23.3 +},{ + "_id": { + "$oid": "5f20edb299bc13ca2403357b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:32:02.434Z" + }, + "brightness": 3, + "moisture": 56, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20edb899bc136d8e03357c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:32:08.213Z" + }, + "brightness": 3, + "moisture": 63, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20edc399bc13084303357d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:32:19.939Z" + }, + "brightness": 54, + "moisture": 34, + "humidity": 44, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f20edee99bc13f5b403357e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:33:02.509Z" + }, + "brightness": 4, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20edf999bc13559403357f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:33:13.280Z" + }, + "brightness": 3, + "moisture": 63, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20ee0099bc13ba55033580" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:33:20.008Z" + }, + "brightness": 56, + "moisture": 33, + "humidity": 44, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f20ee2a99bc1353b9033581" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:34:02.570Z" + }, + "brightness": 5, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20ee3a99bc137eae033582" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:34:18.350Z" + }, + "brightness": 4, + "moisture": 63, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20ee3c99bc134ab1033583" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:34:20.072Z" + }, + "brightness": 59, + "moisture": 34, + "humidity": 43, + "temperature": 23.3 +},{ + "_id": { + "$oid": "5f20ee6699bc136184033584" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:35:02.638Z" + }, + "brightness": 5, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20ee7899bc1312e9033585" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:35:20.151Z" + }, + "brightness": 61, + "moisture": 34, + "humidity": 44, + "temperature": 23.3 +},{ + "_id": { + "$oid": "5f20ee7b99bc13a89f033586" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:35:23.418Z" + }, + "brightness": 5, + "moisture": 63, + "humidity": 49, + "temperature": 21.4 +},{ + "_id": { + "$oid": "5f20eea299bc13a4d6033587" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:36:02.707Z" + }, + "brightness": 6, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20eeb499bc137c86033588" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:36:20.207Z" + }, + "brightness": 64, + "moisture": 34, + "humidity": 44, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f20eebc99bc1358f3033589" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:36:28.488Z" + }, + "brightness": 5, + "moisture": 63, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20eede99bc139e8a03358a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:37:02.773Z" + }, + "brightness": 7, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20eef099bc137f2d03358b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:37:20.276Z" + }, + "brightness": 66, + "moisture": 34, + "humidity": 44, + "temperature": 23.3 +},{ + "_id": { + "$oid": "5f20eefd99bc13bc0503358c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:37:33.554Z" + }, + "brightness": 5, + "moisture": 63, + "humidity": 49, + "temperature": 21.6 +},{ + "_id": { + "$oid": "5f20ef1a99bc13233a03358d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:38:02.837Z" + }, + "brightness": 9, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20ef2c99bc138def03358e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:38:20.345Z" + }, + "brightness": 69, + "moisture": 34, + "humidity": 44, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f20ef3e99bc131f9103358f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:38:38.622Z" + }, + "brightness": 6, + "moisture": 63, + "humidity": 49, + "temperature": 21.8 +},{ + "_id": { + "$oid": "5f20ef5699bc130618033590" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:39:02.903Z" + }, + "brightness": 10, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20ef6899bc1321f8033591" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:39:20.414Z" + }, + "brightness": 72, + "moisture": 34, + "humidity": 44, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f20ef7f99bc13831c033592" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:39:43.691Z" + }, + "brightness": 7, + "moisture": 62, + "humidity": 48, + "temperature": 21.8 +},{ + "_id": { + "$oid": "5f20ef9299bc13b4a3033593" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:40:02.974Z" + }, + "brightness": 10, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20efa499bc13e1e9033594" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:40:20.483Z" + }, + "brightness": 75, + "moisture": 34, + "humidity": 44, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f20efc099bc1331df033595" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:40:48.761Z" + }, + "brightness": 8, + "moisture": 63, + "humidity": 48, + "temperature": 21.8 +},{ + "_id": { + "$oid": "5f20efcf99bc132cec033596" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:41:03.041Z" + }, + "brightness": 12, + "moisture": 56, + "humidity": 50, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20efe099bc13094a033597" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:41:20.557Z" + }, + "brightness": 80, + "moisture": 34, + "humidity": 44, + "temperature": 23.3 +},{ + "_id": { + "$oid": "5f20f00199bc131664033598" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:41:53.829Z" + }, + "brightness": 10, + "moisture": 62, + "humidity": 48, + "temperature": 21.8 +},{ + "_id": { + "$oid": "5f20f00b99bc132833033599" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:42:03.110Z" + }, + "brightness": 14, + "moisture": 56, + "humidity": 50, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f01c99bc13763603359a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:42:20.620Z" + }, + "brightness": 84, + "moisture": 33, + "humidity": 44, + "temperature": 23.3 +},{ + "_id": { + "$oid": "5f20f04299bc1355b603359b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:42:58.897Z" + }, + "brightness": 11, + "moisture": 62, + "humidity": 48, + "temperature": 21.8 +},{ + "_id": { + "$oid": "5f20f04799bc13107803359c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:43:03.179Z" + }, + "brightness": 15, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f05899bc13565d03359d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:43:20.693Z" + }, + "brightness": 88, + "moisture": 33, + "humidity": 44, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f20f08399bc13b55003359e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:44:03.247Z" + }, + "brightness": 17, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f08399bc13562c03359f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:44:03.966Z" + }, + "brightness": 12, + "moisture": 62, + "humidity": 48, + "temperature": 21.9 +},{ + "_id": { + "$oid": "5f20f09499bc1340a50335a0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:44:20.757Z" + }, + "brightness": 93, + "moisture": 33, + "humidity": 44, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f20f0bf99bc1399710335a1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:45:03.311Z" + }, + "brightness": 20, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f0c599bc13d0990335a2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:45:09.037Z" + }, + "brightness": 14, + "moisture": 62, + "humidity": 48, + "temperature": 21.8 +},{ + "_id": { + "$oid": "5f20f0d099bc13014f0335a3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:45:20.827Z" + }, + "brightness": 99, + "moisture": 34, + "humidity": 44, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f20f0fb99bc1350140335a4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:46:03.378Z" + }, + "brightness": 21, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f10699bc13a51b0335a5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:46:14.102Z" + }, + "brightness": 15, + "moisture": 64, + "humidity": 48, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f20f10c99bc1349cb0335a6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:46:20.897Z" + }, + "brightness": 106, + "moisture": 33, + "humidity": 44, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f20f13799bc138a270335a7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:47:03.447Z" + }, + "brightness": 24, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f14799bc1333ef0335a8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:47:19.171Z" + }, + "brightness": 17, + "moisture": 62, + "humidity": 48, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f20f14899bc13b24b0335a9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:47:20.965Z" + }, + "brightness": 112, + "moisture": 33, + "humidity": 44, + "temperature": 23.3 +},{ + "_id": { + "$oid": "5f20f17399bc1358230335aa" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:48:03.525Z" + }, + "brightness": 26, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f18599bc1327c50335ab" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:48:21.124Z" + }, + "brightness": 119, + "moisture": 33, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20f18899bc1300850335ac" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:48:24.241Z" + }, + "brightness": 20, + "moisture": 63, + "humidity": 48, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f20f1af99bc135e160335ad" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:49:03.586Z" + }, + "brightness": 29, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f1c199bc13034c0335ae" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:49:21.192Z" + }, + "brightness": 126, + "moisture": 34, + "humidity": 44, + "temperature": 23.3 +},{ + "_id": { + "$oid": "5f20f1c999bc139c310335af" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:49:29.309Z" + }, + "brightness": 21, + "moisture": 62, + "humidity": 48, + "temperature": 21.8 +},{ + "_id": { + "$oid": "5f20f1eb99bc1371ee0335b0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:50:03.655Z" + }, + "brightness": 32, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f1fd99bc13aab90335b1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:50:21.262Z" + }, + "brightness": 134, + "moisture": 33, + "humidity": 44, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f20f20a99bc13759c0335b2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:50:34.380Z" + }, + "brightness": 24, + "moisture": 63, + "humidity": 48, + "temperature": 21.8 +},{ + "_id": { + "$oid": "5f20f22799bc13bcb10335b3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:51:03.717Z" + }, + "brightness": 35, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f23999bc13f15f0335b4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:51:21.331Z" + }, + "brightness": 141, + "moisture": 33, + "humidity": 44, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f20f24b99bc135b060335b5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:51:39.448Z" + }, + "brightness": 25, + "moisture": 62, + "humidity": 48, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f20f26399bc13858d0335b6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:52:03.834Z" + }, + "brightness": 38, + "moisture": 56, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20f27599bc1361a00335b7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:52:21.400Z" + }, + "brightness": 150, + "moisture": 33, + "humidity": 44, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f20f28c99bc1347220335b8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:52:44.515Z" + }, + "brightness": 29, + "moisture": 62, + "humidity": 48, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f20f29f99bc138c820335b9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:53:03.902Z" + }, + "brightness": 41, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f2b199bc13622c0335ba" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:53:21.468Z" + }, + "brightness": 160, + "moisture": 33, + "humidity": 44, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f20f2cd99bc13ea900335bb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:53:49.584Z" + }, + "brightness": 31, + "moisture": 62, + "humidity": 48, + "temperature": 21.8 +},{ + "_id": { + "$oid": "5f20f2db99bc13b07f0335bc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:54:03.973Z" + }, + "brightness": 45, + "moisture": 55, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f2ed99bc132c730335bd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:54:21.538Z" + }, + "brightness": 171, + "moisture": 33, + "humidity": 44, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f20f30f99bc1308210335be" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:54:55.254Z" + }, + "brightness": 34, + "moisture": 62, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20f31899bc13114b0335bf" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:55:04.033Z" + }, + "brightness": 49, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f32999bc1318670335c0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:55:21.612Z" + }, + "brightness": 183, + "moisture": 32, + "humidity": 44, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f20f35099bc139c600335c1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:56:00.317Z" + }, + "brightness": 37, + "moisture": 63, + "humidity": 49, + "temperature": 22 +},{ + "_id": { + "$oid": "5f20f35499bc133e370335c2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:56:04.098Z" + }, + "brightness": 53, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f36599bc1385080335c3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:56:21.675Z" + }, + "brightness": 194, + "moisture": 33, + "humidity": 44, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f20f39099bc13902a0335c4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:57:04.187Z" + }, + "brightness": 57, + "moisture": 56, + "humidity": 52, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f39199bc137db60335c5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:57:05.384Z" + }, + "brightness": 40, + "moisture": 62, + "humidity": 48, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20f3a199bc134e010335c6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:57:21.744Z" + }, + "brightness": 208, + "moisture": 33, + "humidity": 44, + "temperature": 23.3 +},{ + "_id": { + "$oid": "5f20f3cc99bc137e9a0335c7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:58:04.235Z" + }, + "brightness": 61, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f3d299bc13afa20335c8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:58:10.452Z" + }, + "brightness": 44, + "moisture": 62, + "humidity": 48, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20f3dd99bc130b950335c9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:58:21.814Z" + }, + "brightness": 221, + "moisture": 33, + "humidity": 44, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f20f40899bc1350550335ca" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T03:59:04.301Z" + }, + "brightness": 65, + "moisture": 56, + "humidity": 51, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f41399bc13d6e70335cb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T03:59:15.521Z" + }, + "brightness": 46, + "moisture": 63, + "humidity": 48, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20f41999bc1346ed0335cc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T03:59:21.884Z" + }, + "brightness": 233, + "moisture": 33, + "humidity": 44, + "temperature": 23.3 +},{ + "_id": { + "$oid": "5f20f44499bc1308ff0335cd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:00:04.371Z" + }, + "brightness": 204, + "moisture": 56, + "humidity": 50, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f45499bc133ec40335ce" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:00:20.591Z" + }, + "brightness": 49, + "moisture": 62, + "humidity": 48, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20f45599bc13a82f0335cf" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:00:21.956Z" + }, + "brightness": 245, + "moisture": 32, + "humidity": 44, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f20f48099bc138e940335d0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:01:04.436Z" + }, + "brightness": 217, + "moisture": 56, + "humidity": 50, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f49299bc1340d80335d1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:01:22.025Z" + }, + "brightness": 260, + "moisture": 32, + "humidity": 44, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f20f49599bc1337640335d2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:01:25.659Z" + }, + "brightness": 51, + "moisture": 63, + "humidity": 48, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20f4bc99bc1350250335d3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:02:04.504Z" + }, + "brightness": 230, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f4ce99bc1377980335d4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:02:22.097Z" + }, + "brightness": 274, + "moisture": 33, + "humidity": 44, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f20f4d699bc13dad00335d5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:02:30.726Z" + }, + "brightness": 54, + "moisture": 62, + "humidity": 48, + "temperature": 21.6 +},{ + "_id": { + "$oid": "5f20f4f899bc1311f60335d6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:03:04.566Z" + }, + "brightness": 243, + "moisture": 56, + "humidity": 51, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f50a99bc1317200335d7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:03:22.159Z" + }, + "brightness": 289, + "moisture": 32, + "humidity": 44, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f20f51799bc13b4500335d8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:03:35.796Z" + }, + "brightness": 57, + "moisture": 62, + "humidity": 48, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f20f53499bc13017b0335d9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:04:04.637Z" + }, + "brightness": 255, + "moisture": 56, + "humidity": 50, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f54699bc13f42c0335da" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:04:22.228Z" + }, + "brightness": 305, + "moisture": 33, + "humidity": 44, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f20f55899bc1372ba0335db" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:04:40.864Z" + }, + "brightness": 60, + "moisture": 63, + "humidity": 48, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f20f57099bc13f79e0335dc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:05:04.707Z" + }, + "brightness": 266, + "moisture": 56, + "humidity": 50, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f58299bc1322540335dd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:05:22.295Z" + }, + "brightness": 358, + "moisture": 33, + "humidity": 44, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f20f59999bc1369cc0335de" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:05:45.931Z" + }, + "brightness": 64, + "moisture": 62, + "humidity": 48, + "temperature": 21.8 +},{ + "_id": { + "$oid": "5f20f5ac99bc1356280335df" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:06:04.774Z" + }, + "brightness": 276, + "moisture": 56, + "humidity": 51, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f5be99bc13ee900335e0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:06:22.363Z" + }, + "brightness": 446, + "moisture": 33, + "humidity": 44, + "temperature": 23 +},{ + "_id": { + "$oid": "5f20f5db99bc130e790335e1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:06:51.001Z" + }, + "brightness": 68, + "moisture": 62, + "humidity": 48, + "temperature": 21.8 +},{ + "_id": { + "$oid": "5f20f5e899bc13c41b0335e2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:07:04.843Z" + }, + "brightness": 288, + "moisture": 56, + "humidity": 50, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f5fa99bc13b61f0335e3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:07:22.440Z" + }, + "brightness": 534, + "moisture": 33, + "humidity": 44, + "temperature": 23.3 +},{ + "_id": { + "$oid": "5f20f61c99bc1363b00335e4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:07:56.610Z" + }, + "brightness": 71, + "moisture": 62, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20f62499bc1300640335e5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:08:04.911Z" + }, + "brightness": 299, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f63699bc1343af0335e6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:08:22.501Z" + }, + "brightness": 610, + "moisture": 33, + "humidity": 44, + "temperature": 23.1 +},{ + "_id": { + "$oid": "5f20f65d99bc13a2240335e7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:09:01.679Z" + }, + "brightness": 76, + "moisture": 62, + "humidity": 48, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f20f66099bc133fd40335e8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:09:04.975Z" + }, + "brightness": 310, + "moisture": 56, + "humidity": 50, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f67299bc13470a0335e9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:09:22.568Z" + }, + "brightness": 675, + "moisture": 37, + "humidity": 44, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f20f69d99bc1367b40335ea" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:10:05.045Z" + }, + "brightness": 320, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f69e99bc137cd50335eb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:10:06.747Z" + }, + "brightness": 80, + "moisture": 62, + "humidity": 48, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f20f6ae99bc133ff40335ec" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:10:22.639Z" + }, + "brightness": 743, + "moisture": 40, + "humidity": 44, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f20f6d999bc13905d0335ed" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:11:05.116Z" + }, + "brightness": 331, + "moisture": 56, + "humidity": 51, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f6df99bc131b3e0335ee" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:11:11.816Z" + }, + "brightness": 86, + "moisture": 62, + "humidity": 48, + "temperature": 21.6 +},{ + "_id": { + "$oid": "5f20f6ea99bc1308ac0335ef" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:11:22.707Z" + }, + "brightness": 814, + "moisture": 34, + "humidity": 43, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f20f71599bc13e4cb0335f0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:12:05.189Z" + }, + "brightness": 342, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f72099bc138a7d0335f1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:12:16.885Z" + }, + "brightness": 91, + "moisture": 66, + "humidity": 48, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f20f72699bc13e7200335f2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:12:22.820Z" + }, + "brightness": 882, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20f75199bc13b2520335f3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:13:05.245Z" + }, + "brightness": 354, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f76199bc1335910335f4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:13:21.954Z" + }, + "brightness": 97, + "moisture": 62, + "humidity": 48, + "temperature": 21.6 +},{ + "_id": { + "$oid": "5f20f76299bc131ced0335f5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:13:22.889Z" + }, + "brightness": 945, + "moisture": 33, + "humidity": 43, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f20f78d99bc1375640335f6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:14:05.314Z" + }, + "brightness": 366, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f79e99bc131f370335f7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:14:22.957Z" + }, + "brightness": 1010, + "moisture": 34, + "humidity": 43, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f20f7a399bc13ff780335f8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:14:27.022Z" + }, + "brightness": 103, + "moisture": 62, + "humidity": 48, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20f7c999bc13436e0335f9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:15:05.382Z" + }, + "brightness": 381, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f7db99bc135d0c0335fa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:15:23.021Z" + }, + "brightness": 1080, + "moisture": 34, + "humidity": 43, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f20f7e499bc131b640335fb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:15:32.090Z" + }, + "brightness": 108, + "moisture": 62, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20f80599bc13dec00335fc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:16:05.449Z" + }, + "brightness": 399, + "moisture": 56, + "humidity": 50, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f81799bc1342c60335fd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:16:23.095Z" + }, + "brightness": 1152, + "moisture": 33, + "humidity": 43, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f20f82599bc1317050335fe" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:16:37.160Z" + }, + "brightness": 115, + "moisture": 62, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20f84199bc1374650335ff" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:17:05.519Z" + }, + "brightness": 415, + "moisture": 56, + "humidity": 50, + "temperature": 26 +},{ + "_id": { + "$oid": "5f20f85399bc13c61b033600" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:17:23.157Z" + }, + "brightness": 1226, + "moisture": 33, + "humidity": 43, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f20f86699bc13a46c033601" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:17:42.229Z" + }, + "brightness": 124, + "moisture": 66, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20f87d99bc137bac033602" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:18:05.590Z" + }, + "brightness": 428, + "moisture": 56, + "humidity": 48, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20f88f99bc132363033603" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:18:23.229Z" + }, + "brightness": 1309, + "moisture": 33, + "humidity": 43, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f20f8a799bc139bb2033604" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:18:47.296Z" + }, + "brightness": 134, + "moisture": 62, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20f8b999bc1325e9033605" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:19:05.652Z" + }, + "brightness": 440, + "moisture": 56, + "humidity": 48, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20f8cb99bc131b31033606" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:19:23.298Z" + }, + "brightness": 1394, + "moisture": 33, + "humidity": 42, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f20f8e999bc13b5c8033607" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:19:53.014Z" + }, + "brightness": 136, + "moisture": 66, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20f8f599bc135c76033608" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:20:05.722Z" + }, + "brightness": 453, + "moisture": 56, + "humidity": 49, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20f90799bc13a3cb033609" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:20:23.361Z" + }, + "brightness": 1485, + "moisture": 33, + "humidity": 42, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f20f92a99bc1312b503360a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:20:58.090Z" + }, + "brightness": 139, + "moisture": 62, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20f93199bc131ada03360b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:21:05.788Z" + }, + "brightness": 468, + "moisture": 56, + "humidity": 48, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20f94399bc1308b203360c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:21:23.428Z" + }, + "brightness": 1577, + "moisture": 32, + "humidity": 42, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f20f96b99bc134fd103360d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:22:03.172Z" + }, + "brightness": 142, + "moisture": 62, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20f96d99bc13a87403360e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:22:05.852Z" + }, + "brightness": 484, + "moisture": 56, + "humidity": 49, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20f97f99bc13bdb903360f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:22:23.498Z" + }, + "brightness": 1662, + "moisture": 33, + "humidity": 42, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f20f9a999bc13269b033610" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:23:05.932Z" + }, + "brightness": 499, + "moisture": 56, + "humidity": 48, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20f9ac99bc1313d5033611" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:23:08.222Z" + }, + "brightness": 144, + "moisture": 62, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20f9bb99bc1378d7033612" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:23:23.563Z" + }, + "brightness": 1764, + "moisture": 32, + "humidity": 42, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f20f9e599bc131a72033613" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:24:05.991Z" + }, + "brightness": 515, + "moisture": 56, + "humidity": 48, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20f9ed99bc135fa7033614" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:24:13.287Z" + }, + "brightness": 147, + "moisture": 66, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20f9f799bc13e8c8033615" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:24:23.631Z" + }, + "brightness": 1864, + "moisture": 32, + "humidity": 42, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f20fa2299bc1345e4033616" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:25:06.065Z" + }, + "brightness": 529, + "moisture": 56, + "humidity": 49, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20fa2e99bc13fbb5033617" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:25:18.354Z" + }, + "brightness": 155, + "moisture": 66, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20fa3399bc13178c033618" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:25:23.701Z" + }, + "brightness": 1965, + "moisture": 33, + "humidity": 42, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f20fa5e99bc135ea1033619" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:26:06.123Z" + }, + "brightness": 545, + "moisture": 56, + "humidity": 48, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20fa6f99bc130d4303361a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:26:23.462Z" + }, + "brightness": 163, + "moisture": 66, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20fa6f99bc13390803361b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:26:23.771Z" + }, + "brightness": 2073, + "moisture": 33, + "humidity": 42, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f20fa9a99bc13856b03361c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:27:06.243Z" + }, + "brightness": 559, + "moisture": 56, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20faab99bc137dfc03361d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:27:23.835Z" + }, + "brightness": 2181, + "moisture": 33, + "humidity": 42, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f20fab099bc13393403361e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:27:28.491Z" + }, + "brightness": 166, + "moisture": 62, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20fad699bc13840e03361f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:28:06.304Z" + }, + "brightness": 575, + "moisture": 56, + "humidity": 48, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20fae799bc130a48033620" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:28:23.903Z" + }, + "brightness": 2286, + "moisture": 32, + "humidity": 42, + "temperature": 24.3 +},{ + "_id": { + "$oid": "5f20faf199bc13999b033621" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:28:33.559Z" + }, + "brightness": 171, + "moisture": 62, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20fb1299bc13269c033622" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:29:06.377Z" + }, + "brightness": 594, + "moisture": 56, + "humidity": 48, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20fb2399bc13203f033623" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:29:23.983Z" + }, + "brightness": 2376, + "moisture": 32, + "humidity": 41, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f20fb3299bc138e7e033624" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:29:38.628Z" + }, + "brightness": 176, + "moisture": 62, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20fb4e99bc13cf20033625" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:30:06.439Z" + }, + "brightness": 614, + "moisture": 55, + "humidity": 48, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20fb6099bc1305f8033626" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:30:24.038Z" + }, + "brightness": 2474, + "moisture": 32, + "humidity": 41, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f20fb7399bc1320a9033627" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:30:43.750Z" + }, + "brightness": 181, + "moisture": 62, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20fb8a99bc13ccb2033628" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:31:06.511Z" + }, + "brightness": 624, + "moisture": 56, + "humidity": 48, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20fb9c99bc139c65033629" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:31:24.106Z" + }, + "brightness": 2565, + "moisture": 35, + "humidity": 41, + "temperature": 24.3 +},{ + "_id": { + "$oid": "5f20fbb499bc131b1c03362a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:31:48.820Z" + }, + "brightness": 188, + "moisture": 62, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20fbc699bc134de003362b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:32:06.580Z" + }, + "brightness": 630, + "moisture": 56, + "humidity": 51, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20fbd899bc1370dd03362c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:32:24.175Z" + }, + "brightness": 2675, + "moisture": 33, + "humidity": 40, + "temperature": 24.4 +},{ + "_id": { + "$oid": "5f20fbf599bc132cfd03362d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:32:53.889Z" + }, + "brightness": 193, + "moisture": 62, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20fc0299bc137d7503362e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:33:06.646Z" + }, + "brightness": 647, + "moisture": 56, + "humidity": 48, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20fc1499bc13ed5603362f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:33:24.247Z" + }, + "brightness": 2776, + "moisture": 32, + "humidity": 41, + "temperature": 24.4 +},{ + "_id": { + "$oid": "5f20fc3699bc135c44033630" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:33:58.958Z" + }, + "brightness": 202, + "moisture": 62, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20fc3e99bc13091e033631" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:34:06.714Z" + }, + "brightness": 670, + "moisture": 56, + "humidity": 51, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20fc5099bc137af5033632" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:34:24.325Z" + }, + "brightness": 2818, + "moisture": 32, + "humidity": 40, + "temperature": 24.4 +},{ + "_id": { + "$oid": "5f20fc7899bc13030e033633" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:35:04.025Z" + }, + "brightness": 204, + "moisture": 62, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20fc7a99bc1345bc033634" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:35:06.779Z" + }, + "brightness": 686, + "moisture": 56, + "humidity": 51, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20fc8c99bc1333c6033635" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:35:24.382Z" + }, + "brightness": 2897, + "moisture": 32, + "humidity": 40, + "temperature": 24.4 +},{ + "_id": { + "$oid": "5f20fcb699bc13198a033636" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:36:06.854Z" + }, + "brightness": 693, + "moisture": 56, + "humidity": 51, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20fcb999bc13bf34033637" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:36:09.093Z" + }, + "brightness": 197, + "moisture": 62, + "humidity": 50, + "temperature": 21.4 +},{ + "_id": { + "$oid": "5f20fcc899bc1372d9033638" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:36:24.498Z" + }, + "brightness": 2820, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20fcf299bc13d8d4033639" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:37:06.920Z" + }, + "brightness": 700, + "moisture": 56, + "humidity": 51, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20fcfa99bc130a6c03363a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:37:14.164Z" + }, + "brightness": 199, + "moisture": 62, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20fd0499bc13b5e203363b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:37:24.565Z" + }, + "brightness": 3053, + "moisture": 33, + "humidity": 40, + "temperature": 24.5 +},{ + "_id": { + "$oid": "5f20fd2e99bc1329ce03363c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:38:06.981Z" + }, + "brightness": 710, + "moisture": 56, + "humidity": 50, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20fd3b99bc1342c603363d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:38:19.233Z" + }, + "brightness": 202, + "moisture": 62, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20fd4099bc137b1403363e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:38:24.627Z" + }, + "brightness": 3209, + "moisture": 34, + "humidity": 39, + "temperature": 24.5 +},{ + "_id": { + "$oid": "5f20fd6b99bc13038b03363f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:39:07.051Z" + }, + "brightness": 722, + "moisture": 55, + "humidity": 52, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20fd7c99bc139b4f033640" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:39:24.301Z" + }, + "brightness": 204, + "moisture": 66, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20fd7c99bc132ad4033641" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:39:24.700Z" + }, + "brightness": 3209, + "moisture": 33, + "humidity": 40, + "temperature": 24.6 +},{ + "_id": { + "$oid": "5f20fda799bc1366f4033642" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:40:07.123Z" + }, + "brightness": 742, + "moisture": 56, + "humidity": 52, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20fdb899bc130766033643" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:40:24.767Z" + }, + "brightness": 3291, + "moisture": 33, + "humidity": 40, + "temperature": 24.6 +},{ + "_id": { + "$oid": "5f20fdbd99bc136972033644" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:40:29.369Z" + }, + "brightness": 208, + "moisture": 62, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20fde399bc1367fd033645" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:41:07.186Z" + }, + "brightness": 765, + "moisture": 55, + "humidity": 52, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20fdf499bc1325d1033646" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:41:24.841Z" + }, + "brightness": 3404, + "moisture": 33, + "humidity": 40, + "temperature": 24.7 +},{ + "_id": { + "$oid": "5f20fdfe99bc139e80033647" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:41:34.438Z" + }, + "brightness": 210, + "moisture": 62, + "humidity": 49, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f20fe1f99bc13351d033648" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:42:07.253Z" + }, + "brightness": 779, + "moisture": 56, + "humidity": 52, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20fe3099bc132a02033649" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:42:24.903Z" + }, + "brightness": 3458, + "moisture": 33, + "humidity": 39, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f20fe4099bc13308b03364a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:42:40.107Z" + }, + "brightness": 212, + "moisture": 62, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20fe5b99bc13b77103364b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:43:07.323Z" + }, + "brightness": 779, + "moisture": 56, + "humidity": 51, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20fe6c99bc13ba9803364c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:43:24.972Z" + }, + "brightness": 3715, + "moisture": 33, + "humidity": 39, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f20fe8199bc134a6303364d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:43:45.175Z" + }, + "brightness": 214, + "moisture": 63, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20fe9799bc13474e03364e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:44:07.390Z" + }, + "brightness": 770, + "moisture": 55, + "humidity": 50, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20fea999bc135d6d03364f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:44:25.045Z" + }, + "brightness": 3872, + "moisture": 34, + "humidity": 39, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f20fec299bc13fa15033650" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:44:50.242Z" + }, + "brightness": 214, + "moisture": 62, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20fed399bc13a5ca033651" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:45:07.457Z" + }, + "brightness": 775, + "moisture": 56, + "humidity": 50, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20fee599bc136a65033652" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:45:25.113Z" + }, + "brightness": 4009, + "moisture": 33, + "humidity": 39, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f20ff0399bc13c04e033653" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:45:55.311Z" + }, + "brightness": 218, + "moisture": 62, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f20ff0f99bc13722b033654" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:46:07.526Z" + }, + "brightness": 777, + "moisture": 56, + "humidity": 52, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20ff2199bc13d6ad033655" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:46:25.183Z" + }, + "brightness": 4110, + "moisture": 33, + "humidity": 39, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f20ff4499bc137746033656" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:47:00.379Z" + }, + "brightness": 219, + "moisture": 62, + "humidity": 49, + "temperature": 21.6 +},{ + "_id": { + "$oid": "5f20ff4b99bc134bfd033657" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:47:07.595Z" + }, + "brightness": 774, + "moisture": 55, + "humidity": 50, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20ff5d99bc137d30033658" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:47:25.250Z" + }, + "brightness": 4201, + "moisture": 32, + "humidity": 38, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f20ff8599bc132345033659" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:48:05.936Z" + }, + "brightness": 222, + "moisture": 62, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f20ff8799bc132cc903365a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:48:07.664Z" + }, + "brightness": 780, + "moisture": 55, + "humidity": 50, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20ff9999bc131d4f03365b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:48:25.316Z" + }, + "brightness": 4314, + "moisture": 31, + "humidity": 38, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f20ffc399bc1313c803365c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:49:07.733Z" + }, + "brightness": 788, + "moisture": 56, + "humidity": 49, + "temperature": 27 +},{ + "_id": { + "$oid": "5f20ffc799bc13f57c03365d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:49:11.005Z" + }, + "brightness": 226, + "moisture": 62, + "humidity": 49, + "temperature": 21.6 +},{ + "_id": { + "$oid": "5f20ffd599bc13614603365e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:49:25.387Z" + }, + "brightness": 4439, + "moisture": 32, + "humidity": 38, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f20ffff99bc13478b03365f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:50:07.809Z" + }, + "brightness": 792, + "moisture": 56, + "humidity": 48, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21000899bc1319b6033660" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:50:16.073Z" + }, + "brightness": 229, + "moisture": 63, + "humidity": 49, + "temperature": 21.6 +},{ + "_id": { + "$oid": "5f21001199bc131a5e033661" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:50:25.470Z" + }, + "brightness": 4511, + "moisture": 32, + "humidity": 38, + "temperature": 25.4 +},{ + "_id": { + "$oid": "5f21003b99bc1326db033662" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:51:07.878Z" + }, + "brightness": 800, + "moisture": 56, + "humidity": 48, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21004999bc135792033663" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:51:21.143Z" + }, + "brightness": 230, + "moisture": 62, + "humidity": 49, + "temperature": 21.6 +},{ + "_id": { + "$oid": "5f21004d99bc13ebee033664" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:51:25.526Z" + }, + "brightness": 4280, + "moisture": 32, + "humidity": 37, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f21007799bc1360b6033665" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:52:07.932Z" + }, + "brightness": 810, + "moisture": 56, + "humidity": 48, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21008999bc135758033666" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:52:25.591Z" + }, + "brightness": 4720, + "moisture": 32, + "humidity": 37, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f21008a99bc136794033667" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:52:26.210Z" + }, + "brightness": 232, + "moisture": 62, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f2100b499bc13c1e1033668" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:53:08.004Z" + }, + "brightness": 817, + "moisture": 56, + "humidity": 48, + "temperature": 27 +},{ + "_id": { + "$oid": "5f2100c599bc136fdf033669" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:53:25.660Z" + }, + "brightness": 4840, + "moisture": 32, + "humidity": 37, + "temperature": 26 +},{ + "_id": { + "$oid": "5f2100cb99bc13e3d903366a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:53:31.281Z" + }, + "brightness": 233, + "moisture": 62, + "humidity": 49, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f2100f099bc131e6b03366b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:54:08.081Z" + }, + "brightness": 828, + "moisture": 56, + "humidity": 48, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21010199bc13035703366c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:54:25.736Z" + }, + "brightness": 4936, + "moisture": 33, + "humidity": 37, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f21010c99bc13dd6f03366d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:54:36.348Z" + }, + "brightness": 233, + "moisture": 62, + "humidity": 49, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f21012c99bc13510503366e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:55:08.135Z" + }, + "brightness": 838, + "moisture": 56, + "humidity": 48, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21013d99bc136f5403366f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:55:25.800Z" + }, + "brightness": 4840, + "moisture": 32, + "humidity": 37, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f21014d99bc138d83033670" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:55:41.416Z" + }, + "brightness": 231, + "moisture": 62, + "humidity": 49, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f21016899bc13707f033671" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:56:08.203Z" + }, + "brightness": 849, + "moisture": 56, + "humidity": 48, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21017999bc131383033672" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:56:25.869Z" + }, + "brightness": 5133, + "moisture": 32, + "humidity": 37, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f21018e99bc13e968033673" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:56:46.487Z" + }, + "brightness": 234, + "moisture": 62, + "humidity": 49, + "temperature": 21.6 +},{ + "_id": { + "$oid": "5f2101a499bc1306f3033674" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:57:08.270Z" + }, + "brightness": 864, + "moisture": 56, + "humidity": 47, + "temperature": 27 +},{ + "_id": { + "$oid": "5f2101b599bc13e5f0033675" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:57:25.935Z" + }, + "brightness": 4231, + "moisture": 32, + "humidity": 37, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f2101cf99bc13f7fe033676" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:57:51.554Z" + }, + "brightness": 229, + "moisture": 62, + "humidity": 49, + "temperature": 21.6 +},{ + "_id": { + "$oid": "5f2101e099bc13cfdb033677" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:58:08.336Z" + }, + "brightness": 875, + "moisture": 56, + "humidity": 48, + "temperature": 27 +},{ + "_id": { + "$oid": "5f2101f299bc130ca2033678" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:58:26.005Z" + }, + "brightness": 4122, + "moisture": 32, + "humidity": 37, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f21021099bc13635a033679" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T04:58:56.648Z" + }, + "brightness": 236, + "moisture": 62, + "humidity": 49, + "temperature": 21.6 +},{ + "_id": { + "$oid": "5f21021c99bc135cc903367a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T04:59:08.405Z" + }, + "brightness": 885, + "moisture": 56, + "humidity": 49, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21022e99bc13d88603367b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T04:59:26.074Z" + }, + "brightness": 5320, + "moisture": 32, + "humidity": 36, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f21025199bc13422d03367c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:00:01.691Z" + }, + "brightness": 235, + "moisture": 62, + "humidity": 49, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f21025899bc130ef203367d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:00:08.479Z" + }, + "brightness": 899, + "moisture": 56, + "humidity": 50, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21026a99bc1309fb03367e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:00:26.142Z" + }, + "brightness": 5378, + "moisture": 32, + "humidity": 36, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f21029399bc133f3c03367f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:01:07.355Z" + }, + "brightness": 234, + "moisture": 62, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21029499bc13a558033680" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:01:08.543Z" + }, + "brightness": 914, + "moisture": 56, + "humidity": 48, + "temperature": 27 +},{ + "_id": { + "$oid": "5f2102a699bc13777b033681" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:01:26.212Z" + }, + "brightness": 3696, + "moisture": 32, + "humidity": 36, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f2102d099bc132b0c033682" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:02:08.608Z" + }, + "brightness": 917, + "moisture": 56, + "humidity": 48, + "temperature": 27 +},{ + "_id": { + "$oid": "5f2102d499bc131c69033683" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:02:12.424Z" + }, + "brightness": 242, + "moisture": 62, + "humidity": 50, + "temperature": 22.6 +},{ + "_id": { + "$oid": "5f2102e299bc1366e7033684" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:02:26.282Z" + }, + "brightness": 4987, + "moisture": 38, + "humidity": 36, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f21030c99bc13b539033685" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:03:08.681Z" + }, + "brightness": 914, + "moisture": 55, + "humidity": 47, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21031599bc136d8b033686" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:03:17.497Z" + }, + "brightness": 245, + "moisture": 62, + "humidity": 49, + "temperature": 21.6 +},{ + "_id": { + "$oid": "5f21031e99bc13818c033687" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:03:26.354Z" + }, + "brightness": 5464, + "moisture": 32, + "humidity": 36, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f21034899bc13cf9f033688" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:04:08.748Z" + }, + "brightness": 944, + "moisture": 56, + "humidity": 48, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21035699bc1380e3033689" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:04:22.563Z" + }, + "brightness": 249, + "moisture": 62, + "humidity": 49, + "temperature": 21.6 +},{ + "_id": { + "$oid": "5f21035a99bc13846203368a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:04:26.418Z" + }, + "brightness": 5826, + "moisture": 31, + "humidity": 36, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f21038499bc131df603368b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:05:08.861Z" + }, + "brightness": 954, + "moisture": 56, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21039699bc132aa403368c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:05:26.497Z" + }, + "brightness": 4659, + "moisture": 33, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21039799bc13967403368d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:05:27.630Z" + }, + "brightness": 255, + "moisture": 62, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f2103c099bc13d38203368e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:06:08.930Z" + }, + "brightness": 965, + "moisture": 56, + "humidity": 47, + "temperature": 27 +},{ + "_id": { + "$oid": "5f2103d299bc13b9c203368f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:06:26.556Z" + }, + "brightness": 5838, + "moisture": 32, + "humidity": 36, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f2103d899bc1343cc033690" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:06:32.709Z" + }, + "brightness": 262, + "moisture": 62, + "humidity": 49, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f2103fc99bc1341db033691" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:07:08.994Z" + }, + "brightness": 969, + "moisture": 56, + "humidity": 48, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21040e99bc13c1bc033692" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:07:26.626Z" + }, + "brightness": 6189, + "moisture": 31, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21041999bc13e68d033693" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:07:37.788Z" + }, + "brightness": 266, + "moisture": 62, + "humidity": 49, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f21043999bc135de7033694" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:08:09.063Z" + }, + "brightness": 968, + "moisture": 56, + "humidity": 47, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21044a99bc13b9cc033695" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:08:26.699Z" + }, + "brightness": 6251, + "moisture": 31, + "humidity": 36, + "temperature": 26.9 +},{ + "_id": { + "$oid": "5f21045a99bc130a3f033696" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:08:42.867Z" + }, + "brightness": 269, + "moisture": 62, + "humidity": 49, + "temperature": 21.6 +},{ + "_id": { + "$oid": "5f21047599bc13cb4b033697" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:09:09.135Z" + }, + "brightness": 971, + "moisture": 56, + "humidity": 47, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21048699bc1368d7033698" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:09:26.765Z" + }, + "brightness": 6319, + "moisture": 31, + "humidity": 35, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21049b99bc1307b8033699" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:09:47.945Z" + }, + "brightness": 271, + "moisture": 62, + "humidity": 49, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f2104b199bc13e51303369a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:10:09.197Z" + }, + "brightness": 979, + "moisture": 56, + "humidity": 47, + "temperature": 27 +},{ + "_id": { + "$oid": "5f2104c299bc13f16a03369b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:10:26.880Z" + }, + "brightness": 6369, + "moisture": 31, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2104dd99bc130a5e03369c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:10:53.022Z" + }, + "brightness": 273, + "moisture": 62, + "humidity": 49, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f2104ed99bc1397c603369d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:11:09.276Z" + }, + "brightness": 986, + "moisture": 56, + "humidity": 47, + "temperature": 27 +},{ + "_id": { + "$oid": "5f2104fe99bc13100103369e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:11:26.956Z" + }, + "brightness": 6435, + "moisture": 32, + "humidity": 35, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f21051e99bc13c14003369f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:11:58.102Z" + }, + "brightness": 266, + "moisture": 62, + "humidity": 49, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f21052999bc137fe60336a0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:12:09.335Z" + }, + "brightness": 990, + "moisture": 56, + "humidity": 47, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21053b99bc13bd7a0336a1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:12:27.014Z" + }, + "brightness": 6538, + "moisture": 33, + "humidity": 34, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f21055f99bc13c1e60336a2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:13:03.180Z" + }, + "brightness": 276, + "moisture": 62, + "humidity": 49, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f21056599bc1359240336a3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:13:09.401Z" + }, + "brightness": 1000, + "moisture": 55, + "humidity": 49, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21057799bc13dc430336a4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:13:27.083Z" + }, + "brightness": 6594, + "moisture": 38, + "humidity": 34, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f2105a099bc137eea0336a5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:14:08.258Z" + }, + "brightness": 281, + "moisture": 62, + "humidity": 49, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f2105a199bc1359290336a6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:14:09.468Z" + }, + "brightness": 1019, + "moisture": 56, + "humidity": 47, + "temperature": 27 +},{ + "_id": { + "$oid": "5f2105b399bc130a900336a7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:14:27.152Z" + }, + "brightness": 6670, + "moisture": 32, + "humidity": 34, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f2105dd99bc13a5ff0336a8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:15:09.537Z" + }, + "brightness": 1035, + "moisture": 56, + "humidity": 47, + "temperature": 27 +},{ + "_id": { + "$oid": "5f2105e199bc130d520336a9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:15:13.337Z" + }, + "brightness": 287, + "moisture": 62, + "humidity": 49, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f2105ef99bc13e9250336aa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:15:27.222Z" + }, + "brightness": 6758, + "moisture": 32, + "humidity": 33, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f21061999bc133d170336ab" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:16:09.606Z" + }, + "brightness": 1047, + "moisture": 56, + "humidity": 49, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21062299bc133fd20336ac" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:16:18.418Z" + }, + "brightness": 290, + "moisture": 62, + "humidity": 49, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f21062b99bc1311920336ad" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:16:27.288Z" + }, + "brightness": 6824, + "moisture": 32, + "humidity": 33, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f21065599bc130f530336ae" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:17:09.669Z" + }, + "brightness": 1054, + "moisture": 55, + "humidity": 48, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21066399bc13692e0336af" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:17:23.493Z" + }, + "brightness": 290, + "moisture": 62, + "humidity": 49, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f21066799bc13be5a0336b0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:17:27.357Z" + }, + "brightness": 6818, + "moisture": 32, + "humidity": 33, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f21069199bc131f380336b1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:18:09.743Z" + }, + "brightness": 1060, + "moisture": 55, + "humidity": 47, + "temperature": 27 +},{ + "_id": { + "$oid": "5f2106a399bc130ad80336b2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:18:27.426Z" + }, + "brightness": 6822, + "moisture": 32, + "humidity": 34, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2106a499bc132ec70336b3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:18:28.573Z" + }, + "brightness": 290, + "moisture": 62, + "humidity": 49, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f2106cd99bc133ae30336b4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:19:09.803Z" + }, + "brightness": 1070, + "moisture": 55, + "humidity": 49, + "temperature": 27 +},{ + "_id": { + "$oid": "5f2106df99bc13c0260336b5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:19:27.542Z" + }, + "brightness": 6889, + "moisture": 31, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2106e599bc135d970336b6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:19:33.650Z" + }, + "brightness": 289, + "moisture": 62, + "humidity": 49, + "temperature": 21.8 +},{ + "_id": { + "$oid": "5f21070999bc13a2ab0336b7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:20:09.870Z" + }, + "brightness": 1082, + "moisture": 55, + "humidity": 48, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21071b99bc1332840336b8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:20:27.700Z" + }, + "brightness": 6849, + "moisture": 31, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21072699bc13b7020336b9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:20:38.728Z" + }, + "brightness": 283, + "moisture": 62, + "humidity": 49, + "temperature": 21.8 +},{ + "_id": { + "$oid": "5f21074599bc13552c0336ba" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:21:09.943Z" + }, + "brightness": 1109, + "moisture": 55, + "humidity": 47, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21075799bc132efe0336bb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:21:27.770Z" + }, + "brightness": 6453, + "moisture": 32, + "humidity": 33, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21076799bc13c5290336bc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:21:43.809Z" + }, + "brightness": 298, + "moisture": 62, + "humidity": 49, + "temperature": 21.8 +},{ + "_id": { + "$oid": "5f21078299bc13d6ec0336bd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:22:10.009Z" + }, + "brightness": 1126, + "moisture": 55, + "humidity": 49, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21079399bc13698d0336be" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:22:27.842Z" + }, + "brightness": 6522, + "moisture": 31, + "humidity": 34, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2107a999bc1338420336bf" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:22:49.380Z" + }, + "brightness": 313, + "moisture": 62, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2107be99bc13a2ac0336c0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:23:10.077Z" + }, + "brightness": 1145, + "moisture": 55, + "humidity": 48, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2107cf99bc134a5c0336c1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:23:27.907Z" + }, + "brightness": 7413, + "moisture": 31, + "humidity": 34, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f2107ea99bc13602b0336c2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:23:54.453Z" + }, + "brightness": 317, + "moisture": 62, + "humidity": 49, + "temperature": 21.8 +},{ + "_id": { + "$oid": "5f2107fa99bc1366c50336c3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:24:10.146Z" + }, + "brightness": 1165, + "moisture": 55, + "humidity": 47, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21080b99bc132a170336c4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:24:27.977Z" + }, + "brightness": 7487, + "moisture": 31, + "humidity": 33, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21082b99bc132cc00336c5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:24:59.530Z" + }, + "brightness": 320, + "moisture": 62, + "humidity": 49, + "temperature": 21.8 +},{ + "_id": { + "$oid": "5f21083699bc134cea0336c6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:25:10.212Z" + }, + "brightness": 1179, + "moisture": 56, + "humidity": 48, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21084899bc13d05b0336c7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:25:28.048Z" + }, + "brightness": 6311, + "moisture": 31, + "humidity": 33, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21086c99bc1371020336c8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:26:04.610Z" + }, + "brightness": 321, + "moisture": 62, + "humidity": 49, + "temperature": 21.8 +},{ + "_id": { + "$oid": "5f21087299bc13f1530336c9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:26:10.283Z" + }, + "brightness": 1200, + "moisture": 55, + "humidity": 48, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21088499bc1305410336ca" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:26:28.117Z" + }, + "brightness": 7298, + "moisture": 31, + "humidity": 33, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f2108ad99bc1382440336cb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:27:09.686Z" + }, + "brightness": 327, + "moisture": 62, + "humidity": 49, + "temperature": 21.8 +},{ + "_id": { + "$oid": "5f2108ae99bc131f1c0336cc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:27:10.352Z" + }, + "brightness": 1220, + "moisture": 55, + "humidity": 49, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2108c099bc1302dd0336cd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:27:28.186Z" + }, + "brightness": 7279, + "moisture": 32, + "humidity": 33, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f2108ea99bc13fc4a0336ce" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:28:10.415Z" + }, + "brightness": 1290, + "moisture": 55, + "humidity": 48, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2108ee99bc1369380336cf" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:28:14.767Z" + }, + "brightness": 330, + "moisture": 62, + "humidity": 49, + "temperature": 21.8 +},{ + "_id": { + "$oid": "5f2108fc99bc130a890336d0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:28:28.256Z" + }, + "brightness": 7291, + "moisture": 32, + "humidity": 33, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f21092699bc1354410336d1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:29:10.482Z" + }, + "brightness": 1341, + "moisture": 55, + "humidity": 50, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21092f99bc1312c60336d2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:29:19.837Z" + }, + "brightness": 336, + "moisture": 62, + "humidity": 49, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f21093899bc1345900336d3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:29:28.323Z" + }, + "brightness": 7089, + "moisture": 31, + "humidity": 33, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21096299bc1313870336d4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:30:10.548Z" + }, + "brightness": 1383, + "moisture": 55, + "humidity": 48, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21097099bc136bd50336d5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:30:24.913Z" + }, + "brightness": 340, + "moisture": 62, + "humidity": 49, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f21097499bc1364710336d6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:30:28.402Z" + }, + "brightness": 7264, + "moisture": 31, + "humidity": 33, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21099e99bc138ac50336d7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:31:10.677Z" + }, + "brightness": 1406, + "moisture": 55, + "humidity": 50, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2109b099bc139dbb0336d8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:31:28.462Z" + }, + "brightness": 7489, + "moisture": 32, + "humidity": 32, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f2109b199bc1316820336d9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:31:29.992Z" + }, + "brightness": 345, + "moisture": 62, + "humidity": 49, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f2109da99bc1372910336da" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:32:10.686Z" + }, + "brightness": 1428, + "moisture": 55, + "humidity": 47, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2109ec99bc136fb00336db" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:32:28.531Z" + }, + "brightness": 7542, + "moisture": 32, + "humidity": 32, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f2109f399bc1306790336dc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:32:35.071Z" + }, + "brightness": 347, + "moisture": 62, + "humidity": 49, + "temperature": 21.8 +},{ + "_id": { + "$oid": "5f210a1699bc1313580336dd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:33:10.760Z" + }, + "brightness": 1420, + "moisture": 55, + "humidity": 49, + "temperature": 28 +},{ + "_id": { + "$oid": "5f210a2899bc136a6f0336de" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:33:28.602Z" + }, + "brightness": 7800, + "moisture": 32, + "humidity": 32, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f210a3499bc13ebb10336df" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:33:40.747Z" + }, + "brightness": 350, + "moisture": 62, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f210a5299bc133f070336e0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:34:10.821Z" + }, + "brightness": 1364, + "moisture": 55, + "humidity": 47, + "temperature": 28 +},{ + "_id": { + "$oid": "5f210a6499bc137af00336e1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:34:28.668Z" + }, + "brightness": 7773, + "moisture": 31, + "humidity": 33, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f210a7599bc137f6f0336e2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:34:45.824Z" + }, + "brightness": 354, + "moisture": 62, + "humidity": 49, + "temperature": 21 +},{ + "_id": { + "$oid": "5f210a8e99bc13142e0336e3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:35:10.888Z" + }, + "brightness": 1355, + "moisture": 55, + "humidity": 47, + "temperature": 28 +},{ + "_id": { + "$oid": "5f210aa099bc13ad690336e4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:35:28.745Z" + }, + "brightness": 8006, + "moisture": 31, + "humidity": 33, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f210ab699bc13317f0336e5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:35:50.903Z" + }, + "brightness": 360, + "moisture": 62, + "humidity": 49, + "temperature": 21.9 +},{ + "_id": { + "$oid": "5f210aca99bc13d9fc0336e6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:36:10.958Z" + }, + "brightness": 1369, + "moisture": 55, + "humidity": 47, + "temperature": 28 +},{ + "_id": { + "$oid": "5f210adc99bc13488f0336e7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:36:28.806Z" + }, + "brightness": 8056, + "moisture": 31, + "humidity": 33, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f210af799bc1373de0336e8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:36:55.981Z" + }, + "brightness": 367, + "moisture": 63, + "humidity": 49, + "temperature": 21.9 +},{ + "_id": { + "$oid": "5f210b0799bc13a1f70336e9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:37:11.025Z" + }, + "brightness": 1392, + "moisture": 55, + "humidity": 49, + "temperature": 28 +},{ + "_id": { + "$oid": "5f210b1899bc13796b0336ea" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:37:28.876Z" + }, + "brightness": 8289, + "moisture": 31, + "humidity": 33, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f210b3999bc13a83e0336eb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:38:01.060Z" + }, + "brightness": 373, + "moisture": 61, + "humidity": 49, + "temperature": 21.9 +},{ + "_id": { + "$oid": "5f210b4399bc13c4aa0336ec" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:38:11.095Z" + }, + "brightness": 1452, + "moisture": 55, + "humidity": 47, + "temperature": 28 +},{ + "_id": { + "$oid": "5f210b5499bc134dfa0336ed" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:38:28.945Z" + }, + "brightness": 8164, + "moisture": 31, + "humidity": 32, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f210b7a99bc13826e0336ee" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:39:06.140Z" + }, + "brightness": 376, + "moisture": 62, + "humidity": 49, + "temperature": 21.9 +},{ + "_id": { + "$oid": "5f210b7f99bc13da870336ef" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:39:11.160Z" + }, + "brightness": 1466, + "moisture": 55, + "humidity": 48, + "temperature": 28 +},{ + "_id": { + "$oid": "5f210b9199bc137ac00336f0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:39:29.021Z" + }, + "brightness": 8229, + "moisture": 31, + "humidity": 32, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f210bbb99bc1302a50336f1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:40:11.230Z" + }, + "brightness": 1460, + "moisture": 55, + "humidity": 48, + "temperature": 28 +},{ + "_id": { + "$oid": "5f210bbb99bc135c490336f2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:40:11.892Z" + }, + "brightness": 382, + "moisture": 62, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f210bcd99bc1389a50336f3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:40:29.085Z" + }, + "brightness": 7506, + "moisture": 31, + "humidity": 32, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f210bf799bc13692c0336f4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:41:11.294Z" + }, + "brightness": 1482, + "moisture": 55, + "humidity": 47, + "temperature": 28 +},{ + "_id": { + "$oid": "5f210bfc99bc1348220336f5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:41:16.946Z" + }, + "brightness": 384, + "moisture": 62, + "humidity": 48, + "temperature": 21.8 +},{ + "_id": { + "$oid": "5f210c0999bc132cdb0336f6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:41:29.151Z" + }, + "brightness": 7511, + "moisture": 31, + "humidity": 32, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f210c3399bc13bed40336f7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:42:11.410Z" + }, + "brightness": 1518, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f210c3e99bc13e6af0336f8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:42:22.024Z" + }, + "brightness": 389, + "moisture": 62, + "humidity": 48, + "temperature": 21.9 +},{ + "_id": { + "$oid": "5f210c4599bc1363370336f9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:42:29.221Z" + }, + "brightness": 8427, + "moisture": 31, + "humidity": 32, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f210c6f99bc13417a0336fa" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:43:11.659Z" + }, + "brightness": 1550, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f210c7f99bc135a570336fb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:43:27.103Z" + }, + "brightness": 400, + "moisture": 61, + "humidity": 48, + "temperature": 21.9 +},{ + "_id": { + "$oid": "5f210c8199bc133f3d0336fc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:43:29.289Z" + }, + "brightness": 8689, + "moisture": 31, + "humidity": 32, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f210cab99bc1371150336fd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:44:11.722Z" + }, + "brightness": 1568, + "moisture": 55, + "humidity": 45, + "temperature": 29 +},{ + "_id": { + "$oid": "5f210cbd99bc1314ff0336fe" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:44:29.358Z" + }, + "brightness": 8705, + "moisture": 30, + "humidity": 32, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f210cc099bc135c270336ff" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:44:32.185Z" + }, + "brightness": 413, + "moisture": 62, + "humidity": 48, + "temperature": 21.9 +},{ + "_id": { + "$oid": "5f210ce799bc13b594033700" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:45:11.793Z" + }, + "brightness": 1566, + "moisture": 55, + "humidity": 45, + "temperature": 29 +},{ + "_id": { + "$oid": "5f210cf999bc138526033701" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:45:29.427Z" + }, + "brightness": 8777, + "moisture": 31, + "humidity": 32, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f210d0199bc13aefc033702" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:45:37.913Z" + }, + "brightness": 422, + "moisture": 61, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f210d2399bc137cb9033703" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:46:11.869Z" + }, + "brightness": 1577, + "moisture": 55, + "humidity": 45, + "temperature": 29 +},{ + "_id": { + "$oid": "5f210d3599bc1322ba033704" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:46:29.541Z" + }, + "brightness": 8917, + "moisture": 31, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f210d4299bc133ad8033705" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:46:42.993Z" + }, + "brightness": 428, + "moisture": 61, + "humidity": 49, + "temperature": 22 +},{ + "_id": { + "$oid": "5f210d5f99bc133d01033706" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:47:11.980Z" + }, + "brightness": 1563, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f210d7199bc130c22033707" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:47:29.611Z" + }, + "brightness": 8891, + "moisture": 30, + "humidity": 31, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f210d8499bc131e6e033708" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:47:48.070Z" + }, + "brightness": 421, + "moisture": 61, + "humidity": 49, + "temperature": 22 +},{ + "_id": { + "$oid": "5f210d9c99bc131193033709" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:48:12.089Z" + }, + "brightness": 1620, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f210dad99bc1371e503370a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:48:29.680Z" + }, + "brightness": 8487, + "moisture": 31, + "humidity": 31, + "temperature": 30 +},{ + "_id": { + "$oid": "5f210dc599bc1364bf03370b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:48:53.138Z" + }, + "brightness": 424, + "moisture": 61, + "humidity": 49, + "temperature": 22 +},{ + "_id": { + "$oid": "5f210dd899bc1343df03370c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:49:12.152Z" + }, + "brightness": 1685, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f210de999bc1305fe03370d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:49:29.748Z" + }, + "brightness": 8176, + "moisture": 30, + "humidity": 31, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f210e0699bc13b02503370e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:49:58.217Z" + }, + "brightness": 428, + "moisture": 62, + "humidity": 49, + "temperature": 22 +},{ + "_id": { + "$oid": "5f210e1499bc138ee903370f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:50:12.228Z" + }, + "brightness": 1759, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f210e2599bc1355f4033710" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:50:29.816Z" + }, + "brightness": 8442, + "moisture": 30, + "humidity": 31, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f210e4799bc131985033711" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:51:03.297Z" + }, + "brightness": 469, + "moisture": 61, + "humidity": 49, + "temperature": 22 +},{ + "_id": { + "$oid": "5f210e5099bc130331033712" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:51:12.301Z" + }, + "brightness": 1804, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f210e6199bc1348c8033713" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:51:29.885Z" + }, + "brightness": 9211, + "moisture": 30, + "humidity": 31, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f210e8899bc13a9a8033714" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:52:08.374Z" + }, + "brightness": 477, + "moisture": 61, + "humidity": 49, + "temperature": 22 +},{ + "_id": { + "$oid": "5f210e8c99bc134af6033715" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:52:12.357Z" + }, + "brightness": 1814, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f210e9d99bc136185033716" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:52:29.954Z" + }, + "brightness": 9212, + "moisture": 30, + "humidity": 31, + "temperature": 30 +},{ + "_id": { + "$oid": "5f210ec899bc132e24033717" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:53:12.431Z" + }, + "brightness": 1814, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f210ec999bc1365ec033718" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:53:13.452Z" + }, + "brightness": 486, + "moisture": 61, + "humidity": 49, + "temperature": 22 +},{ + "_id": { + "$oid": "5f210eda99bc13261b033719" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:53:30.023Z" + }, + "brightness": 9241, + "moisture": 30, + "humidity": 31, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f210f0499bc131dd203371a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:54:12.506Z" + }, + "brightness": 1811, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f210f0a99bc13db8a03371b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:54:18.532Z" + }, + "brightness": 499, + "moisture": 61, + "humidity": 49, + "temperature": 22 +},{ + "_id": { + "$oid": "5f210f1699bc136e0f03371c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:54:30.092Z" + }, + "brightness": 9292, + "moisture": 30, + "humidity": 31, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f210f4099bc13d68a03371d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:55:12.563Z" + }, + "brightness": 1814, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f210f4699bc13d40503371e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:55:18.600Z" + }, + "brightness": 505, + "moisture": 64, + "humidity": 49, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f210f5299bc13275503371f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:55:30.166Z" + }, + "brightness": 9344, + "moisture": 30, + "humidity": 31, + "temperature": 30.4 +},{ + "_id": { + "$oid": "5f210f7c99bc13d844033720" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:56:12.640Z" + }, + "brightness": 1817, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f210f8299bc13d933033721" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:56:18.670Z" + }, + "brightness": 508, + "moisture": 60, + "humidity": 48, + "temperature": 22 +},{ + "_id": { + "$oid": "5f210f8e99bc131c77033722" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:56:30.230Z" + }, + "brightness": 9427, + "moisture": 30, + "humidity": 30, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f210fb899bc138e9b033723" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:57:12.691Z" + }, + "brightness": 1824, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f210fbe99bc135657033724" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:57:18.735Z" + }, + "brightness": 516, + "moisture": 61, + "humidity": 48, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f210fca99bc13b637033725" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:57:30.300Z" + }, + "brightness": 9466, + "moisture": 30, + "humidity": 30, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f210ff499bc135e35033726" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:58:12.769Z" + }, + "brightness": 1828, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f210ffa99bc13922c033727" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:58:18.805Z" + }, + "brightness": 522, + "moisture": 60, + "humidity": 49, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f21100699bc13ecd4033728" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:58:30.368Z" + }, + "brightness": 9543, + "moisture": 30, + "humidity": 30, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f21103099bc1327f3033729" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T05:59:12.832Z" + }, + "brightness": 1834, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21103699bc13388f03372a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T05:59:18.870Z" + }, + "brightness": 527, + "moisture": 61, + "humidity": 49, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f21104299bc13c47003372b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T05:59:30.439Z" + }, + "brightness": 9612, + "moisture": 30, + "humidity": 30, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f21106c99bc134c7203372c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:00:12.900Z" + }, + "brightness": 1824, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21107299bc131aa903372d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:00:18.985Z" + }, + "brightness": 535, + "moisture": 60, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21107e99bc1329a103372e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:00:30.504Z" + }, + "brightness": 9701, + "moisture": 29, + "humidity": 30, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f2110a899bc13d3db03372f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:01:12.965Z" + }, + "brightness": 1824, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2110af99bc138575033730" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:01:19.097Z" + }, + "brightness": 545, + "moisture": 60, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2110ba99bc130d3f033731" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:01:30.572Z" + }, + "brightness": 9690, + "moisture": 34, + "humidity": 30, + "temperature": 31.1 +},{ + "_id": { + "$oid": "5f2110e599bc13fd1e033732" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:02:13.033Z" + }, + "brightness": 1830, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2110eb99bc13b514033733" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:02:19.165Z" + }, + "brightness": 555, + "moisture": 60, + "humidity": 48, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f2110f699bc134093033734" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:02:30.684Z" + }, + "brightness": 9702, + "moisture": 30, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21112199bc139038033735" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:03:13.102Z" + }, + "brightness": 1838, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21112799bc134b69033736" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:03:19.233Z" + }, + "brightness": 567, + "moisture": 60, + "humidity": 48, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f21113299bc132643033737" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:03:30.847Z" + }, + "brightness": 9785, + "moisture": 30, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21115d99bc1393a2033738" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:04:13.168Z" + }, + "brightness": 1860, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21116399bc134f1d033739" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:04:19.300Z" + }, + "brightness": 580, + "moisture": 61, + "humidity": 48, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f21116e99bc13b66703373a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:04:30.915Z" + }, + "brightness": 9780, + "moisture": 34, + "humidity": 30, + "temperature": 31.3 +},{ + "_id": { + "$oid": "5f21119999bc13b3e603373b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:05:13.235Z" + }, + "brightness": 1872, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21119f99bc13ce2303373c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:05:19.367Z" + }, + "brightness": 594, + "moisture": 60, + "humidity": 48, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f2111ab99bc13273e03373d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:05:31.212Z" + }, + "brightness": 9866, + "moisture": 30, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2111d599bc13c19503373e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:06:13.302Z" + }, + "brightness": 1902, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2111db99bc13817303373f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:06:19.439Z" + }, + "brightness": 610, + "moisture": 61, + "humidity": 48, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f2111e799bc130db2033740" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:06:31.277Z" + }, + "brightness": 9935, + "moisture": 36, + "humidity": 30, + "temperature": 31.5 +},{ + "_id": { + "$oid": "5f21121199bc1335a0033741" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:07:13.379Z" + }, + "brightness": 3429, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21121799bc13de1c033742" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:07:19.506Z" + }, + "brightness": 625, + "moisture": 60, + "humidity": 48, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f21122399bc130de8033743" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:07:31.344Z" + }, + "brightness": 10030, + "moisture": 31, + "humidity": 30, + "temperature": 31.7 +},{ + "_id": { + "$oid": "5f21124d99bc134fe2033744" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:08:13.440Z" + }, + "brightness": 6729, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21125399bc130843033745" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:08:19.569Z" + }, + "brightness": 642, + "moisture": 60, + "humidity": 47, + "temperature": 22.5 +},{ + "_id": { + "$oid": "5f21125f99bc1311bd033746" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:08:31.414Z" + }, + "brightness": 10051, + "moisture": 30, + "humidity": 29, + "temperature": 31.8 +},{ + "_id": { + "$oid": "5f21128999bc136ae3033747" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:09:13.508Z" + }, + "brightness": 9100, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21128f99bc131420033748" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:09:19.640Z" + }, + "brightness": 660, + "moisture": 60, + "humidity": 47, + "temperature": 22.8 +},{ + "_id": { + "$oid": "5f21129b99bc136a2e033749" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:09:31.488Z" + }, + "brightness": 10198, + "moisture": 30, + "humidity": 29, + "temperature": 31.7 +},{ + "_id": { + "$oid": "5f2112c599bc1336d803374a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:10:13.589Z" + }, + "brightness": 9261, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2112cb99bc13360303374b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:10:19.704Z" + }, + "brightness": 679, + "moisture": 60, + "humidity": 46, + "temperature": 22.7 +},{ + "_id": { + "$oid": "5f2112d799bc13662303374c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:10:31.551Z" + }, + "brightness": 10108, + "moisture": 30, + "humidity": 29, + "temperature": 31.8 +},{ + "_id": { + "$oid": "5f21130199bc138da603374d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:11:13.651Z" + }, + "brightness": 9348, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21130799bc138c4003374e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:11:19.773Z" + }, + "brightness": 701, + "moisture": 60, + "humidity": 46, + "temperature": 22.6 +},{ + "_id": { + "$oid": "5f21131399bc137c9f03374f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:11:31.620Z" + }, + "brightness": 10184, + "moisture": 30, + "humidity": 29, + "temperature": 31.9 +},{ + "_id": { + "$oid": "5f21133d99bc137b9c033750" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:12:13.712Z" + }, + "brightness": 9550, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21134399bc13a6e1033751" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:12:19.840Z" + }, + "brightness": 723, + "moisture": 60, + "humidity": 46, + "temperature": 22.5 +},{ + "_id": { + "$oid": "5f21134f99bc13f8fe033752" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:12:31.734Z" + }, + "brightness": 10385, + "moisture": 29, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21137999bc13a211033753" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:13:13.786Z" + }, + "brightness": 9656, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21137f99bc1329b3033754" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:13:19.910Z" + }, + "brightness": 742, + "moisture": 60, + "humidity": 47, + "temperature": 22.5 +},{ + "_id": { + "$oid": "5f21138b99bc13d744033755" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:13:31.814Z" + }, + "brightness": 10400, + "moisture": 30, + "humidity": 28, + "temperature": 31.9 +},{ + "_id": { + "$oid": "5f2113b599bc132ca6033756" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:14:13.849Z" + }, + "brightness": 9685, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2113bb99bc139d9e033757" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:14:19.976Z" + }, + "brightness": 764, + "moisture": 60, + "humidity": 47, + "temperature": 22.5 +},{ + "_id": { + "$oid": "5f2113c799bc13849a033758" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:14:31.871Z" + }, + "brightness": 10580, + "moisture": 30, + "humidity": 28, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2113f199bc137c03033759" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:15:13.915Z" + }, + "brightness": 9645, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2113f899bc13c18d03375a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:15:20.043Z" + }, + "brightness": 784, + "moisture": 60, + "humidity": 46, + "temperature": 22.5 +},{ + "_id": { + "$oid": "5f21140399bc13430403375b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:15:31.940Z" + }, + "brightness": 10635, + "moisture": 31, + "humidity": 28, + "temperature": 32.1 +},{ + "_id": { + "$oid": "5f21142d99bc13690f03375c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:16:13.987Z" + }, + "brightness": 9703, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21143499bc13688a03375d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:16:20.112Z" + }, + "brightness": 803, + "moisture": 60, + "humidity": 46, + "temperature": 22.5 +},{ + "_id": { + "$oid": "5f21144099bc133cbc03375e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:16:32.014Z" + }, + "brightness": 10685, + "moisture": 30, + "humidity": 28, + "temperature": 32.2 +},{ + "_id": { + "$oid": "5f21146a99bc13477203375f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:17:14.059Z" + }, + "brightness": 9672, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21147099bc1366ba033760" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:17:20.180Z" + }, + "brightness": 820, + "moisture": 60, + "humidity": 47, + "temperature": 22.5 +},{ + "_id": { + "$oid": "5f21147c99bc136eef033761" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:17:32.078Z" + }, + "brightness": 10769, + "moisture": 30, + "humidity": 28, + "temperature": 32.2 +},{ + "_id": { + "$oid": "5f2114a699bc132514033762" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:18:14.119Z" + }, + "brightness": 9660, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2114ac99bc1338ec033763" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:18:20.246Z" + }, + "brightness": 841, + "moisture": 60, + "humidity": 46, + "temperature": 22.8 +},{ + "_id": { + "$oid": "5f2114b899bc138758033764" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:18:32.147Z" + }, + "brightness": 10875, + "moisture": 30, + "humidity": 28, + "temperature": 32.2 +},{ + "_id": { + "$oid": "5f2114e299bc134b93033765" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:19:14.197Z" + }, + "brightness": 7154, + "moisture": 55, + "humidity": 45, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2114e899bc13ab8a033766" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:19:20.315Z" + }, + "brightness": 862, + "moisture": 60, + "humidity": 46, + "temperature": 22.7 +},{ + "_id": { + "$oid": "5f2114f499bc130462033767" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:19:32.216Z" + }, + "brightness": 11014, + "moisture": 30, + "humidity": 27, + "temperature": 32.3 +},{ + "_id": { + "$oid": "5f21151e99bc1324a7033768" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:20:14.256Z" + }, + "brightness": 4017, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21152499bc13610b033769" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:20:20.381Z" + }, + "brightness": 855, + "moisture": 60, + "humidity": 46, + "temperature": 22.6 +},{ + "_id": { + "$oid": "5f21153099bc132f4303376a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:20:32.286Z" + }, + "brightness": 11187, + "moisture": 30, + "humidity": 27, + "temperature": 32.3 +},{ + "_id": { + "$oid": "5f21155a99bc13181403376b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:21:14.371Z" + }, + "brightness": 1977, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21156099bc13fef003376c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:21:20.449Z" + }, + "brightness": 913, + "moisture": 60, + "humidity": 47, + "temperature": 22.5 +},{ + "_id": { + "$oid": "5f21156c99bc13d2f803376d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:21:32.357Z" + }, + "brightness": 10942, + "moisture": 30, + "humidity": 27, + "temperature": 32.3 +},{ + "_id": { + "$oid": "5f21159699bc136b4e03376e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:22:14.440Z" + }, + "brightness": 1939, + "moisture": 55, + "humidity": 46, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21159c99bc13cf6203376f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:22:20.522Z" + }, + "brightness": 936, + "moisture": 60, + "humidity": 47, + "temperature": 22.6 +},{ + "_id": { + "$oid": "5f2115a899bc133e5c033770" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:22:32.423Z" + }, + "brightness": 11200, + "moisture": 30, + "humidity": 27, + "temperature": 32.5 +},{ + "_id": { + "$oid": "5f2115d299bc132508033771" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:23:14.503Z" + }, + "brightness": 1923, + "moisture": 55, + "humidity": 46, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2115d899bc1333c1033772" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:23:20.644Z" + }, + "brightness": 960, + "moisture": 60, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2115e499bc133910033773" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:23:32.500Z" + }, + "brightness": 10478, + "moisture": 30, + "humidity": 27, + "temperature": 32.6 +},{ + "_id": { + "$oid": "5f21160e99bc1391f4033774" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:24:14.566Z" + }, + "brightness": 1903, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21161499bc13c1a8033775" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:24:20.702Z" + }, + "brightness": 988, + "moisture": 60, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21162099bc136d27033776" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:24:32.561Z" + }, + "brightness": 10705, + "moisture": 30, + "humidity": 27, + "temperature": 32.7 +},{ + "_id": { + "$oid": "5f21164a99bc130fbd033777" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:25:14.638Z" + }, + "brightness": 1876, + "moisture": 55, + "humidity": 45, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21165099bc136aa2033778" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:25:20.778Z" + }, + "brightness": 1017, + "moisture": 60, + "humidity": 46, + "temperature": 22.6 +},{ + "_id": { + "$oid": "5f21165c99bc1314cd033779" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:25:32.643Z" + }, + "brightness": 11385, + "moisture": 31, + "humidity": 27, + "temperature": 32.7 +},{ + "_id": { + "$oid": "5f21168699bc13954703377a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:26:14.703Z" + }, + "brightness": 1856, + "moisture": 55, + "humidity": 45, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21168c99bc13b0ff03377b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:26:20.831Z" + }, + "brightness": 1045, + "moisture": 64, + "humidity": 46, + "temperature": 22.6 +},{ + "_id": { + "$oid": "5f21169899bc13104403377c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:26:32.702Z" + }, + "brightness": 11391, + "moisture": 30, + "humidity": 27, + "temperature": 32.8 +},{ + "_id": { + "$oid": "5f2116c299bc13ebfa03377d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:27:14.774Z" + }, + "brightness": 1849, + "moisture": 55, + "humidity": 45, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2116c899bc13157c03377e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:27:20.934Z" + }, + "brightness": 1072, + "moisture": 60, + "humidity": 45, + "temperature": 22.6 +},{ + "_id": { + "$oid": "5f2116d499bc13265d03377f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:27:32.769Z" + }, + "brightness": 11405, + "moisture": 31, + "humidity": 28, + "temperature": 32.8 +},{ + "_id": { + "$oid": "5f2116fe99bc133cc2033780" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:28:14.843Z" + }, + "brightness": 1848, + "moisture": 55, + "humidity": 45, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21170499bc13fff4033781" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:28:20.966Z" + }, + "brightness": 1100, + "moisture": 60, + "humidity": 45, + "temperature": 22.6 +},{ + "_id": { + "$oid": "5f21171099bc13989b033782" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:28:32.843Z" + }, + "brightness": 11515, + "moisture": 30, + "humidity": 28, + "temperature": 32.8 +},{ + "_id": { + "$oid": "5f21173a99bc131c4b033783" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:29:14.913Z" + }, + "brightness": 1846, + "moisture": 55, + "humidity": 45, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21174199bc139f58033784" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:29:21.056Z" + }, + "brightness": 1130, + "moisture": 60, + "humidity": 45, + "temperature": 22.8 +},{ + "_id": { + "$oid": "5f21174c99bc1352bd033785" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:29:32.905Z" + }, + "brightness": 11613, + "moisture": 31, + "humidity": 28, + "temperature": 32.9 +},{ + "_id": { + "$oid": "5f21177699bc139f07033786" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:30:14.977Z" + }, + "brightness": 1844, + "moisture": 55, + "humidity": 45, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21177d99bc137ab5033787" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:30:21.115Z" + }, + "brightness": 1160, + "moisture": 60, + "humidity": 45, + "temperature": 22.9 +},{ + "_id": { + "$oid": "5f21178899bc131361033788" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:30:32.975Z" + }, + "brightness": 11663, + "moisture": 30, + "humidity": 28, + "temperature": 33.1 +},{ + "_id": { + "$oid": "5f2117b399bc13421e033789" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:31:15.045Z" + }, + "brightness": 1835, + "moisture": 55, + "humidity": 46, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2117b999bc13530403378a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:31:21.171Z" + }, + "brightness": 1190, + "moisture": 60, + "humidity": 45, + "temperature": 22.9 +},{ + "_id": { + "$oid": "5f2117c599bc132e9a03378b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:31:33.044Z" + }, + "brightness": 11700, + "moisture": 30, + "humidity": 28, + "temperature": 33.1 +},{ + "_id": { + "$oid": "5f2117ef99bc13774d03378c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:32:15.116Z" + }, + "brightness": 1824, + "moisture": 55, + "humidity": 45, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2117f599bc13eea303378d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:32:21.237Z" + }, + "brightness": 1214, + "moisture": 60, + "humidity": 45, + "temperature": 22.9 +},{ + "_id": { + "$oid": "5f21180199bc13d98b03378e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:32:33.114Z" + }, + "brightness": 11765, + "moisture": 30, + "humidity": 28, + "temperature": 33.2 +},{ + "_id": { + "$oid": "5f21182b99bc136ad403378f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:33:15.180Z" + }, + "brightness": 1814, + "moisture": 55, + "humidity": 45, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21183199bc1362e6033790" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:33:21.307Z" + }, + "brightness": 1259, + "moisture": 60, + "humidity": 45, + "temperature": 22.9 +},{ + "_id": { + "$oid": "5f21183d99bc136358033791" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:33:33.184Z" + }, + "brightness": 11810, + "moisture": 30, + "humidity": 27, + "temperature": 33.1 +},{ + "_id": { + "$oid": "5f21186799bc13b8ff033792" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:34:15.247Z" + }, + "brightness": 1804, + "moisture": 55, + "humidity": 46, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21186d99bc133676033793" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:34:21.372Z" + }, + "brightness": 1293, + "moisture": 60, + "humidity": 45, + "temperature": 22.8 +},{ + "_id": { + "$oid": "5f21187999bc130e94033794" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:34:33.257Z" + }, + "brightness": 11473, + "moisture": 30, + "humidity": 28, + "temperature": 33.2 +},{ + "_id": { + "$oid": "5f2118a399bc131976033795" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:35:15.319Z" + }, + "brightness": 1789, + "moisture": 55, + "humidity": 45, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2118a999bc13bbb2033796" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:35:21.443Z" + }, + "brightness": 1325, + "moisture": 60, + "humidity": 44, + "temperature": 23 +},{ + "_id": { + "$oid": "5f2118b599bc13efb3033797" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:35:33.319Z" + }, + "brightness": 11472, + "moisture": 30, + "humidity": 28, + "temperature": 33.3 +},{ + "_id": { + "$oid": "5f2118df99bc13d5f8033798" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:36:15.382Z" + }, + "brightness": 1778, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2118e599bc1342f3033799" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:36:21.507Z" + }, + "brightness": 1360, + "moisture": 60, + "humidity": 44, + "temperature": 23 +},{ + "_id": { + "$oid": "5f2118f199bc13784803379a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:36:33.389Z" + }, + "brightness": 11448, + "moisture": 29, + "humidity": 28, + "temperature": 33.3 +},{ + "_id": { + "$oid": "5f21191b99bc13c01003379b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:37:15.456Z" + }, + "brightness": 1772, + "moisture": 55, + "humidity": 45, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21192199bc130d3c03379c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:37:21.575Z" + }, + "brightness": 1393, + "moisture": 60, + "humidity": 44, + "temperature": 23 +},{ + "_id": { + "$oid": "5f21192d99bc13416a03379d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:37:33.465Z" + }, + "brightness": 11628, + "moisture": 29, + "humidity": 28, + "temperature": 33.1 +},{ + "_id": { + "$oid": "5f21195799bc13891103379e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:38:15.524Z" + }, + "brightness": 1783, + "moisture": 55, + "humidity": 46, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21195d99bc13757703379f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:38:21.646Z" + }, + "brightness": 1425, + "moisture": 60, + "humidity": 44, + "temperature": 23 +},{ + "_id": { + "$oid": "5f21196999bc13e5550337a0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:38:33.525Z" + }, + "brightness": 4975, + "moisture": 30, + "humidity": 28, + "temperature": 33.2 +},{ + "_id": { + "$oid": "5f21199399bc1381e00337a1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:39:15.591Z" + }, + "brightness": 1798, + "moisture": 55, + "humidity": 46, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21199999bc13c4530337a2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:39:21.712Z" + }, + "brightness": 1460, + "moisture": 60, + "humidity": 44, + "temperature": 23 +},{ + "_id": { + "$oid": "5f2119a599bc133f650337a3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:39:33.604Z" + }, + "brightness": 11072, + "moisture": 29, + "humidity": 29, + "temperature": 33.2 +},{ + "_id": { + "$oid": "5f2119cf99bc138e520337a4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:40:15.659Z" + }, + "brightness": 1808, + "moisture": 55, + "humidity": 46, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2119d599bc139fd00337a5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:40:21.793Z" + }, + "brightness": 1493, + "moisture": 60, + "humidity": 44, + "temperature": 23.1 +},{ + "_id": { + "$oid": "5f2119e199bc1305f00337a6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:40:33.663Z" + }, + "brightness": 11095, + "moisture": 29, + "humidity": 29, + "temperature": 33 +},{ + "_id": { + "$oid": "5f211a0b99bc137d8f0337a7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:41:15.725Z" + }, + "brightness": 1805, + "moisture": 55, + "humidity": 46, + "temperature": 29 +},{ + "_id": { + "$oid": "5f211a1199bc13dabe0337a8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:41:21.937Z" + }, + "brightness": 1524, + "moisture": 59, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f211a1d99bc130dce0337a9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:41:33.732Z" + }, + "brightness": 11122, + "moisture": 29, + "humidity": 29, + "temperature": 33.1 +},{ + "_id": { + "$oid": "5f211a4799bc1348920337aa" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:42:15.794Z" + }, + "brightness": 1800, + "moisture": 55, + "humidity": 46, + "temperature": 29 +},{ + "_id": { + "$oid": "5f211a4d99bc13e7f70337ab" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:42:21.960Z" + }, + "brightness": 1562, + "moisture": 59, + "humidity": 44, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f211a5999bc1388b20337ac" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:42:33.813Z" + }, + "brightness": 11132, + "moisture": 30, + "humidity": 29, + "temperature": 32.6 +},{ + "_id": { + "$oid": "5f211a8399bc1375fe0337ad" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:43:15.861Z" + }, + "brightness": 1784, + "moisture": 55, + "humidity": 46, + "temperature": 29 +},{ + "_id": { + "$oid": "5f211a8a99bc13960d0337ae" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:43:22.027Z" + }, + "brightness": 1603, + "moisture": 60, + "humidity": 44, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f211a9599bc132edd0337af" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:43:33.870Z" + }, + "brightness": 11173, + "moisture": 29, + "humidity": 29, + "temperature": 32.8 +},{ + "_id": { + "$oid": "5f211abf99bc133ef30337b0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:44:15.928Z" + }, + "brightness": 1769, + "moisture": 55, + "humidity": 45, + "temperature": 29 +},{ + "_id": { + "$oid": "5f211ac699bc1356650337b1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:44:22.174Z" + }, + "brightness": 1644, + "moisture": 59, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f211ad199bc1315000337b2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:44:33.943Z" + }, + "brightness": 11176, + "moisture": 29, + "humidity": 30, + "temperature": 32.8 +},{ + "_id": { + "$oid": "5f211afb99bc1373360337b3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:45:15.997Z" + }, + "brightness": 1756, + "moisture": 55, + "humidity": 46, + "temperature": 29 +},{ + "_id": { + "$oid": "5f211b0299bc136c420337b4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:45:22.283Z" + }, + "brightness": 1686, + "moisture": 59, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f211b0e99bc13b27a0337b5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:45:34.008Z" + }, + "brightness": 10743, + "moisture": 29, + "humidity": 30, + "temperature": 33 +},{ + "_id": { + "$oid": "5f211b3899bc1346c60337b6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:46:16.066Z" + }, + "brightness": 1748, + "moisture": 55, + "humidity": 46, + "temperature": 29 +},{ + "_id": { + "$oid": "5f211b3e99bc1384390337b7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:46:22.322Z" + }, + "brightness": 1725, + "moisture": 59, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f211b4a99bc13530e0337b8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:46:34.090Z" + }, + "brightness": 10777, + "moisture": 29, + "humidity": 28, + "temperature": 32.8 +},{ + "_id": { + "$oid": "5f211b7499bc1387420337b9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:47:16.131Z" + }, + "brightness": 1744, + "moisture": 55, + "humidity": 46, + "temperature": 29 +},{ + "_id": { + "$oid": "5f211b7a99bc1315f60337ba" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:47:22.391Z" + }, + "brightness": 1770, + "moisture": 59, + "humidity": 43, + "temperature": 23.3 +},{ + "_id": { + "$oid": "5f211b8699bc1348560337bb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:47:34.144Z" + }, + "brightness": 10815, + "moisture": 29, + "humidity": 28, + "temperature": 32.9 +},{ + "_id": { + "$oid": "5f211bb099bc13375d0337bc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:48:16.242Z" + }, + "brightness": 1743, + "moisture": 55, + "humidity": 46, + "temperature": 29 +},{ + "_id": { + "$oid": "5f211bb699bc1348b70337bd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:48:22.456Z" + }, + "brightness": 1814, + "moisture": 60, + "humidity": 44, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f211bc299bc1346000337be" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:48:34.214Z" + }, + "brightness": 10855, + "moisture": 29, + "humidity": 30, + "temperature": 33.1 +},{ + "_id": { + "$oid": "5f211bec99bc133a110337bf" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:49:16.296Z" + }, + "brightness": 1731, + "moisture": 55, + "humidity": 46, + "temperature": 29 +},{ + "_id": { + "$oid": "5f211bf299bc130a640337c0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:49:22.525Z" + }, + "brightness": 1866, + "moisture": 59, + "humidity": 44, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f211bfe99bc1335e10337c1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:49:34.284Z" + }, + "brightness": 10875, + "moisture": 29, + "humidity": 29, + "temperature": 32.9 +},{ + "_id": { + "$oid": "5f211c2899bc132d2b0337c2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:50:16.375Z" + }, + "brightness": 1738, + "moisture": 55, + "humidity": 46, + "temperature": 29 +},{ + "_id": { + "$oid": "5f211c2e99bc1348010337c3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:50:22.623Z" + }, + "brightness": 1914, + "moisture": 60, + "humidity": 44, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f211c3a99bc13a9740337c4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:50:34.352Z" + }, + "brightness": 10964, + "moisture": 29, + "humidity": 30, + "temperature": 33 +},{ + "_id": { + "$oid": "5f211c6499bc13d4d30337c5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:51:16.398Z" + }, + "brightness": 1750, + "moisture": 55, + "humidity": 46, + "temperature": 29 +},{ + "_id": { + "$oid": "5f211c6a99bc13c0230337c6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:51:22.659Z" + }, + "brightness": 1961, + "moisture": 59, + "humidity": 44, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f211c7699bc13a3270337c7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:51:34.419Z" + }, + "brightness": 11090, + "moisture": 29, + "humidity": 31, + "temperature": 33.1 +},{ + "_id": { + "$oid": "5f211ca099bc13d23a0337c8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:52:16.526Z" + }, + "brightness": 1764, + "moisture": 55, + "humidity": 46, + "temperature": 29 +},{ + "_id": { + "$oid": "5f211ca699bc1305f90337c9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:52:22.727Z" + }, + "brightness": 2004, + "moisture": 59, + "humidity": 44, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f211cb299bc1331520337ca" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:52:34.489Z" + }, + "brightness": 11015, + "moisture": 30, + "humidity": 29, + "temperature": 33.1 +},{ + "_id": { + "$oid": "5f211cdc99bc13448e0337cb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:53:16.552Z" + }, + "brightness": 1790, + "moisture": 55, + "humidity": 46, + "temperature": 29 +},{ + "_id": { + "$oid": "5f211ce299bc132f910337cc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:53:22.797Z" + }, + "brightness": 2044, + "moisture": 60, + "humidity": 43, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f211cee99bc1371df0337cd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:53:34.557Z" + }, + "brightness": 11000, + "moisture": 29, + "humidity": 29, + "temperature": 33.2 +},{ + "_id": { + "$oid": "5f211d1899bc134e060337ce" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:54:16.719Z" + }, + "brightness": 1809, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f211d1e99bc1324380337cf" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:54:22.864Z" + }, + "brightness": 2077, + "moisture": 59, + "humidity": 43, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f211d2a99bc1355ec0337d0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:54:34.674Z" + }, + "brightness": 10995, + "moisture": 30, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f211d5499bc13c6ce0337d1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:55:16.730Z" + }, + "brightness": 1815, + "moisture": 55, + "humidity": 45, + "temperature": 29 +},{ + "_id": { + "$oid": "5f211d5a99bc133f7f0337d2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:55:22.971Z" + }, + "brightness": 2094, + "moisture": 59, + "humidity": 43, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f211d6699bc13d4470337d3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:55:34.788Z" + }, + "brightness": 10810, + "moisture": 30, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f211d9099bc1339a40337d4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:56:16.750Z" + }, + "brightness": 1820, + "moisture": 55, + "humidity": 46, + "temperature": 29 +},{ + "_id": { + "$oid": "5f211d9699bc13ead30337d5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:56:22.998Z" + }, + "brightness": 2112, + "moisture": 59, + "humidity": 43, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f211da299bc133abe0337d6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:56:34.955Z" + }, + "brightness": 11026, + "moisture": 29, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f211dcc99bc1360280337d7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:57:16.803Z" + }, + "brightness": 1816, + "moisture": 55, + "humidity": 46, + "temperature": 29 +},{ + "_id": { + "$oid": "5f211dd399bc133a3d0337d8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:57:23.087Z" + }, + "brightness": 2141, + "moisture": 59, + "humidity": 43, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f211ddf99bc1382ad0337d9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:57:35.014Z" + }, + "brightness": 11060, + "moisture": 29, + "humidity": 30, + "temperature": 33.2 +},{ + "_id": { + "$oid": "5f211e0899bc13e4720337da" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:58:16.871Z" + }, + "brightness": 1804, + "moisture": 55, + "humidity": 46, + "temperature": 29 +},{ + "_id": { + "$oid": "5f211e0f99bc135a6b0337db" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:58:23.133Z" + }, + "brightness": 2169, + "moisture": 59, + "humidity": 42, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f211e1b99bc1385ce0337dc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:58:35.098Z" + }, + "brightness": 11100, + "moisture": 30, + "humidity": 29, + "temperature": 33.4 +},{ + "_id": { + "$oid": "5f211e4499bc137d370337dd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T06:59:16.941Z" + }, + "brightness": 1803, + "moisture": 55, + "humidity": 45, + "temperature": 29 +},{ + "_id": { + "$oid": "5f211e4b99bc13973a0337de" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T06:59:23.200Z" + }, + "brightness": 2186, + "moisture": 59, + "humidity": 43, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f211e5799bc131a100337df" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T06:59:35.154Z" + }, + "brightness": 11093, + "moisture": 30, + "humidity": 30, + "temperature": 33.5 +},{ + "_id": { + "$oid": "5f211e8199bc1303940337e0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:00:17.010Z" + }, + "brightness": 1795, + "moisture": 55, + "humidity": 46, + "temperature": 29 +},{ + "_id": { + "$oid": "5f211e8799bc13c10b0337e1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:00:23.272Z" + }, + "brightness": 2209, + "moisture": 62, + "humidity": 43, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f211e9399bc135c140337e2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:00:35.220Z" + }, + "brightness": 11125, + "moisture": 29, + "humidity": 28, + "temperature": 33.6 +},{ + "_id": { + "$oid": "5f211ebd99bc13e6600337e3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:01:17.075Z" + }, + "brightness": 1784, + "moisture": 55, + "humidity": 46, + "temperature": 29 +},{ + "_id": { + "$oid": "5f211ec399bc1355f40337e4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:01:23.337Z" + }, + "brightness": 2225, + "moisture": 62, + "humidity": 43, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f211ecf99bc1317ca0337e5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:01:35.298Z" + }, + "brightness": 11103, + "moisture": 29, + "humidity": 29, + "temperature": 33.6 +},{ + "_id": { + "$oid": "5f211ef999bc137b400337e6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:02:17.146Z" + }, + "brightness": 1741, + "moisture": 55, + "humidity": 46, + "temperature": 29 +},{ + "_id": { + "$oid": "5f211eff99bc13fd640337e7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:02:23.402Z" + }, + "brightness": 2245, + "moisture": 61, + "humidity": 42, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f211f0b99bc1338ad0337e8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:02:35.360Z" + }, + "brightness": 11166, + "moisture": 30, + "humidity": 28, + "temperature": 33.6 +},{ + "_id": { + "$oid": "5f211f3599bc13439b0337e9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:03:17.216Z" + }, + "brightness": 1763, + "moisture": 55, + "humidity": 46, + "temperature": 29 +},{ + "_id": { + "$oid": "5f211f3b99bc1376800337ea" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:03:23.514Z" + }, + "brightness": 2261, + "moisture": 59, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f211f4799bc131d820337eb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:03:35.427Z" + }, + "brightness": 11106, + "moisture": 30, + "humidity": 28, + "temperature": 33.6 +},{ + "_id": { + "$oid": "5f211f7199bc13fc500337ec" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:04:17.289Z" + }, + "brightness": 1762, + "moisture": 55, + "humidity": 45, + "temperature": 29 +},{ + "_id": { + "$oid": "5f211f7799bc13064d0337ed" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:04:23.809Z" + }, + "brightness": 2270, + "moisture": 59, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f211f8399bc132a6d0337ee" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:04:35.497Z" + }, + "brightness": 10949, + "moisture": 29, + "humidity": 27, + "temperature": 33.7 +},{ + "_id": { + "$oid": "5f211fad99bc1308510337ef" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:05:17.359Z" + }, + "brightness": 1765, + "moisture": 55, + "humidity": 45, + "temperature": 29 +},{ + "_id": { + "$oid": "5f211fb399bc13d83d0337f0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:05:23.880Z" + }, + "brightness": 2291, + "moisture": 63, + "humidity": 42, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f211fbf99bc1380290337f1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:05:35.566Z" + }, + "brightness": 11104, + "moisture": 29, + "humidity": 29, + "temperature": 33.7 +},{ + "_id": { + "$oid": "5f211fe999bc13075a0337f2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:06:17.419Z" + }, + "brightness": 1774, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f211fef99bc13f0b90337f3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:06:23.943Z" + }, + "brightness": 2305, + "moisture": 60, + "humidity": 42, + "temperature": 24 +},{ + "_id": { + "$oid": "5f211ffb99bc13393c0337f4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:06:35.638Z" + }, + "brightness": 10980, + "moisture": 29, + "humidity": 28, + "temperature": 33.7 +},{ + "_id": { + "$oid": "5f21202599bc132a880337f5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:07:17.497Z" + }, + "brightness": 1769, + "moisture": 55, + "humidity": 46, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21202c99bc136ff00337f6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:07:24.012Z" + }, + "brightness": 2338, + "moisture": 59, + "humidity": 42, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f21203799bc130ce70337f7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:07:35.704Z" + }, + "brightness": 11100, + "moisture": 30, + "humidity": 28, + "temperature": 33.7 +},{ + "_id": { + "$oid": "5f21206199bc136bbc0337f8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:08:17.555Z" + }, + "brightness": 1764, + "moisture": 55, + "humidity": 46, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21206899bc13317d0337f9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:08:24.087Z" + }, + "brightness": 2348, + "moisture": 59, + "humidity": 42, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f21207399bc13100b0337fa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:08:35.772Z" + }, + "brightness": 11130, + "moisture": 30, + "humidity": 28, + "temperature": 33.7 +},{ + "_id": { + "$oid": "5f21209d99bc1345b10337fb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:09:17.623Z" + }, + "brightness": 1750, + "moisture": 55, + "humidity": 45, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2120a499bc13ae0c0337fc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:09:24.147Z" + }, + "brightness": 2361, + "moisture": 59, + "humidity": 42, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f2120af99bc13863e0337fd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:09:35.848Z" + }, + "brightness": 11170, + "moisture": 29, + "humidity": 28, + "temperature": 33.8 +},{ + "_id": { + "$oid": "5f2120d999bc134b210337fe" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:10:17.691Z" + }, + "brightness": 1747, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2120e099bc132f8c0337ff" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:10:24.214Z" + }, + "brightness": 2360, + "moisture": 59, + "humidity": 42, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f2120eb99bc132aea033800" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:10:35.910Z" + }, + "brightness": 11200, + "moisture": 30, + "humidity": 28, + "temperature": 33.8 +},{ + "_id": { + "$oid": "5f2120fd99bc137f38033801" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:10:53.049Z" + }, + "brightness": 2370, + "moisture": 61, + "humidity": 42, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f21211599bc133d91033802" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:11:17.765Z" + }, + "brightness": 1738, + "moisture": 55, + "humidity": 46, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21212799bc139880033803" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:11:35.981Z" + }, + "brightness": 11040, + "moisture": 30, + "humidity": 28, + "temperature": 33.8 +},{ + "_id": { + "$oid": "5f21213699bc1363a1033804" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:11:50.789Z" + }, + "brightness": 2386, + "moisture": 59, + "humidity": 42, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f21215199bc13f0ac033805" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:12:17.828Z" + }, + "brightness": 1742, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21216499bc133117033806" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:12:36.050Z" + }, + "brightness": 11152, + "moisture": 31, + "humidity": 29, + "temperature": 33.7 +},{ + "_id": { + "$oid": "5f21217299bc132bc3033807" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:12:50.857Z" + }, + "brightness": 2403, + "moisture": 58, + "humidity": 42, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f21218d99bc13ea73033808" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:13:17.902Z" + }, + "brightness": 1731, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2121a099bc136a4a033809" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:13:36.116Z" + }, + "brightness": 11397, + "moisture": 30, + "humidity": 27, + "temperature": 33.8 +},{ + "_id": { + "$oid": "5f2121ae99bc13e00e03380a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:13:50.924Z" + }, + "brightness": 2415, + "moisture": 59, + "humidity": 42, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f2121c999bc13023a03380b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:14:17.970Z" + }, + "brightness": 1714, + "moisture": 55, + "humidity": 45, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2121dc99bc132d2703380c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:14:36.186Z" + }, + "brightness": 11455, + "moisture": 31, + "humidity": 27, + "temperature": 33.8 +},{ + "_id": { + "$oid": "5f2121ea99bc132d7b03380d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:14:50.993Z" + }, + "brightness": 2416, + "moisture": 59, + "humidity": 42, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f21220699bc13100203380e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:15:18.037Z" + }, + "brightness": 1676, + "moisture": 55, + "humidity": 45, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21221899bc135d4403380f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:15:36.259Z" + }, + "brightness": 11475, + "moisture": 30, + "humidity": 27, + "temperature": 33.5 +},{ + "_id": { + "$oid": "5f21222799bc1301fc033810" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:15:51.059Z" + }, + "brightness": 2433, + "moisture": 58, + "humidity": 42, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f21224299bc13e41d033811" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:16:18.106Z" + }, + "brightness": 1686, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21225499bc133b4d033812" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:16:36.324Z" + }, + "brightness": 11389, + "moisture": 31, + "humidity": 28, + "temperature": 33.6 +},{ + "_id": { + "$oid": "5f21226399bc13d5fa033813" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:16:51.127Z" + }, + "brightness": 2469, + "moisture": 59, + "humidity": 42, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21227e99bc13f6b4033814" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:17:18.176Z" + }, + "brightness": 1683, + "moisture": 55, + "humidity": 45, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21229099bc13ae6d033815" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:17:36.392Z" + }, + "brightness": 11440, + "moisture": 30, + "humidity": 27, + "temperature": 33.7 +},{ + "_id": { + "$oid": "5f21229f99bc137a03033816" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:17:51.196Z" + }, + "brightness": 2496, + "moisture": 58, + "humidity": 42, + "temperature": 24 +},{ + "_id": { + "$oid": "5f2122ba99bc13309e033817" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:18:18.240Z" + }, + "brightness": 1682, + "moisture": 55, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2122cc99bc13453f033818" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:18:36.495Z" + }, + "brightness": 11463, + "moisture": 30, + "humidity": 29, + "temperature": 33.8 +},{ + "_id": { + "$oid": "5f2122db99bc13a29b033819" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:18:51.264Z" + }, + "brightness": 2511, + "moisture": 58, + "humidity": 42, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f2122f699bc136f3903381a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:19:18.311Z" + }, + "brightness": 1679, + "moisture": 55, + "humidity": 45, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21230899bc13038803381b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:19:36.571Z" + }, + "brightness": 11458, + "moisture": 31, + "humidity": 27, + "temperature": 33.9 +},{ + "_id": { + "$oid": "5f21231799bc13512d03381c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:19:51.330Z" + }, + "brightness": 2531, + "moisture": 59, + "humidity": 41, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f21233299bc1338e603381d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:20:18.389Z" + }, + "brightness": 1666, + "moisture": 55, + "humidity": 46, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21234499bc13850103381e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:20:36.652Z" + }, + "brightness": 11531, + "moisture": 30, + "humidity": 27, + "temperature": 34 +},{ + "_id": { + "$oid": "5f21235399bc13f01203381f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:20:51.399Z" + }, + "brightness": 2550, + "moisture": 58, + "humidity": 41, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f21236e99bc13ddb0033820" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:21:18.445Z" + }, + "brightness": 1664, + "moisture": 55, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21238099bc136d09033821" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:21:36.724Z" + }, + "brightness": 11625, + "moisture": 30, + "humidity": 28, + "temperature": 34 +},{ + "_id": { + "$oid": "5f21238f99bc1383a3033822" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:21:51.465Z" + }, + "brightness": 2526, + "moisture": 59, + "humidity": 41, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f2123aa99bc1307eb033823" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:22:18.518Z" + }, + "brightness": 1656, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2123bc99bc138c21033824" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:22:36.738Z" + }, + "brightness": 11845, + "moisture": 31, + "humidity": 27, + "temperature": 34.1 +},{ + "_id": { + "$oid": "5f2123cb99bc1334c5033825" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:22:51.533Z" + }, + "brightness": 2598, + "moisture": 58, + "humidity": 41, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f2123ec99bc1373c6033826" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:23:24.560Z" + }, + "brightness": 1656, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2123f899bc1348ca033827" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:23:36.860Z" + }, + "brightness": 11907, + "moisture": 30, + "humidity": 26, + "temperature": 33.9 +},{ + "_id": { + "$oid": "5f21240799bc131615033828" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:23:51.601Z" + }, + "brightness": 2551, + "moisture": 58, + "humidity": 41, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f21242299bc135d15033829" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:24:18.691Z" + }, + "brightness": 1657, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21243499bc1339dc03382a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:24:36.985Z" + }, + "brightness": 11855, + "moisture": 30, + "humidity": 27, + "temperature": 34 +},{ + "_id": { + "$oid": "5f21244399bc135f3303382b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:24:51.697Z" + }, + "brightness": 2599, + "moisture": 59, + "humidity": 41, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f21245e99bc1336c203382c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:25:18.764Z" + }, + "brightness": 1653, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21247099bc13afdd03382d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:25:36.987Z" + }, + "brightness": 11830, + "moisture": 29, + "humidity": 27, + "temperature": 34.1 +},{ + "_id": { + "$oid": "5f21247f99bc13e80c03382e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:25:51.737Z" + }, + "brightness": 2609, + "moisture": 58, + "humidity": 41, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f21249a99bc13984803382f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:26:18.831Z" + }, + "brightness": 1641, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2124ad99bc13462b033830" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:26:37.022Z" + }, + "brightness": 11823, + "moisture": 30, + "humidity": 28, + "temperature": 34.2 +},{ + "_id": { + "$oid": "5f2124bb99bc134be3033831" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:26:51.804Z" + }, + "brightness": 2629, + "moisture": 59, + "humidity": 41, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f2124d699bc135649033832" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:27:18.908Z" + }, + "brightness": 1625, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2124e999bc1338fb033833" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:27:37.082Z" + }, + "brightness": 11455, + "moisture": 30, + "humidity": 26, + "temperature": 34.2 +},{ + "_id": { + "$oid": "5f2124f799bc13b944033834" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:27:51.870Z" + }, + "brightness": 2598, + "moisture": 58, + "humidity": 41, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f21251299bc137680033835" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:28:18.974Z" + }, + "brightness": 1607, + "moisture": 55, + "humidity": 43, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21252599bc1301e9033836" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:28:37.155Z" + }, + "brightness": 11062, + "moisture": 30, + "humidity": 27, + "temperature": 34.4 +},{ + "_id": { + "$oid": "5f21253399bc137dec033837" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:28:51.938Z" + }, + "brightness": 2568, + "moisture": 58, + "humidity": 40, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f21254f99bc13aa50033838" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:29:19.037Z" + }, + "brightness": 1588, + "moisture": 55, + "humidity": 43, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21256199bc1382ce033839" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:29:37.219Z" + }, + "brightness": 10242, + "moisture": 30, + "humidity": 28, + "temperature": 34.4 +},{ + "_id": { + "$oid": "5f21257099bc13d26203383a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:29:52.006Z" + }, + "brightness": 2689, + "moisture": 59, + "humidity": 40, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f21258b99bc134eca03383b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:30:19.201Z" + }, + "brightness": 1569, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21259d99bc13716c03383c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:30:37.295Z" + }, + "brightness": 10575, + "moisture": 30, + "humidity": 27, + "temperature": 34.4 +},{ + "_id": { + "$oid": "5f2125ac99bc1366ad03383d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:30:52.073Z" + }, + "brightness": 2697, + "moisture": 58, + "humidity": 40, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f2125c799bc13b4b403383e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:31:19.276Z" + }, + "brightness": 1552, + "moisture": 55, + "humidity": 43, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2125d999bc136d8c03383f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:31:37.356Z" + }, + "brightness": 11146, + "moisture": 30, + "humidity": 27, + "temperature": 34.4 +},{ + "_id": { + "$oid": "5f2125e899bc1309ab033840" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:31:52.185Z" + }, + "brightness": 2584, + "moisture": 62, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21260399bc138e54033841" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:32:19.379Z" + }, + "brightness": 1530, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21261599bc1338b2033842" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:32:37.425Z" + }, + "brightness": 11035, + "moisture": 30, + "humidity": 28, + "temperature": 34.4 +},{ + "_id": { + "$oid": "5f21262499bc13543d033843" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:32:52.251Z" + }, + "brightness": 2696, + "moisture": 62, + "humidity": 40, + "temperature": 24.3 +},{ + "_id": { + "$oid": "5f21263f99bc137187033844" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:33:19.457Z" + }, + "brightness": 1506, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21265199bc13039b033845" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:33:37.493Z" + }, + "brightness": 10226, + "moisture": 30, + "humidity": 29, + "temperature": 34.3 +},{ + "_id": { + "$oid": "5f21266099bc130dad033846" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:33:52.319Z" + }, + "brightness": 2683, + "moisture": 58, + "humidity": 40, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f21267b99bc135b1e033847" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:34:19.520Z" + }, + "brightness": 1483, + "moisture": 55, + "humidity": 43, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21268d99bc13d3de033848" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:34:37.565Z" + }, + "brightness": 11280, + "moisture": 29, + "humidity": 29, + "temperature": 34.4 +},{ + "_id": { + "$oid": "5f21269c99bc134617033849" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:34:52.385Z" + }, + "brightness": 2465, + "moisture": 62, + "humidity": 41, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f2126b799bc1374e003384a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:35:19.588Z" + }, + "brightness": 1452, + "moisture": 55, + "humidity": 43, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2126c999bc13097b03384b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:35:37.640Z" + }, + "brightness": 11186, + "moisture": 29, + "humidity": 28, + "temperature": 34.3 +},{ + "_id": { + "$oid": "5f2126d899bc136ba303384c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:35:52.449Z" + }, + "brightness": 2535, + "moisture": 60, + "humidity": 41, + "temperature": 24.3 +},{ + "_id": { + "$oid": "5f2126f399bc13d2e803384d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:36:19.651Z" + }, + "brightness": 1426, + "moisture": 55, + "humidity": 43, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21270599bc1354c303384e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:36:37.700Z" + }, + "brightness": 11156, + "moisture": 30, + "humidity": 30, + "temperature": 34.2 +},{ + "_id": { + "$oid": "5f21271499bc1309c503384f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:36:52.517Z" + }, + "brightness": 2405, + "moisture": 62, + "humidity": 41, + "temperature": 24.4 +},{ + "_id": { + "$oid": "5f21272f99bc1378b6033850" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:37:19.724Z" + }, + "brightness": 1411, + "moisture": 55, + "humidity": 43, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21274199bc138fb4033851" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:37:37.773Z" + }, + "brightness": 10965, + "moisture": 30, + "humidity": 29, + "temperature": 34.2 +},{ + "_id": { + "$oid": "5f21275099bc13b707033852" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:37:52.583Z" + }, + "brightness": 2605, + "moisture": 62, + "humidity": 40, + "temperature": 24.5 +},{ + "_id": { + "$oid": "5f21276b99bc1391fc033853" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:38:19.789Z" + }, + "brightness": 1394, + "moisture": 55, + "humidity": 43, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21277d99bc136c31033854" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:38:37.837Z" + }, + "brightness": 11488, + "moisture": 30, + "humidity": 29, + "temperature": 34.3 +},{ + "_id": { + "$oid": "5f21278c99bc1300dc033855" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:38:52.650Z" + }, + "brightness": 2677, + "moisture": 62, + "humidity": 40, + "temperature": 24.6 +},{ + "_id": { + "$oid": "5f2127a799bc13d616033856" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:39:19.860Z" + }, + "brightness": 1370, + "moisture": 55, + "humidity": 43, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2127b999bc1324e6033857" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:39:37.909Z" + }, + "brightness": 10926, + "moisture": 30, + "humidity": 27, + "temperature": 34.3 +},{ + "_id": { + "$oid": "5f2127c899bc133563033858" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:39:52.716Z" + }, + "brightness": 2690, + "moisture": 62, + "humidity": 40, + "temperature": 24.6 +},{ + "_id": { + "$oid": "5f2127e399bc1360e9033859" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:40:19.926Z" + }, + "brightness": 1341, + "moisture": 55, + "humidity": 43, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2127f599bc13c06a03385a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:40:37.975Z" + }, + "brightness": 11307, + "moisture": 29, + "humidity": 29, + "temperature": 34.3 +},{ + "_id": { + "$oid": "5f21280499bc1362d903385b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:40:52.782Z" + }, + "brightness": 2759, + "moisture": 58, + "humidity": 40, + "temperature": 24.6 +},{ + "_id": { + "$oid": "5f21281f99bc1312c403385c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:41:19.993Z" + }, + "brightness": 1317, + "moisture": 55, + "humidity": 43, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21283299bc13485703385d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:41:38.045Z" + }, + "brightness": 10541, + "moisture": 29, + "humidity": 28, + "temperature": 34.4 +},{ + "_id": { + "$oid": "5f21284099bc13aeb803385e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:41:52.848Z" + }, + "brightness": 2758, + "moisture": 58, + "humidity": 40, + "temperature": 24.7 +},{ + "_id": { + "$oid": "5f21285c99bc1381e503385f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:42:20.068Z" + }, + "brightness": 1304, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21286e99bc135e4f033860" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:42:38.113Z" + }, + "brightness": 10531, + "moisture": 29, + "humidity": 28, + "temperature": 34.4 +},{ + "_id": { + "$oid": "5f21287c99bc136ffa033861" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:42:52.920Z" + }, + "brightness": 2834, + "moisture": 58, + "humidity": 40, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21289899bc13accb033862" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:43:20.138Z" + }, + "brightness": 1294, + "moisture": 55, + "humidity": 43, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2128aa99bc130f9a033863" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:43:38.183Z" + }, + "brightness": 10770, + "moisture": 30, + "humidity": 29, + "temperature": 34.3 +},{ + "_id": { + "$oid": "5f2128b899bc139020033864" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:43:52.984Z" + }, + "brightness": 2886, + "moisture": 58, + "humidity": 39, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f2128d499bc135b35033865" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:44:20.202Z" + }, + "brightness": 1284, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2128e699bc134b0f033866" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:44:38.249Z" + }, + "brightness": 10486, + "moisture": 29, + "humidity": 28, + "temperature": 34.2 +},{ + "_id": { + "$oid": "5f2128f599bc13ab3f033867" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:44:53.055Z" + }, + "brightness": 2746, + "moisture": 58, + "humidity": 39, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f21291099bc1391e7033868" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:45:20.271Z" + }, + "brightness": 1274, + "moisture": 55, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21292299bc13119d033869" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:45:38.319Z" + }, + "brightness": 10520, + "moisture": 28, + "humidity": 29, + "temperature": 34.2 +},{ + "_id": { + "$oid": "5f21293199bc13d5ae03386a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:45:53.119Z" + }, + "brightness": 2827, + "moisture": 58, + "humidity": 40, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f21294c99bc13439403386b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:46:20.343Z" + }, + "brightness": 1266, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21295e99bc135c0003386c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:46:38.390Z" + }, + "brightness": 9563, + "moisture": 28, + "humidity": 28, + "temperature": 34.3 +},{ + "_id": { + "$oid": "5f21296d99bc13786f03386d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:46:53.189Z" + }, + "brightness": 2898, + "moisture": 58, + "humidity": 39, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f21298899bc138f7903386e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:47:20.412Z" + }, + "brightness": 1259, + "moisture": 55, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21299a99bc1313f103386f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:47:38.457Z" + }, + "brightness": 10212, + "moisture": 28, + "humidity": 29, + "temperature": 34.4 +},{ + "_id": { + "$oid": "5f2129a999bc130adb033870" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:47:53.255Z" + }, + "brightness": 2890, + "moisture": 58, + "humidity": 39, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f2129c499bc13340d033871" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:48:20.478Z" + }, + "brightness": 1252, + "moisture": 55, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2129d699bc138af8033872" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:48:38.526Z" + }, + "brightness": 9154, + "moisture": 28, + "humidity": 29, + "temperature": 34.3 +},{ + "_id": { + "$oid": "5f2129e599bc13f436033873" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:48:53.325Z" + }, + "brightness": 2704, + "moisture": 58, + "humidity": 39, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f212a0099bc130306033874" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:49:20.549Z" + }, + "brightness": 1240, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f212a1299bc134ac3033875" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:49:38.595Z" + }, + "brightness": 9512, + "moisture": 29, + "humidity": 30, + "temperature": 34.2 +},{ + "_id": { + "$oid": "5f212a2199bc137408033876" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:49:53.392Z" + }, + "brightness": 2850, + "moisture": 58, + "humidity": 39, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f212a3c99bc133255033877" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:50:20.614Z" + }, + "brightness": 1232, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f212a4e99bc13c15e033878" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:50:38.669Z" + }, + "brightness": 9592, + "moisture": 28, + "humidity": 28, + "temperature": 34.3 +},{ + "_id": { + "$oid": "5f212a5d99bc131484033879" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:50:53.467Z" + }, + "brightness": 2970, + "moisture": 58, + "humidity": 39, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f212a7899bc13b03b03387a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:51:20.684Z" + }, + "brightness": 1220, + "moisture": 55, + "humidity": 43, + "temperature": 30 +},{ + "_id": { + "$oid": "5f212a8a99bc13833d03387b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:51:38.733Z" + }, + "brightness": 9306, + "moisture": 29, + "humidity": 29, + "temperature": 34 +},{ + "_id": { + "$oid": "5f212a9999bc135dd903387c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:51:53.525Z" + }, + "brightness": 2985, + "moisture": 57, + "humidity": 39, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f212ab499bc13dc7b03387d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:52:20.755Z" + }, + "brightness": 1210, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f212ac699bc13235403387e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:52:38.813Z" + }, + "brightness": 9375, + "moisture": 29, + "humidity": 30, + "temperature": 34.2 +},{ + "_id": { + "$oid": "5f212ad599bc13f62203387f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:52:53.594Z" + }, + "brightness": 2888, + "moisture": 58, + "humidity": 38, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f212af099bc138d53033880" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:53:20.832Z" + }, + "brightness": 1198, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f212b0299bc132421033881" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:53:38.876Z" + }, + "brightness": 10240, + "moisture": 29, + "humidity": 30, + "temperature": 33.8 +},{ + "_id": { + "$oid": "5f212b1199bc131672033882" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:53:53.660Z" + }, + "brightness": 2608, + "moisture": 57, + "humidity": 39, + "temperature": 26 +},{ + "_id": { + "$oid": "5f212b2c99bc13693a033883" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:54:20.894Z" + }, + "brightness": 1190, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f212b3e99bc134d38033884" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:54:38.943Z" + }, + "brightness": 9853, + "moisture": 32, + "humidity": 29, + "temperature": 33.9 +},{ + "_id": { + "$oid": "5f212b4d99bc13c124033885" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:54:53.773Z" + }, + "brightness": 2571, + "moisture": 58, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f212b6899bc133cc1033886" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:55:20.965Z" + }, + "brightness": 1178, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f212b7b99bc135e50033887" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:55:39.012Z" + }, + "brightness": 9824, + "moisture": 35, + "humidity": 30, + "temperature": 34.2 +},{ + "_id": { + "$oid": "5f212b8999bc13fc99033888" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:55:53.843Z" + }, + "brightness": 2782, + "moisture": 58, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f212ba599bc1395ac033889" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:56:21.041Z" + }, + "brightness": 1175, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f212bb799bc13472b03388a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:56:39.077Z" + }, + "brightness": 10247, + "moisture": 28, + "humidity": 29, + "temperature": 34.2 +},{ + "_id": { + "$oid": "5f212bc599bc132ef903388b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:56:53.908Z" + }, + "brightness": 2694, + "moisture": 57, + "humidity": 38, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f212be199bc13a1d003388c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:57:21.095Z" + }, + "brightness": 1180, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f212bf399bc138da503388d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:57:39.145Z" + }, + "brightness": 10470, + "moisture": 28, + "humidity": 29, + "temperature": 34.2 +},{ + "_id": { + "$oid": "5f212c0199bc13d51703388e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:57:53.975Z" + }, + "brightness": 2833, + "moisture": 57, + "humidity": 38, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f212c1d99bc13a5d803388f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:58:21.167Z" + }, + "brightness": 1173, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f212c2f99bc1336b9033890" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:58:39.219Z" + }, + "brightness": 10819, + "moisture": 29, + "humidity": 29, + "temperature": 34.1 +},{ + "_id": { + "$oid": "5f212c3e99bc131534033891" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:58:54.044Z" + }, + "brightness": 2911, + "moisture": 58, + "humidity": 38, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f212c5999bc13cba7033892" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T07:59:21.233Z" + }, + "brightness": 1166, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f212c6b99bc133252033893" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T07:59:39.288Z" + }, + "brightness": 11745, + "moisture": 28, + "humidity": 28, + "temperature": 34.2 +},{ + "_id": { + "$oid": "5f212c7a99bc1363e6033894" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T07:59:54.111Z" + }, + "brightness": 2945, + "moisture": 57, + "humidity": 37, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f212c9599bc130207033895" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:00:21.303Z" + }, + "brightness": 1160, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f212ca799bc13d0be033896" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:00:39.352Z" + }, + "brightness": 11505, + "moisture": 28, + "humidity": 27, + "temperature": 34.4 +},{ + "_id": { + "$oid": "5f212cb699bc1372ce033897" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:00:54.179Z" + }, + "brightness": 2927, + "moisture": 58, + "humidity": 37, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f212cd199bc13d020033898" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:01:21.376Z" + }, + "brightness": 1156, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f212ce399bc1386cb033899" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:01:39.419Z" + }, + "brightness": 11585, + "moisture": 29, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f212cf299bc132b8403389a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:01:54.246Z" + }, + "brightness": 2808, + "moisture": 57, + "humidity": 37, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f212d0d99bc133e4003389b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:02:21.447Z" + }, + "brightness": 1155, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f212d1f99bc13cd5703389c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:02:39.498Z" + }, + "brightness": 11647, + "moisture": 29, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f212d2e99bc13805e03389d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:02:54.317Z" + }, + "brightness": 3010, + "moisture": 57, + "humidity": 37, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f212d4999bc13d54b03389e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:03:21.504Z" + }, + "brightness": 1145, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f212d5b99bc135ccd03389f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:03:39.567Z" + }, + "brightness": 11264, + "moisture": 29, + "humidity": 28, + "temperature": 34.6 +},{ + "_id": { + "$oid": "5f212d6a99bc13d80c0338a0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:03:54.383Z" + }, + "brightness": 2969, + "moisture": 57, + "humidity": 37, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f212d8599bc13070c0338a1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:04:21.577Z" + }, + "brightness": 1149, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f212d9799bc134c8b0338a2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:04:39.631Z" + }, + "brightness": 11283, + "moisture": 29, + "humidity": 28, + "temperature": 34.7 +},{ + "_id": { + "$oid": "5f212da699bc136af40338a3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:04:54.453Z" + }, + "brightness": 3091, + "moisture": 57, + "humidity": 37, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f212dc199bc13efd00338a4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:05:21.644Z" + }, + "brightness": 1145, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f212dd399bc1353bb0338a5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:05:39.696Z" + }, + "brightness": 11397, + "moisture": 28, + "humidity": 28, + "temperature": 34.8 +},{ + "_id": { + "$oid": "5f212de299bc13f01f0338a6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:05:54.519Z" + }, + "brightness": 3064, + "moisture": 57, + "humidity": 37, + "temperature": 27 +},{ + "_id": { + "$oid": "5f212dfd99bc1327680338a7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:06:21.715Z" + }, + "brightness": 1120, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f212e0f99bc1336980338a8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:06:39.766Z" + }, + "brightness": 11529, + "moisture": 28, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f212e1e99bc13721d0338a9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:06:54.609Z" + }, + "brightness": 2946, + "moisture": 57, + "humidity": 36, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f212e3999bc13315c0338aa" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:07:21.786Z" + }, + "brightness": 1123, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f212e4b99bc13d38c0338ab" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:07:39.836Z" + }, + "brightness": 11510, + "moisture": 28, + "humidity": 28, + "temperature": 34.6 +},{ + "_id": { + "$oid": "5f212e5a99bc130cac0338ac" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:07:54.653Z" + }, + "brightness": 3171, + "moisture": 57, + "humidity": 36, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f212e7599bc13c9ae0338ad" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:08:21.847Z" + }, + "brightness": 1134, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f212e8799bc13065f0338ae" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:08:39.909Z" + }, + "brightness": 11380, + "moisture": 27, + "humidity": 28, + "temperature": 34.5 +},{ + "_id": { + "$oid": "5f212e9699bc13b1ef0338af" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:08:54.723Z" + }, + "brightness": 3208, + "moisture": 57, + "humidity": 36, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f212eb199bc1398360338b0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:09:21.915Z" + }, + "brightness": 1135, + "moisture": 55, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f212ec399bc13ace30338b1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:09:39.972Z" + }, + "brightness": 11613, + "moisture": 28, + "humidity": 29, + "temperature": 34.4 +},{ + "_id": { + "$oid": "5f212ed299bc136c120338b2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:09:54.790Z" + }, + "brightness": 3264, + "moisture": 57, + "humidity": 35, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f212eed99bc1327a70338b3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:10:21.989Z" + }, + "brightness": 1138, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f212f0099bc13f2d80338b4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:10:40.041Z" + }, + "brightness": 11599, + "moisture": 28, + "humidity": 28, + "temperature": 34.5 +},{ + "_id": { + "$oid": "5f212f0e99bc130a200338b5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:10:54.856Z" + }, + "brightness": 3291, + "moisture": 60, + "humidity": 35, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f212f2a99bc1327550338b6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:11:22.062Z" + }, + "brightness": 1139, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f212f3c99bc13e2190338b7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:11:40.108Z" + }, + "brightness": 11542, + "moisture": 28, + "humidity": 28, + "temperature": 34.6 +},{ + "_id": { + "$oid": "5f212f4a99bc1349ae0338b8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:11:54.929Z" + }, + "brightness": 3309, + "moisture": 57, + "humidity": 34, + "temperature": 27.9 +},{ + "_id": { + "$oid": "5f212f6699bc1379b00338b9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:12:22.128Z" + }, + "brightness": 1140, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f212f7899bc13fed10338ba" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:12:40.177Z" + }, + "brightness": 11511, + "moisture": 28, + "humidity": 29, + "temperature": 34.6 +},{ + "_id": { + "$oid": "5f212f8699bc13f57a0338bb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:12:54.990Z" + }, + "brightness": 3287, + "moisture": 57, + "humidity": 35, + "temperature": 28 +},{ + "_id": { + "$oid": "5f212fa299bc1391340338bc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:13:22.197Z" + }, + "brightness": 1138, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f212fb499bc130e490338bd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:13:40.249Z" + }, + "brightness": 11412, + "moisture": 28, + "humidity": 29, + "temperature": 34.6 +},{ + "_id": { + "$oid": "5f212fc399bc13aeb80338be" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:13:55.059Z" + }, + "brightness": 3336, + "moisture": 56, + "humidity": 35, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f212fde99bc1372c50338bf" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:14:22.259Z" + }, + "brightness": 1135, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f212ff099bc1306db0338c0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:14:40.315Z" + }, + "brightness": 10125, + "moisture": 28, + "humidity": 29, + "temperature": 34.6 +},{ + "_id": { + "$oid": "5f212fff99bc13ecee0338c1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:14:55.136Z" + }, + "brightness": 3358, + "moisture": 56, + "humidity": 34, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21301a99bc13a4680338c2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:15:22.331Z" + }, + "brightness": 1134, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21302c99bc139a220338c3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:15:40.384Z" + }, + "brightness": 4134, + "moisture": 25, + "humidity": 29, + "temperature": 34.4 +},{ + "_id": { + "$oid": "5f21303b99bc1341cc0338c4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:15:55.200Z" + }, + "brightness": 3382, + "moisture": 57, + "humidity": 34, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21305699bc1351260338c5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:16:22.401Z" + }, + "brightness": 1133, + "moisture": 55, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21306899bc13bbed0338c6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:16:40.453Z" + }, + "brightness": 11784, + "moisture": 26, + "humidity": 31, + "temperature": 34.2 +},{ + "_id": { + "$oid": "5f21307799bc1323f80338c7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:16:55.266Z" + }, + "brightness": 3424, + "moisture": 56, + "humidity": 34, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21309299bc1317b70338c8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:17:22.464Z" + }, + "brightness": 1133, + "moisture": 55, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2130a499bc1309ee0338c9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:17:40.522Z" + }, + "brightness": 11378, + "moisture": 26, + "humidity": 29, + "temperature": 34.2 +},{ + "_id": { + "$oid": "5f2130b399bc134e0c0338ca" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:17:55.335Z" + }, + "brightness": 3461, + "moisture": 56, + "humidity": 34, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f2130ce99bc1380630338cb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:18:22.534Z" + }, + "brightness": 1132, + "moisture": 55, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2130e099bc13e3370338cc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:18:40.592Z" + }, + "brightness": 11500, + "moisture": 26, + "humidity": 30, + "temperature": 34 +},{ + "_id": { + "$oid": "5f2130ef99bc1397230338cd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:18:55.402Z" + }, + "brightness": 3464, + "moisture": 57, + "humidity": 33, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21310a99bc139b5a0338ce" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:19:22.600Z" + }, + "brightness": 1130, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21311c99bc1355d70338cf" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:19:40.660Z" + }, + "brightness": 11559, + "moisture": 26, + "humidity": 30, + "temperature": 33.9 +},{ + "_id": { + "$oid": "5f21312b99bc1375b20338d0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:19:55.471Z" + }, + "brightness": 3496, + "moisture": 56, + "humidity": 33, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21314699bc13672d0338d1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:20:22.673Z" + }, + "brightness": 1129, + "moisture": 55, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21315899bc1386af0338d2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:20:40.725Z" + }, + "brightness": 11633, + "moisture": 25, + "humidity": 30, + "temperature": 33.8 +},{ + "_id": { + "$oid": "5f21316799bc1323fb0338d3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:20:55.539Z" + }, + "brightness": 3512, + "moisture": 56, + "humidity": 33, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21318299bc13105d0338d4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:21:22.750Z" + }, + "brightness": 1127, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21319499bc136cc10338d5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:21:40.795Z" + }, + "brightness": 11808, + "moisture": 25, + "humidity": 30, + "temperature": 33.7 +},{ + "_id": { + "$oid": "5f2131a399bc13d60f0338d6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:21:55.607Z" + }, + "brightness": 3521, + "moisture": 56, + "humidity": 33, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f2131be99bc1357890338d7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:22:22.807Z" + }, + "brightness": 1127, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2131d099bc135b430338d8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:22:40.865Z" + }, + "brightness": 11772, + "moisture": 25, + "humidity": 30, + "temperature": 33.8 +},{ + "_id": { + "$oid": "5f2131df99bc135e6a0338d9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:22:55.675Z" + }, + "brightness": 3407, + "moisture": 56, + "humidity": 33, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f2131fb99bc1384750338da" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:23:23.324Z" + }, + "brightness": 1120, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21320c99bc1395c10338db" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:23:40.939Z" + }, + "brightness": 11500, + "moisture": 25, + "humidity": 29, + "temperature": 33.7 +},{ + "_id": { + "$oid": "5f21321b99bc13cad50338dc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:23:55.744Z" + }, + "brightness": 3559, + "moisture": 56, + "humidity": 33, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f21323699bc1303e60338dd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:24:22.952Z" + }, + "brightness": 1116, + "moisture": 55, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21324999bc136b0c0338de" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:24:41Z" + }, + "brightness": 11671, + "moisture": 24, + "humidity": 31, + "temperature": 33.7 +},{ + "_id": { + "$oid": "5f21325799bc1317320338df" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:24:55.812Z" + }, + "brightness": 3579, + "moisture": 56, + "humidity": 33, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21327399bc13f3d60338e0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:25:23.011Z" + }, + "brightness": 1109, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21328599bc1398ab0338e1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:25:41.070Z" + }, + "brightness": 11639, + "moisture": 25, + "humidity": 30, + "temperature": 33.7 +},{ + "_id": { + "$oid": "5f21329399bc134a0c0338e2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:25:55.881Z" + }, + "brightness": 3597, + "moisture": 58, + "humidity": 32, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f2132af99bc1336c60338e3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:26:23.077Z" + }, + "brightness": 1115, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2132c199bc1387e80338e4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:26:41.138Z" + }, + "brightness": 11450, + "moisture": 25, + "humidity": 31, + "temperature": 33.6 +},{ + "_id": { + "$oid": "5f2132cf99bc1325300338e5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:26:55.950Z" + }, + "brightness": 3609, + "moisture": 56, + "humidity": 32, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f2132eb99bc13dba60338e6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:27:23.152Z" + }, + "brightness": 1108, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2132fd99bc13e1e00338e7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:27:41.207Z" + }, + "brightness": 11395, + "moisture": 24, + "humidity": 31, + "temperature": 33.6 +},{ + "_id": { + "$oid": "5f21330c99bc13b4160338e8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:27:56.020Z" + }, + "brightness": 3714, + "moisture": 56, + "humidity": 32, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f21332799bc135ecc0338e9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:28:23.224Z" + }, + "brightness": 1105, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21333999bc13500b0338ea" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:28:41.284Z" + }, + "brightness": 11495, + "moisture": 24, + "humidity": 31, + "temperature": 33.7 +},{ + "_id": { + "$oid": "5f21334899bc1337a80338eb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:28:56.087Z" + }, + "brightness": 3739, + "moisture": 56, + "humidity": 32, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f21336399bc13a25a0338ec" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:29:23.283Z" + }, + "brightness": 1103, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21337599bc1370c50338ed" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:29:41.344Z" + }, + "brightness": 11401, + "moisture": 24, + "humidity": 30, + "temperature": 33.8 +},{ + "_id": { + "$oid": "5f21338499bc1383e80338ee" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:29:56.174Z" + }, + "brightness": 3750, + "moisture": 56, + "humidity": 32, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21339f99bc13e9ec0338ef" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:30:23.356Z" + }, + "brightness": 1107, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2133b199bc13312d0338f0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:30:41.414Z" + }, + "brightness": 11312, + "moisture": 24, + "humidity": 29, + "temperature": 33.8 +},{ + "_id": { + "$oid": "5f2133c099bc1339720338f1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:30:56.224Z" + }, + "brightness": 3833, + "moisture": 56, + "humidity": 32, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f2133db99bc13442a0338f2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:31:23.422Z" + }, + "brightness": 1107, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2133ed99bc13364b0338f3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:31:41.481Z" + }, + "brightness": 11246, + "moisture": 24, + "humidity": 30, + "temperature": 33.9 +},{ + "_id": { + "$oid": "5f2133fc99bc1366a80338f4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:31:56.295Z" + }, + "brightness": 3866, + "moisture": 55, + "humidity": 32, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21341799bc1352690338f5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:32:23.494Z" + }, + "brightness": 1107, + "moisture": 55, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21342999bc139d350338f6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:32:41.551Z" + }, + "brightness": 11314, + "moisture": 24, + "humidity": 30, + "temperature": 33.8 +},{ + "_id": { + "$oid": "5f21343899bc1384220338f7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:32:56.364Z" + }, + "brightness": 3909, + "moisture": 55, + "humidity": 32, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f21345399bc131e0d0338f8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:33:23.572Z" + }, + "brightness": 1108, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21346599bc136be00338f9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:33:41.625Z" + }, + "brightness": 11284, + "moisture": 23, + "humidity": 30, + "temperature": 33.7 +},{ + "_id": { + "$oid": "5f21347499bc13a4b70338fa" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:33:56.430Z" + }, + "brightness": 3954, + "moisture": 56, + "humidity": 33, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21348f99bc1341f50338fb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:34:23.629Z" + }, + "brightness": 1110, + "moisture": 55, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2134a199bc1317e20338fc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:34:41.689Z" + }, + "brightness": 11234, + "moisture": 24, + "humidity": 30, + "temperature": 33.8 +},{ + "_id": { + "$oid": "5f2134b099bc135f760338fd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:34:56.520Z" + }, + "brightness": 3848, + "moisture": 55, + "humidity": 33, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2134cb99bc13941c0338fe" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:35:23.698Z" + }, + "brightness": 1115, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2134dd99bc13089d0338ff" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:35:41.758Z" + }, + "brightness": 10773, + "moisture": 24, + "humidity": 30, + "temperature": 33.8 +},{ + "_id": { + "$oid": "5f2134ec99bc137fda033900" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:35:56.567Z" + }, + "brightness": 4699, + "moisture": 56, + "humidity": 32, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21350799bc1333e0033901" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:36:23.764Z" + }, + "brightness": 1120, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21351999bc13fa33033902" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:36:41.830Z" + }, + "brightness": 10658, + "moisture": 24, + "humidity": 30, + "temperature": 33.8 +},{ + "_id": { + "$oid": "5f21352899bc131b5f033903" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:36:56.636Z" + }, + "brightness": 12226, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21354399bc13dea7033904" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:37:23.837Z" + }, + "brightness": 1121, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21355599bc130def033905" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:37:41.897Z" + }, + "brightness": 11039, + "moisture": 24, + "humidity": 31, + "temperature": 33.6 +},{ + "_id": { + "$oid": "5f21356499bc136654033906" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:37:56.703Z" + }, + "brightness": 8770, + "moisture": 55, + "humidity": 32, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f21357f99bc133c96033907" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:38:23.903Z" + }, + "brightness": 1126, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21359199bc131fc3033908" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:38:41.968Z" + }, + "brightness": 11109, + "moisture": 25, + "humidity": 30, + "temperature": 33.8 +},{ + "_id": { + "$oid": "5f2135a099bc13f6d8033909" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:38:56.771Z" + }, + "brightness": 4212, + "moisture": 55, + "humidity": 32, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f2135bb99bc1374e903390a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:39:23.971Z" + }, + "brightness": 1130, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2135ce99bc138f0503390b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:39:42.037Z" + }, + "brightness": 10982, + "moisture": 24, + "humidity": 29, + "temperature": 33.8 +},{ + "_id": { + "$oid": "5f2135dc99bc13767a03390c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:39:56.861Z" + }, + "brightness": 4557, + "moisture": 55, + "humidity": 32, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f2135f899bc13071603390d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:40:24.045Z" + }, + "brightness": 1135, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21360a99bc135ede03390e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:40:42.107Z" + }, + "brightness": 10900, + "moisture": 25, + "humidity": 30, + "temperature": 33.8 +},{ + "_id": { + "$oid": "5f21361899bc135ef803390f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:40:56.940Z" + }, + "brightness": 10248, + "moisture": 55, + "humidity": 32, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f21363499bc131ecc033910" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:41:24.162Z" + }, + "brightness": 1140, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21364699bc13fab6033911" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:41:42.174Z" + }, + "brightness": 10852, + "moisture": 24, + "humidity": 30, + "temperature": 33.8 +},{ + "_id": { + "$oid": "5f21365599bc13ff75033912" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:41:57.023Z" + }, + "brightness": 7774, + "moisture": 59, + "humidity": 32, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21367099bc135c38033913" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:42:24.226Z" + }, + "brightness": 1142, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21368299bc136f1f033914" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:42:42.246Z" + }, + "brightness": 10730, + "moisture": 24, + "humidity": 30, + "temperature": 33.8 +},{ + "_id": { + "$oid": "5f21369199bc138bdc033915" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:42:57.040Z" + }, + "brightness": 4140, + "moisture": 55, + "humidity": 33, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2136ac99bc134e10033916" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:43:24.290Z" + }, + "brightness": 1145, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2136be99bc135c54033917" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:43:42.311Z" + }, + "brightness": 10764, + "moisture": 25, + "humidity": 29, + "temperature": 33.8 +},{ + "_id": { + "$oid": "5f2136cd99bc132aaa033918" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:43:57.116Z" + }, + "brightness": 4099, + "moisture": 56, + "humidity": 32, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f2136e899bc134c9d033919" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:44:24.358Z" + }, + "brightness": 1142, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2136fa99bc13341603391a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:44:42.428Z" + }, + "brightness": 10788, + "moisture": 24, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21370999bc13364503391b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:44:57.196Z" + }, + "brightness": 4106, + "moisture": 55, + "humidity": 31, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f21372499bc130c1e03391c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:45:24.434Z" + }, + "brightness": 1140, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21373699bc13352f03391d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:45:42.506Z" + }, + "brightness": 10450, + "moisture": 23, + "humidity": 30, + "temperature": 34 +},{ + "_id": { + "$oid": "5f21374599bc13f61903391e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:45:57.263Z" + }, + "brightness": 4216, + "moisture": 55, + "humidity": 32, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21376099bc1359d403391f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:46:24.496Z" + }, + "brightness": 1137, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21377299bc135332033920" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:46:42.568Z" + }, + "brightness": 10440, + "moisture": 24, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21378199bc13c520033921" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:46:57.349Z" + }, + "brightness": 4105, + "moisture": 55, + "humidity": 32, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21379c99bc13bdf2033922" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:47:24.563Z" + }, + "brightness": 1136, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2137ae99bc1348c3033923" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:47:42.635Z" + }, + "brightness": 10457, + "moisture": 23, + "humidity": 30, + "temperature": 33.7 +},{ + "_id": { + "$oid": "5f2137bd99bc138ef2033924" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:47:57.420Z" + }, + "brightness": 4088, + "moisture": 56, + "humidity": 32, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2137d899bc132094033925" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:48:24.637Z" + }, + "brightness": 1138, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2137ea99bc130b3d033926" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:48:42.708Z" + }, + "brightness": 10504, + "moisture": 24, + "humidity": 30, + "temperature": 33.8 +},{ + "_id": { + "$oid": "5f2137f999bc1323a7033927" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:48:57.483Z" + }, + "brightness": 4128, + "moisture": 55, + "humidity": 32, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f21381499bc133f5f033928" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:49:24.704Z" + }, + "brightness": 1142, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21382699bc136510033929" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:49:42.782Z" + }, + "brightness": 10417, + "moisture": 22, + "humidity": 30, + "temperature": 33.7 +},{ + "_id": { + "$oid": "5f21383599bc13b43103392a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:49:57.528Z" + }, + "brightness": 4235, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21385099bc13935e03392b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:50:24.774Z" + }, + "brightness": 1148, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21386299bc13a19b03392c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:50:42.845Z" + }, + "brightness": 10406, + "moisture": 24, + "humidity": 30, + "temperature": 33.7 +},{ + "_id": { + "$oid": "5f21387199bc137b0a03392d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:50:57.591Z" + }, + "brightness": 4236, + "moisture": 55, + "humidity": 31, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f21388c99bc13a7c803392e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:51:24.835Z" + }, + "brightness": 1155, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21389e99bc13497003392f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:51:42.923Z" + }, + "brightness": 10234, + "moisture": 23, + "humidity": 30, + "temperature": 33.7 +},{ + "_id": { + "$oid": "5f2138ad99bc13fe79033930" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:51:57.659Z" + }, + "brightness": 4393, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2138c899bc130a82033931" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:52:24.908Z" + }, + "brightness": 1160, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2138da99bc130843033932" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:52:42.985Z" + }, + "brightness": 10286, + "moisture": 22, + "humidity": 30, + "temperature": 33.8 +},{ + "_id": { + "$oid": "5f2138e999bc138090033933" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:52:57.729Z" + }, + "brightness": 13827, + "moisture": 55, + "humidity": 31, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f21390499bc13e90d033934" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:53:24.974Z" + }, + "brightness": 1166, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21391799bc13d637033935" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:53:43.057Z" + }, + "brightness": 6221, + "moisture": 23, + "humidity": 30, + "temperature": 33.8 +},{ + "_id": { + "$oid": "5f21392599bc13921f033936" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:53:57.797Z" + }, + "brightness": 16720, + "moisture": 55, + "humidity": 31, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f21394199bc134ea9033937" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:54:25.047Z" + }, + "brightness": 1170, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21395399bc13341d033938" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:54:43.128Z" + }, + "brightness": 9482, + "moisture": 24, + "humidity": 31, + "temperature": 33.8 +},{ + "_id": { + "$oid": "5f21396199bc130dd2033939" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:54:57.866Z" + }, + "brightness": 4914, + "moisture": 54, + "humidity": 31, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21397d99bc137fc603393a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:55:25.122Z" + }, + "brightness": 1173, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21398f99bc13053603393b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:55:43.202Z" + }, + "brightness": 2414, + "moisture": 24, + "humidity": 29, + "temperature": 34 +},{ + "_id": { + "$oid": "5f21399d99bc137dc203393c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:55:57.934Z" + }, + "brightness": 4348, + "moisture": 55, + "humidity": 31, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f2139b999bc13333f03393d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:56:25.182Z" + }, + "brightness": 1174, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2139cb99bc139c7803393e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:56:43.311Z" + }, + "brightness": 3419, + "moisture": 65, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2139da99bc133c0803393f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:56:58.007Z" + }, + "brightness": 4330, + "moisture": 54, + "humidity": 31, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f2139f599bc135b10033940" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:57:25.261Z" + }, + "brightness": 1170, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f213a0799bc1331c9033941" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:57:43.468Z" + }, + "brightness": 9783, + "moisture": 50, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f213a1699bc134848033942" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:57:58.072Z" + }, + "brightness": 4356, + "moisture": 54, + "humidity": 31, + "temperature": 30.4 +},{ + "_id": { + "$oid": "5f213a3199bc1332c1033943" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:58:25.325Z" + }, + "brightness": 1161, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f213a4399bc132dd4033944" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:58:43.538Z" + }, + "brightness": 9777, + "moisture": 49, + "humidity": 30, + "temperature": 33.6 +},{ + "_id": { + "$oid": "5f213a5299bc1327d7033945" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:58:58.143Z" + }, + "brightness": 4367, + "moisture": 55, + "humidity": 30, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f213a6d99bc132cc2033946" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T08:59:25.393Z" + }, + "brightness": 1151, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f213a7f99bc13f279033947" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T08:59:43.605Z" + }, + "brightness": 9655, + "moisture": 49, + "humidity": 31, + "temperature": 33.6 +},{ + "_id": { + "$oid": "5f213a8e99bc1392cc033948" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T08:59:58.209Z" + }, + "brightness": 4435, + "moisture": 54, + "humidity": 30, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f213aa999bc131a1e033949" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:00:25.458Z" + }, + "brightness": 1140, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f213abb99bc132f1903394a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:00:43.676Z" + }, + "brightness": 9565, + "moisture": 49, + "humidity": 30, + "temperature": 33.7 +},{ + "_id": { + "$oid": "5f213aca99bc13b31b03394b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:00:58.280Z" + }, + "brightness": 4510, + "moisture": 54, + "humidity": 30, + "temperature": 30.4 +},{ + "_id": { + "$oid": "5f213ae599bc13701d03394c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:01:25.530Z" + }, + "brightness": 1131, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f213af799bc13f76803394d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:01:43.742Z" + }, + "brightness": 9371, + "moisture": 48, + "humidity": 31, + "temperature": 33.6 +},{ + "_id": { + "$oid": "5f213b0699bc13239703394e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:01:58.349Z" + }, + "brightness": 4503, + "moisture": 54, + "humidity": 30, + "temperature": 30.4 +},{ + "_id": { + "$oid": "5f213b2199bc13f81d03394f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:02:25.593Z" + }, + "brightness": 1127, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f213b3399bc13e22b033950" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:02:43.818Z" + }, + "brightness": 9580, + "moisture": 48, + "humidity": 31, + "temperature": 33.6 +},{ + "_id": { + "$oid": "5f213b4299bc135476033951" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:02:58.419Z" + }, + "brightness": 4570, + "moisture": 54, + "humidity": 30, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f213b5d99bc1323d2033952" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:03:25.667Z" + }, + "brightness": 1125, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f213b6f99bc1348ab033953" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:03:43.880Z" + }, + "brightness": 9695, + "moisture": 47, + "humidity": 29, + "temperature": 33.6 +},{ + "_id": { + "$oid": "5f213b7e99bc137249033954" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:03:58.484Z" + }, + "brightness": 4649, + "moisture": 54, + "humidity": 30, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f213b9999bc137b80033955" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:04:25.732Z" + }, + "brightness": 1126, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f213bab99bc130933033956" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:04:43.949Z" + }, + "brightness": 9685, + "moisture": 48, + "humidity": 31, + "temperature": 33.5 +},{ + "_id": { + "$oid": "5f213bba99bc13d16a033957" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:04:58.553Z" + }, + "brightness": 4780, + "moisture": 54, + "humidity": 30, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f213bd599bc135904033958" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:05:25.799Z" + }, + "brightness": 1129, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f213be899bc138b01033959" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:05:44.018Z" + }, + "brightness": 9667, + "moisture": 48, + "humidity": 30, + "temperature": 33.5 +},{ + "_id": { + "$oid": "5f213bf699bc13cb9703395a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:05:58.631Z" + }, + "brightness": 4946, + "moisture": 54, + "humidity": 30, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f213c1199bc136c2503395b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:06:25.871Z" + }, + "brightness": 1128, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f213c2499bc13d77203395c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:06:44.088Z" + }, + "brightness": 9717, + "moisture": 48, + "humidity": 30, + "temperature": 33.7 +},{ + "_id": { + "$oid": "5f213c3299bc1314dc03395d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:06:58.691Z" + }, + "brightness": 5081, + "moisture": 54, + "humidity": 29, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f213c4d99bc13cc0103395e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:07:25.941Z" + }, + "brightness": 1124, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f213c6099bc13825a03395f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:07:44.159Z" + }, + "brightness": 9755, + "moisture": 47, + "humidity": 30, + "temperature": 33.5 +},{ + "_id": { + "$oid": "5f213c6e99bc1357e9033960" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:07:58.759Z" + }, + "brightness": 6676, + "moisture": 54, + "humidity": 30, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f213c8a99bc13135f033961" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:08:26.005Z" + }, + "brightness": 1111, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f213c9c99bc139e09033962" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:08:44.228Z" + }, + "brightness": 9765, + "moisture": 48, + "humidity": 30, + "temperature": 33.6 +},{ + "_id": { + "$oid": "5f213caa99bc13ee24033963" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:08:58.828Z" + }, + "brightness": 23071, + "moisture": 55, + "humidity": 30, + "temperature": 30.4 +},{ + "_id": { + "$oid": "5f213cc699bc13c780033964" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:09:26.077Z" + }, + "brightness": 1116, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f213cd899bc132c0f033965" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:09:44.293Z" + }, + "brightness": 9698, + "moisture": 48, + "humidity": 31, + "temperature": 33.6 +},{ + "_id": { + "$oid": "5f213ce699bc138005033966" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:09:58.898Z" + }, + "brightness": 41589, + "moisture": 54, + "humidity": 29, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f213d0299bc1376b4033967" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:10:26.145Z" + }, + "brightness": 1126, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f213d1499bc13d01d033968" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:10:44.360Z" + }, + "brightness": 9603, + "moisture": 47, + "humidity": 31, + "temperature": 33.3 +},{ + "_id": { + "$oid": "5f213d2399bc13fb78033969" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:10:59.021Z" + }, + "brightness": 41890, + "moisture": 57, + "humidity": 30, + "temperature": 31 +},{ + "_id": { + "$oid": "5f213d3e99bc13675903396a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:11:26.210Z" + }, + "brightness": 1130, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f213d5099bc13c1dd03396b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:11:44.429Z" + }, + "brightness": 9541, + "moisture": 47, + "humidity": 31, + "temperature": 33.7 +},{ + "_id": { + "$oid": "5f213d5f99bc1302f403396c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:11:59.032Z" + }, + "brightness": 41544, + "moisture": 57, + "humidity": 30, + "temperature": 31.1 +},{ + "_id": { + "$oid": "5f213d7a99bc13333003396d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:12:26.291Z" + }, + "brightness": 1135, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f213d8c99bc13608003396e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:12:44.499Z" + }, + "brightness": 9452, + "moisture": 47, + "humidity": 30, + "temperature": 33.5 +},{ + "_id": { + "$oid": "5f213d9b99bc133b5703396f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:12:59.102Z" + }, + "brightness": 42081, + "moisture": 57, + "humidity": 30, + "temperature": 31.2 +},{ + "_id": { + "$oid": "5f213db699bc138fff033970" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:13:26.352Z" + }, + "brightness": 1139, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f213dc899bc136257033971" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:13:44.565Z" + }, + "brightness": 9480, + "moisture": 48, + "humidity": 31, + "temperature": 33.6 +},{ + "_id": { + "$oid": "5f213dd799bc13fe58033972" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:13:59.170Z" + }, + "brightness": 42532, + "moisture": 57, + "humidity": 30, + "temperature": 31.2 +},{ + "_id": { + "$oid": "5f213df299bc13ff33033973" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:14:26.420Z" + }, + "brightness": 1145, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f213e0499bc136608033974" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:14:44.634Z" + }, + "brightness": 9411, + "moisture": 48, + "humidity": 31, + "temperature": 33.6 +},{ + "_id": { + "$oid": "5f213e1399bc1344ae033975" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:14:59.237Z" + }, + "brightness": 43535, + "moisture": 57, + "humidity": 30, + "temperature": 31.2 +},{ + "_id": { + "$oid": "5f213e2e99bc130efe033976" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:15:26.494Z" + }, + "brightness": 1152, + "moisture": 55, + "humidity": 43, + "temperature": 30 +},{ + "_id": { + "$oid": "5f213e4099bc132502033977" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:15:44.713Z" + }, + "brightness": 9376, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f213e4f99bc134020033978" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:15:59.305Z" + }, + "brightness": 43212, + "moisture": 57, + "humidity": 30, + "temperature": 31.3 +},{ + "_id": { + "$oid": "5f213e6a99bc13d280033979" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:16:26.555Z" + }, + "brightness": 1160, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f213e7c99bc13d72703397a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:16:44.797Z" + }, + "brightness": 9333, + "moisture": 47, + "humidity": 31, + "temperature": 33.4 +},{ + "_id": { + "$oid": "5f213e8b99bc13412e03397b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:16:59.377Z" + }, + "brightness": 43494, + "moisture": 57, + "humidity": 30, + "temperature": 31.5 +},{ + "_id": { + "$oid": "5f213ea699bc130f3003397c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:17:26.631Z" + }, + "brightness": 1167, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f213eb899bc134bf903397d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:17:44.845Z" + }, + "brightness": 9251, + "moisture": 48, + "humidity": 31, + "temperature": 33.5 +},{ + "_id": { + "$oid": "5f213ec799bc134cb003397e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:17:59.440Z" + }, + "brightness": 43829, + "moisture": 57, + "humidity": 29, + "temperature": 31.7 +},{ + "_id": { + "$oid": "5f213ee299bc13993403397f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:18:26.692Z" + }, + "brightness": 1175, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f213ef499bc139c93033980" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:18:44.913Z" + }, + "brightness": 9125, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f213f0399bc137e08033981" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:18:59.507Z" + }, + "brightness": 44465, + "moisture": 57, + "humidity": 29, + "temperature": 31.7 +},{ + "_id": { + "$oid": "5f213f1e99bc130768033982" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:19:26.768Z" + }, + "brightness": 1190, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f213f3099bc134abc033983" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:19:44.979Z" + }, + "brightness": 9100, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f213f3f99bc139146033984" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:19:59.574Z" + }, + "brightness": 43948, + "moisture": 57, + "humidity": 29, + "temperature": 31.8 +},{ + "_id": { + "$oid": "5f213f5a99bc139744033985" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:20:26.829Z" + }, + "brightness": 1196, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f213f6d99bc131c9c033986" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:20:45.049Z" + }, + "brightness": 9013, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f213f7b99bc13a36d033987" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:20:59.663Z" + }, + "brightness": 43756, + "moisture": 57, + "humidity": 29, + "temperature": 31.7 +},{ + "_id": { + "$oid": "5f213f9699bc13035d033988" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:21:26.906Z" + }, + "brightness": 1205, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f213fa999bc139f7e033989" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:21:45.119Z" + }, + "brightness": 8905, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f213fb799bc137e0203398a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:21:59.710Z" + }, + "brightness": 43384, + "moisture": 57, + "humidity": 28, + "temperature": 31.6 +},{ + "_id": { + "$oid": "5f213fd299bc13391a03398b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:22:26.967Z" + }, + "brightness": 1211, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f213fe599bc130e3603398c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:22:45.199Z" + }, + "brightness": 8688, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f213ff399bc1313c703398d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:22:59.778Z" + }, + "brightness": 42583, + "moisture": 57, + "humidity": 29, + "temperature": 31.7 +},{ + "_id": { + "$oid": "5f21400f99bc139f9c03398e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:23:27.035Z" + }, + "brightness": 1227, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21402199bc13467503398f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:23:45.258Z" + }, + "brightness": 8634, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21402f99bc135ca1033990" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:23:59.846Z" + }, + "brightness": 42855, + "moisture": 57, + "humidity": 28, + "temperature": 31.8 +},{ + "_id": { + "$oid": "5f21404b99bc13620d033991" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:24:27.107Z" + }, + "brightness": 1242, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21405d99bc131a62033992" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:24:45.329Z" + }, + "brightness": 8329, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21406b99bc130751033993" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:24:59.933Z" + }, + "brightness": 42925, + "moisture": 53, + "humidity": 27, + "temperature": 31.8 +},{ + "_id": { + "$oid": "5f21408799bc131d4d033994" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:25:27.176Z" + }, + "brightness": 1265, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21409999bc136d01033995" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:25:45.408Z" + }, + "brightness": 8360, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2140a799bc1315ad033996" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:25:59.982Z" + }, + "brightness": 43874, + "moisture": 53, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2140c399bc13dedf033997" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:26:27.244Z" + }, + "brightness": 1286, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2140d599bc133020033998" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:26:45.468Z" + }, + "brightness": 8411, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2140e499bc131697033999" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:27:00.052Z" + }, + "brightness": 40175, + "moisture": 53, + "humidity": 26, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2140ff99bc135d3e03399a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:27:27.365Z" + }, + "brightness": 1305, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21411199bc139a6003399b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:27:45.540Z" + }, + "brightness": 8526, + "moisture": 47, + "humidity": 31, + "temperature": 33.3 +},{ + "_id": { + "$oid": "5f21412099bc1340b003399c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:28:00.123Z" + }, + "brightness": 43468, + "moisture": 53, + "humidity": 26, + "temperature": 31.9 +},{ + "_id": { + "$oid": "5f21413b99bc13942e03399d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:28:27.381Z" + }, + "brightness": 1315, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21414d99bc13166d03399e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:28:45.618Z" + }, + "brightness": 8445, + "moisture": 47, + "humidity": 30, + "temperature": 33.4 +},{ + "_id": { + "$oid": "5f21415c99bc13d66d03399f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:29:00.189Z" + }, + "brightness": 41077, + "moisture": 53, + "humidity": 26, + "temperature": 31.9 +},{ + "_id": { + "$oid": "5f21417799bc1326230339a0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:29:27.450Z" + }, + "brightness": 1320, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21418999bc1319a80339a1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:29:45.678Z" + }, + "brightness": 8050, + "moisture": 47, + "humidity": 31, + "temperature": 33.4 +},{ + "_id": { + "$oid": "5f21419899bc13207a0339a2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:30:00.256Z" + }, + "brightness": 44178, + "moisture": 53, + "humidity": 27, + "temperature": 31.7 +},{ + "_id": { + "$oid": "5f2141b399bc1349c40339a3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:30:27.528Z" + }, + "brightness": 1323, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2141c599bc1312c90339a4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:30:45.751Z" + }, + "brightness": 8392, + "moisture": 46, + "humidity": 31, + "temperature": 33.3 +},{ + "_id": { + "$oid": "5f2141d499bc134fed0339a5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:31:00.328Z" + }, + "brightness": 41701, + "moisture": 52, + "humidity": 27, + "temperature": 31.8 +},{ + "_id": { + "$oid": "5f2141ef99bc1392210339a6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:31:27.591Z" + }, + "brightness": 1328, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21420199bc13df2d0339a7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:31:45.838Z" + }, + "brightness": 8355, + "moisture": 47, + "humidity": 31, + "temperature": 33.3 +},{ + "_id": { + "$oid": "5f21421099bc1304f50339a8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:32:00.395Z" + }, + "brightness": 44461, + "moisture": 53, + "humidity": 27, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21422b99bc1320f10339a9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:32:27.667Z" + }, + "brightness": 1329, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21423d99bc130df70339aa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:32:45.888Z" + }, + "brightness": 8370, + "moisture": 47, + "humidity": 30, + "temperature": 33.3 +},{ + "_id": { + "$oid": "5f21424c99bc1308220339ab" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:33:00.463Z" + }, + "brightness": 42721, + "moisture": 52, + "humidity": 27, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21426799bc1345e30339ac" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:33:27.730Z" + }, + "brightness": 1320, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21427999bc132c530339ad" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:33:45.961Z" + }, + "brightness": 8258, + "moisture": 47, + "humidity": 31, + "temperature": 33.2 +},{ + "_id": { + "$oid": "5f21428899bc1300d00339ae" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:34:00.533Z" + }, + "brightness": 45186, + "moisture": 53, + "humidity": 26, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2142a399bc1388410339af" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:34:27.867Z" + }, + "brightness": 1336, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2142b699bc1350f30339b0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:34:46.030Z" + }, + "brightness": 7683, + "moisture": 46, + "humidity": 30, + "temperature": 33.2 +},{ + "_id": { + "$oid": "5f2142c499bc1354330339b1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:35:00.602Z" + }, + "brightness": 46081, + "moisture": 52, + "humidity": 26, + "temperature": 31.9 +},{ + "_id": { + "$oid": "5f2142df99bc1387fa0339b2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:35:27.940Z" + }, + "brightness": 1336, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2142f399bc1327df0339b3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:35:47.032Z" + }, + "brightness": 7817, + "moisture": 46, + "humidity": 28, + "temperature": 33.3 +},{ + "_id": { + "$oid": "5f21430099bc13030f0339b4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:36:00.673Z" + }, + "brightness": 45298, + "moisture": 56, + "humidity": 26, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21431b99bc1370380339b5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:36:27.929Z" + }, + "brightness": 1338, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21432e99bc13b00a0339b6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:36:46.180Z" + }, + "brightness": 8090, + "moisture": 47, + "humidity": 30, + "temperature": 33.2 +},{ + "_id": { + "$oid": "5f21433c99bc133a210339b7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:37:00.735Z" + }, + "brightness": 45563, + "moisture": 53, + "humidity": 25, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21435799bc130cdd0339b8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:37:27.999Z" + }, + "brightness": 1340, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21436a99bc13bc560339b9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:37:46.235Z" + }, + "brightness": 8029, + "moisture": 46, + "humidity": 31, + "temperature": 33.1 +},{ + "_id": { + "$oid": "5f21437899bc1371a40339ba" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:38:00.805Z" + }, + "brightness": 45228, + "moisture": 52, + "humidity": 25, + "temperature": 32.2 +},{ + "_id": { + "$oid": "5f21439499bc1369bb0339bb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:38:28.080Z" + }, + "brightness": 1347, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2143a699bc1367b10339bc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:38:46.389Z" + }, + "brightness": 7849, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2143b499bc13470a0339bd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:39:00.924Z" + }, + "brightness": 45315, + "moisture": 53, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2143d099bc135d000339be" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:39:28.135Z" + }, + "brightness": 1341, + "moisture": 55, + "humidity": 40, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2143e299bc135a870339bf" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:39:46.457Z" + }, + "brightness": 7635, + "moisture": 47, + "humidity": 31, + "temperature": 33.1 +},{ + "_id": { + "$oid": "5f2143f199bc13f4390339c0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:40:01.033Z" + }, + "brightness": 46155, + "moisture": 53, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21440c99bc1365a60339c1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:40:28.200Z" + }, + "brightness": 1339, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21441e99bc1355010339c2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:40:46.527Z" + }, + "brightness": 7634, + "moisture": 46, + "humidity": 31, + "temperature": 33.2 +},{ + "_id": { + "$oid": "5f21442d99bc1348da0339c3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:41:01.150Z" + }, + "brightness": 42520, + "moisture": 52, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21444899bc13e9130339c4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:41:28.272Z" + }, + "brightness": 1334, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21445a99bc1357340339c5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:41:46.590Z" + }, + "brightness": 7456, + "moisture": 46, + "humidity": 31, + "temperature": 33.2 +},{ + "_id": { + "$oid": "5f21446999bc135a690339c6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:42:01.218Z" + }, + "brightness": 42639, + "moisture": 52, + "humidity": 25, + "temperature": 32.2 +},{ + "_id": { + "$oid": "5f21448499bc13ee150339c7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:42:28.348Z" + }, + "brightness": 1327, + "moisture": 55, + "humidity": 40, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21449699bc1355920339c8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:42:46.709Z" + }, + "brightness": 7484, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2144a599bc13f0790339c9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:43:01.290Z" + }, + "brightness": 42210, + "moisture": 53, + "humidity": 25, + "temperature": 32.3 +},{ + "_id": { + "$oid": "5f2144c099bc1385d90339ca" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:43:28.411Z" + }, + "brightness": 1307, + "moisture": 55, + "humidity": 40, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2144d299bc1312d50339cb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:43:46.868Z" + }, + "brightness": 7399, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2144e199bc1328850339cc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:44:01.354Z" + }, + "brightness": 41494, + "moisture": 52, + "humidity": 25, + "temperature": 32.2 +},{ + "_id": { + "$oid": "5f2144fc99bc135a2f0339cd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:44:28.491Z" + }, + "brightness": 1302, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21450e99bc13427d0339ce" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:44:46.935Z" + }, + "brightness": 7333, + "moisture": 46, + "humidity": 31, + "temperature": 33.3 +},{ + "_id": { + "$oid": "5f21451d99bc1392fe0339cf" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:45:01.422Z" + }, + "brightness": 24016, + "moisture": 54, + "humidity": 25, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21453899bc13b02c0339d0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:45:28.549Z" + }, + "brightness": 1309, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21454b99bc1381750339d1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:45:47.057Z" + }, + "brightness": 7052, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21455999bc130ab50339d2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:46:01.491Z" + }, + "brightness": 8769, + "moisture": 52, + "humidity": 25, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21457499bc13ebb00339d3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:46:28.612Z" + }, + "brightness": 1338, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21458799bc13cd5f0339d4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:46:47.160Z" + }, + "brightness": 7023, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21459599bc13a9830339d5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:47:01.606Z" + }, + "brightness": 5170, + "moisture": 52, + "humidity": 25, + "temperature": 31.9 +},{ + "_id": { + "$oid": "5f2145b099bc13153a0339d6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:47:28.684Z" + }, + "brightness": 1393, + "moisture": 55, + "humidity": 40, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2145c399bc130d8c0339d7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:47:47.320Z" + }, + "brightness": 7009, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2145d199bc136a610339d8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:48:01.633Z" + }, + "brightness": 4640, + "moisture": 53, + "humidity": 25, + "temperature": 32.1 +},{ + "_id": { + "$oid": "5f2145ec99bc1308250339d9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:48:28.757Z" + }, + "brightness": 1349, + "moisture": 55, + "humidity": 40, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2145ff99bc137bc50339da" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:48:47.388Z" + }, + "brightness": 7014, + "moisture": 46, + "humidity": 30, + "temperature": 33.2 +},{ + "_id": { + "$oid": "5f21460d99bc13933e0339db" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:49:01.701Z" + }, + "brightness": 4416, + "moisture": 52, + "humidity": 25, + "temperature": 32.4 +},{ + "_id": { + "$oid": "5f21462899bc1332c80339dc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:49:28.820Z" + }, + "brightness": 1315, + "moisture": 55, + "humidity": 40, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21463b99bc1343ae0339dd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:49:47.460Z" + }, + "brightness": 6833, + "moisture": 46, + "humidity": 30, + "temperature": 33.1 +},{ + "_id": { + "$oid": "5f21464999bc13d1370339de" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:50:01.766Z" + }, + "brightness": 4411, + "moisture": 53, + "humidity": 25, + "temperature": 32.2 +},{ + "_id": { + "$oid": "5f21466499bc1360090339df" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:50:28.885Z" + }, + "brightness": 1315, + "moisture": 55, + "humidity": 39, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21467799bc1327a40339e0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:50:47.595Z" + }, + "brightness": 6567, + "moisture": 46, + "humidity": 30, + "temperature": 33.1 +},{ + "_id": { + "$oid": "5f21468599bc137d9b0339e1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:51:01.836Z" + }, + "brightness": 4270, + "moisture": 52, + "humidity": 25, + "temperature": 32.5 +},{ + "_id": { + "$oid": "5f2146a099bc13389b0339e2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:51:28.957Z" + }, + "brightness": 1318, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2146b399bc1318d50339e3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:51:47.614Z" + }, + "brightness": 6389, + "moisture": 47, + "humidity": 30, + "temperature": 33.1 +},{ + "_id": { + "$oid": "5f2146c199bc13b9080339e4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:52:01.909Z" + }, + "brightness": 4220, + "moisture": 52, + "humidity": 23, + "temperature": 32.3 +},{ + "_id": { + "$oid": "5f2146dd99bc13804b0339e5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:52:29.030Z" + }, + "brightness": 1320, + "moisture": 55, + "humidity": 40, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2146ef99bc137fd10339e6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:52:47.712Z" + }, + "brightness": 6211, + "moisture": 47, + "humidity": 30, + "temperature": 33.1 +},{ + "_id": { + "$oid": "5f2146fd99bc1354940339e7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:53:01.973Z" + }, + "brightness": 4175, + "moisture": 53, + "humidity": 24, + "temperature": 32.4 +},{ + "_id": { + "$oid": "5f21471999bc130bc40339e8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:53:29.097Z" + }, + "brightness": 1333, + "moisture": 55, + "humidity": 40, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21472b99bc13026e0339e9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:53:47.731Z" + }, + "brightness": 6080, + "moisture": 47, + "humidity": 31, + "temperature": 33 +},{ + "_id": { + "$oid": "5f21473a99bc1385340339ea" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:54:02.044Z" + }, + "brightness": 4175, + "moisture": 52, + "humidity": 23, + "temperature": 32.6 +},{ + "_id": { + "$oid": "5f21475599bc1376740339eb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:54:29.159Z" + }, + "brightness": 1336, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21476799bc13e8150339ec" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:54:47.800Z" + }, + "brightness": 5937, + "moisture": 46, + "humidity": 30, + "temperature": 32.9 +},{ + "_id": { + "$oid": "5f21477699bc1336bb0339ed" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:55:02.158Z" + }, + "brightness": 4140, + "moisture": 53, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21479199bc1304fd0339ee" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:55:29.238Z" + }, + "brightness": 1346, + "moisture": 55, + "humidity": 40, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2147a399bc130a4c0339ef" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:55:47.888Z" + }, + "brightness": 5817, + "moisture": 47, + "humidity": 30, + "temperature": 32.9 +},{ + "_id": { + "$oid": "5f2147b299bc1380d60339f0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:56:02.272Z" + }, + "brightness": 4010, + "moisture": 52, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2147cd99bc13fbc70339f1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:56:29.293Z" + }, + "brightness": 1351, + "moisture": 55, + "humidity": 40, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2147df99bc13b7450339f2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:56:47.967Z" + }, + "brightness": 5720, + "moisture": 46, + "humidity": 28, + "temperature": 32.9 +},{ + "_id": { + "$oid": "5f2147ee99bc1312820339f3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:57:02.340Z" + }, + "brightness": 4062, + "moisture": 52, + "humidity": 24, + "temperature": 32.5 +},{ + "_id": { + "$oid": "5f21480999bc13b8eb0339f4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:57:29.370Z" + }, + "brightness": 1355, + "moisture": 55, + "humidity": 40, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21481c99bc135d0b0339f5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:57:48.061Z" + }, + "brightness": 5607, + "moisture": 47, + "humidity": 27, + "temperature": 32.8 +},{ + "_id": { + "$oid": "5f21482a99bc133ec70339f6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:58:02.409Z" + }, + "brightness": 4072, + "moisture": 53, + "humidity": 24, + "temperature": 32.5 +},{ + "_id": { + "$oid": "5f21484599bc134a8f0339f7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:58:29.436Z" + }, + "brightness": 1350, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21485899bc13655a0339f8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:58:48.124Z" + }, + "brightness": 5441, + "moisture": 47, + "humidity": 30, + "temperature": 32.9 +},{ + "_id": { + "$oid": "5f21486699bc13e2a20339f9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T09:59:02.479Z" + }, + "brightness": 4059, + "moisture": 52, + "humidity": 24, + "temperature": 32.5 +},{ + "_id": { + "$oid": "5f21488199bc13afe90339fa" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T09:59:29.505Z" + }, + "brightness": 1345, + "moisture": 55, + "humidity": 40, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21489499bc1387c60339fb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T09:59:48.143Z" + }, + "brightness": 5305, + "moisture": 46, + "humidity": 29, + "temperature": 32.8 +},{ + "_id": { + "$oid": "5f2148a299bc1346c50339fc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:00:02.547Z" + }, + "brightness": 4064, + "moisture": 53, + "humidity": 24, + "temperature": 32.4 +},{ + "_id": { + "$oid": "5f2148bd99bc134eea0339fd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:00:29.571Z" + }, + "brightness": 1333, + "moisture": 55, + "humidity": 39, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2148d099bc13fac40339fe" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:00:48.231Z" + }, + "brightness": 5065, + "moisture": 47, + "humidity": 30, + "temperature": 32.8 +},{ + "_id": { + "$oid": "5f2148de99bc1342ce0339ff" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:01:02.615Z" + }, + "brightness": 4184, + "moisture": 52, + "humidity": 24, + "temperature": 32.5 +},{ + "_id": { + "$oid": "5f2148f999bc137343033a00" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:01:29.640Z" + }, + "brightness": 1322, + "moisture": 55, + "humidity": 38, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21490c99bc1375ab033a01" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:01:48.284Z" + }, + "brightness": 4867, + "moisture": 47, + "humidity": 28, + "temperature": 32.7 +},{ + "_id": { + "$oid": "5f21491a99bc1330bd033a02" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:02:02.684Z" + }, + "brightness": 4175, + "moisture": 52, + "humidity": 24, + "temperature": 32.5 +},{ + "_id": { + "$oid": "5f21493599bc1399b0033a03" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:02:29.724Z" + }, + "brightness": 1305, + "moisture": 55, + "humidity": 39, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21494899bc13b739033a04" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:02:48.357Z" + }, + "brightness": 4665, + "moisture": 47, + "humidity": 29, + "temperature": 32.7 +},{ + "_id": { + "$oid": "5f21495699bc1343e8033a05" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:03:02.754Z" + }, + "brightness": 4116, + "moisture": 53, + "humidity": 24, + "temperature": 32.8 +},{ + "_id": { + "$oid": "5f21497199bc132ff6033a06" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:03:29.780Z" + }, + "brightness": 1298, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21498499bc131b6c033a07" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:03:48.414Z" + }, + "brightness": 4464, + "moisture": 47, + "humidity": 29, + "temperature": 32.6 +},{ + "_id": { + "$oid": "5f21499299bc1363d2033a08" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:04:02.826Z" + }, + "brightness": 4097, + "moisture": 52, + "humidity": 23, + "temperature": 32.8 +},{ + "_id": { + "$oid": "5f2149ad99bc132878033a09" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:04:29.849Z" + }, + "brightness": 1280, + "moisture": 55, + "humidity": 40, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2149c099bc1305ae033a0a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:04:48.478Z" + }, + "brightness": 4374, + "moisture": 47, + "humidity": 30, + "temperature": 32.7 +},{ + "_id": { + "$oid": "5f2149ce99bc13579a033a0b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:05:02.890Z" + }, + "brightness": 4195, + "moisture": 52, + "humidity": 24, + "temperature": 32.8 +},{ + "_id": { + "$oid": "5f2149e999bc134fe7033a0c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:05:29.933Z" + }, + "brightness": 1264, + "moisture": 55, + "humidity": 39, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2149fc99bc130a0f033a0d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:05:48.555Z" + }, + "brightness": 3884, + "moisture": 46, + "humidity": 29, + "temperature": 32.6 +},{ + "_id": { + "$oid": "5f214a0a99bc136da3033a0e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:06:02.958Z" + }, + "brightness": 4199, + "moisture": 52, + "humidity": 25, + "temperature": 33 +},{ + "_id": { + "$oid": "5f214a2599bc1397c5033a0f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:06:29.986Z" + }, + "brightness": 1259, + "moisture": 55, + "humidity": 39, + "temperature": 30 +},{ + "_id": { + "$oid": "5f214a3899bc13023d033a10" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:06:48.614Z" + }, + "brightness": 3679, + "moisture": 47, + "humidity": 29, + "temperature": 32.5 +},{ + "_id": { + "$oid": "5f214a4799bc133cb5033a11" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:07:03.029Z" + }, + "brightness": 4181, + "moisture": 52, + "humidity": 23, + "temperature": 32.5 +},{ + "_id": { + "$oid": "5f214a6299bc130e90033a12" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:07:30.051Z" + }, + "brightness": 1246, + "moisture": 55, + "humidity": 37, + "temperature": 30 +},{ + "_id": { + "$oid": "5f214a7499bc13213c033a13" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:07:48.683Z" + }, + "brightness": 3446, + "moisture": 46, + "humidity": 29, + "temperature": 32.5 +},{ + "_id": { + "$oid": "5f214a8399bc139f2e033a14" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:08:03.098Z" + }, + "brightness": 4358, + "moisture": 53, + "humidity": 23, + "temperature": 32.4 +},{ + "_id": { + "$oid": "5f214a9e99bc13298c033a15" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:08:30.117Z" + }, + "brightness": 1234, + "moisture": 55, + "humidity": 37, + "temperature": 30 +},{ + "_id": { + "$oid": "5f214ab099bc136106033a16" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:08:48.760Z" + }, + "brightness": 3271, + "moisture": 47, + "humidity": 29, + "temperature": 32.3 +},{ + "_id": { + "$oid": "5f214abf99bc13eb57033a17" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:09:03.166Z" + }, + "brightness": 4497, + "moisture": 52, + "humidity": 23, + "temperature": 32.5 +},{ + "_id": { + "$oid": "5f214ada99bc133313033a18" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:09:30.188Z" + }, + "brightness": 1218, + "moisture": 55, + "humidity": 40, + "temperature": 30 +},{ + "_id": { + "$oid": "5f214aec99bc13404c033a19" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:09:48.815Z" + }, + "brightness": 3199, + "moisture": 47, + "humidity": 29, + "temperature": 32.3 +},{ + "_id": { + "$oid": "5f214afb99bc13744b033a1a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:10:03.234Z" + }, + "brightness": 4616, + "moisture": 52, + "humidity": 23, + "temperature": 32.6 +},{ + "_id": { + "$oid": "5f214b1699bc136c82033a1b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:10:30.259Z" + }, + "brightness": 1208, + "moisture": 55, + "humidity": 39, + "temperature": 30 +},{ + "_id": { + "$oid": "5f214b2899bc134f82033a1c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:10:48.885Z" + }, + "brightness": 3115, + "moisture": 47, + "humidity": 28, + "temperature": 32.3 +},{ + "_id": { + "$oid": "5f214b3799bc134f95033a1d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:11:03.301Z" + }, + "brightness": 4650, + "moisture": 52, + "humidity": 23, + "temperature": 32.8 +},{ + "_id": { + "$oid": "5f214b5299bc136619033a1e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:11:30.321Z" + }, + "brightness": 1204, + "moisture": 55, + "humidity": 40, + "temperature": 30 +},{ + "_id": { + "$oid": "5f214b6499bc136f5f033a1f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:11:48.951Z" + }, + "brightness": 2989, + "moisture": 46, + "humidity": 30, + "temperature": 32.3 +},{ + "_id": { + "$oid": "5f214b7399bc13237b033a20" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:12:03.369Z" + }, + "brightness": 4877, + "moisture": 52, + "humidity": 22, + "temperature": 32.5 +},{ + "_id": { + "$oid": "5f214b8e99bc13e148033a21" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:12:30.404Z" + }, + "brightness": 1210, + "moisture": 55, + "humidity": 39, + "temperature": 30 +},{ + "_id": { + "$oid": "5f214ba199bc131575033a22" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:12:49.024Z" + }, + "brightness": 2918, + "moisture": 46, + "humidity": 29, + "temperature": 32.3 +},{ + "_id": { + "$oid": "5f214baf99bc13e8ce033a23" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:13:03.438Z" + }, + "brightness": 5331, + "moisture": 53, + "humidity": 22, + "temperature": 32.7 +},{ + "_id": { + "$oid": "5f214bca99bc132899033a24" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:13:30.468Z" + }, + "brightness": 1218, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f214bdd99bc1343ce033a25" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:13:49.090Z" + }, + "brightness": 2852, + "moisture": 46, + "humidity": 27, + "temperature": 32.3 +},{ + "_id": { + "$oid": "5f214beb99bc137386033a26" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:14:03.512Z" + }, + "brightness": 6525, + "moisture": 52, + "humidity": 23, + "temperature": 33 +},{ + "_id": { + "$oid": "5f214c0699bc132d06033a27" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:14:30.533Z" + }, + "brightness": 1214, + "moisture": 55, + "humidity": 39, + "temperature": 30 +},{ + "_id": { + "$oid": "5f214c1999bc1309ae033a28" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:14:49.158Z" + }, + "brightness": 2778, + "moisture": 46, + "humidity": 28, + "temperature": 32.3 +},{ + "_id": { + "$oid": "5f214c2799bc131f78033a29" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:15:03.578Z" + }, + "brightness": 9892, + "moisture": 52, + "humidity": 24, + "temperature": 33 +},{ + "_id": { + "$oid": "5f214c4299bc13ff0f033a2a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:15:30.601Z" + }, + "brightness": 1210, + "moisture": 55, + "humidity": 40, + "temperature": 30 +},{ + "_id": { + "$oid": "5f214c5599bc134e07033a2b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:15:49.231Z" + }, + "brightness": 2700, + "moisture": 46, + "humidity": 29, + "temperature": 32.2 +},{ + "_id": { + "$oid": "5f214c6399bc136347033a2c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:16:03.644Z" + }, + "brightness": 21545, + "moisture": 52, + "humidity": 24, + "temperature": 33 +},{ + "_id": { + "$oid": "5f214c7e99bc13738b033a2d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:16:30.665Z" + }, + "brightness": 1197, + "moisture": 55, + "humidity": 40, + "temperature": 30 +},{ + "_id": { + "$oid": "5f214c9199bc13ca43033a2e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:16:49.294Z" + }, + "brightness": 2632, + "moisture": 46, + "humidity": 30, + "temperature": 32.3 +},{ + "_id": { + "$oid": "5f214c9f99bc13ac39033a2f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:17:03.713Z" + }, + "brightness": 38615, + "moisture": 52, + "humidity": 23, + "temperature": 32.7 +},{ + "_id": { + "$oid": "5f214cba99bc13a384033a30" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:17:30.739Z" + }, + "brightness": 1185, + "moisture": 55, + "humidity": 39, + "temperature": 30 +},{ + "_id": { + "$oid": "5f214ccd99bc135dfc033a31" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:17:49.362Z" + }, + "brightness": 2534, + "moisture": 46, + "humidity": 30, + "temperature": 32.5 +},{ + "_id": { + "$oid": "5f214cdb99bc1338e4033a32" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:18:03.783Z" + }, + "brightness": 49266, + "moisture": 52, + "humidity": 23, + "temperature": 32.6 +},{ + "_id": { + "$oid": "5f214cf699bc132c5c033a33" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:18:30.812Z" + }, + "brightness": 1184, + "moisture": 55, + "humidity": 40, + "temperature": 30 +},{ + "_id": { + "$oid": "5f214d0999bc13c842033a34" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:18:49.426Z" + }, + "brightness": 2497, + "moisture": 46, + "humidity": 29, + "temperature": 32.2 +},{ + "_id": { + "$oid": "5f214d1799bc1338c2033a35" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:19:03.850Z" + }, + "brightness": 49010, + "moisture": 52, + "humidity": 23, + "temperature": 32.7 +},{ + "_id": { + "$oid": "5f214d3299bc131905033a36" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:19:30.872Z" + }, + "brightness": 1189, + "moisture": 55, + "humidity": 39, + "temperature": 30 +},{ + "_id": { + "$oid": "5f214d4599bc13234a033a37" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:19:49.503Z" + }, + "brightness": 2427, + "moisture": 46, + "humidity": 29, + "temperature": 32 +},{ + "_id": { + "$oid": "5f214d5399bc132971033a38" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:20:03.919Z" + }, + "brightness": 49130, + "moisture": 52, + "humidity": 23, + "temperature": 32.7 +},{ + "_id": { + "$oid": "5f214d6e99bc1351b5033a39" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:20:30.941Z" + }, + "brightness": 1198, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f214d8199bc13920b033a3a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:20:49.567Z" + }, + "brightness": 2308, + "moisture": 46, + "humidity": 30, + "temperature": 32 +},{ + "_id": { + "$oid": "5f214d8f99bc139642033a3b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:21:03.988Z" + }, + "brightness": 50259, + "moisture": 52, + "humidity": 24, + "temperature": 32.7 +},{ + "_id": { + "$oid": "5f214dab99bc13ddbe033a3c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:21:31.016Z" + }, + "brightness": 1203, + "moisture": 55, + "humidity": 39, + "temperature": 30 +},{ + "_id": { + "$oid": "5f214dbd99bc133fd4033a3d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:21:49.632Z" + }, + "brightness": 2197, + "moisture": 46, + "humidity": 29, + "temperature": 32.1 +},{ + "_id": { + "$oid": "5f214dcc99bc1314de033a3e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:22:04.059Z" + }, + "brightness": 50187, + "moisture": 52, + "humidity": 23, + "temperature": 32.8 +},{ + "_id": { + "$oid": "5f214de799bc133955033a3f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:22:31.082Z" + }, + "brightness": 1204, + "moisture": 55, + "humidity": 40, + "temperature": 30 +},{ + "_id": { + "$oid": "5f214df999bc1374ba033a40" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:22:49.704Z" + }, + "brightness": 2089, + "moisture": 45, + "humidity": 29, + "temperature": 31.9 +},{ + "_id": { + "$oid": "5f214e0899bc138c37033a41" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:23:04.128Z" + }, + "brightness": 50029, + "moisture": 52, + "humidity": 24, + "temperature": 33 +},{ + "_id": { + "$oid": "5f214e2399bc134163033a42" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:23:31.148Z" + }, + "brightness": 1202, + "moisture": 55, + "humidity": 38, + "temperature": 30 +},{ + "_id": { + "$oid": "5f214e3599bc131285033a43" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:23:49.773Z" + }, + "brightness": 2050, + "moisture": 46, + "humidity": 25, + "temperature": 31.6 +},{ + "_id": { + "$oid": "5f214e4499bc1370c4033a44" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:24:04.197Z" + }, + "brightness": 50241, + "moisture": 52, + "humidity": 24, + "temperature": 33 +},{ + "_id": { + "$oid": "5f214e5f99bc1347cf033a45" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:24:31.217Z" + }, + "brightness": 1204, + "moisture": 55, + "humidity": 39, + "temperature": 30 +},{ + "_id": { + "$oid": "5f214e7199bc130f13033a46" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:24:49.839Z" + }, + "brightness": 2041, + "moisture": 46, + "humidity": 29, + "temperature": 31.5 +},{ + "_id": { + "$oid": "5f214e8099bc131602033a47" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:25:04.264Z" + }, + "brightness": 49615, + "moisture": 52, + "humidity": 23, + "temperature": 32.6 +},{ + "_id": { + "$oid": "5f214e9b99bc134819033a48" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:25:31.295Z" + }, + "brightness": 1200, + "moisture": 55, + "humidity": 37, + "temperature": 30 +},{ + "_id": { + "$oid": "5f214ead99bc133983033a49" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:25:49.909Z" + }, + "brightness": 2046, + "moisture": 46, + "humidity": 26, + "temperature": 31.4 +},{ + "_id": { + "$oid": "5f214ebc99bc131fa5033a4a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:26:04.333Z" + }, + "brightness": 47927, + "moisture": 52, + "humidity": 23, + "temperature": 32.7 +},{ + "_id": { + "$oid": "5f214ed799bc13770f033a4b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:26:31.359Z" + }, + "brightness": 1195, + "moisture": 55, + "humidity": 37, + "temperature": 30 +},{ + "_id": { + "$oid": "5f214ee999bc13ca96033a4c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:26:49.989Z" + }, + "brightness": 2018, + "moisture": 46, + "humidity": 31, + "temperature": 31.4 +},{ + "_id": { + "$oid": "5f214ef899bc13ecce033a4d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:27:04.405Z" + }, + "brightness": 47848, + "moisture": 51, + "humidity": 23, + "temperature": 32.7 +},{ + "_id": { + "$oid": "5f214f1399bc13a82c033a4e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:27:31.427Z" + }, + "brightness": 1193, + "moisture": 55, + "humidity": 38, + "temperature": 30 +},{ + "_id": { + "$oid": "5f214f2699bc132cce033a4f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:27:50.050Z" + }, + "brightness": 1984, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f214f3499bc130e4b033a50" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:28:04.469Z" + }, + "brightness": 49465, + "moisture": 52, + "humidity": 24, + "temperature": 33 +},{ + "_id": { + "$oid": "5f214f4f99bc133cdc033a51" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:28:31.494Z" + }, + "brightness": 1203, + "moisture": 55, + "humidity": 38, + "temperature": 30 +},{ + "_id": { + "$oid": "5f214f6299bc133fc4033a52" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:28:50.125Z" + }, + "brightness": 1971, + "moisture": 45, + "humidity": 27, + "temperature": 31.3 +},{ + "_id": { + "$oid": "5f214f7099bc130401033a53" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:29:04.537Z" + }, + "brightness": 47759, + "moisture": 52, + "humidity": 24, + "temperature": 33 +},{ + "_id": { + "$oid": "5f214f8b99bc1304b5033a54" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:29:31.561Z" + }, + "brightness": 1215, + "moisture": 55, + "humidity": 39, + "temperature": 30 +},{ + "_id": { + "$oid": "5f214f9e99bc138394033a55" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:29:50.189Z" + }, + "brightness": 1967, + "moisture": 46, + "humidity": 29, + "temperature": 31.3 +},{ + "_id": { + "$oid": "5f214fac99bc137c4b033a56" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:30:04.605Z" + }, + "brightness": 47442, + "moisture": 51, + "humidity": 23, + "temperature": 32.7 +},{ + "_id": { + "$oid": "5f214fc799bc13e60e033a57" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:30:31.628Z" + }, + "brightness": 1218, + "moisture": 55, + "humidity": 38, + "temperature": 30 +},{ + "_id": { + "$oid": "5f214fda99bc13a382033a58" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:30:50.259Z" + }, + "brightness": 1219, + "moisture": 46, + "humidity": 31, + "temperature": 31.3 +},{ + "_id": { + "$oid": "5f214fe899bc139be6033a59" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:31:04.675Z" + }, + "brightness": 45309, + "moisture": 52, + "humidity": 24, + "temperature": 32.5 +},{ + "_id": { + "$oid": "5f21500399bc13df07033a5a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:31:31.705Z" + }, + "brightness": 1227, + "moisture": 55, + "humidity": 37, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21501699bc134b08033a5b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:31:50.333Z" + }, + "brightness": 1235, + "moisture": 46, + "humidity": 31, + "temperature": 31.4 +},{ + "_id": { + "$oid": "5f21502499bc1372bf033a5c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:32:04.742Z" + }, + "brightness": 45316, + "moisture": 51, + "humidity": 24, + "temperature": 32.6 +},{ + "_id": { + "$oid": "5f21503f99bc13887f033a5d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:32:31.769Z" + }, + "brightness": 1226, + "moisture": 55, + "humidity": 37, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21505299bc135050033a5e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:32:50.394Z" + }, + "brightness": 1213, + "moisture": 46, + "humidity": 31, + "temperature": 31.6 +},{ + "_id": { + "$oid": "5f21506099bc13f283033a5f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:33:04.812Z" + }, + "brightness": 45335, + "moisture": 52, + "humidity": 24, + "temperature": 32.5 +},{ + "_id": { + "$oid": "5f21507b99bc13b9b1033a60" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:33:31.885Z" + }, + "brightness": 1222, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21508e99bc137a90033a61" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:33:50.460Z" + }, + "brightness": 1238, + "moisture": 46, + "humidity": 31, + "temperature": 31.7 +},{ + "_id": { + "$oid": "5f21509c99bc13781d033a62" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:34:04.881Z" + }, + "brightness": 43628, + "moisture": 51, + "humidity": 24, + "temperature": 32.5 +},{ + "_id": { + "$oid": "5f2150b799bc13304b033a63" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:34:31.950Z" + }, + "brightness": 1226, + "moisture": 55, + "humidity": 38, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2150ca99bc138009033a64" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:34:50.541Z" + }, + "brightness": 1280, + "moisture": 46, + "humidity": 30, + "temperature": 31.9 +},{ + "_id": { + "$oid": "5f2150d899bc138bd3033a65" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:35:04.953Z" + }, + "brightness": 45030, + "moisture": 51, + "humidity": 24, + "temperature": 32.5 +},{ + "_id": { + "$oid": "5f2150f499bc13782c033a66" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:35:32.019Z" + }, + "brightness": 1229, + "moisture": 55, + "humidity": 35, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21510699bc132374033a67" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:35:50.599Z" + }, + "brightness": 1265, + "moisture": 46, + "humidity": 30, + "temperature": 31.9 +},{ + "_id": { + "$oid": "5f21511599bc1319f6033a68" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:36:05.019Z" + }, + "brightness": 45755, + "moisture": 52, + "humidity": 24, + "temperature": 32.4 +},{ + "_id": { + "$oid": "5f21513099bc13a12b033a69" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:36:32.087Z" + }, + "brightness": 1237, + "moisture": 55, + "humidity": 35, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21514299bc136b15033a6a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:36:50.676Z" + }, + "brightness": 1232, + "moisture": 45, + "humidity": 30, + "temperature": 31.9 +},{ + "_id": { + "$oid": "5f21515199bc137bfb033a6b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:37:05.088Z" + }, + "brightness": 47215, + "moisture": 51, + "humidity": 24, + "temperature": 32.2 +},{ + "_id": { + "$oid": "5f21516c99bc13a2c1033a6c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:37:32.157Z" + }, + "brightness": 1247, + "moisture": 55, + "humidity": 34, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21517e99bc131d81033a6d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:37:50.738Z" + }, + "brightness": 1203, + "moisture": 46, + "humidity": 30, + "temperature": 31.8 +},{ + "_id": { + "$oid": "5f21518d99bc13dde2033a6e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:38:05.156Z" + }, + "brightness": 45548, + "moisture": 52, + "humidity": 24, + "temperature": 32.4 +},{ + "_id": { + "$oid": "5f2151a899bc130ac4033a6f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:38:32.229Z" + }, + "brightness": 1250, + "moisture": 55, + "humidity": 39, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2151ba99bc136153033a70" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:38:50.811Z" + }, + "brightness": 1193, + "moisture": 45, + "humidity": 30, + "temperature": 31.7 +},{ + "_id": { + "$oid": "5f2151c999bc13a1d0033a71" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:39:05.225Z" + }, + "brightness": 48002, + "moisture": 51, + "humidity": 24, + "temperature": 32.6 +},{ + "_id": { + "$oid": "5f2151e499bc139699033a72" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:39:32.295Z" + }, + "brightness": 1256, + "moisture": 55, + "humidity": 37, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2151f699bc13bfe9033a73" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:39:50.877Z" + }, + "brightness": 1191, + "moisture": 46, + "humidity": 30, + "temperature": 31.5 +},{ + "_id": { + "$oid": "5f21520599bc13b42a033a74" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:40:05.296Z" + }, + "brightness": 48181, + "moisture": 51, + "humidity": 24, + "temperature": 32.7 +},{ + "_id": { + "$oid": "5f21522099bc134860033a75" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:40:32.368Z" + }, + "brightness": 1255, + "moisture": 55, + "humidity": 37, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21523299bc1333b5033a76" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:40:50.948Z" + }, + "brightness": 1210, + "moisture": 46, + "humidity": 31, + "temperature": 31.3 +},{ + "_id": { + "$oid": "5f21524199bc1399ba033a77" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:41:05.362Z" + }, + "brightness": 47705, + "moisture": 52, + "humidity": 24, + "temperature": 32.7 +},{ + "_id": { + "$oid": "5f21525c99bc133f7c033a78" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:41:32.434Z" + }, + "brightness": 1253, + "moisture": 55, + "humidity": 39, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21526f99bc1316af033a79" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:41:51.013Z" + }, + "brightness": 1206, + "moisture": 45, + "humidity": 31, + "temperature": 31.2 +},{ + "_id": { + "$oid": "5f21527d99bc13af47033a7a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:42:05.432Z" + }, + "brightness": 46890, + "moisture": 51, + "humidity": 24, + "temperature": 32.7 +},{ + "_id": { + "$oid": "5f21529899bc134873033a7b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:42:32.514Z" + }, + "brightness": 1244, + "moisture": 55, + "humidity": 38, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2152ab99bc133214033a7c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:42:51.082Z" + }, + "brightness": 1190, + "moisture": 46, + "humidity": 31, + "temperature": 31.1 +},{ + "_id": { + "$oid": "5f2152b999bc13e4b7033a7d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:43:05.501Z" + }, + "brightness": 46975, + "moisture": 52, + "humidity": 24, + "temperature": 32.6 +},{ + "_id": { + "$oid": "5f2152d499bc139792033a7e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:43:32.571Z" + }, + "brightness": 1243, + "moisture": 55, + "humidity": 38, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2152e799bc1360c4033a7f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:43:51.182Z" + }, + "brightness": 1170, + "moisture": 46, + "humidity": 32, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2152f599bc13228a033a80" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:44:05.569Z" + }, + "brightness": 48735, + "moisture": 51, + "humidity": 24, + "temperature": 32.6 +},{ + "_id": { + "$oid": "5f21531099bc1306f9033a81" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:44:32.640Z" + }, + "brightness": 1243, + "moisture": 55, + "humidity": 38, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21532399bc130699033a82" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:44:51.221Z" + }, + "brightness": 1155, + "moisture": 46, + "humidity": 32, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21533199bc13dd1e033a83" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:45:05.638Z" + }, + "brightness": 48258, + "moisture": 51, + "humidity": 24, + "temperature": 32.5 +},{ + "_id": { + "$oid": "5f21534c99bc138a08033a84" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:45:32.707Z" + }, + "brightness": 1244, + "moisture": 55, + "humidity": 38, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21535f99bc13797e033a85" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:45:51.289Z" + }, + "brightness": 1139, + "moisture": 46, + "humidity": 31, + "temperature": 31.1 +},{ + "_id": { + "$oid": "5f21536d99bc130d4f033a86" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:46:05.707Z" + }, + "brightness": 47615, + "moisture": 52, + "humidity": 24, + "temperature": 32.5 +},{ + "_id": { + "$oid": "5f21538899bc13dcb2033a87" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:46:32.777Z" + }, + "brightness": 1240, + "moisture": 55, + "humidity": 39, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21539b99bc130111033a88" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:46:51.374Z" + }, + "brightness": 1120, + "moisture": 45, + "humidity": 31, + "temperature": 30.9 +},{ + "_id": { + "$oid": "5f2153a999bc134c70033a89" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:47:05.778Z" + }, + "brightness": 47794, + "moisture": 51, + "humidity": 24, + "temperature": 32.6 +},{ + "_id": { + "$oid": "5f2153c499bc132976033a8a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:47:32.851Z" + }, + "brightness": 1237, + "moisture": 55, + "humidity": 39, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2153d799bc1351f6033a8b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:47:51.432Z" + }, + "brightness": 1102, + "moisture": 46, + "humidity": 30, + "temperature": 30.9 +},{ + "_id": { + "$oid": "5f2153e599bc1324a1033a8c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:48:05.845Z" + }, + "brightness": 50544, + "moisture": 51, + "humidity": 24, + "temperature": 32.7 +},{ + "_id": { + "$oid": "5f21540099bc13edd9033a8d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:48:32.909Z" + }, + "brightness": 1220, + "moisture": 55, + "humidity": 39, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21541399bc133e71033a8e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:48:51.500Z" + }, + "brightness": 1109, + "moisture": 45, + "humidity": 30, + "temperature": 30.9 +},{ + "_id": { + "$oid": "5f21542199bc131225033a8f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:49:05.913Z" + }, + "brightness": 41006, + "moisture": 51, + "humidity": 24, + "temperature": 32.6 +},{ + "_id": { + "$oid": "5f21543c99bc1355b8033a90" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:49:32.983Z" + }, + "brightness": 1190, + "moisture": 55, + "humidity": 39, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21544f99bc131a8d033a91" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:49:51.574Z" + }, + "brightness": 1111, + "moisture": 45, + "humidity": 30, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f21545d99bc1316a6033a92" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:50:05.983Z" + }, + "brightness": 48997, + "moisture": 51, + "humidity": 23, + "temperature": 32.5 +},{ + "_id": { + "$oid": "5f21547999bc134257033a93" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:50:33.050Z" + }, + "brightness": 1185, + "moisture": 55, + "humidity": 38, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21548b99bc13dd75033a94" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:50:51.634Z" + }, + "brightness": 1140, + "moisture": 45, + "humidity": 31, + "temperature": 31.1 +},{ + "_id": { + "$oid": "5f21549a99bc133fd1033a95" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:51:06.056Z" + }, + "brightness": 48290, + "moisture": 51, + "humidity": 23, + "temperature": 32.6 +},{ + "_id": { + "$oid": "5f2154b599bc134a75033a96" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:51:33.126Z" + }, + "brightness": 1167, + "moisture": 55, + "humidity": 37, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2154c799bc132b82033a97" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:51:51.702Z" + }, + "brightness": 1128, + "moisture": 45, + "humidity": 31, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2154d699bc1369f6033a98" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:52:06.122Z" + }, + "brightness": 49060, + "moisture": 51, + "humidity": 23, + "temperature": 32.4 +},{ + "_id": { + "$oid": "5f2154f199bc130e77033a99" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:52:33.190Z" + }, + "brightness": 1148, + "moisture": 55, + "humidity": 37, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21550399bc130b0f033a9a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:52:51.782Z" + }, + "brightness": 1097, + "moisture": 45, + "humidity": 30, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f21551299bc1367f3033a9b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:53:06.192Z" + }, + "brightness": 50532, + "moisture": 51, + "humidity": 23, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21552d99bc136686033a9c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:53:33.259Z" + }, + "brightness": 1120, + "moisture": 55, + "humidity": 38, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21553f99bc1316f6033a9d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:53:51.884Z" + }, + "brightness": 1090, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21554e99bc1314a6033a9e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:54:06.259Z" + }, + "brightness": 48253, + "moisture": 51, + "humidity": 24, + "temperature": 32.2 +},{ + "_id": { + "$oid": "5f21556999bc131207033a9f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:54:33.333Z" + }, + "brightness": 1108, + "moisture": 55, + "humidity": 39, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21557c99bc131976033aa0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:54:51.999Z" + }, + "brightness": 1083, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21558a99bc13a442033aa1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:55:06.327Z" + }, + "brightness": 45863, + "moisture": 51, + "humidity": 23, + "temperature": 32.2 +},{ + "_id": { + "$oid": "5f2155a599bc137062033aa2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:55:33.392Z" + }, + "brightness": 1093, + "moisture": 55, + "humidity": 39, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2155b899bc131310033aa3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:55:52.127Z" + }, + "brightness": 1081, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2155c699bc135aef033aa4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:56:06.396Z" + }, + "brightness": 47157, + "moisture": 51, + "humidity": 23, + "temperature": 32.1 +},{ + "_id": { + "$oid": "5f2155e199bc130863033aa5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:56:33.457Z" + }, + "brightness": 1071, + "moisture": 55, + "humidity": 39, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2155f499bc138c90033aa6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:56:52.184Z" + }, + "brightness": 1075, + "moisture": 45, + "humidity": 30, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21560299bc1316a7033aa7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:57:06.466Z" + }, + "brightness": 47541, + "moisture": 51, + "humidity": 24, + "temperature": 31.9 +},{ + "_id": { + "$oid": "5f21561d99bc136f88033aa8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:57:33.538Z" + }, + "brightness": 1067, + "moisture": 55, + "humidity": 39, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21563099bc1335f9033aa9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:57:52.260Z" + }, + "brightness": 1082, + "moisture": 45, + "humidity": 29, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f21563e99bc13d500033aaa" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:58:06.533Z" + }, + "brightness": 46255, + "moisture": 51, + "humidity": 23, + "temperature": 32.1 +},{ + "_id": { + "$oid": "5f21565999bc1325b1033aab" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:58:33.618Z" + }, + "brightness": 1066, + "moisture": 55, + "humidity": 38, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21566c99bc136055033aac" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:58:52.324Z" + }, + "brightness": 1099, + "moisture": 45, + "humidity": 30, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f21567a99bc1317d8033aad" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T10:59:06.647Z" + }, + "brightness": 46985, + "moisture": 51, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21569599bc13b7ae033aae" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T10:59:33.661Z" + }, + "brightness": 1061, + "moisture": 55, + "humidity": 38, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2156a899bc132834033aaf" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T10:59:52.388Z" + }, + "brightness": 1097, + "moisture": 45, + "humidity": 31, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f2156b699bc134237033ab0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:00:06.760Z" + }, + "brightness": 47875, + "moisture": 51, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2156d199bc130c7d033ab1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:00:33.727Z" + }, + "brightness": 1062, + "moisture": 55, + "humidity": 35, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2156e499bc135a12033ab2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:00:52.477Z" + }, + "brightness": 1094, + "moisture": 45, + "humidity": 31, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f2156f299bc13abee033ab3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:01:06.875Z" + }, + "brightness": 47210, + "moisture": 51, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21570d99bc13e0b6033ab4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:01:33.798Z" + }, + "brightness": 1055, + "moisture": 55, + "humidity": 35, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21572099bc1360fd033ab5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:01:52.547Z" + }, + "brightness": 1085, + "moisture": 45, + "humidity": 31, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f21572e99bc13d037033ab6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:02:06.944Z" + }, + "brightness": 47131, + "moisture": 51, + "humidity": 24, + "temperature": 32.2 +},{ + "_id": { + "$oid": "5f21574999bc133af1033ab7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:02:33.877Z" + }, + "brightness": 1052, + "moisture": 55, + "humidity": 32, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21575c99bc13178f033ab8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:02:52.605Z" + }, + "brightness": 1059, + "moisture": 45, + "humidity": 32, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f21576b99bc130998033ab9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:03:07.013Z" + }, + "brightness": 46948, + "moisture": 50, + "humidity": 24, + "temperature": 32.3 +},{ + "_id": { + "$oid": "5f21578599bc13c0ef033aba" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:03:33.937Z" + }, + "brightness": 1039, + "moisture": 55, + "humidity": 33, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21579899bc13faa2033abb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:03:52.659Z" + }, + "brightness": 1039, + "moisture": 44, + "humidity": 31, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f2157a799bc1304f7033abc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:04:07.078Z" + }, + "brightness": 47350, + "moisture": 51, + "humidity": 24, + "temperature": 32.2 +},{ + "_id": { + "$oid": "5f2157c299bc1381a7033abd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:04:34.002Z" + }, + "brightness": 1043, + "moisture": 55, + "humidity": 31, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2157d499bc139073033abe" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:04:52.730Z" + }, + "brightness": 1020, + "moisture": 45, + "humidity": 31, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f2157e399bc1349be033abf" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:05:07.146Z" + }, + "brightness": 45200, + "moisture": 50, + "humidity": 24, + "temperature": 32.2 +},{ + "_id": { + "$oid": "5f2157fe99bc1337de033ac0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:05:34.086Z" + }, + "brightness": 1044, + "moisture": 55, + "humidity": 39, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21581099bc130eda033ac1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:05:52.800Z" + }, + "brightness": 1016, + "moisture": 45, + "humidity": 31, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f21581f99bc13e37e033ac2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:06:07.213Z" + }, + "brightness": 43706, + "moisture": 50, + "humidity": 25, + "temperature": 32.1 +},{ + "_id": { + "$oid": "5f21583a99bc137cf3033ac3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:06:34.142Z" + }, + "brightness": 1040, + "moisture": 55, + "humidity": 39, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21584c99bc133775033ac4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:06:52.866Z" + }, + "brightness": 1003, + "moisture": 45, + "humidity": 31, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f21585b99bc131682033ac5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:07:07.281Z" + }, + "brightness": 46027, + "moisture": 51, + "humidity": 25, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21587699bc137c85033ac6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:07:34.206Z" + }, + "brightness": 1040, + "moisture": 55, + "humidity": 36, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21588899bc135a6b033ac7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:07:52.931Z" + }, + "brightness": 978, + "moisture": 45, + "humidity": 31, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f21589799bc13515b033ac8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:08:07.353Z" + }, + "brightness": 48012, + "moisture": 54, + "humidity": 25, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2158b299bc13ce54033ac9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:08:34.275Z" + }, + "brightness": 1040, + "moisture": 55, + "humidity": 36, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2158c599bc137a8e033aca" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:08:53Z" + }, + "brightness": 959, + "moisture": 45, + "humidity": 31, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f2158d399bc139596033acb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:09:07.416Z" + }, + "brightness": 48127, + "moisture": 51, + "humidity": 25, + "temperature": 32 +},{ + "_id": { + "$oid": "5f2158ee99bc131aca033acc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:09:34.347Z" + }, + "brightness": 1036, + "moisture": 55, + "humidity": 37, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21590199bc13efab033acd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:09:53.075Z" + }, + "brightness": 931, + "moisture": 45, + "humidity": 31, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f21590f99bc130343033ace" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:10:07.483Z" + }, + "brightness": 48089, + "moisture": 50, + "humidity": 25, + "temperature": 31.9 +},{ + "_id": { + "$oid": "5f21592a99bc13d3ae033acf" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:10:34.411Z" + }, + "brightness": 1035, + "moisture": 55, + "humidity": 36, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21593d99bc131fc4033ad0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:10:53.144Z" + }, + "brightness": 913, + "moisture": 46, + "humidity": 31, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f21594b99bc13f7ca033ad1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:11:07.552Z" + }, + "brightness": 48085, + "moisture": 50, + "humidity": 25, + "temperature": 31.9 +},{ + "_id": { + "$oid": "5f21596699bc132cb8033ad2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:11:34.483Z" + }, + "brightness": 1035, + "moisture": 55, + "humidity": 40, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21597999bc1313f6033ad3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:11:53.214Z" + }, + "brightness": 895, + "moisture": 45, + "humidity": 32, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f21598799bc136e2a033ad4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:12:07.621Z" + }, + "brightness": 48882, + "moisture": 51, + "humidity": 26, + "temperature": 31.8 +},{ + "_id": { + "$oid": "5f2159a299bc1331f7033ad5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:12:34.547Z" + }, + "brightness": 1038, + "moisture": 55, + "humidity": 37, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2159b599bc130b00033ad6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:12:53.276Z" + }, + "brightness": 873, + "moisture": 46, + "humidity": 30, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f2159c399bc1320e7033ad7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:13:07.697Z" + }, + "brightness": 49343, + "moisture": 50, + "humidity": 26, + "temperature": 31.8 +},{ + "_id": { + "$oid": "5f2159de99bc130f0b033ad8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:13:34.618Z" + }, + "brightness": 1047, + "moisture": 55, + "humidity": 37, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2159f199bc13b3c5033ad9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:13:53.344Z" + }, + "brightness": 864, + "moisture": 52, + "humidity": 32, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f2159ff99bc135d4a033ada" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:14:07.761Z" + }, + "brightness": 49760, + "moisture": 51, + "humidity": 26, + "temperature": 31.8 +},{ + "_id": { + "$oid": "5f215a1a99bc139041033adb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:14:34.688Z" + }, + "brightness": 1052, + "moisture": 55, + "humidity": 37, + "temperature": 30 +},{ + "_id": { + "$oid": "5f215a2d99bc1359cf033adc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:14:53.412Z" + }, + "brightness": 855, + "moisture": 51, + "humidity": 32, + "temperature": 30.4 +},{ + "_id": { + "$oid": "5f215a3b99bc13bb04033add" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:15:07.829Z" + }, + "brightness": 50417, + "moisture": 50, + "humidity": 26, + "temperature": 31.8 +},{ + "_id": { + "$oid": "5f215a5699bc130a4f033ade" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:15:34.756Z" + }, + "brightness": 1066, + "moisture": 55, + "humidity": 37, + "temperature": 30 +},{ + "_id": { + "$oid": "5f215a6999bc1390cd033adf" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:15:53.477Z" + }, + "brightness": 837, + "moisture": 45, + "humidity": 32, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f215a7799bc130fbd033ae0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:16:07.898Z" + }, + "brightness": 50494, + "moisture": 50, + "humidity": 26, + "temperature": 31.8 +},{ + "_id": { + "$oid": "5f215a9299bc13c423033ae1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:16:34.827Z" + }, + "brightness": 1077, + "moisture": 55, + "humidity": 37, + "temperature": 30 +},{ + "_id": { + "$oid": "5f215aa599bc13fd45033ae2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:16:53.544Z" + }, + "brightness": 810, + "moisture": 45, + "humidity": 32, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f215ab399bc1303c2033ae3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:17:07.967Z" + }, + "brightness": 43030, + "moisture": 52, + "humidity": 26, + "temperature": 31.7 +},{ + "_id": { + "$oid": "5f215ace99bc13f64d033ae4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:17:34.894Z" + }, + "brightness": 1088, + "moisture": 55, + "humidity": 38, + "temperature": 30 +},{ + "_id": { + "$oid": "5f215ae199bc135716033ae5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:17:53.614Z" + }, + "brightness": 789, + "moisture": 46, + "humidity": 32, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f215af099bc136621033ae6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:18:08.037Z" + }, + "brightness": 50492, + "moisture": 50, + "humidity": 26, + "temperature": 31.5 +},{ + "_id": { + "$oid": "5f215b0a99bc136a29033ae7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:18:34.959Z" + }, + "brightness": 1100, + "moisture": 55, + "humidity": 38, + "temperature": 30 +},{ + "_id": { + "$oid": "5f215b1d99bc1360e6033ae8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:18:53.686Z" + }, + "brightness": 763, + "moisture": 46, + "humidity": 32, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f215b2c99bc13bf0b033ae9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:19:08.149Z" + }, + "brightness": 50433, + "moisture": 51, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f215b4799bc13ccd5033aea" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:19:35.026Z" + }, + "brightness": 1106, + "moisture": 55, + "humidity": 38, + "temperature": 30 +},{ + "_id": { + "$oid": "5f215b5999bc13f237033aeb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:19:53.751Z" + }, + "brightness": 750, + "moisture": 46, + "humidity": 32, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f215b6899bc13c239033aec" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:20:08.266Z" + }, + "brightness": 50111, + "moisture": 51, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f215b8399bc13474c033aed" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:20:35.097Z" + }, + "brightness": 1111, + "moisture": 55, + "humidity": 37, + "temperature": 30 +},{ + "_id": { + "$oid": "5f215b9599bc1333f3033aee" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:20:53.820Z" + }, + "brightness": 741, + "moisture": 45, + "humidity": 31, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f215ba499bc13b8f0033aef" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:21:08.331Z" + }, + "brightness": 47880, + "moisture": 50, + "humidity": 27, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f215bbf99bc132127033af0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:21:35.162Z" + }, + "brightness": 1109, + "moisture": 55, + "humidity": 37, + "temperature": 30 +},{ + "_id": { + "$oid": "5f215bd199bc131b5c033af1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:21:53.896Z" + }, + "brightness": 734, + "moisture": 46, + "humidity": 32, + "temperature": 30.4 +},{ + "_id": { + "$oid": "5f215be099bc132366033af2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:22:08.400Z" + }, + "brightness": 51102, + "moisture": 51, + "humidity": 28, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f215bfb99bc133c26033af3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:22:35.245Z" + }, + "brightness": 1109, + "moisture": 55, + "humidity": 39, + "temperature": 30 +},{ + "_id": { + "$oid": "5f215c0d99bc132871033af4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:22:53.966Z" + }, + "brightness": 722, + "moisture": 45, + "humidity": 31, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f215c1c99bc13cbc1033af5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:23:08.469Z" + }, + "brightness": 50614, + "moisture": 50, + "humidity": 28, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f215c3799bc1325bf033af6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:23:35.303Z" + }, + "brightness": 1107, + "moisture": 55, + "humidity": 37, + "temperature": 31 +},{ + "_id": { + "$oid": "5f215c4a99bc13a177033af7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:23:54.025Z" + }, + "brightness": 715, + "moisture": 46, + "humidity": 32, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f215c5899bc137b07033af8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:24:08.534Z" + }, + "brightness": 50919, + "moisture": 51, + "humidity": 29, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f215c7399bc132185033af9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:24:35.364Z" + }, + "brightness": 1104, + "moisture": 55, + "humidity": 37, + "temperature": 31 +},{ + "_id": { + "$oid": "5f215c8699bc13d444033afa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:24:54.093Z" + }, + "brightness": 713, + "moisture": 45, + "humidity": 32, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f215c9499bc132077033afb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:25:08.605Z" + }, + "brightness": 44357, + "moisture": 50, + "humidity": 29, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f215caf99bc1326b5033afc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:25:35.441Z" + }, + "brightness": 1096, + "moisture": 55, + "humidity": 37, + "temperature": 31 +},{ + "_id": { + "$oid": "5f215cc299bc134de8033afd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:25:54.160Z" + }, + "brightness": 709, + "moisture": 46, + "humidity": 32, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f215cd099bc131a6f033afe" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:26:08.672Z" + }, + "brightness": 34409, + "moisture": 50, + "humidity": 29, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f215ceb99bc13367c033aff" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:26:35.521Z" + }, + "brightness": 1089, + "moisture": 55, + "humidity": 37, + "temperature": 31 +},{ + "_id": { + "$oid": "5f215cfe99bc13f240033b00" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:26:54.284Z" + }, + "brightness": 700, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f215d0c99bc133a7f033b01" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:27:08.743Z" + }, + "brightness": 18345, + "moisture": 50, + "humidity": 30, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f215d2799bc133ddc033b02" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:27:35.575Z" + }, + "brightness": 1080, + "moisture": 55, + "humidity": 39, + "temperature": 31 +},{ + "_id": { + "$oid": "5f215d3a99bc137a62033b03" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:27:54.356Z" + }, + "brightness": 694, + "moisture": 45, + "humidity": 32, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f215d4899bc1356c5033b04" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:28:08.812Z" + }, + "brightness": 7366, + "moisture": 50, + "humidity": 30, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f215d6399bc134a26033b05" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:28:35.650Z" + }, + "brightness": 1071, + "moisture": 55, + "humidity": 38, + "temperature": 31 +},{ + "_id": { + "$oid": "5f215d7699bc137004033b06" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:28:54.411Z" + }, + "brightness": 693, + "moisture": 45, + "humidity": 31, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f215d8499bc134a4e033b07" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:29:08.895Z" + }, + "brightness": 4189, + "moisture": 50, + "humidity": 30, + "temperature": 29 +},{ + "_id": { + "$oid": "5f215d9f99bc135d33033b08" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:29:35.713Z" + }, + "brightness": 1063, + "moisture": 55, + "humidity": 38, + "temperature": 31 +},{ + "_id": { + "$oid": "5f215db299bc133d1c033b09" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:29:54.480Z" + }, + "brightness": 693, + "moisture": 45, + "humidity": 32, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f215dc099bc136a6d033b0a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:30:08.970Z" + }, + "brightness": 3641, + "moisture": 49, + "humidity": 30, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f215ddb99bc135fb7033b0b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:30:35.776Z" + }, + "brightness": 1053, + "moisture": 55, + "humidity": 37, + "temperature": 31 +},{ + "_id": { + "$oid": "5f215dee99bc135733033b0c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:30:54.547Z" + }, + "brightness": 693, + "moisture": 44, + "humidity": 32, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f215dfd99bc13d8d6033b0d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:31:09.059Z" + }, + "brightness": 3265, + "moisture": 49, + "humidity": 30, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f215e1799bc13458a033b0e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:31:35.847Z" + }, + "brightness": 1034, + "moisture": 55, + "humidity": 38, + "temperature": 31 +},{ + "_id": { + "$oid": "5f215e2a99bc136c90033b0f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:31:54.616Z" + }, + "brightness": 705, + "moisture": 45, + "humidity": 32, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f215e3999bc13a3ab033b10" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:32:09.144Z" + }, + "brightness": 3121, + "moisture": 50, + "humidity": 31, + "temperature": 29 +},{ + "_id": { + "$oid": "5f215e5399bc136c57033b11" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:32:35.917Z" + }, + "brightness": 1028, + "moisture": 55, + "humidity": 36, + "temperature": 31 +},{ + "_id": { + "$oid": "5f215e6699bc1376b3033b12" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:32:54.684Z" + }, + "brightness": 718, + "moisture": 45, + "humidity": 32, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f215e7599bc132af2033b13" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:33:09.160Z" + }, + "brightness": 3060, + "moisture": 49, + "humidity": 30, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f215e8f99bc131407033b14" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:33:35.990Z" + }, + "brightness": 1030, + "moisture": 55, + "humidity": 36, + "temperature": 31 +},{ + "_id": { + "$oid": "5f215ea299bc136d52033b15" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:33:54.756Z" + }, + "brightness": 715, + "moisture": 45, + "humidity": 32, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f215eb199bc139a8d033b16" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:34:09.292Z" + }, + "brightness": 3062, + "moisture": 53, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f215ecc99bc13e4f8033b17" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:34:36.058Z" + }, + "brightness": 1030, + "moisture": 55, + "humidity": 37, + "temperature": 31 +},{ + "_id": { + "$oid": "5f215ede99bc1361cd033b18" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:34:54.823Z" + }, + "brightness": 710, + "moisture": 45, + "humidity": 32, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f215eed99bc13d2ac033b19" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:35:09.355Z" + }, + "brightness": 3093, + "moisture": 50, + "humidity": 30, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f215f0899bc131d14033b1a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:35:36.124Z" + }, + "brightness": 1030, + "moisture": 55, + "humidity": 39, + "temperature": 31 +},{ + "_id": { + "$oid": "5f215f1a99bc132a0c033b1b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:35:54.890Z" + }, + "brightness": 699, + "moisture": 44, + "humidity": 31, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f215f2999bc1316e0033b1c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:36:09.480Z" + }, + "brightness": 3052, + "moisture": 49, + "humidity": 30, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f215f4499bc13dcdf033b1d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:36:36.196Z" + }, + "brightness": 1035, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f215f5699bc1365ae033b1e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:36:54.964Z" + }, + "brightness": 705, + "moisture": 45, + "humidity": 31, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f215f6599bc130a2f033b1f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:37:09.540Z" + }, + "brightness": 2958, + "moisture": 49, + "humidity": 31, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f215f8099bc13094c033b20" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:37:36.261Z" + }, + "brightness": 1031, + "moisture": 55, + "humidity": 38, + "temperature": 31 +},{ + "_id": { + "$oid": "5f215f9399bc133c01033b21" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:37:55.026Z" + }, + "brightness": 707, + "moisture": 45, + "humidity": 32, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f215fa199bc134754033b22" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:38:09.544Z" + }, + "brightness": 2951, + "moisture": 50, + "humidity": 31, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f215fbc99bc133d10033b23" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:38:36.328Z" + }, + "brightness": 1027, + "moisture": 55, + "humidity": 37, + "temperature": 31 +},{ + "_id": { + "$oid": "5f215fcf99bc134016033b24" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:38:55.099Z" + }, + "brightness": 715, + "moisture": 45, + "humidity": 32, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f215fdd99bc130da7033b25" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:39:09.612Z" + }, + "brightness": 2979, + "moisture": 49, + "humidity": 30, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f215ff899bc136067033b26" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:39:36.400Z" + }, + "brightness": 1025, + "moisture": 55, + "humidity": 39, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21600b99bc13774d033b27" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:39:55.174Z" + }, + "brightness": 711, + "moisture": 45, + "humidity": 31, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f21601999bc1368d1033b28" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:40:09.688Z" + }, + "brightness": 3045, + "moisture": 49, + "humidity": 30, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f21603499bc135daf033b29" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:40:36.461Z" + }, + "brightness": 1022, + "moisture": 55, + "humidity": 38, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21604799bc135657033b2a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:40:55.231Z" + }, + "brightness": 709, + "moisture": 46, + "humidity": 31, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f21605599bc137519033b2b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:41:09.747Z" + }, + "brightness": 3172, + "moisture": 49, + "humidity": 31, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f21607099bc136e13033b2c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:41:36.531Z" + }, + "brightness": 1019, + "moisture": 55, + "humidity": 38, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21608399bc137f74033b2d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:41:55.295Z" + }, + "brightness": 704, + "moisture": 45, + "humidity": 31, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f21609199bc130e27033b2e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:42:09.815Z" + }, + "brightness": 3439, + "moisture": 49, + "humidity": 31, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f2160ac99bc134da9033b2f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:42:36.599Z" + }, + "brightness": 1019, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2160bf99bc130450033b30" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:42:55.389Z" + }, + "brightness": 699, + "moisture": 46, + "humidity": 30, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f2160cd99bc13ca79033b31" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:43:09.881Z" + }, + "brightness": 4549, + "moisture": 49, + "humidity": 31, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f2160e899bc136b5a033b32" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:43:36.673Z" + }, + "brightness": 1018, + "moisture": 55, + "humidity": 39, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2160fb99bc138859033b33" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:43:55.447Z" + }, + "brightness": 679, + "moisture": 45, + "humidity": 31, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f21610999bc130a38033b34" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:44:09.949Z" + }, + "brightness": 8075, + "moisture": 49, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21612499bc13bf01033b35" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:44:36.740Z" + }, + "brightness": 1024, + "moisture": 55, + "humidity": 39, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21613799bc132452033b36" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:44:55.511Z" + }, + "brightness": 691, + "moisture": 45, + "humidity": 31, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f21614699bc13b2ca033b37" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:45:10.021Z" + }, + "brightness": 11914, + "moisture": 49, + "humidity": 31, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f21616099bc137383033b38" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:45:36.802Z" + }, + "brightness": 1025, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21617399bc13a4b9033b39" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:45:55.587Z" + }, + "brightness": 689, + "moisture": 45, + "humidity": 31, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f21618299bc137a53033b3a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:46:10.084Z" + }, + "brightness": 11165, + "moisture": 49, + "humidity": 31, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f21619c99bc135478033b3b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:46:36.866Z" + }, + "brightness": 1023, + "moisture": 55, + "humidity": 39, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2161af99bc136890033b3c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:46:55.643Z" + }, + "brightness": 688, + "moisture": 46, + "humidity": 31, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f2161be99bc135e51033b3d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:47:10.153Z" + }, + "brightness": 7243, + "moisture": 49, + "humidity": 31, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f2161d899bc1322ff033b3e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:47:36.940Z" + }, + "brightness": 1023, + "moisture": 55, + "humidity": 39, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2161eb99bc13a78b033b3f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:47:55.720Z" + }, + "brightness": 685, + "moisture": 45, + "humidity": 31, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f2161fa99bc137f77033b40" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:48:10.220Z" + }, + "brightness": 4014, + "moisture": 49, + "humidity": 31, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21621599bc137449033b41" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:48:37.007Z" + }, + "brightness": 1022, + "moisture": 55, + "humidity": 39, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21622799bc130204033b42" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:48:55.775Z" + }, + "brightness": 683, + "moisture": 45, + "humidity": 30, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f21623699bc132e03033b43" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:49:10.293Z" + }, + "brightness": 2897, + "moisture": 48, + "humidity": 31, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21625199bc13678a033b44" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:49:37.074Z" + }, + "brightness": 1020, + "moisture": 55, + "humidity": 40, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21626399bc1362bc033b45" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:49:55.851Z" + }, + "brightness": 680, + "moisture": 46, + "humidity": 30, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f21627299bc13a830033b46" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:50:10.357Z" + }, + "brightness": 2558, + "moisture": 48, + "humidity": 31, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21628d99bc131438033b47" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:50:37.147Z" + }, + "brightness": 1019, + "moisture": 55, + "humidity": 39, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21629f99bc13be0c033b48" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:50:55.914Z" + }, + "brightness": 679, + "moisture": 45, + "humidity": 30, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f2162ae99bc13754d033b49" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:51:10.426Z" + }, + "brightness": 2356, + "moisture": 49, + "humidity": 31, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f2162c999bc13122f033b4a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:51:37.256Z" + }, + "brightness": 1019, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2162db99bc13ae6c033b4b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:51:55.979Z" + }, + "brightness": 678, + "moisture": 45, + "humidity": 30, + "temperature": 30.4 +},{ + "_id": { + "$oid": "5f2162ea99bc132afc033b4c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:52:10.491Z" + }, + "brightness": 2318, + "moisture": 53, + "humidity": 31, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21630599bc13d084033b4d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:52:37.364Z" + }, + "brightness": 1016, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21631899bc130a2f033b4e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:52:56.057Z" + }, + "brightness": 671, + "moisture": 45, + "humidity": 30, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f21632699bc137c20033b4f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:53:10.561Z" + }, + "brightness": 2239, + "moisture": 49, + "humidity": 31, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21634199bc137172033b50" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:53:37.477Z" + }, + "brightness": 1020, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21635499bc1305aa033b51" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:53:56.120Z" + }, + "brightness": 677, + "moisture": 46, + "humidity": 30, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f21636299bc133386033b52" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:54:10.632Z" + }, + "brightness": 2127, + "moisture": 48, + "humidity": 31, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21637d99bc13863e033b53" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:54:37.548Z" + }, + "brightness": 1026, + "moisture": 55, + "humidity": 40, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21639099bc13bcda033b54" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:54:56.183Z" + }, + "brightness": 675, + "moisture": 45, + "humidity": 30, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f21639e99bc137289033b55" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:55:10.705Z" + }, + "brightness": 2063, + "moisture": 48, + "humidity": 31, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f2163b999bc130f16033b56" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:55:37.616Z" + }, + "brightness": 1025, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2163cc99bc1361e3033b57" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:55:56.256Z" + }, + "brightness": 665, + "moisture": 45, + "humidity": 31, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f2163da99bc131f1d033b58" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:56:10.762Z" + }, + "brightness": 2019, + "moisture": 48, + "humidity": 31, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f2163f599bc1383b7033b59" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:56:37.689Z" + }, + "brightness": 1029, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21640899bc13a8f6033b5a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:56:56.323Z" + }, + "brightness": 670, + "moisture": 45, + "humidity": 31, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f21641699bc135018033b5b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:57:10.833Z" + }, + "brightness": 1969, + "moisture": 48, + "humidity": 31, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21643199bc138026033b5c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:57:37.749Z" + }, + "brightness": 1030, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21644499bc135148033b5d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:57:56.387Z" + }, + "brightness": 673, + "moisture": 45, + "humidity": 30, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f21645299bc136494033b5e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:58:10.899Z" + }, + "brightness": 1919, + "moisture": 48, + "humidity": 31, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21646d99bc13c387033b5f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:58:37.822Z" + }, + "brightness": 1032, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21648099bc132e2b033b60" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:58:56.468Z" + }, + "brightness": 670, + "moisture": 45, + "humidity": 31, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f21648e99bc13481e033b61" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T11:59:10.969Z" + }, + "brightness": 1868, + "moisture": 48, + "humidity": 31, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f2164a999bc133021033b62" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T11:59:37.893Z" + }, + "brightness": 1034, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2164bc99bc130262033b63" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T11:59:56.531Z" + }, + "brightness": 661, + "moisture": 45, + "humidity": 31, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f2164cb99bc130c38033b64" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:00:11.043Z" + }, + "brightness": 1822, + "moisture": 48, + "humidity": 31, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f2164e599bc137ae2033b65" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:00:37.968Z" + }, + "brightness": 1029, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2164f899bc134643033b66" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:00:56.597Z" + }, + "brightness": 643, + "moisture": 45, + "humidity": 31, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f21650799bc13a49c033b67" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:01:11.105Z" + }, + "brightness": 1791, + "moisture": 48, + "humidity": 30, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21652299bc136714033b68" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:01:38.026Z" + }, + "brightness": 1018, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21653499bc13e239033b69" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:01:56.662Z" + }, + "brightness": 634, + "moisture": 45, + "humidity": 31, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f21654399bc13abba033b6a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:02:11.175Z" + }, + "brightness": 1767, + "moisture": 48, + "humidity": 31, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21655e99bc13e6c0033b6b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:02:38.098Z" + }, + "brightness": 1017, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21657099bc135075033b6c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:02:56.735Z" + }, + "brightness": 630, + "moisture": 46, + "humidity": 31, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21657f99bc1364ee033b6d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:03:11.241Z" + }, + "brightness": 1748, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21659a99bc1310c3033b6e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:03:38.166Z" + }, + "brightness": 1009, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2165ac99bc13506a033b6f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:03:56.803Z" + }, + "brightness": 628, + "moisture": 45, + "humidity": 31, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f2165bb99bc135114033b70" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:04:11.309Z" + }, + "brightness": 1734, + "moisture": 47, + "humidity": 30, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f2165d699bc1362c2033b71" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:04:38.228Z" + }, + "brightness": 1002, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2165e899bc13f986033b72" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:04:56.864Z" + }, + "brightness": 624, + "moisture": 46, + "humidity": 30, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f2165f799bc136177033b73" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:05:11.378Z" + }, + "brightness": 1716, + "moisture": 47, + "humidity": 31, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21661299bc135949033b74" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:05:38.295Z" + }, + "brightness": 994, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21662499bc13f3a2033b75" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:05:56.934Z" + }, + "brightness": 620, + "moisture": 46, + "humidity": 30, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f21663399bc13ef41033b76" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:06:11.447Z" + }, + "brightness": 1693, + "moisture": 48, + "humidity": 31, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21664e99bc136655033b77" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:06:38.372Z" + }, + "brightness": 984, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21666199bc130777033b78" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:06:57.006Z" + }, + "brightness": 618, + "moisture": 46, + "humidity": 30, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f21666f99bc13fadb033b79" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:07:11.517Z" + }, + "brightness": 1689, + "moisture": 47, + "humidity": 31, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21668a99bc1319c8033b7a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:07:38.432Z" + }, + "brightness": 973, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21669d99bc13d2ea033b7b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:07:57.068Z" + }, + "brightness": 614, + "moisture": 46, + "humidity": 30, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f2166ab99bc1382de033b7c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:08:11.583Z" + }, + "brightness": 1655, + "moisture": 48, + "humidity": 30, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f2166c699bc13f9c2033b7d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:08:38.503Z" + }, + "brightness": 964, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2166d999bc13a200033b7e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:08:57.138Z" + }, + "brightness": 613, + "moisture": 45, + "humidity": 31, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f2166e799bc136340033b7f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:09:11.652Z" + }, + "brightness": 1643, + "moisture": 47, + "humidity": 30, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21670299bc130b9f033b80" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:09:38.569Z" + }, + "brightness": 954, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21671599bc13908d033b81" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:09:57.202Z" + }, + "brightness": 611, + "moisture": 44, + "humidity": 31, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f21672399bc13d770033b82" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:10:11.722Z" + }, + "brightness": 1683, + "moisture": 47, + "humidity": 30, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21673e99bc134039033b83" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:10:38.640Z" + }, + "brightness": 946, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21675199bc1389d8033b84" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:10:57.277Z" + }, + "brightness": 609, + "moisture": 45, + "humidity": 31, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f21675f99bc13de01033b85" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:11:11.789Z" + }, + "brightness": 1721, + "moisture": 48, + "humidity": 30, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21677a99bc132e21033b86" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:11:38.710Z" + }, + "brightness": 939, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21678d99bc136405033b87" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:11:57.347Z" + }, + "brightness": 608, + "moisture": 45, + "humidity": 31, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f21679b99bc1364f8033b88" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:12:11.858Z" + }, + "brightness": 1703, + "moisture": 47, + "humidity": 31, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f2167b699bc130941033b89" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:12:38.774Z" + }, + "brightness": 933, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2167c999bc1314cb033b8a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:12:57.461Z" + }, + "brightness": 612, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2167d799bc1339cb033b8b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:13:11.927Z" + }, + "brightness": 1649, + "moisture": 47, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f2167f299bc13422c033b8c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:13:38.847Z" + }, + "brightness": 929, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21680599bc132052033b8d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:13:57.540Z" + }, + "brightness": 607, + "moisture": 45, + "humidity": 28, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21681399bc131c51033b8e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:14:11.993Z" + }, + "brightness": 1605, + "moisture": 47, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21682e99bc1321aa033b8f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:14:38.909Z" + }, + "brightness": 926, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21684199bc130529033b90" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:14:57.590Z" + }, + "brightness": 605, + "moisture": 45, + "humidity": 29, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f21685099bc135eaa033b91" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:15:12.065Z" + }, + "brightness": 1580, + "moisture": 47, + "humidity": 30, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21686a99bc135f05033b92" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:15:38.980Z" + }, + "brightness": 924, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21687d99bc13207b033b93" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:15:57.671Z" + }, + "brightness": 610, + "moisture": 45, + "humidity": 29, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f21688c99bc139658033b94" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:16:12.177Z" + }, + "brightness": 1580, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2168a799bc136055033b95" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:16:39.045Z" + }, + "brightness": 924, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2168b999bc135e8c033b96" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:16:57.750Z" + }, + "brightness": 603, + "moisture": 45, + "humidity": 30, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f2168c899bc13693e033b97" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:17:12.245Z" + }, + "brightness": 1572, + "moisture": 47, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f2168e399bc130b57033b98" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:17:39.120Z" + }, + "brightness": 924, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2168f599bc136dfc033b99" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:17:57.798Z" + }, + "brightness": 602, + "moisture": 45, + "humidity": 29, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f21690499bc136632033b9a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:18:12.326Z" + }, + "brightness": 1535, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21691f99bc13de39033b9b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:18:39.187Z" + }, + "brightness": 924, + "moisture": 55, + "humidity": 41, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21693199bc139a3e033b9c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:18:57.870Z" + }, + "brightness": 601, + "moisture": 45, + "humidity": 29, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f21694099bc13c99e033b9d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:19:12.385Z" + }, + "brightness": 1486, + "moisture": 47, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21695b99bc1380bf033b9e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:19:39.265Z" + }, + "brightness": 926, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21696d99bc135b38033b9f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:19:57.933Z" + }, + "brightness": 600, + "moisture": 46, + "humidity": 30, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f21697c99bc13862b033ba0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:20:12.453Z" + }, + "brightness": 1502, + "moisture": 47, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21699799bc13d756033ba1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:20:39.320Z" + }, + "brightness": 924, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2169aa99bc1336fd033ba2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:20:58.008Z" + }, + "brightness": 593, + "moisture": 45, + "humidity": 30, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f2169b899bc13b495033ba3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:21:12.522Z" + }, + "brightness": 1485, + "moisture": 47, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f2169d399bc132499033ba4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:21:39.393Z" + }, + "brightness": 927, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2169e699bc1365a7033ba5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:21:58.069Z" + }, + "brightness": 593, + "moisture": 45, + "humidity": 29, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f2169f499bc131f9e033ba6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:22:12.591Z" + }, + "brightness": 1444, + "moisture": 47, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f216a0f99bc132fe0033ba7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:22:39.468Z" + }, + "brightness": 929, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f216a2299bc13e426033ba8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:22:58.137Z" + }, + "brightness": 593, + "moisture": 45, + "humidity": 29, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f216a3099bc133b99033ba9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:23:12.664Z" + }, + "brightness": 1415, + "moisture": 47, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f216a4b99bc1313b2033baa" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:23:39.572Z" + }, + "brightness": 929, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f216a5e99bc134a74033bab" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:23:58.207Z" + }, + "brightness": 591, + "moisture": 45, + "humidity": 30, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f216a6c99bc135a05033bac" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:24:12.729Z" + }, + "brightness": 1396, + "moisture": 47, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f216a8799bc13e78e033bad" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:24:39.640Z" + }, + "brightness": 925, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f216a9a99bc1304e2033bae" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:24:58.276Z" + }, + "brightness": 592, + "moisture": 45, + "humidity": 29, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f216aa899bc135a0f033baf" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:25:12.797Z" + }, + "brightness": 1407, + "moisture": 47, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f216ac399bc13bc9a033bb0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:25:39.710Z" + }, + "brightness": 926, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f216ad699bc139973033bb1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:25:58.347Z" + }, + "brightness": 596, + "moisture": 46, + "humidity": 28, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f216ae499bc131f08033bb2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:26:12.866Z" + }, + "brightness": 1398, + "moisture": 47, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f216aff99bc13244d033bb3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:26:39.784Z" + }, + "brightness": 926, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f216b1299bc137321033bb4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:26:58.410Z" + }, + "brightness": 602, + "moisture": 45, + "humidity": 29, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f216b2099bc13c172033bb5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:27:12.934Z" + }, + "brightness": 1375, + "moisture": 47, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f216b3b99bc13e199033bb6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:27:39.800Z" + }, + "brightness": 924, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f216b4e99bc13f9e6033bb7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:27:58.500Z" + }, + "brightness": 607, + "moisture": 45, + "humidity": 30, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f216b5d99bc138a8d033bb8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:28:13.011Z" + }, + "brightness": 1355, + "moisture": 47, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f216b7799bc132d6e033bb9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:28:39.919Z" + }, + "brightness": 928, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f216b8a99bc13b5da033bba" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:28:58.548Z" + }, + "brightness": 609, + "moisture": 45, + "humidity": 28, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f216b9999bc130967033bbb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:29:13.073Z" + }, + "brightness": 1348, + "moisture": 47, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f216bb499bc13620c033bbc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:29:40.016Z" + }, + "brightness": 929, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f216bc699bc13b5e4033bbd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:29:58.623Z" + }, + "brightness": 605, + "moisture": 45, + "humidity": 28, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f216bd599bc131a5f033bbe" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:30:13.140Z" + }, + "brightness": 1347, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f216bf099bc13737a033bbf" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:30:40.008Z" + }, + "brightness": 928, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f216c0299bc1353ac033bc0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:30:58.686Z" + }, + "brightness": 601, + "moisture": 45, + "humidity": 30, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f216c1199bc1341cb033bc1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:31:13.209Z" + }, + "brightness": 1342, + "moisture": 47, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f216c2c99bc1350e7033bc2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:31:40.080Z" + }, + "brightness": 929, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f216c3e99bc134097033bc3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:31:58.747Z" + }, + "brightness": 598, + "moisture": 45, + "humidity": 27, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f216c4d99bc13a701033bc4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:32:13.278Z" + }, + "brightness": 1316, + "moisture": 47, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f216c6899bc13b294033bc5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:32:40.133Z" + }, + "brightness": 929, + "moisture": 55, + "humidity": 42, + "temperature": 30 +},{ + "_id": { + "$oid": "5f216c7a99bc139058033bc6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:32:58.866Z" + }, + "brightness": 591, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f216c8999bc133685033bc7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:33:13.348Z" + }, + "brightness": 1296, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f216ca499bc138489033bc8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:33:40.292Z" + }, + "brightness": 926, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f216cb699bc135371033bc9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:33:58.996Z" + }, + "brightness": 585, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f216cc599bc13d512033bca" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:34:13.415Z" + }, + "brightness": 1299, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f216ce099bc1386ec033bcb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:34:40.360Z" + }, + "brightness": 920, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f216cf399bc133c30033bcc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:34:59.052Z" + }, + "brightness": 578, + "moisture": 45, + "humidity": 29, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f216d0199bc1349b1033bcd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:35:13.484Z" + }, + "brightness": 1307, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f216d1c99bc134048033bce" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:35:40.436Z" + }, + "brightness": 906, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f216d2f99bc13e8ca033bcf" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:35:59.111Z" + }, + "brightness": 573, + "moisture": 44, + "humidity": 27, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f216d3d99bc13746f033bd0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:36:13.556Z" + }, + "brightness": 1281, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f216d5899bc1336aa033bd1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:36:40.507Z" + }, + "brightness": 913, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f216d6b99bc137e02033bd2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:36:59.183Z" + }, + "brightness": 569, + "moisture": 44, + "humidity": 29, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f216d7999bc134b0b033bd3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:37:13.621Z" + }, + "brightness": 1252, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f216d9499bc13e0f4033bd4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:37:40.568Z" + }, + "brightness": 913, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f216da799bc13fb95033bd5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:37:59.259Z" + }, + "brightness": 571, + "moisture": 45, + "humidity": 27, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f216db599bc1322a9033bd6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:38:13.695Z" + }, + "brightness": 1230, + "moisture": 47, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f216dd099bc1389b3033bd7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:38:40.634Z" + }, + "brightness": 917, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f216de399bc137773033bd8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:38:59.318Z" + }, + "brightness": 575, + "moisture": 44, + "humidity": 28, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f216df199bc134b76033bd9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:39:13.758Z" + }, + "brightness": 1211, + "moisture": 47, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f216e0c99bc13f38a033bda" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:39:40.705Z" + }, + "brightness": 916, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f216e1f99bc1317d9033bdb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:39:59.429Z" + }, + "brightness": 576, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f216e2d99bc138f28033bdc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:40:13.828Z" + }, + "brightness": 1187, + "moisture": 48, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f216e4899bc130deb033bdd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:40:40.769Z" + }, + "brightness": 919, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f216e5b99bc13dfec033bde" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:40:59.509Z" + }, + "brightness": 576, + "moisture": 45, + "humidity": 28, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f216e6999bc13d9c4033bdf" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:41:13.895Z" + }, + "brightness": 1172, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f216e8499bc13ec3d033be0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:41:40.834Z" + }, + "brightness": 919, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f216e9799bc136640033be1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:41:59.620Z" + }, + "brightness": 573, + "moisture": 45, + "humidity": 26, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f216ea599bc13ddc4033be2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:42:13.967Z" + }, + "brightness": 1159, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f216ec099bc138780033be3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:42:40.908Z" + }, + "brightness": 919, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f216ed399bc13ed99033be4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:42:59.692Z" + }, + "brightness": 567, + "moisture": 45, + "humidity": 27, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f216ee299bc132a1c033be5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:43:14.037Z" + }, + "brightness": 1151, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f216efc99bc133809033be6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:43:40.970Z" + }, + "brightness": 919, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f216f0f99bc130161033be7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:43:59.713Z" + }, + "brightness": 564, + "moisture": 45, + "humidity": 28, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f216f1e99bc1334f8033be8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:44:14.100Z" + }, + "brightness": 1138, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f216f3999bc1386d8033be9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:44:41.032Z" + }, + "brightness": 921, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f216f4b99bc1308e2033bea" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:44:59.785Z" + }, + "brightness": 562, + "moisture": 45, + "humidity": 27, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f216f5a99bc13f21e033beb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:45:14.171Z" + }, + "brightness": 1130, + "moisture": 48, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f216f7599bc13f81e033bec" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:45:41.103Z" + }, + "brightness": 922, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f216f8799bc134ba3033bed" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:45:59.915Z" + }, + "brightness": 560, + "moisture": 44, + "humidity": 28, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f216f9699bc1375cd033bee" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:46:14.238Z" + }, + "brightness": 1136, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f216fb199bc138a79033bef" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:46:41.182Z" + }, + "brightness": 924, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f216fc399bc136c33033bf0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:46:59.952Z" + }, + "brightness": 559, + "moisture": 45, + "humidity": 29, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f216fd299bc13e36c033bf1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:47:14.307Z" + }, + "brightness": 1127, + "moisture": 47, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f216fed99bc136a74033bf2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:47:41.255Z" + }, + "brightness": 924, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f216fff99bc137106033bf3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:47:59.988Z" + }, + "brightness": 559, + "moisture": 44, + "humidity": 28, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f21700e99bc13eca7033bf4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:48:14.375Z" + }, + "brightness": 1109, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21702999bc1375b4033bf5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:48:41.309Z" + }, + "brightness": 926, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21703c99bc13729b033bf6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:49:00.122Z" + }, + "brightness": 556, + "moisture": 45, + "humidity": 28, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f21704a99bc1303b5033bf7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:49:14.445Z" + }, + "brightness": 1105, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21706599bc13dff1033bf8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:49:41.429Z" + }, + "brightness": 928, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21707899bc1352b7033bf9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:50:00.223Z" + }, + "brightness": 555, + "moisture": 45, + "humidity": 30, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f21708699bc134093033bfa" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:50:14.513Z" + }, + "brightness": 1102, + "moisture": 47, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f2170a199bc1318cf033bfb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:50:41.494Z" + }, + "brightness": 927, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2170b499bc137dec033bfc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:51:00.196Z" + }, + "brightness": 553, + "moisture": 44, + "humidity": 29, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2170c299bc13e457033bfd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:51:14.584Z" + }, + "brightness": 1071, + "moisture": 47, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f2170dd99bc133464033bfe" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:51:41.562Z" + }, + "brightness": 926, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2170f099bc137b73033bff" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:52:00.253Z" + }, + "brightness": 552, + "moisture": 44, + "humidity": 28, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2170fe99bc134bad033c00" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:52:14.652Z" + }, + "brightness": 1079, + "moisture": 49, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21711999bc13d769033c01" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:52:41.630Z" + }, + "brightness": 927, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21712c99bc135349033c02" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:53:00.364Z" + }, + "brightness": 550, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21713a99bc13a8b9033c03" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:53:14.719Z" + }, + "brightness": 1067, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21715599bc132b39033c04" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:53:41.697Z" + }, + "brightness": 928, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21716899bc1353fb033c05" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:54:00.431Z" + }, + "brightness": 551, + "moisture": 45, + "humidity": 28, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f21717699bc13528e033c06" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:54:14.788Z" + }, + "brightness": 1051, + "moisture": 47, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21719199bc13799c033c07" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:54:41.768Z" + }, + "brightness": 930, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2171a499bc13e9bd033c08" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:55:00.495Z" + }, + "brightness": 553, + "moisture": 45, + "humidity": 28, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f2171b299bc132199033c09" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:55:14.861Z" + }, + "brightness": 1038, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2171cd99bc13d914033c0a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:55:41.845Z" + }, + "brightness": 929, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2171e099bc137723033c0b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:56:00.566Z" + }, + "brightness": 554, + "moisture": 45, + "humidity": 29, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f2171ee99bc13bb17033c0c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:56:14.925Z" + }, + "brightness": 1020, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21720999bc13440e033c0d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:56:41.904Z" + }, + "brightness": 929, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21721c99bc1343a4033c0e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:57:00.635Z" + }, + "brightness": 555, + "moisture": 45, + "humidity": 28, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f21722b99bc13711e033c0f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:57:15.011Z" + }, + "brightness": 1005, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21724599bc134088033c10" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:57:41.975Z" + }, + "brightness": 930, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21725899bc135052033c11" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:58:00.701Z" + }, + "brightness": 555, + "moisture": 46, + "humidity": 28, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f21726799bc137ab4033c12" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:58:15.061Z" + }, + "brightness": 995, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21728299bc132993033c13" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:58:42.040Z" + }, + "brightness": 932, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21729499bc136de0033c14" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T12:59:00.776Z" + }, + "brightness": 558, + "moisture": 45, + "humidity": 29, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2172a399bc13a193033c15" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T12:59:15.129Z" + }, + "brightness": 983, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2172be99bc130819033c16" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T12:59:42.112Z" + }, + "brightness": 929, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2172d099bc138cf8033c17" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:00:00.839Z" + }, + "brightness": 563, + "moisture": 45, + "humidity": 30, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2172df99bc133347033c18" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:00:15.198Z" + }, + "brightness": 968, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2172fa99bc13731c033c19" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:00:42.177Z" + }, + "brightness": 936, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21730c99bc131670033c1a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:01:00.911Z" + }, + "brightness": 564, + "moisture": 45, + "humidity": 29, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f21731b99bc136384033c1b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:01:15.270Z" + }, + "brightness": 954, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21733699bc137187033c1c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:01:42.247Z" + }, + "brightness": 936, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21734899bc130cca033c1d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:02:00.973Z" + }, + "brightness": 564, + "moisture": 45, + "humidity": 29, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f21735799bc136baa033c1e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:02:15.335Z" + }, + "brightness": 950, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21737299bc131722033c1f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:02:42.315Z" + }, + "brightness": 938, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21738599bc1342f6033c20" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:03:01.044Z" + }, + "brightness": 563, + "moisture": 45, + "humidity": 30, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f21739399bc13a896033c21" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:03:15.402Z" + }, + "brightness": 949, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2173ae99bc1391fa033c22" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:03:42.383Z" + }, + "brightness": 940, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2173c199bc13662a033c23" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:04:01.108Z" + }, + "brightness": 561, + "moisture": 44, + "humidity": 29, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2173cf99bc13339d033c24" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:04:15.471Z" + }, + "brightness": 944, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2173ea99bc137f59033c25" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:04:42.451Z" + }, + "brightness": 944, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2173fd99bc130718033c26" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:05:01.176Z" + }, + "brightness": 561, + "moisture": 45, + "humidity": 29, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f21740b99bc133e97033c27" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:05:15.540Z" + }, + "brightness": 937, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21742699bc132516033c28" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:05:42.526Z" + }, + "brightness": 948, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21743999bc136628033c29" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:06:01.245Z" + }, + "brightness": 562, + "moisture": 44, + "humidity": 30, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f21744799bc13c7aa033c2a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:06:15.605Z" + }, + "brightness": 934, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21746299bc13187d033c2b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:06:42.595Z" + }, + "brightness": 944, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21747599bc136946033c2c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:07:01.314Z" + }, + "brightness": 565, + "moisture": 45, + "humidity": 29, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f21748399bc134009033c2d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:07:15.671Z" + }, + "brightness": 924, + "moisture": 49, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21749e99bc13fca4033c2e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:07:42.657Z" + }, + "brightness": 951, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2174b199bc131f67033c2f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:08:01.379Z" + }, + "brightness": 566, + "moisture": 44, + "humidity": 29, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2174bf99bc131065033c30" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:08:15.741Z" + }, + "brightness": 922, + "moisture": 48, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2174da99bc1326bf033c31" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:08:42.721Z" + }, + "brightness": 947, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2174ed99bc13c413033c32" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:09:01.451Z" + }, + "brightness": 559, + "moisture": 45, + "humidity": 30, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2174fb99bc1388fd033c33" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:09:15.807Z" + }, + "brightness": 919, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21751699bc1375ac033c34" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:09:42.808Z" + }, + "brightness": 964, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21752999bc138e62033c35" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:10:01.518Z" + }, + "brightness": 557, + "moisture": 45, + "humidity": 29, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f21753799bc131108033c36" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:10:15.876Z" + }, + "brightness": 910, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21755299bc134b6e033c37" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:10:42.860Z" + }, + "brightness": 966, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21756599bc13148d033c38" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:11:01.586Z" + }, + "brightness": 551, + "moisture": 45, + "humidity": 28, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f21757399bc132c51033c39" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:11:15.945Z" + }, + "brightness": 902, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21758e99bc130aac033c3a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:11:42.934Z" + }, + "brightness": 974, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2175a199bc134796033c3b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:12:01.655Z" + }, + "brightness": 544, + "moisture": 44, + "humidity": 29, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2175b099bc1320c7033c3c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:12:16.233Z" + }, + "brightness": 897, + "moisture": 51, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2175ca99bc1356ad033c3d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:12:42.996Z" + }, + "brightness": 980, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2175dd99bc139541033c3e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:13:01.728Z" + }, + "brightness": 522, + "moisture": 45, + "humidity": 30, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2175ec99bc13f3df033c3f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:13:16.081Z" + }, + "brightness": 886, + "moisture": 47, + "humidity": 32, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f21760799bc13056b033c40" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:13:43.062Z" + }, + "brightness": 925, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21761999bc132019033c41" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:14:01.790Z" + }, + "brightness": 552, + "moisture": 45, + "humidity": 29, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f21762899bc13c071033c42" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:14:16.147Z" + }, + "brightness": 874, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21764399bc131677033c43" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:14:43.132Z" + }, + "brightness": 918, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21765599bc1316cd033c44" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:15:01.857Z" + }, + "brightness": 565, + "moisture": 45, + "humidity": 29, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f21766499bc131bcb033c45" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:15:16.216Z" + }, + "brightness": 869, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21767f99bc13e734033c46" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:15:43.202Z" + }, + "brightness": 922, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21769199bc13a1cc033c47" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:16:01.937Z" + }, + "brightness": 574, + "moisture": 45, + "humidity": 30, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f2176a099bc1335c8033c48" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:16:16.286Z" + }, + "brightness": 874, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2176bb99bc13bcfa033c49" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:16:43.270Z" + }, + "brightness": 924, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2176cd99bc1329d4033c4a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:17:01.993Z" + }, + "brightness": 579, + "moisture": 45, + "humidity": 30, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2176dc99bc132915033c4b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:17:16.352Z" + }, + "brightness": 868, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2176f799bc138629033c4c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:17:43.337Z" + }, + "brightness": 929, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21770a99bc136d09033c4d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:18:02.101Z" + }, + "brightness": 579, + "moisture": 44, + "humidity": 29, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f21771899bc135653033c4e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:18:16.425Z" + }, + "brightness": 856, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21773399bc1381dd033c4f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:18:43.402Z" + }, + "brightness": 932, + "moisture": 55, + "humidity": 38, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21774699bc13555a033c50" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:19:02.145Z" + }, + "brightness": 571, + "moisture": 44, + "humidity": 29, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f21775499bc132a20033c51" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:19:16.487Z" + }, + "brightness": 842, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21776f99bc131201033c52" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:19:43.474Z" + }, + "brightness": 934, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21778299bc1312a2033c53" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:20:02.197Z" + }, + "brightness": 560, + "moisture": 45, + "humidity": 29, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f21779099bc13353f033c54" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:20:16.554Z" + }, + "brightness": 830, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2177ab99bc13f666033c55" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:20:43.548Z" + }, + "brightness": 936, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2177be99bc13a891033c56" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:21:02.267Z" + }, + "brightness": 557, + "moisture": 44, + "humidity": 30, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2177cc99bc133ae4033c57" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:21:16.623Z" + }, + "brightness": 814, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2177e799bc131a36033c58" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:21:43.611Z" + }, + "brightness": 936, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2177fa99bc13bbc1033c59" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:22:02.334Z" + }, + "brightness": 553, + "moisture": 44, + "humidity": 31, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f21780899bc135e91033c5a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:22:16.693Z" + }, + "brightness": 799, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21782399bc1304ca033c5b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:22:43.683Z" + }, + "brightness": 939, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21783699bc1367c9033c5c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:23:02.401Z" + }, + "brightness": 533, + "moisture": 44, + "humidity": 29, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f21784499bc132477033c5d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:23:16.765Z" + }, + "brightness": 740, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21785f99bc13242e033c5e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:23:43.749Z" + }, + "brightness": 932, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21787299bc131849033c5f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:24:02.473Z" + }, + "brightness": 545, + "moisture": 44, + "humidity": 28, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f21788099bc131d25033c60" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:24:16.827Z" + }, + "brightness": 800, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21789b99bc13dda0033c61" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:24:43.814Z" + }, + "brightness": 948, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2178ae99bc13f1e0033c62" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:25:02.539Z" + }, + "brightness": 557, + "moisture": 44, + "humidity": 29, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f2178bc99bc13b140033c63" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:25:16.895Z" + }, + "brightness": 796, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2178d799bc13cbe3033c64" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:25:43.882Z" + }, + "brightness": 950, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2178ea99bc13b7f9033c65" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:26:02.610Z" + }, + "brightness": 601, + "moisture": 44, + "humidity": 27, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f2178f899bc13f736033c66" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:26:16.964Z" + }, + "brightness": 794, + "moisture": 51, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21791399bc13205a033c67" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:26:43.953Z" + }, + "brightness": 960, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21792699bc1362ba033c68" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:27:02.679Z" + }, + "brightness": 627, + "moisture": 45, + "humidity": 29, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f21793599bc131bf4033c69" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:27:17.031Z" + }, + "brightness": 812, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21795099bc13ca1b033c6a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:27:44.020Z" + }, + "brightness": 964, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21796299bc13f1b2033c6b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:28:02.745Z" + }, + "brightness": 636, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21797199bc135842033c6c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:28:17.108Z" + }, + "brightness": 806, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21798c99bc131a3f033c6d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:28:44.090Z" + }, + "brightness": 964, + "moisture": 55, + "humidity": 39, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21799e99bc1303fb033c6e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:29:02.824Z" + }, + "brightness": 635, + "moisture": 44, + "humidity": 30, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2179ad99bc132a8a033c6f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:29:17.169Z" + }, + "brightness": 789, + "moisture": 47, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2179c899bc136903033c70" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:29:44.158Z" + }, + "brightness": 965, + "moisture": 55, + "humidity": 37, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2179da99bc1351b2033c71" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:30:02.890Z" + }, + "brightness": 637, + "moisture": 44, + "humidity": 30, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2179e999bc13cd7a033c72" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:30:17.238Z" + }, + "brightness": 799, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f217a0499bc133857033c73" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:30:44.235Z" + }, + "brightness": 964, + "moisture": 55, + "humidity": 37, + "temperature": 31 +},{ + "_id": { + "$oid": "5f217a1699bc13e8fb033c74" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:31:02.953Z" + }, + "brightness": 662, + "moisture": 44, + "humidity": 29, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f217a2599bc1342eb033c75" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:31:17.306Z" + }, + "brightness": 799, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f217a4099bc13a8e0033c76" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:31:44.287Z" + }, + "brightness": 962, + "moisture": 55, + "humidity": 37, + "temperature": 31 +},{ + "_id": { + "$oid": "5f217a5399bc134801033c77" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:32:03.032Z" + }, + "brightness": 672, + "moisture": 44, + "humidity": 28, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f217a6199bc132047033c78" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:32:17.375Z" + }, + "brightness": 793, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f217a7c99bc13c531033c79" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:32:44.358Z" + }, + "brightness": 959, + "moisture": 55, + "humidity": 36, + "temperature": 31 +},{ + "_id": { + "$oid": "5f217a8f99bc13cf73033c7a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:33:03.091Z" + }, + "brightness": 692, + "moisture": 44, + "humidity": 30, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f217a9d99bc13f57f033c7b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:33:17.444Z" + }, + "brightness": 792, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f217ab899bc136bfb033c7c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:33:44.435Z" + }, + "brightness": 959, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f217acb99bc13634d033c7d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:34:03.234Z" + }, + "brightness": 706, + "moisture": 44, + "humidity": 28, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f217ad999bc13e902033c7e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:34:17.510Z" + }, + "brightness": 770, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f217af499bc13baff033c7f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:34:44.491Z" + }, + "brightness": 956, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f217b0799bc134185033c80" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:35:03.225Z" + }, + "brightness": 697, + "moisture": 44, + "humidity": 27, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f217b1599bc1376c2033c81" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:35:17.578Z" + }, + "brightness": 692, + "moisture": 47, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f217b3099bc130930033c82" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:35:44.559Z" + }, + "brightness": 955, + "moisture": 55, + "humidity": 38, + "temperature": 31 +},{ + "_id": { + "$oid": "5f217b4399bc134144033c83" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:36:03.328Z" + }, + "brightness": 656, + "moisture": 44, + "humidity": 30, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f217b5199bc1314f2033c84" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:36:17.645Z" + }, + "brightness": 697, + "moisture": 47, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f217b6c99bc131442033c85" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:36:44.633Z" + }, + "brightness": 952, + "moisture": 55, + "humidity": 38, + "temperature": 31 +},{ + "_id": { + "$oid": "5f217b7f99bc134984033c86" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:37:03.378Z" + }, + "brightness": 610, + "moisture": 44, + "humidity": 32, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f217b8d99bc1302ee033c87" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:37:17.713Z" + }, + "brightness": 715, + "moisture": 47, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f217ba899bc131125033c88" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:37:44.696Z" + }, + "brightness": 953, + "moisture": 55, + "humidity": 38, + "temperature": 31 +},{ + "_id": { + "$oid": "5f217bbb99bc132858033c89" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:38:03.428Z" + }, + "brightness": 582, + "moisture": 44, + "humidity": 31, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f217bc999bc134bee033c8a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:38:17.781Z" + }, + "brightness": 792, + "moisture": 47, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f217be499bc13b519033c8b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:38:44.768Z" + }, + "brightness": 954, + "moisture": 55, + "humidity": 39, + "temperature": 31 +},{ + "_id": { + "$oid": "5f217bf799bc130055033c8c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:39:03.499Z" + }, + "brightness": 605, + "moisture": 44, + "humidity": 31, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f217c0599bc135e9a033c8d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:39:17.849Z" + }, + "brightness": 838, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f217c2099bc13c5f0033c8e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:39:44.838Z" + }, + "brightness": 958, + "moisture": 55, + "humidity": 38, + "temperature": 31 +},{ + "_id": { + "$oid": "5f217c3399bc139d0e033c8f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:40:03.566Z" + }, + "brightness": 638, + "moisture": 44, + "humidity": 31, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f217c4199bc131007033c90" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:40:17.919Z" + }, + "brightness": 854, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f217c5c99bc13d01d033c91" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:40:44.901Z" + }, + "brightness": 959, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f217c6f99bc13d23b033c92" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:41:03.638Z" + }, + "brightness": 639, + "moisture": 44, + "humidity": 31, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f217c7d99bc13591f033c93" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:41:17.985Z" + }, + "brightness": 847, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f217c9899bc132ccc033c94" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:41:44.971Z" + }, + "brightness": 953, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f217cab99bc132b47033c95" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:42:03.702Z" + }, + "brightness": 609, + "moisture": 44, + "humidity": 31, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f217cba99bc136cbe033c96" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:42:18.052Z" + }, + "brightness": 844, + "moisture": 47, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f217cd599bc136e2b033c97" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:42:45.061Z" + }, + "brightness": 970, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f217ce799bc130a9b033c98" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:43:03.770Z" + }, + "brightness": 575, + "moisture": 44, + "humidity": 31, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f217cf699bc13f907033c99" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:43:18.119Z" + }, + "brightness": 810, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f217d1199bc135105033c9a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:43:45.107Z" + }, + "brightness": 976, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f217d2399bc137c31033c9b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:44:03.836Z" + }, + "brightness": 554, + "moisture": 44, + "humidity": 31, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f217d3299bc139436033c9c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:44:18.188Z" + }, + "brightness": 779, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f217d4d99bc134241033c9d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:44:45.175Z" + }, + "brightness": 981, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f217d5f99bc13175b033c9e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:45:03.951Z" + }, + "brightness": 552, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f217d6e99bc1328b8033c9f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:45:18.256Z" + }, + "brightness": 758, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f217d8999bc1329a3033ca0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:45:45.239Z" + }, + "brightness": 983, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f217d9c99bc137143033ca1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:46:04.066Z" + }, + "brightness": 554, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f217daa99bc137eff033ca2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:46:18.327Z" + }, + "brightness": 745, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f217dc599bc13659f033ca3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:46:45.306Z" + }, + "brightness": 984, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f217dd899bc136332033ca4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:47:04.133Z" + }, + "brightness": 559, + "moisture": 44, + "humidity": 31, + "temperature": 29 +},{ + "_id": { + "$oid": "5f217de699bc1309cd033ca5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:47:18.392Z" + }, + "brightness": 731, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f217e0199bc13d391033ca6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:47:45.376Z" + }, + "brightness": 983, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f217e1499bc13d6fd033ca7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:48:04.217Z" + }, + "brightness": 556, + "moisture": 45, + "humidity": 31, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f217e2299bc1329d0033ca8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:48:18.461Z" + }, + "brightness": 719, + "moisture": 46, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f217e3d99bc132db9033ca9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:48:45.447Z" + }, + "brightness": 981, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f217e5099bc13b332033caa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:49:04.269Z" + }, + "brightness": 548, + "moisture": 45, + "humidity": 31, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f217e5e99bc138dd8033cab" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:49:18.529Z" + }, + "brightness": 713, + "moisture": 47, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f217e7999bc13cfbf033cac" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:49:45.508Z" + }, + "brightness": 978, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f217e8c99bc13023f033cad" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:50:04.339Z" + }, + "brightness": 537, + "moisture": 45, + "humidity": 31, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f217e9a99bc135166033cae" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:50:18.596Z" + }, + "brightness": 707, + "moisture": 47, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f217eb599bc1300b4033caf" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:50:45.577Z" + }, + "brightness": 974, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f217ec999bc135caf033cb0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:51:05.706Z" + }, + "brightness": 530, + "moisture": 44, + "humidity": 31, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f217ed699bc1318c9033cb1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:51:18.665Z" + }, + "brightness": 698, + "moisture": 46, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f217ef199bc132590033cb2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:51:45.644Z" + }, + "brightness": 973, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f217f0499bc13454b033cb3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:52:04.471Z" + }, + "brightness": 527, + "moisture": 45, + "humidity": 31, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f217f1299bc131d5b033cb4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:52:18.734Z" + }, + "brightness": 690, + "moisture": 47, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f217f2d99bc132f6a033cb5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:52:45.712Z" + }, + "brightness": 969, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f217f4099bc13063b033cb6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:53:04.541Z" + }, + "brightness": 525, + "moisture": 44, + "humidity": 31, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f217f4e99bc13b06d033cb7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:53:18.801Z" + }, + "brightness": 680, + "moisture": 46, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f217f6999bc13618d033cb8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:53:45.785Z" + }, + "brightness": 954, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f217f7c99bc13c23a033cb9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:54:04.636Z" + }, + "brightness": 524, + "moisture": 45, + "humidity": 31, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f217f8a99bc13f66b033cba" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:54:18.869Z" + }, + "brightness": 674, + "moisture": 46, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f217fa599bc13a4ec033cbb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:54:45.847Z" + }, + "brightness": 960, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f217fb899bc13bfcf033cbc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:55:04.685Z" + }, + "brightness": 521, + "moisture": 44, + "humidity": 31, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f217fc699bc135452033cbd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:55:18.937Z" + }, + "brightness": 671, + "moisture": 47, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f217fe199bc132991033cbe" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:55:45.929Z" + }, + "brightness": 961, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f217ff499bc13371e033cbf" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:56:04.745Z" + }, + "brightness": 522, + "moisture": 45, + "humidity": 31, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f21800399bc13d07b033cc0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:56:19.004Z" + }, + "brightness": 669, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21801d99bc1373b7033cc1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:56:45.984Z" + }, + "brightness": 959, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21803099bc13ef77033cc2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:57:04.826Z" + }, + "brightness": 520, + "moisture": 45, + "humidity": 31, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f21803f99bc1375d1033cc3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:57:19.073Z" + }, + "brightness": 664, + "moisture": 47, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21805a99bc13eafc033cc4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:57:46.058Z" + }, + "brightness": 932, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21806c99bc13867f033cc5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:58:04.884Z" + }, + "brightness": 520, + "moisture": 46, + "humidity": 31, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f21807b99bc13da06033cc6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:58:19.142Z" + }, + "brightness": 660, + "moisture": 46, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21809699bc13102a033cc7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:58:46.124Z" + }, + "brightness": 937, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2180a899bc13ed68033cc8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T13:59:04.950Z" + }, + "brightness": 526, + "moisture": 45, + "humidity": 30, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f2180b799bc13813b033cc9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T13:59:19.213Z" + }, + "brightness": 655, + "moisture": 46, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2180d299bc134b9d033cca" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T13:59:46.193Z" + }, + "brightness": 939, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2180e599bc132070033ccb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:00:05.038Z" + }, + "brightness": 535, + "moisture": 44, + "humidity": 30, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f2180f399bc137387033ccc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:00:19.279Z" + }, + "brightness": 653, + "moisture": 47, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21810e99bc13047c033ccd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:00:46.265Z" + }, + "brightness": 944, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21812199bc137ffb033cce" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:01:05.089Z" + }, + "brightness": 536, + "moisture": 45, + "humidity": 30, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f21812f99bc135971033ccf" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:01:19.349Z" + }, + "brightness": 655, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21814a99bc136589033cd0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:01:46.332Z" + }, + "brightness": 959, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21815d99bc13e9e5033cd1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:02:05.174Z" + }, + "brightness": 540, + "moisture": 45, + "humidity": 30, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f21816b99bc13006c033cd2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:02:19.419Z" + }, + "brightness": 664, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21818699bc13400a033cd3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:02:46.402Z" + }, + "brightness": 961, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21819999bc1360c4033cd4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:03:05.261Z" + }, + "brightness": 561, + "moisture": 45, + "humidity": 30, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f2181a799bc133774033cd5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:03:19.496Z" + }, + "brightness": 670, + "moisture": 46, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2181c299bc134ec0033cd6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:03:46.467Z" + }, + "brightness": 963, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2181d599bc134505033cd7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:04:05.296Z" + }, + "brightness": 585, + "moisture": 44, + "humidity": 30, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f2181e399bc13f895033cd8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:04:19.556Z" + }, + "brightness": 669, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2181fe99bc1370a2033cd9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:04:46.534Z" + }, + "brightness": 954, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21821199bc131999033cda" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:05:05.374Z" + }, + "brightness": 595, + "moisture": 44, + "humidity": 30, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f21821f99bc13deec033cdb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:05:19.624Z" + }, + "brightness": 661, + "moisture": 47, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21823a99bc132b44033cdc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:05:46.605Z" + }, + "brightness": 961, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21824d99bc131df4033cdd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:06:05.445Z" + }, + "brightness": 600, + "moisture": 43, + "humidity": 31, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f21825b99bc13d515033cde" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:06:19.693Z" + }, + "brightness": 683, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21827699bc136db4033cdf" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:06:46.671Z" + }, + "brightness": 968, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21828999bc1359ae033ce0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:07:05.502Z" + }, + "brightness": 585, + "moisture": 44, + "humidity": 31, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f21829799bc13bf84033ce1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:07:19.763Z" + }, + "brightness": 696, + "moisture": 47, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2182b299bc132e3e033ce2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:07:46.738Z" + }, + "brightness": 964, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2182c599bc1316c2033ce3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:08:05.569Z" + }, + "brightness": 587, + "moisture": 44, + "humidity": 31, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f2182d399bc136d4c033ce4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:08:19.832Z" + }, + "brightness": 710, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2182ee99bc1323ac033ce5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:08:46.806Z" + }, + "brightness": 906, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21830199bc131e72033ce6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:09:05.637Z" + }, + "brightness": 595, + "moisture": 43, + "humidity": 31, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f21830f99bc13f3e2033ce7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:09:19.900Z" + }, + "brightness": 612, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21832a99bc130b73033ce8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:09:46.881Z" + }, + "brightness": 919, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21833d99bc138c99033ce9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:10:05.707Z" + }, + "brightness": 610, + "moisture": 44, + "humidity": 31, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f21834b99bc130725033cea" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:10:19.968Z" + }, + "brightness": 706, + "moisture": 48, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21836699bc134d6b033ceb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:10:46.942Z" + }, + "brightness": 929, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21837999bc13c04f033cec" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:11:05.773Z" + }, + "brightness": 630, + "moisture": 45, + "humidity": 31, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f21838899bc13264b033ced" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:11:20.036Z" + }, + "brightness": 713, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2183a399bc1395e1033cee" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:11:47.013Z" + }, + "brightness": 929, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2183b599bc137ed3033cef" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:12:05.846Z" + }, + "brightness": 633, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2183c499bc13ec05033cf0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:12:20.106Z" + }, + "brightness": 703, + "moisture": 47, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2183df99bc131f39033cf1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:12:47.084Z" + }, + "brightness": 956, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2183f199bc13ae6e033cf2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:13:05.912Z" + }, + "brightness": 645, + "moisture": 44, + "humidity": 31, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f21840099bc1360fb033cf3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:13:20.173Z" + }, + "brightness": 706, + "moisture": 46, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21841b99bc1316a7033cf4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:13:47.220Z" + }, + "brightness": 948, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21842d99bc132295033cf5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:14:05.982Z" + }, + "brightness": 675, + "moisture": 44, + "humidity": 31, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f21843c99bc133c76033cf6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:14:20.252Z" + }, + "brightness": 675, + "moisture": 46, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21845799bc130a78033cf7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:14:47.265Z" + }, + "brightness": 937, + "moisture": 55, + "humidity": 33, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21846a99bc132461033cf8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:15:06.051Z" + }, + "brightness": 656, + "moisture": 43, + "humidity": 31, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f21847899bc13115a033cf9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:15:20.341Z" + }, + "brightness": 698, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21849399bc130ade033cfa" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:15:47.339Z" + }, + "brightness": 929, + "moisture": 55, + "humidity": 36, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2184a699bc1300c2033cfb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:16:06.122Z" + }, + "brightness": 647, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2184b499bc1390c6033cfc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:16:20.423Z" + }, + "brightness": 686, + "moisture": 46, + "humidity": 30, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2184cf99bc130b23033cfd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:16:47.408Z" + }, + "brightness": 918, + "moisture": 55, + "humidity": 38, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2184e299bc13be68033cfe" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:17:06.193Z" + }, + "brightness": 671, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2184f099bc133444033cff" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:17:20.492Z" + }, + "brightness": 701, + "moisture": 46, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21850b99bc136785033d00" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:17:47.466Z" + }, + "brightness": 908, + "moisture": 55, + "humidity": 32, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21851e99bc13767e033d01" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:18:06.257Z" + }, + "brightness": 666, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21852c99bc13ebfd033d02" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:18:20.516Z" + }, + "brightness": 716, + "moisture": 46, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21854799bc1344b6033d03" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:18:47.533Z" + }, + "brightness": 935, + "moisture": 55, + "humidity": 32, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21855a99bc13c5eb033d04" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:19:06.329Z" + }, + "brightness": 671, + "moisture": 43, + "humidity": 31, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f21856899bc13b2bc033d05" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:19:20.592Z" + }, + "brightness": 722, + "moisture": 46, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21858399bc137bc8033d06" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:19:47.607Z" + }, + "brightness": 957, + "moisture": 55, + "humidity": 35, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21859699bc13f1a9033d07" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:20:06.400Z" + }, + "brightness": 658, + "moisture": 44, + "humidity": 31, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2185a499bc13820b033d08" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:20:20.662Z" + }, + "brightness": 801, + "moisture": 46, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2185bf99bc13ff91033d09" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:20:47.680Z" + }, + "brightness": 989, + "moisture": 55, + "humidity": 38, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2185d299bc130999033d0a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:21:06.466Z" + }, + "brightness": 640, + "moisture": 44, + "humidity": 31, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2185e099bc1362c5033d0b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:21:20.738Z" + }, + "brightness": 832, + "moisture": 46, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2185fb99bc13fca0033d0c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:21:47.744Z" + }, + "brightness": 998, + "moisture": 55, + "humidity": 36, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21860e99bc13a465033d0d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:22:06.536Z" + }, + "brightness": 636, + "moisture": 43, + "humidity": 31, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f21861c99bc1339c5033d0e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:22:20.815Z" + }, + "brightness": 850, + "moisture": 46, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21863799bc1380ba033d0f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:22:47.803Z" + }, + "brightness": 998, + "moisture": 55, + "humidity": 37, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21864a99bc1310c7033d10" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:23:06.617Z" + }, + "brightness": 626, + "moisture": 44, + "humidity": 31, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f21865899bc13a762033d11" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:23:20.922Z" + }, + "brightness": 871, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21867399bc13624f033d12" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:23:47.873Z" + }, + "brightness": 1019, + "moisture": 55, + "humidity": 32, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21868699bc132b93033d13" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:24:06.687Z" + }, + "brightness": 619, + "moisture": 44, + "humidity": 31, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f21869499bc13632e033d14" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:24:20.984Z" + }, + "brightness": 868, + "moisture": 46, + "humidity": 30, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2186af99bc13a2b8033d15" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:24:47.943Z" + }, + "brightness": 1009, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2186c299bc13fcc3033d16" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:25:06.748Z" + }, + "brightness": 628, + "moisture": 44, + "humidity": 31, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f2186d099bc13ae18033d17" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:25:20.994Z" + }, + "brightness": 863, + "moisture": 46, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2186ec99bc13c938033d18" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:25:48.012Z" + }, + "brightness": 947, + "moisture": 55, + "humidity": 39, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2186fe99bc1318d5033d19" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:26:06.809Z" + }, + "brightness": 625, + "moisture": 44, + "humidity": 31, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f21870d99bc1356b6033d1a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:26:21.083Z" + }, + "brightness": 839, + "moisture": 46, + "humidity": 30, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21872899bc136cff033d1b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:26:48.084Z" + }, + "brightness": 970, + "moisture": 55, + "humidity": 37, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21873a99bc130eaa033d1c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:27:06.880Z" + }, + "brightness": 612, + "moisture": 43, + "humidity": 30, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f21874999bc13ac7f033d1d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:27:21.131Z" + }, + "brightness": 806, + "moisture": 48, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21876499bc13e377033d1e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:27:48.145Z" + }, + "brightness": 983, + "moisture": 55, + "humidity": 38, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21877699bc1345a2033d1f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:28:06.953Z" + }, + "brightness": 611, + "moisture": 43, + "humidity": 30, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f21878599bc134dc6033d20" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:28:21.198Z" + }, + "brightness": 788, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2187a099bc13eb6f033d21" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:28:48.213Z" + }, + "brightness": 992, + "moisture": 55, + "humidity": 39, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2187b399bc136344033d22" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:29:07.016Z" + }, + "brightness": 645, + "moisture": 43, + "humidity": 30, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f2187c199bc13914a033d23" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:29:21.266Z" + }, + "brightness": 782, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2187dc99bc13d388033d24" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:29:48.324Z" + }, + "brightness": 975, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2187ef99bc1319d7033d25" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:30:07.088Z" + }, + "brightness": 655, + "moisture": 44, + "humidity": 30, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f2187fd99bc1300c3033d26" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:30:21.337Z" + }, + "brightness": 754, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21881899bc135904033d27" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:30:48.401Z" + }, + "brightness": 983, + "moisture": 55, + "humidity": 39, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21882b99bc1317af033d28" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:31:07.153Z" + }, + "brightness": 597, + "moisture": 44, + "humidity": 31, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f21883999bc1351a9033d29" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:31:21.402Z" + }, + "brightness": 760, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21885499bc13694c033d2a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:31:48.461Z" + }, + "brightness": 982, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21886799bc130ab9033d2b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:32:07.224Z" + }, + "brightness": 590, + "moisture": 43, + "humidity": 30, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f21887599bc132f9d033d2c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:32:21.470Z" + }, + "brightness": 742, + "moisture": 46, + "humidity": 30, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21889099bc131df9033d2d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:32:48.663Z" + }, + "brightness": 979, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2188a399bc13b841033d2e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:33:07.281Z" + }, + "brightness": 549, + "moisture": 43, + "humidity": 30, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f2188b199bc132620033d2f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:33:21.537Z" + }, + "brightness": 741, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2188cc99bc13220f033d30" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:33:48.740Z" + }, + "brightness": 983, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2188df99bc137527033d31" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:34:07.348Z" + }, + "brightness": 552, + "moisture": 44, + "humidity": 30, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f2188ed99bc133d77033d32" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:34:21.604Z" + }, + "brightness": 733, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21890899bc13a731033d33" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:34:48.804Z" + }, + "brightness": 987, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21891b99bc13382a033d34" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:35:07.415Z" + }, + "brightness": 544, + "moisture": 44, + "humidity": 30, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f21892999bc1372a0033d35" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:35:21.669Z" + }, + "brightness": 734, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21894499bc134280033d36" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:35:48.863Z" + }, + "brightness": 988, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21895799bc13b69a033d37" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:36:07.480Z" + }, + "brightness": 522, + "moisture": 50, + "humidity": 30, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f21896599bc131028033d38" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:36:21.735Z" + }, + "brightness": 711, + "moisture": 46, + "humidity": 30, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21898099bc13681c033d39" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:36:48.930Z" + }, + "brightness": 991, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21899399bc13bedf033d3a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:37:07.547Z" + }, + "brightness": 533, + "moisture": 48, + "humidity": 30, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f2189a199bc133110033d3b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:37:21.809Z" + }, + "brightness": 730, + "moisture": 46, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2189bd99bc13672c033d3c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:37:49Z" + }, + "brightness": 1003, + "moisture": 55, + "humidity": 39, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2189cf99bc1368db033d3d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:38:07.659Z" + }, + "brightness": 561, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2189dd99bc13b5cf033d3e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:38:21.870Z" + }, + "brightness": 724, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2189f999bc13798d033d3f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:38:49.073Z" + }, + "brightness": 1009, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f218a0b99bc131dc0033d40" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:39:07.755Z" + }, + "brightness": 569, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f218a1999bc13789d033d41" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:39:21.937Z" + }, + "brightness": 720, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f218a3599bc13b923033d42" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:39:49.141Z" + }, + "brightness": 1014, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f218a4799bc130af7033d43" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:40:07.801Z" + }, + "brightness": 586, + "moisture": 43, + "humidity": 30, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f218a5699bc1372ae033d44" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:40:22.005Z" + }, + "brightness": 722, + "moisture": 46, + "humidity": 30, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f218a7199bc136118033d45" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:40:49.199Z" + }, + "brightness": 1020, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f218a8399bc136180033d46" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:41:07.864Z" + }, + "brightness": 583, + "moisture": 43, + "humidity": 30, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f218a9299bc1327b5033d47" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:41:22.072Z" + }, + "brightness": 717, + "moisture": 46, + "humidity": 30, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f218aad99bc13d544033d48" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:41:49.270Z" + }, + "brightness": 1013, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f218abf99bc1382c5033d49" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:42:07.934Z" + }, + "brightness": 575, + "moisture": 43, + "humidity": 30, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f218ace99bc135fa6033d4a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:42:22.142Z" + }, + "brightness": 704, + "moisture": 46, + "humidity": 30, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f218ae999bc136e12033d4b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:42:49.332Z" + }, + "brightness": 1023, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f218afc99bc131540033d4c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:43:07.999Z" + }, + "brightness": 561, + "moisture": 43, + "humidity": 31, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f218b0a99bc13d6e1033d4d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:43:22.207Z" + }, + "brightness": 724, + "moisture": 46, + "humidity": 30, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f218b2599bc1307fa033d4e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:43:49.397Z" + }, + "brightness": 1032, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f218b3899bc1352f2033d4f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:44:08.066Z" + }, + "brightness": 545, + "moisture": 43, + "humidity": 31, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f218b4699bc134853033d50" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:44:22.276Z" + }, + "brightness": 727, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f218b6199bc136ede033d51" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:44:49.467Z" + }, + "brightness": 1041, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f218b7499bc13f2fa033d52" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:45:08.143Z" + }, + "brightness": 525, + "moisture": 44, + "humidity": 31, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f218b8299bc130e8a033d53" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:45:22.344Z" + }, + "brightness": 728, + "moisture": 46, + "humidity": 30, + "temperature": 28 +},{ + "_id": { + "$oid": "5f218b9d99bc13805b033d54" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:45:49.532Z" + }, + "brightness": 1035, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f218bb099bc13a5ea033d55" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:46:08.205Z" + }, + "brightness": 511, + "moisture": 43, + "humidity": 31, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f218bbe99bc133a0f033d56" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:46:22.412Z" + }, + "brightness": 723, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f218bd999bc1372a6033d57" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:46:49.608Z" + }, + "brightness": 1042, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f218bec99bc13886f033d58" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:47:08.283Z" + }, + "brightness": 504, + "moisture": 43, + "humidity": 31, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f218bfa99bc132e32033d59" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:47:22.480Z" + }, + "brightness": 719, + "moisture": 46, + "humidity": 30, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f218c1599bc13430f033d5a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:47:49.678Z" + }, + "brightness": 1043, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f218c2899bc13ce53033d5b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:48:08.349Z" + }, + "brightness": 499, + "moisture": 44, + "humidity": 31, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f218c3699bc136ab6033d5c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:48:22.545Z" + }, + "brightness": 707, + "moisture": 46, + "humidity": 30, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f218c5199bc13dcba033d5d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:48:49.746Z" + }, + "brightness": 1024, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f218c6599bc13d813033d5e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:49:09.011Z" + }, + "brightness": 499, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f218c7299bc131442033d5f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:49:22.613Z" + }, + "brightness": 699, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f218c8d99bc13331e033d60" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:49:49.805Z" + }, + "brightness": 1028, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f218ca199bc13779d033d61" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:50:09.082Z" + }, + "brightness": 505, + "moisture": 44, + "humidity": 31, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f218cae99bc13bef0033d62" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:50:22.684Z" + }, + "brightness": 695, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f218cc999bc135fc6033d63" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:50:49.870Z" + }, + "brightness": 1017, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f218cdd99bc136653033d64" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:51:09.158Z" + }, + "brightness": 506, + "moisture": 43, + "humidity": 31, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f218cea99bc1375e1033d65" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:51:22.750Z" + }, + "brightness": 673, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f218d0599bc1320de033d66" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:51:49.950Z" + }, + "brightness": 1056, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f218d1999bc13c5f0033d67" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:52:09.218Z" + }, + "brightness": 506, + "moisture": 44, + "humidity": 31, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f218d2699bc13de9a033d68" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:52:22.819Z" + }, + "brightness": 655, + "moisture": 46, + "humidity": 30, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f218d4299bc1333d4033d69" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:52:50.010Z" + }, + "brightness": 1057, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f218d5599bc1374fd033d6a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:53:09.283Z" + }, + "brightness": 508, + "moisture": 44, + "humidity": 30, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f218d6299bc134d67033d6b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:53:22.884Z" + }, + "brightness": 665, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f218d7e99bc13557d033d6c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:53:50.084Z" + }, + "brightness": 1055, + "moisture": 54, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f218d9199bc136980033d6d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:54:09.350Z" + }, + "brightness": 509, + "moisture": 44, + "humidity": 30, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f218d9e99bc134859033d6e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:54:22.952Z" + }, + "brightness": 670, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f218dba99bc132fc0033d6f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:54:50.143Z" + }, + "brightness": 1057, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f218dcd99bc13bd86033d70" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:55:09.419Z" + }, + "brightness": 507, + "moisture": 44, + "humidity": 30, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f218ddb99bc132f38033d71" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:55:23.024Z" + }, + "brightness": 683, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f218df699bc133dba033d72" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:55:50.210Z" + }, + "brightness": 1053, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f218e0999bc138ce0033d73" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:56:09.487Z" + }, + "brightness": 502, + "moisture": 43, + "humidity": 30, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f218e1799bc134825033d74" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:56:23.088Z" + }, + "brightness": 684, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f218e3299bc135108033d75" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:56:50.277Z" + }, + "brightness": 1048, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f218e4599bc132dbf033d76" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:57:09.558Z" + }, + "brightness": 504, + "moisture": 44, + "humidity": 31, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f218e5399bc136e93033d77" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:57:23.158Z" + }, + "brightness": 685, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f218e6e99bc135de9033d78" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:57:50.344Z" + }, + "brightness": 1044, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f218e8199bc139f0e033d79" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:58:09.630Z" + }, + "brightness": 509, + "moisture": 43, + "humidity": 31, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f218e8f99bc136eed033d7a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:58:23.252Z" + }, + "brightness": 687, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f218eaa99bc13089b033d7b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:58:50.411Z" + }, + "brightness": 1041, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f218ebd99bc1355be033d7c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T14:59:09.698Z" + }, + "brightness": 507, + "moisture": 43, + "humidity": 30, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f218ecb99bc134792033d7d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T14:59:23.293Z" + }, + "brightness": 687, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f218ee699bc1322a4033d7e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T14:59:50.476Z" + }, + "brightness": 1037, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f218ef999bc13f259033d7f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:00:09.764Z" + }, + "brightness": 502, + "moisture": 44, + "humidity": 30, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f218f0799bc137298033d80" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:00:23.359Z" + }, + "brightness": 679, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f218f2299bc13f3b0033d81" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:00:50.552Z" + }, + "brightness": 1035, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f218f3599bc134ec3033d82" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:01:09.830Z" + }, + "brightness": 503, + "moisture": 44, + "humidity": 30, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f218f4399bc131134033d83" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:01:23.429Z" + }, + "brightness": 663, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f218f5e99bc131330033d84" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:01:50.614Z" + }, + "brightness": 1035, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f218f7199bc137fb3033d85" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:02:09.900Z" + }, + "brightness": 509, + "moisture": 44, + "humidity": 30, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f218f7f99bc13b605033d86" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:02:23.498Z" + }, + "brightness": 654, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f218f9a99bc130cf5033d87" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:02:50.691Z" + }, + "brightness": 1028, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f218fad99bc13a8fe033d88" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:03:09.970Z" + }, + "brightness": 509, + "moisture": 44, + "humidity": 30, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f218fbb99bc13d5d4033d89" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:03:23.564Z" + }, + "brightness": 644, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f218fd699bc135f9a033d8a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:03:50.773Z" + }, + "brightness": 1019, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f218fea99bc13863c033d8b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:04:10.039Z" + }, + "brightness": 508, + "moisture": 44, + "humidity": 31, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f218ff799bc13e304033d8c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:04:23.631Z" + }, + "brightness": 636, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21901299bc1372e6033d8d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:04:50.855Z" + }, + "brightness": 1018, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21902699bc137703033d8e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:05:10.108Z" + }, + "brightness": 499, + "moisture": 44, + "humidity": 31, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f21903399bc13e21d033d8f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:05:23.701Z" + }, + "brightness": 621, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21904e99bc132ddf033d90" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:05:50.888Z" + }, + "brightness": 1016, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21906299bc135a8f033d91" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:06:10.173Z" + }, + "brightness": 486, + "moisture": 45, + "humidity": 31, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f21906f99bc131dd6033d92" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:06:23.770Z" + }, + "brightness": 617, + "moisture": 46, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21908a99bc132bd8033d93" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:06:50.972Z" + }, + "brightness": 1013, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21909e99bc137b1d033d94" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:07:10.309Z" + }, + "brightness": 479, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2190ab99bc134b92033d95" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:07:23.837Z" + }, + "brightness": 615, + "moisture": 47, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2190c799bc139d49033d96" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:07:51.056Z" + }, + "brightness": 1015, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2190da99bc1303e1033d97" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:08:10.378Z" + }, + "brightness": 472, + "moisture": 45, + "humidity": 31, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2190e799bc132521033d98" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:08:23.906Z" + }, + "brightness": 608, + "moisture": 45, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21910399bc1386f2033d99" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:08:51.145Z" + }, + "brightness": 1016, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21911699bc137da9033d9a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:09:10.438Z" + }, + "brightness": 469, + "moisture": 45, + "humidity": 31, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f21912399bc132e88033d9b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:09:23.973Z" + }, + "brightness": 602, + "moisture": 45, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21913f99bc139820033d9c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:09:51.207Z" + }, + "brightness": 1015, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21915299bc133bfd033d9d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:10:10.507Z" + }, + "brightness": 467, + "moisture": 44, + "humidity": 31, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f21916099bc13caf4033d9e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:10:24.041Z" + }, + "brightness": 593, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21917b99bc137313033d9f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:10:51.234Z" + }, + "brightness": 1015, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21918e99bc135ea9033da0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:11:10.583Z" + }, + "brightness": 464, + "moisture": 44, + "humidity": 31, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f21919c99bc138019033da1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:11:24.111Z" + }, + "brightness": 590, + "moisture": 45, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2191b799bc134720033da2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:11:51.308Z" + }, + "brightness": 1014, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2191ca99bc1356a2033da3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:12:10.651Z" + }, + "brightness": 466, + "moisture": 44, + "humidity": 31, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2191d899bc13e41d033da4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:12:24.182Z" + }, + "brightness": 586, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2191f399bc13dea3033da5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:12:51.365Z" + }, + "brightness": 1013, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21920699bc1355f0033da6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:13:10.720Z" + }, + "brightness": 465, + "moisture": 45, + "humidity": 31, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f21921499bc13c836033da7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:13:24.247Z" + }, + "brightness": 582, + "moisture": 45, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21922f99bc13a33e033da8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:13:51.443Z" + }, + "brightness": 1013, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21924299bc13364f033da9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:14:10.787Z" + }, + "brightness": 464, + "moisture": 44, + "humidity": 31, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f21925099bc132f2c033daa" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:14:24.317Z" + }, + "brightness": 579, + "moisture": 45, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21926b99bc131765033dab" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:14:51.495Z" + }, + "brightness": 1014, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21927e99bc1339fa033dac" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:15:10.858Z" + }, + "brightness": 464, + "moisture": 44, + "humidity": 31, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f21928c99bc132bb4033dad" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:15:24.386Z" + }, + "brightness": 573, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2192a799bc13eeab033dae" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:15:51.571Z" + }, + "brightness": 1015, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2192ba99bc13e9b2033daf" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:16:10.930Z" + }, + "brightness": 460, + "moisture": 44, + "humidity": 31, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2192c899bc1372be033db0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:16:24.454Z" + }, + "brightness": 565, + "moisture": 45, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2192e399bc131540033db1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:16:51.638Z" + }, + "brightness": 1016, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2192f799bc13473d033db2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:17:11.486Z" + }, + "brightness": 459, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21930499bc130c56033db3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:17:24.521Z" + }, + "brightness": 558, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21931f99bc1382b0033db4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:17:51.710Z" + }, + "brightness": 1015, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21933399bc13a4cd033db5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:18:11.551Z" + }, + "brightness": 457, + "moisture": 45, + "humidity": 31, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f21934099bc135e6d033db6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:18:24.590Z" + }, + "brightness": 553, + "moisture": 45, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21935b99bc13cb5c033db7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:18:51.769Z" + }, + "brightness": 1018, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21936f99bc13c111033db8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:19:11.634Z" + }, + "brightness": 456, + "moisture": 44, + "humidity": 31, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f21937c99bc134dd1033db9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:19:24.657Z" + }, + "brightness": 550, + "moisture": 45, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21939799bc13a761033dba" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:19:51.835Z" + }, + "brightness": 1019, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2193ab99bc137407033dbb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:20:11.690Z" + }, + "brightness": 458, + "moisture": 44, + "humidity": 31, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f2193b899bc13a5ed033dbc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:20:24.724Z" + }, + "brightness": 546, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2193d399bc13e1ca033dbd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:20:51.905Z" + }, + "brightness": 1022, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2193e799bc139905033dbe" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:21:11.762Z" + }, + "brightness": 455, + "moisture": 44, + "humidity": 30, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f2193f499bc137d50033dbf" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:21:24.794Z" + }, + "brightness": 545, + "moisture": 45, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21940f99bc135cd3033dc0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:21:51.970Z" + }, + "brightness": 1024, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21942399bc134681033dc1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:22:11.837Z" + }, + "brightness": 457, + "moisture": 44, + "humidity": 30, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f21943099bc135d0b033dc2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:22:24.866Z" + }, + "brightness": 545, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21944c99bc13eb88033dc3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:22:52.041Z" + }, + "brightness": 1023, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21945f99bc13dfbc033dc4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:23:11.904Z" + }, + "brightness": 453, + "moisture": 44, + "humidity": 30, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f21946c99bc135d1c033dc5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:23:24.940Z" + }, + "brightness": 543, + "moisture": 45, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21948899bc13dd07033dc6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:23:52.110Z" + }, + "brightness": 1019, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21949b99bc134eac033dc7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:24:11.969Z" + }, + "brightness": 450, + "moisture": 44, + "humidity": 31, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f2194a999bc132c48033dc8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:24:25.002Z" + }, + "brightness": 540, + "moisture": 45, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2194c499bc13ef1e033dc9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:24:52.178Z" + }, + "brightness": 1015, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2194d899bc139cb8033dca" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:25:12.035Z" + }, + "brightness": 449, + "moisture": 45, + "humidity": 30, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f2194e599bc134e49033dcb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:25:25.068Z" + }, + "brightness": 538, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21950099bc1341e5033dcc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:25:52.246Z" + }, + "brightness": 1010, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21951499bc135dde033dcd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:26:12.112Z" + }, + "brightness": 446, + "moisture": 44, + "humidity": 31, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f21952199bc1328f9033dce" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:26:25.135Z" + }, + "brightness": 537, + "moisture": 45, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21953c99bc13d07a033dcf" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:26:52.313Z" + }, + "brightness": 1005, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21955099bc131767033dd0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:27:12.176Z" + }, + "brightness": 439, + "moisture": 44, + "humidity": 30, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f21955d99bc13e0fe033dd1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:27:25.205Z" + }, + "brightness": 540, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21957899bc13a453033dd2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:27:52.392Z" + }, + "brightness": 999, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21958c99bc135697033dd3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:28:12.242Z" + }, + "brightness": 447, + "moisture": 44, + "humidity": 31, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f21959999bc13a713033dd4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:28:25.271Z" + }, + "brightness": 540, + "moisture": 45, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2195b499bc130c5f033dd5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:28:52.449Z" + }, + "brightness": 993, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2195c899bc133eb4033dd6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:29:12.320Z" + }, + "brightness": 447, + "moisture": 44, + "humidity": 31, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f2195d599bc13f553033dd7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:29:25.340Z" + }, + "brightness": 542, + "moisture": 45, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2195f099bc137775033dd8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:29:52.514Z" + }, + "brightness": 989, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21960499bc131c81033dd9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:30:12.385Z" + }, + "brightness": 445, + "moisture": 45, + "humidity": 31, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f21961199bc131bb7033dda" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:30:25.407Z" + }, + "brightness": 544, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21962c99bc13a9de033ddb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:30:52.581Z" + }, + "brightness": 987, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21964099bc13b755033ddc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:31:12.453Z" + }, + "brightness": 443, + "moisture": 45, + "humidity": 31, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21964d99bc131a0a033ddd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:31:25.475Z" + }, + "brightness": 544, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21966899bc1376fa033dde" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:31:52.652Z" + }, + "brightness": 984, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21967c99bc137c5f033ddf" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:32:12.535Z" + }, + "brightness": 441, + "moisture": 44, + "humidity": 31, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21968999bc13b5e8033de0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:32:25.544Z" + }, + "brightness": 543, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2196a499bc133e83033de1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:32:52.727Z" + }, + "brightness": 983, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2196b899bc13bd1c033de2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:33:12.595Z" + }, + "brightness": 439, + "moisture": 44, + "humidity": 29, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f2196c599bc1332df033de3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:33:25.612Z" + }, + "brightness": 550, + "moisture": 45, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2196e099bc135809033de4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:33:52.807Z" + }, + "brightness": 981, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2196f499bc1314cb033de5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:34:12.659Z" + }, + "brightness": 436, + "moisture": 44, + "humidity": 29, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f21970199bc134c13033de6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:34:25.682Z" + }, + "brightness": 555, + "moisture": 45, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21971c99bc1308c0033de7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:34:52.853Z" + }, + "brightness": 980, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21973099bc139e64033de8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:35:12.741Z" + }, + "brightness": 435, + "moisture": 45, + "humidity": 29, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f21973d99bc13d1f2033de9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:35:25.751Z" + }, + "brightness": 556, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21975899bc13752d033dea" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:35:52.933Z" + }, + "brightness": 977, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21976c99bc132353033deb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:36:12.795Z" + }, + "brightness": 434, + "moisture": 44, + "humidity": 29, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f21977999bc13a692033dec" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:36:25.818Z" + }, + "brightness": 554, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21979499bc13ed60033ded" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:36:52.987Z" + }, + "brightness": 974, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2197a899bc13d7c3033dee" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:37:12.873Z" + }, + "brightness": 434, + "moisture": 44, + "humidity": 29, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f2197b599bc13e208033def" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:37:25.885Z" + }, + "brightness": 553, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2197d199bc13f1c6033df0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:37:53.061Z" + }, + "brightness": 973, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2197e499bc138d16033df1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:38:12.935Z" + }, + "brightness": 434, + "moisture": 45, + "humidity": 29, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f2197f199bc13f37f033df2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:38:25.953Z" + }, + "brightness": 559, + "moisture": 45, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21980d99bc131e07033df3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:38:53.122Z" + }, + "brightness": 972, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21982199bc13d629033df4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:39:13.005Z" + }, + "brightness": 434, + "moisture": 44, + "humidity": 29, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f21982e99bc13fe0e033df5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:39:26.022Z" + }, + "brightness": 563, + "moisture": 45, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21984999bc13f7d2033df6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:39:53.194Z" + }, + "brightness": 970, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21985d99bc13df26033df7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:40:13.073Z" + }, + "brightness": 434, + "moisture": 44, + "humidity": 29, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f21986a99bc135e27033df8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:40:26.089Z" + }, + "brightness": 568, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21988599bc134f88033df9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:40:53.261Z" + }, + "brightness": 969, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21989999bc132fa5033dfa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:41:13.148Z" + }, + "brightness": 433, + "moisture": 45, + "humidity": 29, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f2198a699bc13327e033dfb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:41:26.155Z" + }, + "brightness": 565, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2198c199bc131eb4033dfc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:41:53.331Z" + }, + "brightness": 966, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2198d599bc1341e6033dfd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:42:13.211Z" + }, + "brightness": 430, + "moisture": 45, + "humidity": 28, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f2198e299bc13eadb033dfe" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:42:26.223Z" + }, + "brightness": 571, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2198fd99bc130d19033dff" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:42:53.403Z" + }, + "brightness": 965, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21991199bc1306e2033e00" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:43:13.280Z" + }, + "brightness": 428, + "moisture": 45, + "humidity": 28, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21991e99bc132295033e01" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:43:26.291Z" + }, + "brightness": 576, + "moisture": 45, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21993999bc1334d0033e02" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:43:53.461Z" + }, + "brightness": 963, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21994d99bc134116033e03" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:44:13.349Z" + }, + "brightness": 426, + "moisture": 44, + "humidity": 29, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21995a99bc139b5c033e04" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:44:26.358Z" + }, + "brightness": 582, + "moisture": 45, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21997599bc13f90b033e05" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:44:53.531Z" + }, + "brightness": 963, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21998999bc132637033e06" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:45:13.415Z" + }, + "brightness": 424, + "moisture": 44, + "humidity": 29, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21999699bc13ad36033e07" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:45:26.425Z" + }, + "brightness": 586, + "moisture": 45, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f2199b199bc1372b0033e08" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:45:53.594Z" + }, + "brightness": 963, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f2199c599bc136acd033e09" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:46:13.484Z" + }, + "brightness": 421, + "moisture": 44, + "humidity": 28, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f2199d299bc1328f8033e0a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:46:26.493Z" + }, + "brightness": 592, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2199ed99bc1311a4033e0b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:46:53.671Z" + }, + "brightness": 964, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f219a0199bc133771033e0c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:47:13.608Z" + }, + "brightness": 419, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f219a0e99bc137adc033e0d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:47:26.565Z" + }, + "brightness": 600, + "moisture": 45, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f219a2999bc13d797033e0e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:47:53.755Z" + }, + "brightness": 964, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f219a3d99bc13d7a2033e0f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:48:13.682Z" + }, + "brightness": 419, + "moisture": 44, + "humidity": 28, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f219a4a99bc135e6d033e10" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:48:26.629Z" + }, + "brightness": 607, + "moisture": 45, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f219a6599bc13fa3a033e11" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:48:53.834Z" + }, + "brightness": 964, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f219a7999bc13fc10033e12" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:49:13.769Z" + }, + "brightness": 418, + "moisture": 44, + "humidity": 28, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f219a8699bc13e513033e13" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:49:26.696Z" + }, + "brightness": 609, + "moisture": 45, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f219aa199bc134800033e14" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:49:53.920Z" + }, + "brightness": 961, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f219ab599bc13ff15033e15" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:50:13.847Z" + }, + "brightness": 416, + "moisture": 44, + "humidity": 28, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f219ac299bc1338f2033e16" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:50:26.764Z" + }, + "brightness": 613, + "moisture": 46, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f219add99bc133544033e17" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:50:53.968Z" + }, + "brightness": 962, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f219af299bc13af88033e18" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:51:14.405Z" + }, + "brightness": 416, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f219afe99bc136f01033e19" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:51:26.833Z" + }, + "brightness": 610, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f219b1a99bc1398b1033e1a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:51:54.007Z" + }, + "brightness": 961, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f219b2e99bc13477a033e1b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:52:14.437Z" + }, + "brightness": 413, + "moisture": 44, + "humidity": 28, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f219b3a99bc13da24033e1c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:52:26.900Z" + }, + "brightness": 616, + "moisture": 45, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f219b5699bc13ccca033e1d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:52:54.088Z" + }, + "brightness": 962, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f219b6a99bc130e1c033e1e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:53:14.507Z" + }, + "brightness": 414, + "moisture": 44, + "humidity": 28, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f219b7699bc138586033e1f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:53:26.968Z" + }, + "brightness": 621, + "moisture": 45, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f219b9299bc132b7c033e20" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:53:54.152Z" + }, + "brightness": 965, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f219ba699bc1310b5033e21" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:54:14.579Z" + }, + "brightness": 413, + "moisture": 44, + "humidity": 28, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f219bb399bc136f4e033e22" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:54:27.035Z" + }, + "brightness": 625, + "moisture": 45, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f219bce99bc13850a033e23" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:54:54.218Z" + }, + "brightness": 964, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f219be299bc13ec76033e24" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:55:14.655Z" + }, + "brightness": 413, + "moisture": 44, + "humidity": 28, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f219bef99bc13842a033e25" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:55:27.104Z" + }, + "brightness": 625, + "moisture": 45, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f219c0a99bc1357b1033e26" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:55:54.298Z" + }, + "brightness": 962, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f219c1e99bc136622033e27" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:56:14.732Z" + }, + "brightness": 411, + "moisture": 44, + "humidity": 28, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f219c2b99bc1365ec033e28" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:56:27.174Z" + }, + "brightness": 628, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f219c4699bc1320de033e29" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:56:54.356Z" + }, + "brightness": 959, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f219c5a99bc136e5e033e2a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:57:14.799Z" + }, + "brightness": 410, + "moisture": 44, + "humidity": 28, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f219c6799bc133648033e2b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:57:27.242Z" + }, + "brightness": 638, + "moisture": 45, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f219c8299bc134650033e2c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:57:54.408Z" + }, + "brightness": 954, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f219c9699bc13229d033e2d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:58:14.861Z" + }, + "brightness": 410, + "moisture": 45, + "humidity": 28, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f219ca399bc13ba80033e2e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:58:27.307Z" + }, + "brightness": 643, + "moisture": 45, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f219cbe99bc13195e033e2f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:58:54.468Z" + }, + "brightness": 952, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f219cd299bc13f97b033e30" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T15:59:14.931Z" + }, + "brightness": 409, + "moisture": 44, + "humidity": 28, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f219cdf99bc135a87033e31" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T15:59:27.375Z" + }, + "brightness": 645, + "moisture": 45, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f219cfa99bc133c96033e32" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T15:59:54.540Z" + }, + "brightness": 968, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f219d0e99bc13ac7f033e33" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:00:14.990Z" + }, + "brightness": 408, + "moisture": 44, + "humidity": 28, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f219d1b99bc13b5fb033e34" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:00:27.443Z" + }, + "brightness": 650, + "moisture": 45, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f219d3699bc13a0fe033e35" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:00:54.608Z" + }, + "brightness": 954, + "moisture": 55, + "humidity": 44, + "temperature": 31 +},{ + "_id": { + "$oid": "5f219d4b99bc1318bb033e36" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:01:15.065Z" + }, + "brightness": 407, + "moisture": 44, + "humidity": 28, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f219d5799bc138498033e37" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:01:27.513Z" + }, + "brightness": 653, + "moisture": 45, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f219d7299bc13d5f0033e38" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:01:54.676Z" + }, + "brightness": 936, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f219d8799bc1307ff033e39" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:02:15.131Z" + }, + "brightness": 407, + "moisture": 44, + "humidity": 28, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f219d9399bc13f76d033e3a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:02:27.577Z" + }, + "brightness": 658, + "moisture": 48, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f219dae99bc1346b1033e3b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:02:54.743Z" + }, + "brightness": 929, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f219dc399bc1367d7033e3c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:03:15.203Z" + }, + "brightness": 404, + "moisture": 47, + "humidity": 28, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f219dcf99bc133bfd033e3d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:03:27.646Z" + }, + "brightness": 663, + "moisture": 45, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f219dea99bc136fa6033e3e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:03:54.816Z" + }, + "brightness": 925, + "moisture": 54, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f219dff99bc13cbcf033e3f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:04:15.267Z" + }, + "brightness": 404, + "moisture": 44, + "humidity": 27, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f219e0b99bc13ef4b033e40" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:04:27.718Z" + }, + "brightness": 664, + "moisture": 45, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f219e2699bc138ae7033e41" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:04:54.874Z" + }, + "brightness": 927, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f219e3b99bc130dc6033e42" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:05:15.337Z" + }, + "brightness": 401, + "moisture": 44, + "humidity": 28, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f219e4799bc13a264033e43" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:05:27.782Z" + }, + "brightness": 677, + "moisture": 45, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f219e6299bc134082033e44" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:05:54.945Z" + }, + "brightness": 926, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f219e7799bc134057033e45" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:06:15.407Z" + }, + "brightness": 400, + "moisture": 44, + "humidity": 28, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f219e8399bc137a2b033e46" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:06:27.851Z" + }, + "brightness": 680, + "moisture": 45, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f219e9f99bc136915033e47" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:06:55.013Z" + }, + "brightness": 925, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f219eb399bc1371be033e48" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:07:15.475Z" + }, + "brightness": 399, + "moisture": 44, + "humidity": 28, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f219ebf99bc139676033e49" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:07:27.954Z" + }, + "brightness": 688, + "moisture": 45, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f219edb99bc1361ff033e4a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:07:55.084Z" + }, + "brightness": 924, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f219eef99bc13cd3e033e4b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:08:15.547Z" + }, + "brightness": 399, + "moisture": 44, + "humidity": 28, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f219efb99bc138c53033e4c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:08:27.987Z" + }, + "brightness": 690, + "moisture": 45, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f219f1799bc132d15033e4d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:08:55.153Z" + }, + "brightness": 922, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f219f2b99bc139861033e4e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:09:15.613Z" + }, + "brightness": 397, + "moisture": 44, + "humidity": 28, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f219f3899bc1381a5033e4f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:09:28.081Z" + }, + "brightness": 695, + "moisture": 45, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f219f5399bc1320c3033e50" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:09:55.213Z" + }, + "brightness": 919, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f219f6799bc1349f7033e51" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:10:15.683Z" + }, + "brightness": 397, + "moisture": 44, + "humidity": 28, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f219f7499bc1332c8033e52" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:10:28.122Z" + }, + "brightness": 698, + "moisture": 46, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f219f8f99bc131bf4033e53" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:10:55.287Z" + }, + "brightness": 917, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f219fa399bc13365c033e54" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:11:15.752Z" + }, + "brightness": 396, + "moisture": 43, + "humidity": 27, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f219fb099bc13b99f033e55" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:11:28.193Z" + }, + "brightness": 701, + "moisture": 45, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f219fcb99bc131693033e56" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:11:55.348Z" + }, + "brightness": 915, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f219fdf99bc133c01033e57" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:12:15.822Z" + }, + "brightness": 395, + "moisture": 43, + "humidity": 27, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f219fec99bc131fde033e58" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:12:28.260Z" + }, + "brightness": 705, + "moisture": 45, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21a00799bc130ab4033e59" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:12:55.418Z" + }, + "brightness": 914, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a01b99bc134b54033e5a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:13:15.892Z" + }, + "brightness": 395, + "moisture": 45, + "humidity": 28, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21a02899bc13fd21033e5b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:13:28.327Z" + }, + "brightness": 707, + "moisture": 45, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21a04399bc13564f033e5c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:13:55.496Z" + }, + "brightness": 914, + "moisture": 55, + "humidity": 40, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21a05799bc13bf45033e5d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:14:15.961Z" + }, + "brightness": 395, + "moisture": 44, + "humidity": 28, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21a06499bc13ef81033e5e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:14:28.396Z" + }, + "brightness": 710, + "moisture": 45, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21a07f99bc136f6c033e5f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:14:55.563Z" + }, + "brightness": 913, + "moisture": 55, + "humidity": 39, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a09499bc13d0af033e60" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:15:16.031Z" + }, + "brightness": 394, + "moisture": 44, + "humidity": 27, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21a0a099bc137d59033e61" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:15:28.463Z" + }, + "brightness": 713, + "moisture": 46, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21a0bb99bc13953b033e62" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:15:55.619Z" + }, + "brightness": 914, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a0d099bc13c0fc033e63" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:16:16.101Z" + }, + "brightness": 394, + "moisture": 44, + "humidity": 27, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21a0dc99bc136dbe033e64" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:16:28.532Z" + }, + "brightness": 716, + "moisture": 45, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21a0f799bc1389b5033e65" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:16:55.687Z" + }, + "brightness": 912, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a10c99bc132cb5033e66" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:17:16.170Z" + }, + "brightness": 389, + "moisture": 44, + "humidity": 27, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21a11899bc133c63033e67" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:17:28.601Z" + }, + "brightness": 720, + "moisture": 45, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21a13399bc130a10033e68" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:17:55.769Z" + }, + "brightness": 914, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a14899bc13c385033e69" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:18:16.245Z" + }, + "brightness": 389, + "moisture": 44, + "humidity": 28, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21a15499bc138e69033e6a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:18:28.669Z" + }, + "brightness": 725, + "moisture": 45, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21a16f99bc134ac5033e6b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:18:55.833Z" + }, + "brightness": 912, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a18499bc13acd6033e6c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:19:16.310Z" + }, + "brightness": 387, + "moisture": 45, + "humidity": 28, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21a19099bc13d779033e6d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:19:28.737Z" + }, + "brightness": 727, + "moisture": 45, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21a1ab99bc13512e033e6e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:19:55.908Z" + }, + "brightness": 912, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a1c099bc13511e033e6f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:20:16.380Z" + }, + "brightness": 384, + "moisture": 44, + "humidity": 28, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21a1cc99bc137e69033e70" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:20:28.804Z" + }, + "brightness": 730, + "moisture": 46, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21a1e799bc133ef9033e71" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:20:55.967Z" + }, + "brightness": 911, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a1fc99bc134d7d033e72" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:21:16.451Z" + }, + "brightness": 382, + "moisture": 44, + "humidity": 29, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21a20899bc13630b033e73" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:21:28.873Z" + }, + "brightness": 731, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21a22499bc1372d3033e74" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:21:56.030Z" + }, + "brightness": 909, + "moisture": 55, + "humidity": 39, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a23899bc13eace033e75" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:22:16.519Z" + }, + "brightness": 382, + "moisture": 44, + "humidity": 29, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21a24499bc1388a9033e76" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:22:28.944Z" + }, + "brightness": 730, + "moisture": 45, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21a26099bc130e58033e77" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:22:56.093Z" + }, + "brightness": 906, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a27499bc13ce04033e78" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:23:16.590Z" + }, + "brightness": 380, + "moisture": 44, + "humidity": 29, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21a28199bc132b74033e79" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:23:29.011Z" + }, + "brightness": 737, + "moisture": 44, + "humidity": 31, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21a29c99bc132c7e033e7a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:23:56.159Z" + }, + "brightness": 899, + "moisture": 55, + "humidity": 39, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a2b099bc1311b1033e7b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:24:16.657Z" + }, + "brightness": 382, + "moisture": 45, + "humidity": 30, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21a2bd99bc13e6a0033e7c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:24:29.077Z" + }, + "brightness": 740, + "moisture": 44, + "humidity": 31, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21a2d899bc131a5a033e7d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:24:56.229Z" + }, + "brightness": 900, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a2ec99bc13718a033e7e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:25:16.784Z" + }, + "brightness": 383, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21a2f999bc132695033e7f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:25:29.146Z" + }, + "brightness": 743, + "moisture": 45, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21a31499bc131d14033e80" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:25:56.295Z" + }, + "brightness": 898, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a32899bc13295f033e81" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:26:16.853Z" + }, + "brightness": 380, + "moisture": 44, + "humidity": 30, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f21a33599bc136e86033e82" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:26:29.213Z" + }, + "brightness": 746, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21a35099bc13b9eb033e83" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:26:56.410Z" + }, + "brightness": 896, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21a36499bc13bf98033e84" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:27:16.921Z" + }, + "brightness": 378, + "moisture": 44, + "humidity": 29, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f21a37199bc130555033e85" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:27:29.285Z" + }, + "brightness": 749, + "moisture": 45, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21a38c99bc134ad9033e86" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:27:56.577Z" + }, + "brightness": 894, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21a3a199bc13c96c033e87" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:28:17.001Z" + }, + "brightness": 379, + "moisture": 45, + "humidity": 29, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f21a3ad99bc13893e033e88" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:28:29.349Z" + }, + "brightness": 751, + "moisture": 44, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21a3c899bc1303fd033e89" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:28:56.635Z" + }, + "brightness": 894, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a3dd99bc13b7e7033e8a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:29:17.063Z" + }, + "brightness": 379, + "moisture": 44, + "humidity": 30, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f21a3e999bc131ad3033e8b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:29:29.417Z" + }, + "brightness": 755, + "moisture": 44, + "humidity": 31, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21a40499bc132899033e8c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:29:56.704Z" + }, + "brightness": 894, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a41999bc133879033e8d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:30:17.127Z" + }, + "brightness": 377, + "moisture": 44, + "humidity": 29, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f21a42599bc130430033e8e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:30:29.485Z" + }, + "brightness": 757, + "moisture": 45, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21a44099bc130292033e8f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:30:56.782Z" + }, + "brightness": 894, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a45599bc134290033e90" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:31:17.202Z" + }, + "brightness": 373, + "moisture": 44, + "humidity": 29, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f21a46199bc137b0b033e91" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:31:29.555Z" + }, + "brightness": 760, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21a47c99bc130fc9033e92" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:31:56.893Z" + }, + "brightness": 893, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21a49199bc134526033e93" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:32:17.272Z" + }, + "brightness": 373, + "moisture": 44, + "humidity": 29, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f21a49d99bc1309e1033e94" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:32:29.622Z" + }, + "brightness": 764, + "moisture": 45, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21a4b899bc130471033e95" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:32:56.953Z" + }, + "brightness": 893, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a4cd99bc13bcad033e96" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:33:17.985Z" + }, + "brightness": 372, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21a4d999bc13f78e033e97" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:33:29.689Z" + }, + "brightness": 765, + "moisture": 44, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21a4f599bc130ab0033e98" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:33:57.021Z" + }, + "brightness": 893, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a50a99bc130441033e99" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:34:18.055Z" + }, + "brightness": 372, + "moisture": 44, + "humidity": 30, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f21a51599bc134269033e9a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:34:29.765Z" + }, + "brightness": 769, + "moisture": 44, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21a53199bc135da7033e9b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:34:57.086Z" + }, + "brightness": 894, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a54699bc134f78033e9c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:35:18.125Z" + }, + "brightness": 371, + "moisture": 44, + "humidity": 30, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f21a55199bc1326a1033e9d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:35:29.827Z" + }, + "brightness": 771, + "moisture": 45, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21a56d99bc130c0f033e9e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:35:57.153Z" + }, + "brightness": 894, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a58299bc13479c033e9f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:36:18.193Z" + }, + "brightness": 365, + "moisture": 45, + "humidity": 31, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f21a58d99bc131c7c033ea0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:36:29.894Z" + }, + "brightness": 774, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21a5a999bc1324be033ea1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:36:57.227Z" + }, + "brightness": 895, + "moisture": 55, + "humidity": 39, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a5be99bc134bc6033ea2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:37:18.268Z" + }, + "brightness": 364, + "moisture": 45, + "humidity": 32, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f21a5c999bc135be5033ea3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:37:29.964Z" + }, + "brightness": 777, + "moisture": 45, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21a5e599bc1310b6033ea4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:37:57.289Z" + }, + "brightness": 895, + "moisture": 55, + "humidity": 39, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a5fa99bc138111033ea5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:38:18.490Z" + }, + "brightness": 367, + "moisture": 52, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21a60699bc1314b3033ea6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:38:30.032Z" + }, + "brightness": 780, + "moisture": 44, + "humidity": 30, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21a62199bc138bc2033ea7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:38:57.358Z" + }, + "brightness": 894, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a63699bc13f821033ea8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:39:18.561Z" + }, + "brightness": 362, + "moisture": 44, + "humidity": 29, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21a64299bc130117033ea9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:39:30.097Z" + }, + "brightness": 782, + "moisture": 44, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21a65d99bc131dd8033eaa" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:39:57.431Z" + }, + "brightness": 891, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a67299bc135340033eab" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:40:18.625Z" + }, + "brightness": 365, + "moisture": 51, + "humidity": 29, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21a67e99bc137b50033eac" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:40:30.166Z" + }, + "brightness": 784, + "moisture": 45, + "humidity": 30, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21a69999bc13f5f2033ead" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:40:57.493Z" + }, + "brightness": 889, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a6ae99bc13d110033eae" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:41:18.693Z" + }, + "brightness": 362, + "moisture": 44, + "humidity": 31, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f21a6ba99bc13d358033eaf" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:41:30.234Z" + }, + "brightness": 783, + "moisture": 44, + "humidity": 30, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21a6d599bc1361b7033eb0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:41:57.557Z" + }, + "brightness": 888, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a6ea99bc137747033eb1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:42:18.771Z" + }, + "brightness": 369, + "moisture": 44, + "humidity": 32, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f21a6f699bc134190033eb2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:42:30.302Z" + }, + "brightness": 785, + "moisture": 45, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21a71199bc133262033eb3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:42:57.631Z" + }, + "brightness": 887, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a72699bc13722d033eb4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:43:18.832Z" + }, + "brightness": 359, + "moisture": 44, + "humidity": 31, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21a73299bc13feb1033eb5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:43:30.368Z" + }, + "brightness": 787, + "moisture": 44, + "humidity": 30, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21a74d99bc1358cc033eb6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:43:57.703Z" + }, + "brightness": 886, + "moisture": 55, + "humidity": 39, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a76299bc13db21033eb7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:44:18.899Z" + }, + "brightness": 357, + "moisture": 44, + "humidity": 30, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21a76e99bc1373bd033eb8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:44:30.442Z" + }, + "brightness": 789, + "moisture": 44, + "humidity": 30, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21a78999bc137131033eb9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:44:57.766Z" + }, + "brightness": 886, + "moisture": 55, + "humidity": 39, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a79e99bc13bc17033eba" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:45:18.972Z" + }, + "brightness": 355, + "moisture": 44, + "humidity": 32, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21a7aa99bc13b191033ebb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:45:30.505Z" + }, + "brightness": 790, + "moisture": 45, + "humidity": 30, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21a7c599bc13f3a3033ebc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:45:57.828Z" + }, + "brightness": 884, + "moisture": 55, + "humidity": 38, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a7dc99bc13598b033ebd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:46:20.102Z" + }, + "brightness": 355, + "moisture": 44, + "humidity": 32, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21a7e699bc130c96033ebe" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:46:30.574Z" + }, + "brightness": 792, + "moisture": 44, + "humidity": 30, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21a80199bc1326bd033ebf" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:46:57.915Z" + }, + "brightness": 882, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a81799bc13ab62033ec0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:47:19.106Z" + }, + "brightness": 354, + "moisture": 44, + "humidity": 34, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21a82299bc130fbd033ec1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:47:30.640Z" + }, + "brightness": 794, + "moisture": 44, + "humidity": 31, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21a83d99bc136948033ec2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:47:57.967Z" + }, + "brightness": 880, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a85399bc1381aa033ec3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:48:19.175Z" + }, + "brightness": 353, + "moisture": 44, + "humidity": 34, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21a85e99bc135471033ec4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:48:30.707Z" + }, + "brightness": 795, + "moisture": 44, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21a87a99bc133b26033ec5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:48:58.037Z" + }, + "brightness": 877, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a88f99bc134652033ec6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:49:19.245Z" + }, + "brightness": 349, + "moisture": 44, + "humidity": 34, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21a89a99bc130f72033ec7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:49:30.775Z" + }, + "brightness": 794, + "moisture": 44, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21a8b699bc13a3c4033ec8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:49:58.101Z" + }, + "brightness": 874, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a8cb99bc13f512033ec9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:50:19.313Z" + }, + "brightness": 353, + "moisture": 44, + "humidity": 35, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21a8d699bc13c54f033eca" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:50:30.843Z" + }, + "brightness": 794, + "moisture": 44, + "humidity": 31, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21a8f299bc135303033ecb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:50:58.171Z" + }, + "brightness": 873, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a90799bc135499033ecc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:51:19.381Z" + }, + "brightness": 351, + "moisture": 44, + "humidity": 34, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21a91299bc136f26033ecd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:51:30.912Z" + }, + "brightness": 796, + "moisture": 44, + "humidity": 31, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21a92e99bc13ba24033ece" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:51:58.332Z" + }, + "brightness": 869, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21a94399bc130eeb033ecf" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:52:19.450Z" + }, + "brightness": 352, + "moisture": 44, + "humidity": 34, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21a94e99bc1362bf033ed0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:52:30.977Z" + }, + "brightness": 798, + "moisture": 45, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21a96a99bc1382f3033ed1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:52:58.397Z" + }, + "brightness": 867, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a97f99bc132c92033ed2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:53:19.521Z" + }, + "brightness": 350, + "moisture": 44, + "humidity": 34, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21a98b99bc132741033ed3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:53:31.045Z" + }, + "brightness": 799, + "moisture": 44, + "humidity": 31, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21a9a699bc137d30033ed4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:53:58.464Z" + }, + "brightness": 864, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a9bb99bc138e50033ed5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:54:19.589Z" + }, + "brightness": 350, + "moisture": 44, + "humidity": 34, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21a9c799bc132962033ed6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:54:31.113Z" + }, + "brightness": 798, + "moisture": 44, + "humidity": 31, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21a9e299bc139370033ed7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:54:58.527Z" + }, + "brightness": 862, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21a9f799bc13e00d033ed8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:55:19.658Z" + }, + "brightness": 349, + "moisture": 44, + "humidity": 30, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21aa0399bc13b722033ed9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:55:31.180Z" + }, + "brightness": 795, + "moisture": 44, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21aa1e99bc134c37033eda" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:55:58.595Z" + }, + "brightness": 860, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21aa3399bc136f88033edb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:56:19.728Z" + }, + "brightness": 350, + "moisture": 44, + "humidity": 31, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f21aa3f99bc135088033edc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:56:31.252Z" + }, + "brightness": 800, + "moisture": 44, + "humidity": 31, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21aa5a99bc13daed033edd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:56:58.680Z" + }, + "brightness": 859, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21aa6f99bc138481033ede" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:57:19.799Z" + }, + "brightness": 348, + "moisture": 44, + "humidity": 30, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f21aa7b99bc132738033edf" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:57:31.317Z" + }, + "brightness": 801, + "moisture": 45, + "humidity": 31, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21aa9699bc132d0d033ee0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:57:58.744Z" + }, + "brightness": 856, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21aaab99bc1389e8033ee1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:58:19.877Z" + }, + "brightness": 346, + "moisture": 44, + "humidity": 31, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21aab799bc13a6cf033ee2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:58:31.395Z" + }, + "brightness": 801, + "moisture": 44, + "humidity": 31, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21aad299bc133518033ee3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:58:58.806Z" + }, + "brightness": 854, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21aae799bc135925033ee4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T16:59:19.962Z" + }, + "brightness": 343, + "moisture": 44, + "humidity": 31, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21aaf399bc130eef033ee5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T16:59:31.450Z" + }, + "brightness": 801, + "moisture": 48, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21ab0e99bc13d4dd033ee6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T16:59:58.877Z" + }, + "brightness": 853, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21ab2499bc13eb3d033ee7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:00:20.004Z" + }, + "brightness": 342, + "moisture": 44, + "humidity": 36, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f21ab2f99bc13960e033ee8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:00:31.518Z" + }, + "brightness": 801, + "moisture": 44, + "humidity": 31, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21ab4a99bc13792d033ee9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:00:58.944Z" + }, + "brightness": 850, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21ab6099bc13e24e033eea" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:01:20.074Z" + }, + "brightness": 341, + "moisture": 44, + "humidity": 35, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f21ab6b99bc13926c033eeb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:01:31.589Z" + }, + "brightness": 806, + "moisture": 44, + "humidity": 31, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21ab8799bc13a212033eec" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:01:59.004Z" + }, + "brightness": 849, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21ab9c99bc1319ee033eed" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:02:20.143Z" + }, + "brightness": 340, + "moisture": 43, + "humidity": 32, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f21aba799bc135e8c033eee" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:02:31.658Z" + }, + "brightness": 800, + "moisture": 45, + "humidity": 31, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21abc399bc13a33e033eef" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:02:59.077Z" + }, + "brightness": 847, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21abd899bc1330a0033ef0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:03:20.210Z" + }, + "brightness": 338, + "moisture": 44, + "humidity": 33, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21abe399bc13adb2033ef1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:03:31.722Z" + }, + "brightness": 809, + "moisture": 44, + "humidity": 31, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21abff99bc1302e2033ef2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:03:59.141Z" + }, + "brightness": 844, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21ac1499bc13dd59033ef3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:04:20.284Z" + }, + "brightness": 337, + "moisture": 45, + "humidity": 32, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f21ac1f99bc13d3f4033ef4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:04:31.789Z" + }, + "brightness": 814, + "moisture": 44, + "humidity": 31, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21ac3b99bc13b14f033ef5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:04:59.208Z" + }, + "brightness": 843, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21ac5099bc1364e1033ef6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:05:20.350Z" + }, + "brightness": 335, + "moisture": 44, + "humidity": 30, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f21ac5b99bc137091033ef7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:05:31.858Z" + }, + "brightness": 812, + "moisture": 44, + "humidity": 31, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21ac7799bc131a9c033ef8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:05:59.281Z" + }, + "brightness": 841, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21ac8c99bc13789d033ef9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:06:20.419Z" + }, + "brightness": 335, + "moisture": 45, + "humidity": 30, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f21ac9799bc132eb6033efa" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:06:31.924Z" + }, + "brightness": 814, + "moisture": 44, + "humidity": 31, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21acb399bc1343e8033efb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:06:59.342Z" + }, + "brightness": 839, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21acc899bc13aa6a033efc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:07:20.489Z" + }, + "brightness": 334, + "moisture": 45, + "humidity": 31, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f21acd399bc13b7cd033efd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:07:31.992Z" + }, + "brightness": 806, + "moisture": 44, + "humidity": 30, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21acef99bc135cf2033efe" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:07:59.421Z" + }, + "brightness": 836, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21ad0499bc13b649033eff" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:08:20.561Z" + }, + "brightness": 335, + "moisture": 44, + "humidity": 30, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f21ad1099bc132603033f00" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:08:32.059Z" + }, + "brightness": 813, + "moisture": 44, + "humidity": 30, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21ad2b99bc136a40033f01" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:08:59.478Z" + }, + "brightness": 833, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21ad4099bc132edf033f02" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:09:20.629Z" + }, + "brightness": 336, + "moisture": 44, + "humidity": 31, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21ad4c99bc131e2a033f03" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:09:32.127Z" + }, + "brightness": 813, + "moisture": 44, + "humidity": 30, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21ad6799bc1378eb033f04" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:09:59.549Z" + }, + "brightness": 831, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21ad7c99bc13095b033f05" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:10:20.700Z" + }, + "brightness": 338, + "moisture": 44, + "humidity": 30, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21ad8899bc130d75033f06" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:10:32.194Z" + }, + "brightness": 809, + "moisture": 44, + "humidity": 30, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21ada399bc136751033f07" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:10:59.617Z" + }, + "brightness": 829, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21adb899bc1336bc033f08" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:11:20.812Z" + }, + "brightness": 330, + "moisture": 44, + "humidity": 31, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21adc499bc135e84033f09" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:11:32.262Z" + }, + "brightness": 816, + "moisture": 44, + "humidity": 30, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21addf99bc1305b9033f0a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:11:59.686Z" + }, + "brightness": 827, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21adf499bc1387c3033f0b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:12:20.886Z" + }, + "brightness": 328, + "moisture": 44, + "humidity": 30, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f21ae0099bc136d6b033f0c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:12:32.330Z" + }, + "brightness": 812, + "moisture": 44, + "humidity": 30, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21ae1b99bc13e5b9033f0d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:12:59.754Z" + }, + "brightness": 824, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21ae3099bc138112033f0e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:13:20.995Z" + }, + "brightness": 329, + "moisture": 44, + "humidity": 30, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f21ae3c99bc13477f033f0f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:13:32.397Z" + }, + "brightness": 816, + "moisture": 44, + "humidity": 30, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21ae5799bc13cc8b033f10" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:13:59.814Z" + }, + "brightness": 822, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21ae6d99bc13b36f033f11" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:14:21.040Z" + }, + "brightness": 326, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21ae7899bc135c42033f12" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:14:32.466Z" + }, + "brightness": 816, + "moisture": 44, + "humidity": 30, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21ae9399bc130caf033f13" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:14:59.887Z" + }, + "brightness": 819, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21aea999bc139c66033f14" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:15:21.098Z" + }, + "brightness": 325, + "moisture": 43, + "humidity": 30, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21aeb499bc13d835033f15" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:15:32.533Z" + }, + "brightness": 815, + "moisture": 46, + "humidity": 30, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21aecf99bc1323d6033f16" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:15:59.950Z" + }, + "brightness": 817, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21aee599bc13247e033f17" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:16:21.168Z" + }, + "brightness": 323, + "moisture": 44, + "humidity": 30, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21aef099bc133b34033f18" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:16:32.600Z" + }, + "brightness": 819, + "moisture": 44, + "humidity": 30, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21af0c99bc133ce3033f19" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:17:00.021Z" + }, + "brightness": 814, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21af2199bc136006033f1a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:17:21.239Z" + }, + "brightness": 322, + "moisture": 44, + "humidity": 30, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21af2c99bc13e8a2033f1b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:17:32.668Z" + }, + "brightness": 813, + "moisture": 46, + "humidity": 31, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21af4899bc13b65f033f1c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:18:00.083Z" + }, + "brightness": 812, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21af5d99bc13822d033f1d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:18:21.315Z" + }, + "brightness": 321, + "moisture": 44, + "humidity": 30, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21af6899bc1346e9033f1e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:18:32.736Z" + }, + "brightness": 809, + "moisture": 45, + "humidity": 30, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21af8499bc1368f2033f1f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:19:00.167Z" + }, + "brightness": 809, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21af9999bc13107b033f20" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:19:21.375Z" + }, + "brightness": 320, + "moisture": 44, + "humidity": 29, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f21afa499bc135fe5033f21" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:19:32.804Z" + }, + "brightness": 811, + "moisture": 44, + "humidity": 30, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21afc099bc133ccc033f22" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:20:00.222Z" + }, + "brightness": 806, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21afd699bc13f036033f23" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:20:22.095Z" + }, + "brightness": 320, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21afe099bc13d093033f24" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:20:32.872Z" + }, + "brightness": 807, + "moisture": 44, + "humidity": 30, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21affc99bc13019b033f25" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:21:00.288Z" + }, + "brightness": 802, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21b01299bc137faa033f26" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:21:22.165Z" + }, + "brightness": 320, + "moisture": 44, + "humidity": 29, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21b01c99bc13ddce033f27" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:21:32.940Z" + }, + "brightness": 804, + "moisture": 44, + "humidity": 30, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21b03899bc133b85033f28" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:22:00.357Z" + }, + "brightness": 799, + "moisture": 55, + "humidity": 44, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21b04e99bc136aec033f29" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:22:22.234Z" + }, + "brightness": 318, + "moisture": 44, + "humidity": 29, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21b05999bc132b33033f2a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:22:33.007Z" + }, + "brightness": 800, + "moisture": 44, + "humidity": 30, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21b07499bc13190a033f2b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:23:00.427Z" + }, + "brightness": 796, + "moisture": 55, + "humidity": 44, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21b08a99bc137352033f2c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:23:22.305Z" + }, + "brightness": 315, + "moisture": 45, + "humidity": 29, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21b09599bc137edb033f2d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:23:33.088Z" + }, + "brightness": 798, + "moisture": 44, + "humidity": 30, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21b0b099bc1303b4033f2e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:24:00.534Z" + }, + "brightness": 794, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21b0c699bc1389a3033f2f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:24:22.373Z" + }, + "brightness": 310, + "moisture": 45, + "humidity": 29, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21b0d199bc132046033f30" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:24:33.146Z" + }, + "brightness": 795, + "moisture": 44, + "humidity": 30, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21b0ec99bc13d8a5033f31" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:25:00.612Z" + }, + "brightness": 791, + "moisture": 55, + "humidity": 41, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21b10299bc138416033f32" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:25:22.494Z" + }, + "brightness": 310, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21b10d99bc131b96033f33" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:25:33.212Z" + }, + "brightness": 790, + "moisture": 44, + "humidity": 30, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21b12899bc13a0d6033f34" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:26:00.636Z" + }, + "brightness": 788, + "moisture": 55, + "humidity": 43, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21b13e99bc13aa88033f35" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:26:22.564Z" + }, + "brightness": 310, + "moisture": 44, + "humidity": 30, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21b14999bc1363cd033f36" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:26:33.280Z" + }, + "brightness": 782, + "moisture": 43, + "humidity": 30, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21b16499bc1328a5033f37" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:27:00.704Z" + }, + "brightness": 785, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21b17a99bc13fe49033f38" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:27:22.634Z" + }, + "brightness": 312, + "moisture": 43, + "humidity": 30, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21b18599bc136a62033f39" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:27:33.348Z" + }, + "brightness": 784, + "moisture": 44, + "humidity": 30, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21b1a099bc13b35e033f3a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:28:00.776Z" + }, + "brightness": 784, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21b1b699bc13740d033f3b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:28:22.704Z" + }, + "brightness": 314, + "moisture": 42, + "humidity": 29, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21b1c199bc133850033f3c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:28:33.421Z" + }, + "brightness": 782, + "moisture": 43, + "humidity": 30, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21b1dc99bc1367c1033f3d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:29:00.843Z" + }, + "brightness": 784, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21b1f299bc139468033f3e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:29:22.780Z" + }, + "brightness": 313, + "moisture": 42, + "humidity": 29, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21b1fd99bc13cfef033f3f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:29:33.485Z" + }, + "brightness": 775, + "moisture": 44, + "humidity": 30, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21b21899bc1368c7033f40" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:30:00.911Z" + }, + "brightness": 784, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21b22e99bc13d8eb033f41" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:30:22.849Z" + }, + "brightness": 311, + "moisture": 43, + "humidity": 29, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21b23999bc1340c5033f42" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:30:33.552Z" + }, + "brightness": 770, + "moisture": 43, + "humidity": 30, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21b25599bc1314f7033f43" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:31:01.009Z" + }, + "brightness": 783, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21b26a99bc1304f6033f44" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:31:22.910Z" + }, + "brightness": 310, + "moisture": 43, + "humidity": 28, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21b27599bc130e06033f45" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:31:33.624Z" + }, + "brightness": 767, + "moisture": 43, + "humidity": 30, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21b29199bc136cd0033f46" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:32:01.072Z" + }, + "brightness": 779, + "moisture": 55, + "humidity": 42, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21b2a699bc13c9ca033f47" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:32:22.985Z" + }, + "brightness": 310, + "moisture": 43, + "humidity": 28, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21b2b199bc134c17033f48" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:32:33.700Z" + }, + "brightness": 761, + "moisture": 44, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21b2cd99bc137c63033f49" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:33:01.242Z" + }, + "brightness": 775, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21b2e399bc132cc6033f4a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:33:23.049Z" + }, + "brightness": 308, + "moisture": 43, + "humidity": 28, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21b2ed99bc134d88033f4b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:33:33.757Z" + }, + "brightness": 752, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21b30999bc137fce033f4c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:34:01.220Z" + }, + "brightness": 771, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21b31f99bc13dd6e033f4d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:34:23.119Z" + }, + "brightness": 306, + "moisture": 43, + "humidity": 27, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21b32999bc13717a033f4e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:34:33.828Z" + }, + "brightness": 745, + "moisture": 44, + "humidity": 30, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21b34599bc1355b6033f4f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:35:01.289Z" + }, + "brightness": 768, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21b35b99bc133817033f50" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:35:23.187Z" + }, + "brightness": 305, + "moisture": 43, + "humidity": 28, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21b36599bc134c65033f51" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:35:33.894Z" + }, + "brightness": 739, + "moisture": 43, + "humidity": 30, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21b38199bc13410d033f52" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:36:01.371Z" + }, + "brightness": 765, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21b39799bc1385b5033f53" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:36:23.257Z" + }, + "brightness": 303, + "moisture": 42, + "humidity": 28, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21b3a199bc134849033f54" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:36:33.964Z" + }, + "brightness": 733, + "moisture": 43, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21b3bd99bc1378a8033f55" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:37:01.425Z" + }, + "brightness": 763, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21b3d399bc138f48033f56" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:37:23.386Z" + }, + "brightness": 301, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21b3de99bc132aa6033f57" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:37:34.031Z" + }, + "brightness": 729, + "moisture": 44, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21b3f999bc1386ee033f58" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:38:01.487Z" + }, + "brightness": 762, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21b40f99bc13a0e7033f59" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:38:23.453Z" + }, + "brightness": 300, + "moisture": 43, + "humidity": 27, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21b41a99bc13d60c033f5a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:38:34.103Z" + }, + "brightness": 720, + "moisture": 47, + "humidity": 30, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21b43599bc135c58033f5b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:39:01.573Z" + }, + "brightness": 759, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21b44b99bc137d78033f5c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:39:23.521Z" + }, + "brightness": 298, + "moisture": 43, + "humidity": 27, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21b45699bc1311ed033f5d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:39:34.164Z" + }, + "brightness": 715, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21b47199bc13062c033f5e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:40:01.622Z" + }, + "brightness": 756, + "moisture": 55, + "humidity": 44, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21b48799bc13254d033f5f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:40:23.589Z" + }, + "brightness": 297, + "moisture": 43, + "humidity": 27, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21b49299bc135f12033f60" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:40:34.244Z" + }, + "brightness": 709, + "moisture": 43, + "humidity": 30, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21b4ad99bc13e969033f61" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:41:01.695Z" + }, + "brightness": 753, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21b4c399bc132d8a033f62" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:41:23.659Z" + }, + "brightness": 295, + "moisture": 43, + "humidity": 27, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21b4ce99bc13f8f3033f63" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:41:34.305Z" + }, + "brightness": 703, + "moisture": 43, + "humidity": 30, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21b4e999bc135833033f64" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:42:01.764Z" + }, + "brightness": 750, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21b4ff99bc130764033f65" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:42:23.730Z" + }, + "brightness": 294, + "moisture": 43, + "humidity": 27, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21b50a99bc13e36c033f66" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:42:34.367Z" + }, + "brightness": 695, + "moisture": 44, + "humidity": 30, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21b52599bc131eff033f67" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:43:01.832Z" + }, + "brightness": 748, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21b53b99bc137753033f68" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:43:23.797Z" + }, + "brightness": 292, + "moisture": 43, + "humidity": 27, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21b54699bc136792033f69" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:43:34.436Z" + }, + "brightness": 685, + "moisture": 43, + "humidity": 30, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21b56199bc136be4033f6a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:44:01.901Z" + }, + "brightness": 746, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21b57799bc1352a5033f6b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:44:23.868Z" + }, + "brightness": 290, + "moisture": 43, + "humidity": 27, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21b58299bc139f58033f6c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:44:34.501Z" + }, + "brightness": 674, + "moisture": 44, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21b59d99bc13eff2033f6d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:45:01.968Z" + }, + "brightness": 743, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21b5b399bc130a24033f6e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:45:23.947Z" + }, + "brightness": 289, + "moisture": 43, + "humidity": 27, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21b5be99bc1332c5033f6f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:45:34.569Z" + }, + "brightness": 665, + "moisture": 43, + "humidity": 30, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21b5da99bc13ed73033f70" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:46:02.029Z" + }, + "brightness": 740, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21b5f099bc1375c4033f71" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:46:24.006Z" + }, + "brightness": 286, + "moisture": 43, + "humidity": 27, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21b5fa99bc136f9a033f72" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:46:34.637Z" + }, + "brightness": 651, + "moisture": 43, + "humidity": 30, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21b61699bc13810c033f73" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:47:02.099Z" + }, + "brightness": 735, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21b62c99bc134844033f74" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:47:24.077Z" + }, + "brightness": 285, + "moisture": 43, + "humidity": 27, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21b63699bc13fc09033f75" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:47:34.707Z" + }, + "brightness": 639, + "moisture": 44, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21b65299bc135e29033f76" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:48:02.168Z" + }, + "brightness": 731, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21b66899bc1319d5033f77" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:48:24.147Z" + }, + "brightness": 282, + "moisture": 43, + "humidity": 27, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f21b67299bc1358ab033f78" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:48:34.775Z" + }, + "brightness": 633, + "moisture": 43, + "humidity": 30, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21b68e99bc132a06033f79" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:49:02.244Z" + }, + "brightness": 726, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21b6a499bc13635d033f7a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:49:24.219Z" + }, + "brightness": 280, + "moisture": 43, + "humidity": 27, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f21b6ae99bc138446033f7b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:49:34.842Z" + }, + "brightness": 617, + "moisture": 44, + "humidity": 30, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21b6ca99bc137de9033f7c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:50:02.306Z" + }, + "brightness": 721, + "moisture": 55, + "humidity": 44, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21b6e099bc135c6b033f7d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:50:24.288Z" + }, + "brightness": 279, + "moisture": 43, + "humidity": 27, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f21b6ea99bc139c72033f7e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:50:34.909Z" + }, + "brightness": 569, + "moisture": 43, + "humidity": 30, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21b70699bc132262033f7f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:51:02.372Z" + }, + "brightness": 717, + "moisture": 55, + "humidity": 44, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21b71c99bc13fb25033f80" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:51:24.357Z" + }, + "brightness": 276, + "moisture": 43, + "humidity": 27, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f21b72699bc132ecd033f81" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:51:34.976Z" + }, + "brightness": 555, + "moisture": 43, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21b74299bc13471a033f82" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:52:02.444Z" + }, + "brightness": 711, + "moisture": 55, + "humidity": 45, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21b75899bc1312ae033f83" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:52:24.427Z" + }, + "brightness": 274, + "moisture": 43, + "humidity": 27, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21b76399bc135dca033f84" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:52:35.047Z" + }, + "brightness": 547, + "moisture": 44, + "humidity": 30, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21b77e99bc133832033f85" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:53:02.504Z" + }, + "brightness": 706, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21b79499bc13760a033f86" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:53:24.497Z" + }, + "brightness": 273, + "moisture": 43, + "humidity": 26, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f21b79f99bc1347af033f87" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:53:35.116Z" + }, + "brightness": 553, + "moisture": 43, + "humidity": 31, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21b7ba99bc1370ed033f88" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:54:02.571Z" + }, + "brightness": 700, + "moisture": 55, + "humidity": 43, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21b7d099bc1301d8033f89" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:54:24.570Z" + }, + "brightness": 271, + "moisture": 43, + "humidity": 26, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f21b7db99bc13ec7b033f8a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:54:35.181Z" + }, + "brightness": 555, + "moisture": 43, + "humidity": 30, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21b7f699bc135802033f8b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:55:02.639Z" + }, + "brightness": 689, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21b80c99bc133b7b033f8c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:55:24.643Z" + }, + "brightness": 266, + "moisture": 44, + "humidity": 27, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f21b81799bc135047033f8d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:55:35.248Z" + }, + "brightness": 545, + "moisture": 43, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21b83299bc13a983033f8e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:56:02.705Z" + }, + "brightness": 684, + "moisture": 55, + "humidity": 39, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21b84899bc1355d5033f8f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:56:24.704Z" + }, + "brightness": 265, + "moisture": 42, + "humidity": 26, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f21b85399bc13b920033f90" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:56:35.386Z" + }, + "brightness": 525, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21b86e99bc1324d1033f91" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:57:02.769Z" + }, + "brightness": 685, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21b88499bc1306bc033f92" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:57:24.773Z" + }, + "brightness": 263, + "moisture": 42, + "humidity": 26, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f21b88f99bc13b491033f93" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:57:35.429Z" + }, + "brightness": 510, + "moisture": 43, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21b8aa99bc13098e033f94" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:58:02.836Z" + }, + "brightness": 681, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21b8c099bc13cf97033f95" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:58:24.841Z" + }, + "brightness": 259, + "moisture": 42, + "humidity": 27, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f21b8d099bc136b4d033f96" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:58:40.506Z" + }, + "brightness": 497, + "moisture": 44, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21b8e699bc136f61033f97" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T17:59:02.899Z" + }, + "brightness": 678, + "moisture": 55, + "humidity": 40, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21b8fc99bc1374bf033f98" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T17:59:24.913Z" + }, + "brightness": 258, + "moisture": 42, + "humidity": 28, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f21b91199bc13a5d6033f99" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T17:59:45.587Z" + }, + "brightness": 483, + "moisture": 43, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21b92299bc134fa0033f9a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:00:02.979Z" + }, + "brightness": 673, + "moisture": 55, + "humidity": 39, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21b93899bc13ff25033f9b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:00:24.982Z" + }, + "brightness": 256, + "moisture": 41, + "humidity": 27, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21b95299bc137fee033f9c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:00:50.660Z" + }, + "brightness": 461, + "moisture": 43, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21b95f99bc13cdde033f9d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:01:03.037Z" + }, + "brightness": 665, + "moisture": 55, + "humidity": 40, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21b97599bc1381f0033f9e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:01:25.048Z" + }, + "brightness": 254, + "moisture": 42, + "humidity": 27, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21b99399bc137ab6033f9f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:01:55.738Z" + }, + "brightness": 427, + "moisture": 43, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21b99b99bc131fe1033fa0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:02:03.106Z" + }, + "brightness": 657, + "moisture": 55, + "humidity": 40, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21b9b199bc1308c0033fa1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:02:25.128Z" + }, + "brightness": 252, + "moisture": 41, + "humidity": 26, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f21b9d499bc13a336033fa2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:03:00.815Z" + }, + "brightness": 404, + "moisture": 44, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21b9d799bc13578b033fa3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:03:03.172Z" + }, + "brightness": 651, + "moisture": 55, + "humidity": 40, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21b9ed99bc13aaae033fa4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:03:25.185Z" + }, + "brightness": 249, + "moisture": 42, + "humidity": 26, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f21ba1399bc13ad46033fa5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:04:03.241Z" + }, + "brightness": 647, + "moisture": 55, + "humidity": 40, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21ba1599bc131356033fa6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:04:05.890Z" + }, + "brightness": 407, + "moisture": 43, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21ba2999bc13739a033fa7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:04:25.254Z" + }, + "brightness": 243, + "moisture": 42, + "humidity": 26, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21ba4f99bc13efe0033fa8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:05:03.298Z" + }, + "brightness": 640, + "moisture": 55, + "humidity": 38, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21ba5699bc137d83033fa9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:05:10.996Z" + }, + "brightness": 380, + "moisture": 43, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21ba6599bc1369f3033faa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:05:25.324Z" + }, + "brightness": 240, + "moisture": 41, + "humidity": 26, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21ba8b99bc13d8d7033fab" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:06:03.372Z" + }, + "brightness": 629, + "moisture": 55, + "humidity": 38, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21ba9899bc13ee97033fac" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:06:16.044Z" + }, + "brightness": 352, + "moisture": 43, + "humidity": 31, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21baa199bc13264c033fad" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:06:25.391Z" + }, + "brightness": 238, + "moisture": 41, + "humidity": 26, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21bac799bc13d9ae033fae" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:07:03.437Z" + }, + "brightness": 619, + "moisture": 55, + "humidity": 40, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21bad999bc1312ef033faf" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:07:21.138Z" + }, + "brightness": 340, + "moisture": 43, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21badd99bc13214b033fb0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:07:25.458Z" + }, + "brightness": 233, + "moisture": 42, + "humidity": 26, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21bb0399bc132ff2033fb1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:08:03.502Z" + }, + "brightness": 615, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21bb1999bc138274033fb2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:08:25.532Z" + }, + "brightness": 230, + "moisture": 42, + "humidity": 27, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21bb1a99bc134bb4033fb3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:08:26.201Z" + }, + "brightness": 335, + "moisture": 43, + "humidity": 30, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21bb3f99bc13ddaf033fb4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:09:03.570Z" + }, + "brightness": 610, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21bb5599bc13d1b6033fb5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:09:25.597Z" + }, + "brightness": 229, + "moisture": 41, + "humidity": 26, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21bb5b99bc1301b9033fb6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:09:31.381Z" + }, + "brightness": 325, + "moisture": 43, + "humidity": 30, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21bb7b99bc131080033fb7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:10:03.637Z" + }, + "brightness": 602, + "moisture": 55, + "humidity": 39, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21bb9199bc13527c033fb8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:10:25.667Z" + }, + "brightness": 222, + "moisture": 41, + "humidity": 26, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f21bb9c99bc134c72033fb9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:10:36.358Z" + }, + "brightness": 316, + "moisture": 43, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21bbb799bc130f9c033fba" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:11:03.707Z" + }, + "brightness": 590, + "moisture": 54, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21bbcd99bc1306e5033fbb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:11:25.779Z" + }, + "brightness": 219, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21bbdd99bc132186033fbc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:11:41.510Z" + }, + "brightness": 311, + "moisture": 43, + "humidity": 30, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21bbf399bc13818f033fbd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:12:03.775Z" + }, + "brightness": 588, + "moisture": 55, + "humidity": 40, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21bc0999bc13183a033fbe" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:12:25.851Z" + }, + "brightness": 214, + "moisture": 42, + "humidity": 26, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21bc1e99bc139eea033fbf" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:12:46.513Z" + }, + "brightness": 282, + "moisture": 43, + "humidity": 30, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21bc2f99bc133d82033fc0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:13:03.840Z" + }, + "brightness": 586, + "moisture": 55, + "humidity": 37, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21bc4599bc13415b033fc1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:13:25.917Z" + }, + "brightness": 210, + "moisture": 42, + "humidity": 26, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21bc5f99bc135c8b033fc2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:13:51.590Z" + }, + "brightness": 265, + "moisture": 43, + "humidity": 30, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21bc6b99bc139359033fc3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:14:03.907Z" + }, + "brightness": 581, + "moisture": 55, + "humidity": 40, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21bc8299bc131989033fc4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:14:26.002Z" + }, + "brightness": 213, + "moisture": 42, + "humidity": 26, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21bca099bc137418033fc5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:14:56.668Z" + }, + "brightness": 263, + "moisture": 43, + "humidity": 30, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21bca799bc13a12d033fc6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:15:03.996Z" + }, + "brightness": 576, + "moisture": 55, + "humidity": 38, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21bcbe99bc13c22e033fc7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:15:26.054Z" + }, + "brightness": 213, + "moisture": 43, + "humidity": 26, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f21bce199bc133f5a033fc8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:16:01.745Z" + }, + "brightness": 263, + "moisture": 43, + "humidity": 30, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21bcea99bc13d64b033fc9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:16:10.136Z" + }, + "brightness": 565, + "moisture": 55, + "humidity": 36, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21bcfa99bc1345fd033fca" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:16:26.121Z" + }, + "brightness": 211, + "moisture": 42, + "humidity": 26, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21bd2299bc13d2a9033fcb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:17:06.823Z" + }, + "brightness": 249, + "moisture": 43, + "humidity": 30, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21bd2699bc132e3e033fcc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:17:10.190Z" + }, + "brightness": 552, + "moisture": 55, + "humidity": 36, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21bd3699bc13cd76033fcd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:17:26.199Z" + }, + "brightness": 209, + "moisture": 42, + "humidity": 26, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21bd6299bc131336033fce" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:18:10.261Z" + }, + "brightness": 541, + "moisture": 55, + "humidity": 38, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21bd6399bc1385ff033fcf" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:18:11.901Z" + }, + "brightness": 244, + "moisture": 44, + "humidity": 30, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21bd7299bc13e20b033fd0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:18:26.260Z" + }, + "brightness": 206, + "moisture": 43, + "humidity": 26, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21bd9e99bc13016b033fd1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:19:10.326Z" + }, + "brightness": 538, + "moisture": 55, + "humidity": 37, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21bda499bc138687033fd2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:19:16.981Z" + }, + "brightness": 223, + "moisture": 43, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21bdae99bc13cf59033fd3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:19:26.338Z" + }, + "brightness": 202, + "moisture": 45, + "humidity": 26, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21bde499bc136558033fd4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:20:20.763Z" + }, + "brightness": 533, + "moisture": 55, + "humidity": 32, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21bde699bc138d5a033fd5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:20:22.055Z" + }, + "brightness": 214, + "moisture": 43, + "humidity": 31, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21bdea99bc13eff1033fd6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:20:26.399Z" + }, + "brightness": 202, + "moisture": 42, + "humidity": 26, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21be1c99bc134b6e033fd7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:21:16.192Z" + }, + "brightness": 518, + "moisture": 55, + "humidity": 32, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21be2699bc132a69033fd8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:21:26.466Z" + }, + "brightness": 197, + "moisture": 41, + "humidity": 26, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21be2799bc134617033fd9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:21:27.132Z" + }, + "brightness": 225, + "moisture": 43, + "humidity": 30, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21be5899bc137195033fda" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:22:16.259Z" + }, + "brightness": 505, + "moisture": 55, + "humidity": 36, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21be6299bc13c2cf033fdb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:22:26.537Z" + }, + "brightness": 193, + "moisture": 42, + "humidity": 26, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f21be6899bc134a4b033fdc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:22:32.200Z" + }, + "brightness": 209, + "moisture": 43, + "humidity": 30, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21be9499bc1312af033fdd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:23:16.329Z" + }, + "brightness": 494, + "moisture": 55, + "humidity": 35, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21be9e99bc1379b4033fde" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:23:26.627Z" + }, + "brightness": 190, + "moisture": 42, + "humidity": 26, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21bea999bc134d2f033fdf" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:23:37.279Z" + }, + "brightness": 195, + "moisture": 43, + "humidity": 30, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21bed099bc13108b033fe0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:24:16.399Z" + }, + "brightness": 487, + "moisture": 55, + "humidity": 39, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21beda99bc133ab8033fe1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:24:26.672Z" + }, + "brightness": 186, + "moisture": 41, + "humidity": 26, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21beea99bc137e2d033fe2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:24:42.355Z" + }, + "brightness": 190, + "moisture": 43, + "humidity": 30, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21bf0c99bc13ae23033fe3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:25:16.462Z" + }, + "brightness": 484, + "moisture": 55, + "humidity": 38, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21bf1699bc132c7d033fe4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:25:26.741Z" + }, + "brightness": 183, + "moisture": 42, + "humidity": 26, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21bf2b99bc1384f6033fe5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:25:47.432Z" + }, + "brightness": 180, + "moisture": 43, + "humidity": 29, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f21bf4899bc13353a033fe6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:26:16.529Z" + }, + "brightness": 479, + "moisture": 55, + "humidity": 34, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21bf5299bc130f4b033fe7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:26:26.815Z" + }, + "brightness": 180, + "moisture": 42, + "humidity": 26, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21bf6c99bc137e41033fe8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:26:52.510Z" + }, + "brightness": 172, + "moisture": 43, + "humidity": 29, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f21bf8499bc130e22033fe9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:27:16.594Z" + }, + "brightness": 473, + "moisture": 55, + "humidity": 38, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21bf8e99bc134ece033fea" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:27:26.900Z" + }, + "brightness": 175, + "moisture": 42, + "humidity": 26, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f21bfad99bc13fec2033feb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:27:57.588Z" + }, + "brightness": 161, + "moisture": 43, + "humidity": 29, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f21bfc099bc132591033fec" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:28:16.664Z" + }, + "brightness": 466, + "moisture": 55, + "humidity": 36, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21bfca99bc13556a033fed" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:28:26.949Z" + }, + "brightness": 170, + "moisture": 42, + "humidity": 26, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f21bfee99bc132def033fee" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:29:02.664Z" + }, + "brightness": 150, + "moisture": 45, + "humidity": 30, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f21bffc99bc13422b033fef" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:29:16.733Z" + }, + "brightness": 459, + "moisture": 55, + "humidity": 30, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21c00799bc13110d033ff0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:29:27.036Z" + }, + "brightness": 167, + "moisture": 41, + "humidity": 26, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f21c02f99bc13384f033ff1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:30:07.742Z" + }, + "brightness": 145, + "moisture": 43, + "humidity": 30, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f21c03899bc132723033ff2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:30:16.799Z" + }, + "brightness": 449, + "moisture": 55, + "humidity": 33, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21c04399bc130110033ff3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:30:27.101Z" + }, + "brightness": 165, + "moisture": 42, + "humidity": 26, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f21c07099bc1307f1033ff4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:31:12.820Z" + }, + "brightness": 146, + "moisture": 43, + "humidity": 30, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f21c07499bc13dc9e033ff5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:31:16.864Z" + }, + "brightness": 436, + "moisture": 55, + "humidity": 33, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21c07f99bc136e19033ff6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:31:27.157Z" + }, + "brightness": 162, + "moisture": 42, + "humidity": 26, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f21c0b099bc136f45033ff7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:32:16.945Z" + }, + "brightness": 426, + "moisture": 55, + "humidity": 28, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21c0b199bc138311033ff8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:32:17.899Z" + }, + "brightness": 141, + "moisture": 43, + "humidity": 29, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f21c0bb99bc139746033ff9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:32:27.229Z" + }, + "brightness": 154, + "moisture": 42, + "humidity": 26, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f21c0ed99bc137ac9033ffa" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:33:17.022Z" + }, + "brightness": 419, + "moisture": 55, + "humidity": 27, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21c0f299bc137082033ffb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:33:22.979Z" + }, + "brightness": 134, + "moisture": 43, + "humidity": 29, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f21c0f799bc138379033ffc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:33:27.296Z" + }, + "brightness": 157, + "moisture": 44, + "humidity": 25, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f21c12999bc137d63033ffd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:34:17.075Z" + }, + "brightness": 411, + "moisture": 55, + "humidity": 30, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21c13399bc13edcf033ffe" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:34:27.362Z" + }, + "brightness": 155, + "moisture": 48, + "humidity": 25, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f21c13499bc13afae033fff" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:34:28.054Z" + }, + "brightness": 131, + "moisture": 43, + "humidity": 30, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f21c16599bc13c0b0034000" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:35:17.137Z" + }, + "brightness": 402, + "moisture": 55, + "humidity": 30, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21c16f99bc137e17034001" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:35:27.431Z" + }, + "brightness": 153, + "moisture": 43, + "humidity": 26, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f21c17599bc136153034002" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:35:33.132Z" + }, + "brightness": 131, + "moisture": 43, + "humidity": 30, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f21c1a199bc13c613034003" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:36:17.216Z" + }, + "brightness": 392, + "moisture": 55, + "humidity": 29, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21c1ab99bc133597034004" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:36:27.498Z" + }, + "brightness": 150, + "moisture": 41, + "humidity": 26, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f21c1b699bc13da5f034005" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:36:38.209Z" + }, + "brightness": 130, + "moisture": 43, + "humidity": 30, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f21c1dd99bc13b77c034006" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:37:17.272Z" + }, + "brightness": 381, + "moisture": 55, + "humidity": 30, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21c1e799bc1307b0034007" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:37:27.580Z" + }, + "brightness": 145, + "moisture": 42, + "humidity": 25, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f21c1f799bc137e19034008" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:37:43.289Z" + }, + "brightness": 124, + "moisture": 43, + "humidity": 30, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f21c21999bc1345a7034009" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:38:17.355Z" + }, + "brightness": 370, + "moisture": 55, + "humidity": 27, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21c22399bc133ee803400a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:38:27.683Z" + }, + "brightness": 142, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21c23899bc136cc903400b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:38:48.369Z" + }, + "brightness": 116, + "moisture": 43, + "humidity": 30, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f21c25599bc13303a03400c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:39:17.421Z" + }, + "brightness": 356, + "moisture": 55, + "humidity": 28, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21c25f99bc136a0103400d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:39:27.752Z" + }, + "brightness": 140, + "moisture": 42, + "humidity": 25, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f21c27999bc13a60103400e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:39:53.445Z" + }, + "brightness": 113, + "moisture": 43, + "humidity": 30, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f21c29199bc137c4c03400f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:40:17.482Z" + }, + "brightness": 343, + "moisture": 55, + "humidity": 28, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21c29b99bc1386cb034010" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:40:27.819Z" + }, + "brightness": 136, + "moisture": 41, + "humidity": 26, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f21c2ba99bc131268034011" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:40:58.523Z" + }, + "brightness": 111, + "moisture": 43, + "humidity": 30, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f21c2cd99bc132c08034012" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:41:17.545Z" + }, + "brightness": 330, + "moisture": 55, + "humidity": 28, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21c2d799bc135288034013" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:41:27.893Z" + }, + "brightness": 133, + "moisture": 48, + "humidity": 25, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f21c2fb99bc1316f0034014" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:42:03.600Z" + }, + "brightness": 106, + "moisture": 43, + "humidity": 30, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f21c30999bc1397dc034015" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:42:17.608Z" + }, + "brightness": 318, + "moisture": 55, + "humidity": 26, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21c31399bc136307034016" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:42:27.959Z" + }, + "brightness": 126, + "moisture": 42, + "humidity": 26, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f21c33c99bc137ed7034017" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:43:08.678Z" + }, + "brightness": 100, + "moisture": 43, + "humidity": 30, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f21c34399bc13b2a4034018" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:43:15.210Z" + }, + "brightness": 310, + "moisture": 55, + "humidity": 32, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21c35099bc1308e6034019" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:43:28.038Z" + }, + "brightness": 123, + "moisture": 42, + "humidity": 26, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f21c37999bc13660c03401a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:44:09.282Z" + }, + "brightness": 304, + "moisture": 55, + "humidity": 33, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21c37d99bc1386e003401b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:44:13.760Z" + }, + "brightness": 94, + "moisture": 43, + "humidity": 30, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f21c38c99bc13b4c903401c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:44:28.097Z" + }, + "brightness": 119, + "moisture": 42, + "humidity": 26, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f21c3b599bc1382e403401d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:45:09.349Z" + }, + "brightness": 297, + "moisture": 55, + "humidity": 27, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21c3be99bc13f50903401e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:45:18.833Z" + }, + "brightness": 89, + "moisture": 43, + "humidity": 30, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f21c3c899bc134d8c03401f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:45:28.168Z" + }, + "brightness": 119, + "moisture": 42, + "humidity": 26, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21c3f199bc136dcf034020" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:46:09.415Z" + }, + "brightness": 289, + "moisture": 55, + "humidity": 27, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21c3ff99bc1379d3034021" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:46:23.910Z" + }, + "brightness": 83, + "moisture": 43, + "humidity": 30, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f21c40499bc13e193034022" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:46:28.238Z" + }, + "brightness": 118, + "moisture": 42, + "humidity": 26, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21c42e99bc134ec0034023" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:47:10.075Z" + }, + "brightness": 284, + "moisture": 55, + "humidity": 27, + "temperature": 33 +},{ + "_id": { + "$oid": "5f21c44099bc133758034024" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:47:28.307Z" + }, + "brightness": 114, + "moisture": 42, + "humidity": 26, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f21c44099bc1318db034025" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:47:28.988Z" + }, + "brightness": 78, + "moisture": 43, + "humidity": 30, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f21c46399bc1309c8034026" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:48:03.731Z" + }, + "brightness": 270, + "moisture": 55, + "humidity": 28, + "temperature": 33 +},{ + "_id": { + "$oid": "5f21c47c99bc131217034027" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:48:28.383Z" + }, + "brightness": 111, + "moisture": 42, + "humidity": 26, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21c48299bc1316f6034028" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:48:34.065Z" + }, + "brightness": 74, + "moisture": 43, + "humidity": 30, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f21c49f99bc13e664034029" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:49:03.795Z" + }, + "brightness": 260, + "moisture": 54, + "humidity": 27, + "temperature": 33 +},{ + "_id": { + "$oid": "5f21c4b899bc13011d03402a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:49:28.445Z" + }, + "brightness": 109, + "moisture": 41, + "humidity": 26, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21c4c399bc13d15e03402b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:49:39.145Z" + }, + "brightness": 70, + "moisture": 42, + "humidity": 30, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f21c4f499bc13947e03402c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:50:28.515Z" + }, + "brightness": 106, + "moisture": 41, + "humidity": 26, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21c50499bc13512103402d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:50:44.220Z" + }, + "brightness": 67, + "moisture": 43, + "humidity": 30, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f21c53099bc13aaf303402e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:51:28.586Z" + }, + "brightness": 104, + "moisture": 42, + "humidity": 26, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21c54599bc13432b03402f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:51:49.298Z" + }, + "brightness": 64, + "moisture": 43, + "humidity": 30, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f21c56c99bc133c9c034030" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:52:28.654Z" + }, + "brightness": 101, + "moisture": 42, + "humidity": 26, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21c57b99bc1380b6034031" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:52:43.794Z" + }, + "brightness": 260, + "moisture": 54, + "humidity": 29, + "temperature": 33 +},{ + "_id": { + "$oid": "5f21c58699bc136ffa034032" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:52:54.375Z" + }, + "brightness": 60, + "moisture": 43, + "humidity": 30, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f21c5a899bc134afb034033" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:53:28.733Z" + }, + "brightness": 98, + "moisture": 42, + "humidity": 26, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21c5b299bc133b3e034034" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:53:38.812Z" + }, + "brightness": 210, + "moisture": 55, + "humidity": 30, + "temperature": 33 +},{ + "_id": { + "$oid": "5f21c5c799bc132752034035" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:53:59.454Z" + }, + "brightness": 58, + "moisture": 43, + "humidity": 30, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f21c5e499bc137f4c034036" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:54:28.802Z" + }, + "brightness": 137, + "moisture": 43, + "humidity": 26, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f21c5ee99bc135e8d034037" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:54:38.891Z" + }, + "brightness": 199, + "moisture": 55, + "humidity": 31, + "temperature": 33 +},{ + "_id": { + "$oid": "5f21c60899bc133e70034038" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:55:04.530Z" + }, + "brightness": 54, + "moisture": 43, + "humidity": 30, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f21c62099bc13630e034039" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:55:28.866Z" + }, + "brightness": 92, + "moisture": 42, + "humidity": 26, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f21c62a99bc135ff303403a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T18:55:38.945Z" + }, + "brightness": 189, + "moisture": 55, + "humidity": 30, + "temperature": 33 +},{ + "_id": { + "$oid": "5f21c64999bc130e4903403b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:56:09.608Z" + }, + "brightness": 51, + "moisture": 43, + "humidity": 30, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f21c65c99bc132aec03403c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:56:28.930Z" + }, + "brightness": 90, + "moisture": 41, + "humidity": 26, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f21c68a99bc131ecd03403d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:57:14.733Z" + }, + "brightness": 48, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21c69999bc139d7203403e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:57:29.002Z" + }, + "brightness": 87, + "moisture": 42, + "humidity": 26, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f21c6cb99bc13074b03403f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:58:19.809Z" + }, + "brightness": 45, + "moisture": 44, + "humidity": 30, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f21c6d599bc13771e034040" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:58:29.076Z" + }, + "brightness": 84, + "moisture": 42, + "humidity": 26, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21c70c99bc1345a9034041" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T18:59:24.886Z" + }, + "brightness": 41, + "moisture": 42, + "humidity": 30, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f21c71199bc135c48034042" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T18:59:29.137Z" + }, + "brightness": 80, + "moisture": 42, + "humidity": 26, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21c74d99bc13dd31034043" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:00:29.205Z" + }, + "brightness": 79, + "moisture": 42, + "humidity": 27, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21c74d99bc138cd2034044" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:00:29.964Z" + }, + "brightness": 39, + "moisture": 43, + "humidity": 30, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f21c78999bc135a15034045" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:01:29.275Z" + }, + "brightness": 76, + "moisture": 42, + "humidity": 26, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21c78f99bc132907034046" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:01:35.041Z" + }, + "brightness": 35, + "moisture": 42, + "humidity": 30, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f21c7c599bc13aa04034047" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:02:29.345Z" + }, + "brightness": 74, + "moisture": 42, + "humidity": 26, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21c7d099bc13040a034048" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:02:40.119Z" + }, + "brightness": 33, + "moisture": 43, + "humidity": 30, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f21c80199bc134f55034049" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:03:29.413Z" + }, + "brightness": 71, + "moisture": 42, + "humidity": 26, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21c81199bc1372cd03404a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:03:45.201Z" + }, + "brightness": 29, + "moisture": 42, + "humidity": 29, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f21c83d99bc13702903404b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:04:29.482Z" + }, + "brightness": 69, + "moisture": 42, + "humidity": 26, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21c85299bc138c7503404c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:04:50.276Z" + }, + "brightness": 27, + "moisture": 43, + "humidity": 29, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f21c85399bc133bbf03404d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:04:51.365Z" + }, + "brightness": 181, + "moisture": 57, + "humidity": 33, + "temperature": 33 +},{ + "_id": { + "$oid": "5f21c87999bc1355c803404e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:05:29.558Z" + }, + "brightness": 67, + "moisture": 41, + "humidity": 26, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21c88899bc13043403404f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:05:44.488Z" + }, + "brightness": 84, + "moisture": 55, + "humidity": 36, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21c89399bc1369db034050" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:05:55.352Z" + }, + "brightness": 24, + "moisture": 43, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21c8b599bc135103034051" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:06:29.627Z" + }, + "brightness": 65, + "moisture": 41, + "humidity": 26, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21c8c499bc137d11034052" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:06:44.563Z" + }, + "brightness": 76, + "moisture": 55, + "humidity": 34, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21c8d499bc1362f4034053" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:07:00.431Z" + }, + "brightness": 22, + "moisture": 43, + "humidity": 30, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f21c8e299bc137914034054" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:07:14.814Z" + }, + "brightness": 74, + "moisture": 56, + "humidity": 36, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21c8f199bc13627d034055" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:07:29.687Z" + }, + "brightness": 63, + "moisture": 42, + "humidity": 26, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21c91599bc135397034056" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:08:05.509Z" + }, + "brightness": 20, + "moisture": 42, + "humidity": 29, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f21c92d99bc131ab2034057" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:08:29.763Z" + }, + "brightness": 61, + "moisture": 42, + "humidity": 26, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21c92d99bc1352c2034058" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:08:29.839Z" + }, + "brightness": 70, + "moisture": 57, + "humidity": 35, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21c95699bc1398d9034059" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:09:10.584Z" + }, + "brightness": 19, + "moisture": 43, + "humidity": 29, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f21c96999bc1377ff03405a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:09:29.831Z" + }, + "brightness": 59, + "moisture": 41, + "humidity": 26, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21c99799bc136c2303405b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:10:15.662Z" + }, + "brightness": 16, + "moisture": 46, + "humidity": 30, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f21c9a599bc13d64703405c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:10:29.906Z" + }, + "brightness": 57, + "moisture": 42, + "humidity": 26, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21c9d899bc13503103405d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:11:20.739Z" + }, + "brightness": 14, + "moisture": 43, + "humidity": 30, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f21c9e199bc13bdad03405e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:11:29.971Z" + }, + "brightness": 56, + "moisture": 42, + "humidity": 26, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21ca1999bc13243d03405f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:12:25.818Z" + }, + "brightness": 13, + "moisture": 42, + "humidity": 29, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f21ca1e99bc136d88034060" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:12:30.036Z" + }, + "brightness": 54, + "moisture": 42, + "humidity": 26, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21ca5a99bc13571f034061" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:13:30.104Z" + }, + "brightness": 53, + "moisture": 42, + "humidity": 26, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21ca5a99bc1381ae034062" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:13:30.895Z" + }, + "brightness": 11, + "moisture": 42, + "humidity": 29, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f21ca9699bc1341a7034063" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:14:30.173Z" + }, + "brightness": 52, + "moisture": 41, + "humidity": 26, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21ca9b99bc13270c034064" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:14:35.972Z" + }, + "brightness": 10, + "moisture": 42, + "humidity": 30, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f21cad299bc138967034065" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:15:30.248Z" + }, + "brightness": 51, + "moisture": 41, + "humidity": 26, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21cadd99bc13820f034066" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:15:41.050Z" + }, + "brightness": 9, + "moisture": 42, + "humidity": 30, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f21cb0e99bc134230034067" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:16:30.309Z" + }, + "brightness": 50, + "moisture": 42, + "humidity": 26, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21cb1e99bc13b03d034068" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:16:46.128Z" + }, + "brightness": 8, + "moisture": 42, + "humidity": 30, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f21cb2799bc1383dd034069" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:16:55.786Z" + }, + "brightness": 59, + "moisture": 57, + "humidity": 36, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21cb4a99bc13029703406a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:17:30.387Z" + }, + "brightness": 49, + "moisture": 42, + "humidity": 26, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21cb5c99bc13294b03406b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:17:48.785Z" + }, + "brightness": 26, + "moisture": 55, + "humidity": 36, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21cb5f99bc13fb8e03406c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:17:51.205Z" + }, + "brightness": 6, + "moisture": 42, + "humidity": 30, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f21cb8699bc13e05403406d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:18:30.537Z" + }, + "brightness": 49, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21cb9899bc133f4d03406e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:18:48.857Z" + }, + "brightness": 23, + "moisture": 55, + "humidity": 34, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21cba099bc13726503406f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:18:56.286Z" + }, + "brightness": 14, + "moisture": 42, + "humidity": 30, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f21cbc299bc133c96034070" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:19:30.605Z" + }, + "brightness": 49, + "moisture": 41, + "humidity": 26, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21cbd499bc133f2d034071" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:19:48.948Z" + }, + "brightness": 20, + "moisture": 55, + "humidity": 35, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21cbe199bc135b92034072" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:20:01.410Z" + }, + "brightness": 14, + "moisture": 42, + "humidity": 30, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f21cbfe99bc136dac034073" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:20:30.677Z" + }, + "brightness": 48, + "moisture": 41, + "humidity": 26, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21cc1199bc133f36034074" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:20:49.006Z" + }, + "brightness": 19, + "moisture": 55, + "humidity": 34, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21cc2299bc1332b6034075" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:21:06.437Z" + }, + "brightness": 13, + "moisture": 46, + "humidity": 30, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f21cc3a99bc13e84a034076" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:21:30.744Z" + }, + "brightness": 47, + "moisture": 41, + "humidity": 26, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21cc4d99bc132886034077" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:21:49.069Z" + }, + "brightness": 17, + "moisture": 55, + "humidity": 34, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21cc6399bc133afe034078" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:22:11.567Z" + }, + "brightness": 12, + "moisture": 46, + "humidity": 30, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f21cc7699bc13ca92034079" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:22:30.814Z" + }, + "brightness": 47, + "moisture": 41, + "humidity": 26, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21cc8999bc13115703407a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:22:49.136Z" + }, + "brightness": 15, + "moisture": 55, + "humidity": 36, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21cca499bc13656103407b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:23:16.591Z" + }, + "brightness": 11, + "moisture": 46, + "humidity": 30, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f21ccb299bc132d3a03407c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:23:30.884Z" + }, + "brightness": 46, + "moisture": 41, + "humidity": 26, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21ccc599bc133d8303407d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:23:49.197Z" + }, + "brightness": 14, + "moisture": 55, + "humidity": 37, + "temperature": 32 +},{ + "_id": { + "$oid": "5f21cce599bc1369a103407e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:24:21.668Z" + }, + "brightness": 11, + "moisture": 46, + "humidity": 30, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f21ccee99bc137dc903407f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:24:30.952Z" + }, + "brightness": 46, + "moisture": 41, + "humidity": 26, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21cd0199bc135cb3034080" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:24:49.285Z" + }, + "brightness": 12, + "moisture": 55, + "humidity": 35, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21cd2699bc1341bc034081" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:25:26.750Z" + }, + "brightness": 10, + "moisture": 46, + "humidity": 30, + "temperature": 27.5 +},{ + "_id": { + "$oid": "5f21cd2b99bc13081e034082" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:25:31.020Z" + }, + "brightness": 46, + "moisture": 41, + "humidity": 26, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f21cd3d99bc139032034083" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:25:49.340Z" + }, + "brightness": 10, + "moisture": 55, + "humidity": 36, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21cd6799bc131d9a034084" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:26:31.099Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 26, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21cd6799bc131492034085" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:26:31.863Z" + }, + "brightness": 10, + "moisture": 46, + "humidity": 30, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f21cd7999bc131dd1034086" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:26:49.414Z" + }, + "brightness": 10, + "moisture": 55, + "humidity": 37, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21cda399bc13469b034087" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:27:31.157Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 26, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21cda899bc13cdee034088" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:27:36.897Z" + }, + "brightness": 10, + "moisture": 46, + "humidity": 30, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f21cdb599bc134038034089" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:27:49.479Z" + }, + "brightness": 9, + "moisture": 55, + "humidity": 36, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21cddf99bc131fac03408a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:28:31.226Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 26, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21cdea99bc13f97503408b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:28:42.022Z" + }, + "brightness": 10, + "moisture": 42, + "humidity": 30, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f21cdf199bc13176603408c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:28:49.537Z" + }, + "brightness": 5, + "moisture": 55, + "humidity": 29, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21ce1b99bc131a9203408d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:29:31.301Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 26, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21ce2b99bc13280103408e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:29:47.051Z" + }, + "brightness": 10, + "moisture": 46, + "humidity": 30, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f21ce2d99bc138ad903408f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:29:49.612Z" + }, + "brightness": 5, + "moisture": 55, + "humidity": 29, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21ce5799bc13a0c0034090" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:30:31.365Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 26, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f21ce6999bc13bd98034091" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:30:49.689Z" + }, + "brightness": 4, + "moisture": 55, + "humidity": 33, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21ce6c99bc137886034092" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:30:52.158Z" + }, + "brightness": 10, + "moisture": 46, + "humidity": 30, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f21ce9399bc13103b034093" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:31:31.433Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 26, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21cea599bc132148034094" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:31:49.748Z" + }, + "brightness": 4, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21cead99bc13e2fe034095" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:31:57.205Z" + }, + "brightness": 10, + "moisture": 43, + "humidity": 30, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f21cecf99bc13591d034096" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:32:31.503Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 26, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21cee199bc13e821034097" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:32:49.819Z" + }, + "brightness": 3, + "moisture": 55, + "humidity": 33, + "temperature": 31 +},{ + "_id": { + "$oid": "5f21ceee99bc136a5a034098" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:33:02.315Z" + }, + "brightness": 10, + "moisture": 42, + "humidity": 30, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f21cf0b99bc132fdb034099" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:33:31.572Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 26, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f21cf1d99bc13411503409a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:33:49.887Z" + }, + "brightness": 3, + "moisture": 55, + "humidity": 36, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21cf2f99bc1330a003409b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:34:07.362Z" + }, + "brightness": 9, + "moisture": 42, + "humidity": 30, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f21cf4799bc132e3d03409c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:34:31.639Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 26, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21cf5999bc131fee03409d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:34:49.954Z" + }, + "brightness": 1, + "moisture": 55, + "humidity": 33, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21cf7099bc13201603409e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:35:12.472Z" + }, + "brightness": 9, + "moisture": 42, + "humidity": 30, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f21cf8399bc130faa03409f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:35:31.709Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 26, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21cf9699bc132bf20340a0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:35:50.025Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 31, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21cfb199bc137bae0340a1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:36:17.511Z" + }, + "brightness": 9, + "moisture": 43, + "humidity": 30, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f21cfbf99bc13bf180340a2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:36:31.780Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 26, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21cfd299bc13eb9c0340a3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:36:50.095Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 31, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21cff299bc13d27b0340a4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:37:22.627Z" + }, + "brightness": 9, + "moisture": 46, + "humidity": 30, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f21cffb99bc1300c20340a5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:37:31.846Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21d00e99bc134f090340a6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:37:50.163Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 28, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21d03399bc1307da0340a7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:38:27.665Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 31, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f21d03799bc13dd920340a8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:38:31.917Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21d04a99bc137d5a0340a9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:38:50.279Z" + }, + "brightness": 1, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21d07499bc1339b00340aa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:39:32.001Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21d07499bc1341f00340ab" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:39:32.766Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 30, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f21d08699bc1324210340ac" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:39:50.397Z" + }, + "brightness": 1, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21d0b099bc1320680340ad" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:40:32.071Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21d0b599bc133ffe0340ae" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:40:37.823Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 31, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f21d0c299bc130cab0340af" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:40:50.464Z" + }, + "brightness": 1, + "moisture": 55, + "humidity": 30, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21d0ec99bc133c140340b0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:41:32.132Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 26, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21d0f699bc1333230340b1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:41:42.902Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 30, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f21d0fe99bc1328de0340b2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:41:50.537Z" + }, + "brightness": 1, + "moisture": 55, + "humidity": 29, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21d12899bc1324ea0340b3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:42:32.207Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 27, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21d13799bc1377dd0340b4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:42:47.978Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 30, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f21d13a99bc13ea5a0340b5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:42:50.599Z" + }, + "brightness": 1, + "moisture": 55, + "humidity": 28, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21d16499bc13d51d0340b6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:43:32.299Z" + }, + "brightness": 45, + "moisture": 42, + "humidity": 26, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21d17699bc130b430340b7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:43:50.670Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 28, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21d17999bc132a4b0340b8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:43:53.053Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 30, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f21d1a099bc13661c0340b9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:44:32.366Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 27, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21d1b299bc1372990340ba" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:44:50.743Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 32, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21d1ba99bc13d1880340bb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:44:58.133Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 31, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f21d1dc99bc1395c20340bc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:45:32.446Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 27, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21d1ee99bc1372460340bd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:45:50.801Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 32, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21d1fb99bc1357d60340be" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:46:03.209Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 31, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f21d21899bc13ce940340bf" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:46:32.512Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21d22a99bc137ff80340c0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:46:50.877Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 30, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21d23c99bc1383800340c1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:47:08.285Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 31, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f21d25499bc131de20340c2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:47:32.604Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21d26699bc13dbc80340c3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:47:50.936Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 31, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21d27d99bc1338350340c4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:48:13.364Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 31, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f21d29099bc13435b0340c5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:48:32.647Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21d2a399bc135faf0340c6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:48:51.005Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 33, + "temperature": 30 +},{ + "_id": { + "$oid": "5f21d2be99bc13757a0340c7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:49:18.441Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 31, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f21d2cc99bc133c590340c8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:49:32.710Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 27, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f21d2df99bc1337220340c9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:49:51.075Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 28, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21d2ff99bc139c150340ca" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:50:23.519Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 31, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f21d30899bc13eb530340cb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:50:32.772Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 27, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21d31b99bc1302d90340cc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:50:51.141Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 30, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21d34099bc133bed0340cd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:51:28.596Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 31, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f21d34499bc13e4920340ce" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:51:32.863Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 27, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21d35799bc1378540340cf" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:51:51.220Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 31, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21d38099bc13c0ec0340d0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:52:32.952Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 27, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21d38199bc1334760340d1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:52:33.675Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 31, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f21d39399bc1347b70340d2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:52:51.278Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 30, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21d3bc99bc1347df0340d3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:53:32.964Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 27, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21d3c299bc1354320340d4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:53:38.751Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 31, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f21d3cf99bc13134e0340d5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:53:51.352Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 28, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21d3f999bc13461f0340d6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:54:33.030Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 27, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21d40399bc13255f0340d7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:54:43.828Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 31, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f21d40b99bc13dcb30340d8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:54:51.415Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 30, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21d43599bc1301cc0340d9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:55:33.099Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 27, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21d44499bc1332280340da" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:55:48.906Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 31, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f21d44799bc137dbb0340db" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:55:51.491Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 32, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21d47199bc134e2e0340dc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:56:33.172Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 27, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21d48399bc136b850340dd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:56:51.557Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 37, + "temperature": 29 +},{ + "_id": { + "$oid": "5f21d48599bc1373510340de" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:56:53.974Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 31, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f21d4ad99bc136ba40340df" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:57:33.237Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 27, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21d4bf99bc1330470340e0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:57:51.620Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 39, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21d4c799bc13840c0340e1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:57:59.052Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 31, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21d4e999bc134baa0340e2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:58:33.309Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 27, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21d4fb99bc1376810340e3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:58:51.686Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 39, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21d50899bc13dcb60340e4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T19:59:04.132Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 31, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f21d52599bc13a3d20340e5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T19:59:33.374Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 27, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21d53799bc13f1350340e6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T19:59:51.762Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 39, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21d54999bc1340800340e7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:00:09.199Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 31, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21d56199bc13a8890340e8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:00:33.442Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 27, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21d57399bc1354e20340e9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:00:51.839Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 39, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21d58a99bc1336580340ea" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:01:14.267Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21d59d99bc13794b0340eb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:01:33.513Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 27, + "temperature": 27.4 +},{ + "_id": { + "$oid": "5f21d5af99bc135b180340ec" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:01:51.897Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 39, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21d5cb99bc1307ca0340ed" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:02:19.338Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 31, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21d5d999bc1344c40340ee" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:02:33.580Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 27, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f21d5eb99bc1358ca0340ef" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:02:51.973Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 39, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21d60c99bc1302c00340f0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:03:24.405Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 31, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21d61599bc13690b0340f1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:03:33.653Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 28, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21d62899bc1312590340f2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:03:52.035Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 39, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21d64d99bc13419d0340f3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:04:29.473Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 31, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21d65199bc136e6a0340f4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:04:33.727Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 29, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f21d66499bc13193d0340f5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:04:52.105Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 38, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21d68d99bc132f600340f6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:05:33.790Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 29, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f21d68e99bc131e530340f7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:05:34.542Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 31, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21d6a099bc13a3c10340f8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:05:52.169Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 39, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21d6c999bc137f140340f9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:06:33.856Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 29, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f21d6cf99bc1389200340fa" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:06:39.611Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 31, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21d6dc99bc135eb40340fb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:06:52.240Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 39, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21d70599bc13469d0340fc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:07:33.926Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 29, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f21d71099bc1393800340fd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:07:44.678Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 31, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21d71899bc13f0ec0340fe" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:07:52.306Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 39, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21d74199bc13244d0340ff" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:08:33.994Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 29, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f21d75199bc13264d034100" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:08:49.747Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 31, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f21d75499bc1300f7034101" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:08:52.382Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 38, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21d77e99bc131cf5034102" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:09:34.063Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 29, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f21d79099bc136984034103" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:09:52.447Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 39, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21d79299bc134f51034104" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:09:54.817Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 31, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f21d7ba99bc13e82d034105" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:10:34.133Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 29, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f21d7ca99bc131d28034106" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:10:50.081Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 31, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f21d7cc99bc131aa3034107" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:10:52.562Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 39, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21d7f699bc135c34034108" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:11:34.203Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 30, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f21d80599bc13778b034109" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:11:49.441Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 31, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f21d80899bc13376c03410a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:11:52.647Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 40, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21d83299bc131ac803410b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:12:34.272Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 30, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f21d84499bc133a8f03410c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:12:52.681Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 40, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21d84699bc13750303410d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:12:54.520Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 31, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f21d86e99bc13058403410e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:13:34.338Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 30, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f21d88099bc13b28503410f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:13:52.752Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 40, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21d88799bc132ecd034110" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:13:59.598Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21d8aa99bc131bbf034111" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:14:34.409Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 30, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f21d8bc99bc136f12034112" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:14:52.785Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 40, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21d8c899bc137cc6034113" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:15:04.676Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 31, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21d8e699bc1356d9034114" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:15:34.479Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 30, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f21d8f899bc13056f034115" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:15:52.868Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 40, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21d90999bc134298034116" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:16:09.752Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 31, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f21d92299bc137781034117" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:16:34.544Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 30, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f21d93499bc136aea034118" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:16:52.950Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 41, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21d94a99bc132bd3034119" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:17:14.829Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 31, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f21d95e99bc1372d303411a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:17:34.612Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 30, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f21d97199bc1357de03411b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:17:53.027Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 41, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21d98b99bc135d5b03411c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:18:19.906Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 31, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f21d99a99bc13b8a203411d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:18:34.688Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 30, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f21d9ad99bc13909b03411e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:18:53.106Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 41, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21d9cc99bc13375303411f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:19:24.984Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 31, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f21d9d699bc13259d034120" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:19:34.752Z" + }, + "brightness": 43, + "moisture": 41, + "humidity": 30, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f21d9e999bc138d4d034121" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:19:53.158Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 41, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21da0e99bc138fd0034122" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:20:30.062Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 31, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f21da1299bc13fc3c034123" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:20:34.821Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 30, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f21da2599bc133d1b034124" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:20:53.205Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 41, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21da4e99bc13c150034125" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:21:34.899Z" + }, + "brightness": 40, + "moisture": 41, + "humidity": 30, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f21da4f99bc1362bd034126" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:21:35.139Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 31, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f21da6199bc132d92034127" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:21:53.292Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 41, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21da8a99bc13529b034128" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:22:34.964Z" + }, + "brightness": 44, + "moisture": 48, + "humidity": 31, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f21da9099bc137310034129" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:22:40.219Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 31, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f21da9d99bc136bda03412a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:22:53.363Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 41, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21dac799bc13862b03412b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:23:35.036Z" + }, + "brightness": 44, + "moisture": 47, + "humidity": 31, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f21dad199bc13507803412c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:23:45.296Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 31, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f21dad999bc13235903412d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:23:53.417Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 41, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21db0399bc13aa4403412e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:24:35.095Z" + }, + "brightness": 44, + "moisture": 46, + "humidity": 31, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f21db1299bc1387c703412f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:24:50.373Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 31, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f21db1599bc13e37f034130" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:24:53.497Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 41, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21db3f99bc139b07034131" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:25:35.214Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21db5199bc13ebca034132" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:25:53.541Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21db5399bc13d023034133" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:25:55.449Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 32, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f21db7b99bc133c6a034134" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:26:35.368Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21db8d99bc1367b7034135" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:26:53.612Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 40, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21db9499bc132f2c034136" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:27:00.526Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 32, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f21dbb799bc137396034137" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:27:35.439Z" + }, + "brightness": 44, + "moisture": 44, + "humidity": 31, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f21dbc999bc134ccc034138" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:27:53.681Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 40, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21dbd599bc13e6a3034139" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:28:05.604Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 32, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21dbf399bc13c57203413a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:28:35.774Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21dc0599bc13a66d03413b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:28:53.744Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 40, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21dc1699bc13aa3003413c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:29:10.685Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 32, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21dc2f99bc13dd7703413d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:29:35.844Z" + }, + "brightness": 44, + "moisture": 47, + "humidity": 32, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21dc4199bc13bd4103413e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:29:53.814Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 40, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21dc5799bc1306bf03413f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:30:15.759Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 32, + "temperature": 26.9 +},{ + "_id": { + "$oid": "5f21dc6b99bc139c47034140" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:30:35.912Z" + }, + "brightness": 44, + "moisture": 47, + "humidity": 32, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21dc7d99bc133c7a034141" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:30:53.925Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21dc9899bc133efe034142" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:31:20.827Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 32, + "temperature": 26.9 +},{ + "_id": { + "$oid": "5f21dca799bc13f18b034143" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:31:35.983Z" + }, + "brightness": 44, + "moisture": 43, + "humidity": 32, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21dcba99bc1318d0034144" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:31:54.041Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21dcd999bc135baf034145" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:32:25.906Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 32, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21dce499bc1392ff034146" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:32:36.048Z" + }, + "brightness": 44, + "moisture": 42, + "humidity": 32, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21dcf699bc1337fc034147" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:32:54.106Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 40, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21dd1a99bc135f35034148" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:33:30.983Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 32, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21dd2099bc1373b8034149" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:33:36.120Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 31, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f21dd3299bc13ecf103414a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:33:54.173Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 41, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21dd5c99bc130ce203414b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:34:36.061Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 32, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21dd5c99bc136ca103414c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:34:36.192Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 31, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f21dd6e99bc13ab4d03414d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:34:54.244Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21dd9899bc13bf5803414e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:35:36.256Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 31, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f21dd9d99bc136d8003414f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:35:41.139Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 32, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f21ddaa99bc13733b034150" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:35:54.313Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 42, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21ddd499bc135f54034151" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:36:36.372Z" + }, + "brightness": 44, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21ddde99bc1399a0034152" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:36:46.218Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 32, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f21dde699bc13eb01034153" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:36:54.393Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21de1099bc13f31b034154" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:37:36.529Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21de1f99bc13721b034155" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:37:51.283Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 32, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f21de2299bc13e2c6034156" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:37:54.453Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 42, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21de4c99bc132c1f034157" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:38:36.597Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 32, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f21de5e99bc137742034158" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:38:54.522Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 42, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21de6099bc138495034159" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:38:56.361Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 32, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f21de8899bc13829d03415a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:39:36.665Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 32, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f21de9a99bc136bdc03415b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:39:54.593Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 42, + "temperature": 28 +},{ + "_id": { + "$oid": "5f21dea199bc13e04703415c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:40:01.431Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 32, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f21dec499bc13de0d03415d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:40:36.733Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 32, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f21ded699bc13e63503415e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:40:54.662Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 42, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21dee299bc13895503415f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:41:06.497Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 32, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f21df0099bc13022d034160" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:41:36.805Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 32, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f21df1299bc138858034161" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:41:54.732Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 43, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21df2399bc133a98034162" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:42:11.569Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 32, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f21df3c99bc1310f1034163" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:42:36.872Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 32, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f21df4e99bc13956b034164" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:42:54.800Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 43, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21df6499bc138e53034165" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:43:16.638Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 32, + "temperature": 27.3 +},{ + "_id": { + "$oid": "5f21df7899bc134f3c034166" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:43:36.942Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 32, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f21df8a99bc136ac7034167" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:43:54.865Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 43, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21dfa599bc1353af034168" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:44:21.703Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 32, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21dfb599bc13ec4d034169" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:44:37.007Z" + }, + "brightness": 44, + "moisture": 42, + "humidity": 32, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f21dfc699bc13de3803416a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:44:54.929Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 43, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21dfe699bc1370ad03416b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:45:26.781Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 32, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21dff199bc1356cb03416c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:45:37.100Z" + }, + "brightness": 44, + "moisture": 42, + "humidity": 33, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f21e00399bc1325c803416d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:45:55.003Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 43, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21e02799bc13cd9203416e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:46:31.851Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 32, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21e02d99bc13adb803416f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:46:37.150Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 32, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f21e03f99bc135f84034170" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:46:55.069Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 43, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21e06899bc133cd2034171" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:47:36.920Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 32, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f21e06999bc134f32034172" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:47:37.212Z" + }, + "brightness": 44, + "moisture": 42, + "humidity": 32, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f21e07b99bc13829a034173" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:47:55.149Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 43, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21e0a599bc13f50d034174" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:48:37.281Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 32, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f21e0a999bc13efc4034175" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:48:41.986Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 32, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f21e0b799bc13335f034176" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:48:55.241Z" + }, + "brightness": 0, + "moisture": 55, + "humidity": 44, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21e0e199bc13708d034177" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:49:37.350Z" + }, + "brightness": 44, + "moisture": 42, + "humidity": 33, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f21e0eb99bc134cdb034178" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:49:47.057Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 32, + "temperature": 26.9 +},{ + "_id": { + "$oid": "5f21e0f399bc139bf1034179" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:49:55.277Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 45, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21e11d99bc13e07503417a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:50:37.418Z" + }, + "brightness": 44, + "moisture": 42, + "humidity": 33, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f21e12c99bc139a2103417b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:50:52.123Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 32, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21e12f99bc13986503417c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:50:55.344Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 44, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21e15999bc13804503417d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:51:37.495Z" + }, + "brightness": 44, + "moisture": 42, + "humidity": 33, + "temperature": 25.4 +},{ + "_id": { + "$oid": "5f21e16b99bc1383f503417e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:51:55.411Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 45, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e16d99bc13f1a503417f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:51:57.191Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 32, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21e19599bc138a96034180" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:52:37.560Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 33, + "temperature": 25.4 +},{ + "_id": { + "$oid": "5f21e1a799bc1322bf034181" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:52:55.480Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 45, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e1ae99bc1338f8034182" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:53:02.261Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 32, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21e1d199bc13b834034183" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:53:37.625Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 33, + "temperature": 25.4 +},{ + "_id": { + "$oid": "5f21e1e399bc134415034184" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:53:55.552Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 45, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e1ef99bc137f7a034185" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:54:07.332Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 32, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21e20d99bc139d93034186" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:54:37.743Z" + }, + "brightness": 44, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21e21f99bc13ba10034187" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:54:55.618Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 46, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e23099bc138f97034188" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:55:12.400Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 32, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21e24999bc13ef3c034189" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:55:37.860Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21e25b99bc1399bf03418a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:55:55.690Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 45, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e27199bc133a4203418b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:56:17.468Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 32, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21e28699bc13878903418c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:56:38.012Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21e29799bc138f1203418d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:56:55.760Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 45, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e2b299bc1313f303418e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:57:22.537Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 32, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21e2c299bc13da9803418f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:57:38.080Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 33, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f21e2d399bc13ea28034190" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:57:55.819Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 45, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e2f399bc1368d5034191" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:58:27.608Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 32, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21e2fe99bc135ce3034192" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:58:38.149Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 33, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f21e30f99bc13a80f034193" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:58:55.900Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 45, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e33499bc13ae8e034194" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T20:59:32.674Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21e33a99bc13ffaf034195" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T20:59:38.221Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 34, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f21e34b99bc1325fa034196" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T20:59:55.955Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 46, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e37599bc139063034197" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:00:37.746Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 32, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21e37699bc13f5ee034198" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:00:38.291Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 33, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f21e38899bc135db2034199" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:00:56.029Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 45, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e3b299bc13783003419a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:01:38.371Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 33, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f21e3b699bc13401303419b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:01:42.856Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21e3c499bc133e7403419c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:01:56.105Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 46, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e3ee99bc13d8a003419d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:02:38.426Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 33, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f21e3f799bc13cdb903419e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:02:47.924Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 32, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21e40099bc13487503419f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:02:56.163Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 46, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e42a99bc134a320341a0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:03:38.495Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 33, + "temperature": 25.4 +},{ + "_id": { + "$oid": "5f21e43999bc1302c50341a1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:03:53.004Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 32, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21e43c99bc13bdff0341a2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:03:56.230Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 46, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e46699bc13a7140341a3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:04:38.580Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 33, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f21e47899bc1345ac0341a4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:04:56.300Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 46, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e47a99bc132c6d0341a5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:04:58.061Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 32, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21e4a299bc1386270341a6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:05:38.635Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 33, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f21e4b499bc13d7a10341a7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:05:56.371Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 46, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e4bb99bc13c29c0341a8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:06:03.130Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 32, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21e4de99bc13013f0341a9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:06:38.700Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 33, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f21e4f099bc1357030341aa" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:06:56.435Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 46, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e4fc99bc13f2db0341ab" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:07:08.198Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 32, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21e51a99bc1356690341ac" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:07:38.778Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 34, + "temperature": 25.4 +},{ + "_id": { + "$oid": "5f21e52c99bc130ba00341ad" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:07:56.506Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 46, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e53d99bc1308620341ae" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:08:13.267Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 32, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21e55699bc1375430341af" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:08:38.837Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 33, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f21e56899bc133b7d0341b0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:08:56.578Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 46, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e57e99bc134f820341b1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:09:18.335Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 32, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21e59299bc1326b40341b2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:09:38.906Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 34, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f21e5a499bc134d9e0341b3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:09:56.642Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e5bf99bc1376ab0341b4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:10:23.405Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 32, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21e5ce99bc134bbf0341b5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:10:38.974Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 34, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f21e5e099bc13b00d0341b6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:10:56.709Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e60099bc138ee00341b7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:11:28.472Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 33, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21e60b99bc1327190341b8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:11:39.043Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21e61c99bc1368640341b9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:11:56.792Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e64199bc13af4b0341ba" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:12:33.542Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 33, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21e64799bc13d2580341bb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:12:39.126Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 34, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f21e65899bc131b5f0341bc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:12:56.850Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e68299bc13154b0341bd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:13:38.610Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 33, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21e68399bc13187a0341be" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:13:39.225Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21e69499bc13853a0341bf" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:13:56.920Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e6bf99bc13494e0341c0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:14:39.304Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 34, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f21e6c399bc134b030341c1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:14:43.724Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 33, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21e6d199bc13e69e0341c2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:14:56.998Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e6fb99bc134e030341c3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:15:39.364Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 34, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f21e70499bc13408a0341c4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:15:48.747Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 33, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f21e70d99bc13fd720341c5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:15:57.057Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e73799bc13268c0341c6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:16:39.438Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 34, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f21e74599bc132b450341c7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:16:53.841Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 33, + "temperature": 26.9 +},{ + "_id": { + "$oid": "5f21e74999bc13bd900341c8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:16:57.134Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e77399bc13062d0341c9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:17:39.503Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 34, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f21e78599bc1373f40341ca" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:17:57.198Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e78699bc1364cf0341cb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:17:58.883Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 33, + "temperature": 26.9 +},{ + "_id": { + "$oid": "5f21e7af99bc136eec0341cc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:18:39.569Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 34, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f21e7c199bc1378450341cd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:18:57.308Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21e7c899bc13cda80341ce" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:19:04.007Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 33, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21e7eb99bc13437f0341cf" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:19:39.646Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 34, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f21e7fd99bc1362210341d0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:19:57.373Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e80999bc135cc50341d1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:20:09.019Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 33, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21e82799bc1341be0341d2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:20:39.707Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 34, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21e83999bc1381eb0341d3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:20:57.449Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e84a99bc13fb340341d4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:21:14.110Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 33, + "temperature": 26.9 +},{ + "_id": { + "$oid": "5f21e86399bc13028a0341d5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:21:39.775Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 34, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21e87599bc136bdc0341d6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:21:57.517Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e88b99bc1347f40341d7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:22:19.158Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 33, + "temperature": 26.9 +},{ + "_id": { + "$oid": "5f21e89f99bc13682d0341d8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:22:39.856Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 34, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21e8b199bc13a0a40341d9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:22:57.586Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e8cc99bc13cdbc0341da" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:23:24.263Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 33, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21e8db99bc132f140341db" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:23:39.914Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 34, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f21e8ed99bc1327130341dc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:23:57.653Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e90d99bc130b480341dd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:24:29.293Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 33, + "temperature": 27 +},{ + "_id": { + "$oid": "5f21e91799bc13496d0341de" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:24:39.995Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 34, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21e92999bc134e200341df" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:24:57.724Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e94e99bc13c4d70341e0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:25:34.410Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21e95499bc1337ea0341e1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:25:40.049Z" + }, + "brightness": 43, + "moisture": 41, + "humidity": 34, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21e96599bc13b6f50341e2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:25:57.790Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e98f99bc13dfb00341e3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:26:39.476Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 33, + "temperature": 26.9 +},{ + "_id": { + "$oid": "5f21e99099bc135d700341e4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:26:40.118Z" + }, + "brightness": 44, + "moisture": 42, + "humidity": 35, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f21e9a199bc130f9b0341e5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:26:57.859Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21e9cc99bc13ec290341e6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:27:40.186Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 34, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21e9d099bc13acfd0341e7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:27:44.545Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 33, + "temperature": 26.9 +},{ + "_id": { + "$oid": "5f21e9dd99bc1341af0341e8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:27:57.924Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21ea0899bc13baf20341e9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:28:40.254Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 35, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f21ea1199bc13d5b20341ea" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:28:49.612Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 33, + "temperature": 26.9 +},{ + "_id": { + "$oid": "5f21ea1a99bc1302360341eb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:28:57.999Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21ea4499bc1391610341ec" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:29:40.331Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 35, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f21ea5299bc1302ed0341ed" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:29:54.682Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 33, + "temperature": 26.9 +},{ + "_id": { + "$oid": "5f21ea5699bc13bb300341ee" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:29:58.062Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21ea8099bc135d910341ef" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:30:40.404Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 34, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f21ea9299bc13c6190341f0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:30:58.134Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21ea9399bc135a070341f1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:30:59.749Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 33, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f21eabc99bc13af930341f2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:31:40.459Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 35, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f21eace99bc13c8b70341f3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:31:58.198Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21ead499bc1339590341f4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:32:04.818Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 33, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f21eaf899bc13d0fe0341f5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:32:40.527Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 35, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f21eb0a99bc1326550341f6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:32:58.269Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21eb1599bc13030f0341f7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:33:09.896Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 33, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f21eb3499bc1388410341f8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:33:40.675Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 35, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f21eb4699bc13828c0341f9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:33:58.337Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21eb5699bc13eafb0341fa" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:34:14.973Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 33, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f21eb7099bc1307380341fb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:34:40.662Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 35, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f21eb8299bc13e6c50341fc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:34:58.406Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 50, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21eb9899bc13e9e40341fd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:35:20.035Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 33, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f21ebac99bc1380e90341fe" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:35:40.731Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 35, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f21ebbe99bc1316ff0341ff" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:35:58.475Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21ebd999bc1371f9034200" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:36:25.103Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 33, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f21ebe899bc13360c034201" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:36:40.800Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 35, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f21ebfa99bc1345c1034202" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:36:58.548Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21ec1a99bc133bf7034203" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:37:30.174Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 33, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f21ec2499bc132d53034204" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:37:40.872Z" + }, + "brightness": 44, + "moisture": 39, + "humidity": 35, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f21ec3699bc1328c1034205" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:37:58.610Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21ec5b99bc1320e6034206" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:38:35.241Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 33, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f21ec6099bc130d61034207" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:38:40.945Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 35, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f21ec7299bc13f3c6034208" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:38:58.688Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21ec9c99bc135a09034209" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:39:40.310Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 34, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f21ec9d99bc13308d03420a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:39:41.005Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 35, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f21ecae99bc135f1503420b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:39:58.752Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21ecd999bc13539a03420c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:40:41.075Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 35, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f21ecdd99bc1307d203420d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:40:45.378Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 34, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f21ecea99bc13174703420e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:40:58.821Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21ed1599bc1319fa03420f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:41:41.142Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 35, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f21ed1e99bc13eac9034210" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:41:50.882Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21ed2699bc13eb0f034211" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:41:58.888Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 46, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21ed5199bc13c2ba034212" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:42:41.211Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 35, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f21ed5f99bc131957034213" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:42:55.952Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 33, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f21ed6299bc1373c5034214" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:42:58.968Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21ed8d99bc13513c034215" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:43:41.281Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 35, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f21ed9f99bc13072e034216" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:43:59.071Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21eda199bc136858034217" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:44:01.018Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 33, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f21edc999bc133261034218" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:44:41.399Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21eddb99bc136c98034219" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:44:59.142Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f21ede299bc135dcb03421a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:45:06.087Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 33, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f21ee0599bc1345b403421b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:45:41.508Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21ee1799bc1340b703421c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:45:59.215Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21ee2399bc139d7b03421d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:46:11.158Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 33, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f21ee4199bc134c1503421e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:46:41.579Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 35, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f21ee5399bc13ed1503421f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:46:59.286Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21ee6499bc133549034220" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:47:16.235Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 34, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f21ee7d99bc133b91034221" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:47:41.648Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 35, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f21ee8f99bc136ffa034222" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:47:59.344Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21eea599bc13115d034223" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:48:21.294Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 33, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f21eeb999bc132db7034224" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:48:41.715Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 35, + "temperature": 24.7 +},{ + "_id": { + "$oid": "5f21eecb99bc1376f1034225" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:48:59.414Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21eee699bc131820034226" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:49:26.363Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 33, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f21eef599bc13630f034227" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:49:41.787Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 35, + "temperature": 24.7 +},{ + "_id": { + "$oid": "5f21ef0799bc1344f1034228" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:49:59.485Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21ef2799bc136d13034229" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:50:31.524Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 33, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f21ef3199bc133d5703422a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:50:41.851Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 36, + "temperature": 24.7 +},{ + "_id": { + "$oid": "5f21ef4399bc13b83003422b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:50:59.551Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21ef6899bc13b38e03422c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:51:36.501Z" + }, + "brightness": 0, + "moisture": 45, + "humidity": 34, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f21ef6d99bc13e34e03422d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:51:41.925Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 36, + "temperature": 24.7 +},{ + "_id": { + "$oid": "5f21ef7f99bc13f6d303422e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:51:59.614Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21efa999bc13317103422f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:52:41.567Z" + }, + "brightness": 0, + "moisture": 45, + "humidity": 34, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f21efa999bc136bb6034230" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:52:41.991Z" + }, + "brightness": 46, + "moisture": 40, + "humidity": 36, + "temperature": 24.7 +},{ + "_id": { + "$oid": "5f21efbb99bc1358d7034231" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:52:59.689Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21efe699bc131902034232" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:53:42.057Z" + }, + "brightness": 46, + "moisture": 40, + "humidity": 36, + "temperature": 24.7 +},{ + "_id": { + "$oid": "5f21efea99bc1336c3034233" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:53:46.635Z" + }, + "brightness": 0, + "moisture": 45, + "humidity": 34, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f21eff799bc131192034234" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:53:59.799Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21f02299bc13d4b4034235" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:54:42.125Z" + }, + "brightness": 46, + "moisture": 40, + "humidity": 36, + "temperature": 24.7 +},{ + "_id": { + "$oid": "5f21f02b99bc1321e2034236" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:54:51.705Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 34, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f21f03399bc13192c034237" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:54:59.822Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21f05e99bc13887e034238" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:55:42.193Z" + }, + "brightness": 46, + "moisture": 40, + "humidity": 36, + "temperature": 24.7 +},{ + "_id": { + "$oid": "5f21f06c99bc1359ce034239" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:55:56.771Z" + }, + "brightness": 0, + "moisture": 45, + "humidity": 34, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f21f06f99bc13373c03423a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:55:59.887Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21f09a99bc132a6e03423b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:56:42.261Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 36, + "temperature": 24.7 +},{ + "_id": { + "$oid": "5f21f0ab99bc135b4703423c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:56:59.961Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21f0ad99bc1300fe03423d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:57:01.839Z" + }, + "brightness": 0, + "moisture": 45, + "humidity": 34, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f21f0d699bc134c4f03423e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:57:42.334Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 36, + "temperature": 24.7 +},{ + "_id": { + "$oid": "5f21f0e899bc136ab803423f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:58:00.023Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21f0ee99bc134fa9034240" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:58:06.906Z" + }, + "brightness": 0, + "moisture": 45, + "humidity": 34, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f21f11299bc13b090034241" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:58:42.399Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 36, + "temperature": 24.7 +},{ + "_id": { + "$oid": "5f21f12499bc13824d034242" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T21:59:00.093Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21f12f99bc13a39c034243" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T21:59:11.975Z" + }, + "brightness": 0, + "moisture": 45, + "humidity": 34, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f21f14e99bc139fc1034244" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T21:59:42.518Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21f16099bc133e5d034245" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:00:00.196Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21f17199bc130a81034246" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:00:17.043Z" + }, + "brightness": 0, + "moisture": 45, + "humidity": 34, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f21f18a99bc139135034247" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:00:42.627Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21f19c99bc13f0ab034248" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:01:00.240Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21f1b299bc134976034249" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:01:22.600Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21f1c699bc13593303424a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:01:42.696Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 36, + "temperature": 24.5 +},{ + "_id": { + "$oid": "5f21f1d899bc13a85303424b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:02:00.303Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21f1f399bc13ebc803424c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:02:27.670Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 34, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f21f20299bc137b8303424d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:02:42.763Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 37, + "temperature": 24.6 +},{ + "_id": { + "$oid": "5f21f21499bc1356ed03424e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:03:00.372Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21f23499bc134de503424f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:03:32.740Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 34, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f21f23e99bc138a9f034250" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:03:42.833Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 36, + "temperature": 24.5 +},{ + "_id": { + "$oid": "5f21f25099bc138b68034251" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:04:00.433Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21f27599bc1326cf034252" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:04:37.806Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 34, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f21f27a99bc1313aa034253" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:04:42.899Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 37, + "temperature": 24.5 +},{ + "_id": { + "$oid": "5f21f28c99bc133f43034254" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:05:00.502Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21f2b699bc136e4f034255" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:05:42.875Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 34, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f21f2b699bc13033e034256" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:05:42.967Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 37, + "temperature": 24.4 +},{ + "_id": { + "$oid": "5f21f2c899bc130b4f034257" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:06:00.573Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21f2f399bc136c2d034258" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:06:43.036Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 37, + "temperature": 24.4 +},{ + "_id": { + "$oid": "5f21f2f799bc1308e8034259" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:06:47.947Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 34, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f21f30499bc1339d003425a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:07:00.644Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21f32f99bc13144a03425b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:07:43.105Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 37, + "temperature": 24.3 +},{ + "_id": { + "$oid": "5f21f33999bc13753103425c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:07:53.012Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 34, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f21f34099bc134b1903425d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:08:00.711Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21f36b99bc13542903425e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:08:43.179Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 38, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f21f37a99bc13040f03425f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:08:58.081Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 34, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f21f37c99bc13f4bc034260" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:09:00.782Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21f3a799bc135b94034261" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:09:43.248Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 38, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f21f3b899bc1379fa034262" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:10:00.844Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21f3bb99bc135bcc034263" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:10:03.149Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 34, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f21f3e399bc13c585034264" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:10:43.307Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 38, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f21f3f499bc13d0c6034265" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:11:00.964Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21f3fc99bc13c28e034266" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:11:08.225Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 34, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f21f41f99bc131759034267" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:11:43.377Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 38, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f21f43199bc13f354034268" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:12:01.078Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21f43d99bc135ab9034269" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:12:13.289Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 35, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f21f45b99bc1337b103426a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:12:43.446Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 38, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f21f46d99bc13821f03426b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:13:01.188Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21f47e99bc1343cb03426c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:13:18.355Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 35, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f21f49799bc13c32e03426d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:13:43.512Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 38, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f21f4a999bc132a5a03426e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:14:01.254Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21f4c099bc1379b203426f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:14:24.028Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21f4d399bc1309f7034270" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:14:43.578Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 38, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f21f4e599bc1335c4034271" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:15:01.327Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21f50199bc134474034272" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:15:29.106Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 34, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f21f50f99bc137e66034273" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:15:43.648Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 38, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f21f52199bc13e178034274" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:16:01.392Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21f54299bc13dc34034275" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:16:34.162Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 34, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f21f54b99bc13667c034276" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:16:43.715Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 38, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f21f55d99bc13526f034277" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:17:01.459Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21f58399bc13421f034278" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:17:39.231Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 34, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f21f58799bc137c48034279" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:17:43.783Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 38, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f21f59999bc13eb9b03427a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:18:01.538Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21f5c399bc13786203427b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:18:43.853Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 38, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f21f5c499bc1339ad03427c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:18:44.300Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 34, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f21f5d599bc130cee03427d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:19:01.597Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21f5ff99bc134e2f03427e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:19:43.923Z" + }, + "brightness": 38, + "moisture": 40, + "humidity": 38, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f21f60599bc13139203427f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:19:49.963Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21f61199bc13c053034280" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:20:01.667Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21f63b99bc130864034281" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:20:43.989Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 39, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f21f64799bc1351a2034282" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:20:55.092Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 34, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f21f64d99bc13b24e034283" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:21:01.739Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21f67899bc13f7ee034284" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:21:44.060Z" + }, + "brightness": 40, + "moisture": 47, + "humidity": 39, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f21f68899bc13bf0e034285" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:22:00.101Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 34, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f21f68999bc13ea6b034286" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:22:01.801Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21f6b499bc130236034287" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:22:44.129Z" + }, + "brightness": 42, + "moisture": 47, + "humidity": 39, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f21f6c599bc13cea1034288" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:23:01.880Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21f6c999bc13fe05034289" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:23:05.169Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 34, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f21f6f099bc13145c03428a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:23:44.202Z" + }, + "brightness": 44, + "moisture": 47, + "humidity": 39, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f21f70199bc133cf503428b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:24:01.939Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21f70a99bc13150f03428c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:24:10.237Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 34, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f21f72c99bc138b0103428d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:24:44.271Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 39, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f21f73e99bc137c5703428e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:25:02.029Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21f74b99bc13287b03428f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:25:15.307Z" + }, + "brightness": 0, + "moisture": 45, + "humidity": 34, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f21f76899bc13549d034290" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:25:44.331Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 39, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f21f77a99bc13ca00034291" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:26:02.076Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21f78c99bc133992034292" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:26:20.376Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 34, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f21f7a499bc13bb59034293" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:26:44.398Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 39, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f21f7b699bc13f792034294" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:27:02.187Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21f7cd99bc136b0f034295" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:27:25.444Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 34, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f21f7e099bc133f86034296" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:27:44.467Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21f7f299bc13deac034297" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:28:02.259Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21f80e99bc13f556034298" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:28:30.514Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 34, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f21f81c99bc13355c034299" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:28:44.587Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21f82e99bc13a67603429a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:29:02.324Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21f84f99bc13c4a603429b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:29:35.582Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 34, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f21f85899bc13511a03429c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:29:44.613Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 40, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21f86a99bc1381c303429d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:30:02.402Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21f89099bc13f1a203429e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:30:40.653Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 34, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f21f89499bc13221303429f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:30:44.692Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21f8a699bc13bd800342a0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:31:02.464Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21f8d099bc13f48e0342a1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:31:44.784Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21f8d199bc13abb90342a2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:31:45.719Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 34, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f21f8e299bc1306bd0342a3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:32:02.544Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 49, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21f90c99bc1307d00342a4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:32:44.869Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21f91299bc137e960342a5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:32:50.789Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 34, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f21f91e99bc1325cd0342a6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:33:02.598Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21f94899bc1338a50342a7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:33:44.895Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 40, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f21f95399bc137bac0342a8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:33:55.865Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 34, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f21f95a99bc134d9c0342a9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:34:02.672Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21f98499bc1379860342aa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:34:44.963Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 40, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f21f99499bc1328830342ab" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:35:00.957Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 34, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f21f99699bc1355b60342ac" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:35:02.735Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21f9c199bc136f540342ad" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:35:45.066Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 40, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f21f9d299bc1309990342ae" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:36:02.804Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 48, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21f9d699bc13a00f0342af" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:36:06.004Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 34, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f21f9fd99bc1367f60342b0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:36:45.108Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 40, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f21fa0e99bc1371340342b1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:37:02.873Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 47, + "temperature": 25 +},{ + "_id": { + "$oid": "5f21fa1799bc136d390342b2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:37:11.072Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 35, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f21fa3999bc13aafa0342b3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:37:45.208Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 40, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f21fa4a99bc13d9030342b4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:38:02.942Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 49, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21fa5899bc13815d0342b5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:38:16.142Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 35, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f21fa7599bc13ded90342b6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:38:45.239Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 40, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f21fa8799bc13b8070342b7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:39:03.008Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 49, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21fa9999bc131fa30342b8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:39:21.210Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 35, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f21fab199bc132fd80342b9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:39:45.309Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 40, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f21fac399bc132c450342ba" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:40:03.079Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 49, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21fada99bc13fb580342bb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:40:26.278Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 35, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f21faed99bc1353310342bc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:40:45.376Z" + }, + "brightness": 47, + "moisture": 40, + "humidity": 40, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f21faff99bc131f8f0342bd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:41:03.192Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21fb1b99bc13217b0342be" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:41:31.347Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 35, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f21fb2999bc13c0840342bf" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:41:45.441Z" + }, + "brightness": 48, + "moisture": 40, + "humidity": 40, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f21fb3b99bc1377c50342c0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:42:03.265Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 49, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21fb5c99bc13a9d50342c1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:42:36.416Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 35, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f21fb6599bc137a140342c2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:42:45.517Z" + }, + "brightness": 48, + "moisture": 40, + "humidity": 40, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f21fb7799bc139f910342c3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:43:03.328Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 49, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21fb9d99bc131d920342c4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:43:41.486Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 35, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f21fba199bc13c8250342c5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:43:45.584Z" + }, + "brightness": 48, + "moisture": 41, + "humidity": 40, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f21fbb399bc13ab370342c6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:44:03.401Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 49, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21fbdd99bc1382610342c7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:44:45.693Z" + }, + "brightness": 48, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f21fbde99bc1380a20342c8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:44:46.552Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 35, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f21fbef99bc13765c0342c9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:45:03.470Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 49, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21fc1999bc13c9620342ca" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:45:45.767Z" + }, + "brightness": 48, + "moisture": 41, + "humidity": 40, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f21fc1f99bc137b130342cb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:45:51.622Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 35, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f21fc2b99bc134bc30342cc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:46:03.539Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 49, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21fc5599bc13d6d70342cd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:46:45.827Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 40, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f21fc6099bc137d4f0342ce" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:46:56.690Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 35, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f21fc6799bc13230c0342cf" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:47:03.602Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 49, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21fc9199bc13dccc0342d0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:47:45.897Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 40, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f21fca199bc13292b0342d1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:48:01.758Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 35, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f21fca399bc136dc70342d2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:48:03.677Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 49, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21fccd99bc132b7f0342d3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:48:45.965Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 39, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f21fcdf99bc1320850342d4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:49:03.742Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 50, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21fce299bc1363330342d5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:49:06.828Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 35, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f21fd0a99bc13bc310342d6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:49:46.035Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 39, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f21fd1b99bc1370250342d7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:50:03.810Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 50, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21fd2399bc1340430342d8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:50:11.895Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 35, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f21fd4699bc13d7ca0342d9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:50:46.106Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 39, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f21fd5799bc131b680342da" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:51:03.887Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 52, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21fd6499bc132d000342db" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:51:16.967Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 35, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f21fd8299bc13e2a70342dc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:51:46.174Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 39, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f21fd9399bc1390b90342dd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:52:03.952Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 50, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21fda699bc1378f40342de" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:52:22.031Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 35, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f21fdbe99bc13ee3b0342df" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:52:46.239Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 39, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f21fdd099bc1377580342e0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:53:04.028Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 51, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21fde799bc13ae1f0342e1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:53:27.099Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 35, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f21fdfa99bc130f270342e2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:53:46.309Z" + }, + "brightness": 44, + "moisture": 42, + "humidity": 39, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f21fe0c99bc13222f0342e3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:54:04.089Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 50, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21fe2899bc1308ba0342e4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:54:32.166Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 35, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f21fe3699bc135d9c0342e5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:54:46.384Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 39, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f21fe4899bc1342ef0342e6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:55:04.154Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 51, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21fe6999bc131f610342e7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:55:37.238Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 35, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f21fe7299bc1351f80342e8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:55:46.444Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 39, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f21fe8499bc13d4260342e9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:56:04.227Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 53, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21feaa99bc130fb10342ea" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:56:42.319Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 35, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f21feae99bc13ea920342eb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:56:46.513Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 39, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f21fec099bc131e2c0342ec" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:57:04.290Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 51, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21feea99bc131d5b0342ed" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:57:46.594Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 39, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f21feeb99bc13f7540342ee" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:57:47.370Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 35, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f21fefc99bc1395ec0342ef" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:58:04.364Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 50, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21ff2699bc1335b60342f0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:58:46.650Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 39, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f21ff2c99bc13c75b0342f1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:58:52.439Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 35, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f21ff3899bc131d420342f2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T22:59:04.432Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 50, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21ff6299bc13732d0342f3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T22:59:46.726Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 39, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21ff6d99bc1363790342f4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T22:59:57.505Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 35, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f21ff7499bc132cdc0342f5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:00:04.498Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 50, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21ff9e99bc1360690342f6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:00:46.787Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 39, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f21ffae99bc133ece0342f7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:01:02.573Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 35, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f21ffb099bc133b350342f8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:01:04.564Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 53, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21ffda99bc13d2b30342f9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:01:46.856Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 39, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f21ffec99bc1350030342fa" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:02:04.635Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 52, + "temperature": 24 +},{ + "_id": { + "$oid": "5f21ffef99bc137daa0342fb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:02:07.645Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 35, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f22001699bc1339f40342fc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:02:46.969Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22002899bc136fef0342fd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:03:04.704Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 53, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22003099bc135be30342fe" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:03:12.723Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 35, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f22005399bc1357350342ff" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:03:47.085Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22006499bc133681034300" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:04:04.768Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 51, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22007199bc131dfd034301" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:04:17.780Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 35, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f22008f99bc130f8c034302" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:04:47.198Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2200a099bc13c72d034303" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:05:04.840Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 51, + "temperature": 24 +},{ + "_id": { + "$oid": "5f2200b299bc137450034304" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:05:22.848Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 35, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f2200cb99bc135ba0034305" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:05:47.311Z" + }, + "brightness": 44, + "moisture": 42, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2200dc99bc132a0b034306" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:06:04.912Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 52, + "temperature": 24 +},{ + "_id": { + "$oid": "5f2200f399bc1390d4034307" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:06:27.917Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 35, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f22010799bc136bf7034308" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:06:47.384Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 39, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f22011899bc1311a1034309" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:07:04.974Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 51, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22013499bc13bb5603430a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:07:32.989Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 35, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f22014399bc13960603430b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:07:47.448Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 39, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f22015599bc13048703430c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:08:05.049Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 55, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22017699bc13548503430d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:08:38.055Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 35, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f22017f99bc13fb4a03430e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:08:47.518Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 39, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f22019199bc13becd03430f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:09:05.114Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 51, + "temperature": 24 +},{ + "_id": { + "$oid": "5f2201b799bc138267034310" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:09:43.127Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 35, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f2201bb99bc13181b034311" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:09:47.594Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 39, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f2201cd99bc13000c034312" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:10:05.182Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 52, + "temperature": 24 +},{ + "_id": { + "$oid": "5f2201f799bc13494c034313" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:10:47.655Z" + }, + "brightness": 43, + "moisture": 41, + "humidity": 39, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f2201f899bc131660034314" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:10:48.192Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 35, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f22020999bc135a07034315" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:11:05.254Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 54, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22023399bc135740034316" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:11:47.727Z" + }, + "brightness": 43, + "moisture": 41, + "humidity": 39, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f22023999bc134790034317" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:11:53.260Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 35, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f22024599bc13dffc034318" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:12:05.316Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 51, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22026f99bc137d8c034319" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:12:47.804Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 39, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f22027a99bc1388cc03431a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:12:58.331Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 35, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f22028199bc1348c403431b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:13:05.389Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 51, + "temperature": 24 +},{ + "_id": { + "$oid": "5f2202ab99bc13244103431c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:13:47.860Z" + }, + "brightness": 43, + "moisture": 41, + "humidity": 39, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f2202bb99bc133df103431d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:14:03.400Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 35, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f2202bd99bc13358403431e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:14:05.460Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 53, + "temperature": 24 +},{ + "_id": { + "$oid": "5f2202e799bc13124f03431f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:14:47.929Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 39, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f2202f999bc1335a1034320" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:15:05.522Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 52, + "temperature": 24 +},{ + "_id": { + "$oid": "5f2202fd99bc13937f034321" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:15:09.063Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22032399bc1333b5034322" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:15:47.997Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 39, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f22033599bc130206034323" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:16:05.611Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 54, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22033e99bc13b02b034324" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:16:14.134Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 35, + "temperature": 27 +},{ + "_id": { + "$oid": "5f22036099bc137053034325" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:16:48.067Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 39, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f22037199bc137c23034326" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:17:05.665Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 53, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22037f99bc13bd29034327" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:17:19.200Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 35, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f22039c99bc134978034328" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:17:48.137Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 39, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f2203ad99bc137e3c034329" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:18:05.735Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 53, + "temperature": 24 +},{ + "_id": { + "$oid": "5f2203c099bc13d76b03432a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:18:24.269Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 35, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f2203d899bc131c1203432b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:18:48.200Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 39, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f2203e999bc1377b903432c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:19:05.797Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 53, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22040199bc13448003432d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:19:29.337Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 35, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f22041499bc135dd603432e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:19:48.280Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 39, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f22042599bc13815f03432f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:20:05.869Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 53, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22044299bc13991d034330" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:20:34.895Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22045099bc136449034331" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:20:48.339Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 39, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f22046199bc135d5f034332" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:21:05.936Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 54, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22048399bc13902f034333" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:21:39.962Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f22048c99bc1357b5034334" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:21:48.455Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22049e99bc13568a034335" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:22:06.011Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 53, + "temperature": 24 +},{ + "_id": { + "$oid": "5f2204c599bc13ad0c034336" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:22:45.031Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f2204c899bc132c3d034337" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:22:48.569Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2204da99bc1323ad034338" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:23:06.075Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 54, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22050499bc13ef44034339" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:23:48.647Z" + }, + "brightness": 44, + "moisture": 42, + "humidity": 39, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f22050699bc132bca03433a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:23:50.752Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22051699bc13474303433b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:24:06.144Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 54, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22054099bc13423203433c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:24:48.709Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 39, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f22054799bc135a8e03433d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:24:55.819Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f22055299bc137d4303433e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:25:06.211Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 54, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22057c99bc136ce503433f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:25:48.779Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 39, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f22058899bc1388ef034340" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:26:00.889Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f22058e99bc139bda034341" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:26:06.290Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 54, + "temperature": 24 +},{ + "_id": { + "$oid": "5f2205b899bc135c7d034342" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:26:48.845Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 39, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f2205c999bc13dcf7034343" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:27:05.957Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 36, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f2205ca99bc1350e5034344" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:27:06.353Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 54, + "temperature": 24 +},{ + "_id": { + "$oid": "5f2205f499bc136639034345" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:27:48.922Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 39, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f22060699bc13381a034346" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:28:06.419Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 54, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22060b99bc13736b034347" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:28:11.025Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f22063099bc1354a6034348" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:28:48.983Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 39, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f22064299bc13b08c034349" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:29:06.488Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 54, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22064c99bc1364c703434a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:29:16.092Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 36, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f22066d99bc135a4103434b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:29:49.047Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 39, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f22067e99bc1371e603434c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:30:06.560Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 54, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22068d99bc13127b03434d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:30:21.758Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2206a999bc1397a103434e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:30:49.131Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 40, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f2206ba99bc13497603434f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:31:06.623Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 54, + "temperature": 24 +},{ + "_id": { + "$oid": "5f2206ce99bc1385c9034350" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:31:26.827Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 35, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f2206e599bc130c6a034351" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:31:49.183Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 40, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f2206f699bc1378aa034352" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:32:06.698Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 54, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22070f99bc132291034353" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:32:31.895Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f22072199bc13d6c5034354" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:32:49.251Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 40, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f22073299bc136b07034355" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:33:06.768Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 55, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22075099bc131808034356" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:33:36.963Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f22075d99bc13413a034357" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:33:49.333Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 40, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f22076e99bc13dc16034358" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:34:06.828Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 55, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22079299bc136c4e034359" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:34:42.033Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f22079999bc13266003435a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:34:49.390Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 40, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f2207aa99bc1359a303435b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:35:06.904Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 55, + "temperature": 24 +},{ + "_id": { + "$oid": "5f2207d399bc13827003435c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:35:47.697Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2207d599bc13c2a503435d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:35:49.460Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 40, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f2207e699bc1371a403435e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:36:06.968Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 55, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22081199bc1354d103435f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:36:49.523Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 40, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f22081499bc1330fb034360" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:36:52.766Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 35, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f22082399bc13089f034361" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:37:07.032Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 55, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22084d99bc1301aa034362" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:37:49.591Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 41, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f22085599bc136c7b034363" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:37:57.834Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f22085f99bc13a512034364" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:38:07.102Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 55, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22088999bc13da60034365" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:38:49.666Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 41, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f22089699bc137742034366" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:39:02.906Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f22089b99bc137ef7034367" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:39:07.173Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f2208c599bc134dc5034368" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:39:49.729Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 41, + "temperature": 23.3 +},{ + "_id": { + "$oid": "5f2208d799bc135f1b034369" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:40:07.245Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f2208d799bc133a7703436a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:40:07.976Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22090199bc13832d03436b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:40:49.800Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 41, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f22091399bc1377c303436c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:41:07.315Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22091999bc132d2d03436d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:41:13.640Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22093d99bc13639603436e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:41:49.861Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 42, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f22094f99bc13e62903436f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:42:07.375Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22095a99bc135078034370" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:42:18.708Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f22097999bc13caad034371" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:42:49.930Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 42, + "temperature": 23.3 +},{ + "_id": { + "$oid": "5f22098b99bc13e2d0034372" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:43:07.451Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22099b99bc1332bc034373" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:43:23.777Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f2209b599bc13180c034374" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:43:49.997Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 42, + "temperature": 23.3 +},{ + "_id": { + "$oid": "5f2209c799bc135343034375" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:44:07.512Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f2209dc99bc133bd6034376" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:44:28.846Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f2209f299bc13d363034377" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:44:50.072Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 42, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f220a0399bc133855034378" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:45:07.582Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f220a1d99bc131b4d034379" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:45:33.919Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26 +},{ + "_id": { + "$oid": "5f220a2e99bc136c5b03437a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:45:50.135Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 42, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f220a3f99bc13393703437b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:46:07.657Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f220a5e99bc13581303437c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:46:38.985Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f220a6a99bc13775303437d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:46:50.202Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 42, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f220a7b99bc136bad03437e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:47:07.716Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f220aa099bc13567b03437f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:47:44.053Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f220aa699bc130b4d034380" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:47:50.268Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 42, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f220ab799bc134d92034381" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:48:07.783Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f220ae199bc13fee1034382" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:48:49.122Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f220ae299bc130910034383" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:48:50.338Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 42, + "temperature": 23.3 +},{ + "_id": { + "$oid": "5f220af399bc1377d3034384" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:49:07.882Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f220b1e99bc134167034385" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:49:50.408Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 42, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f220b2299bc13ab21034386" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:49:54.189Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f220b2f99bc13f34f034387" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:50:07.922Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f220b5a99bc134ca3034388" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:50:50.480Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 42, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f220b6399bc137a02034389" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:50:59.258Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f220b6b99bc1304f903438a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:51:07.992Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f220b9699bc130bf703438b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:51:50.547Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 42, + "temperature": 23.3 +},{ + "_id": { + "$oid": "5f220ba499bc13437c03438c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:52:04.328Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f220ba899bc13525703438d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:52:08.060Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f220bd299bc133c6903438e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:52:50.658Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f220be499bc1341d303438f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:53:08.127Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f220be599bc13e3c7034390" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:53:09.395Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f220c0e99bc130ae4034391" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:53:50.727Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 42, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f220c2099bc13f817034392" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:54:08.196Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f220c2799bc13dbb9034393" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:54:15.062Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f220c4a99bc13630e034394" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:54:50.808Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 42, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f220c5c99bc13be57034395" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:55:08.270Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f220c6899bc130087034396" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:55:20.128Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f220c8699bc1300d5034397" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:55:50.867Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 42, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f220c9899bc138411034398" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:56:08.336Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f220ca999bc13a1d6034399" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:56:25.197Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f220cc299bc13af3d03439a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:56:50.930Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 42, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f220cd499bc136b2a03439b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:57:08.408Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f220cea99bc13891203439c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:57:30.265Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f220cfe99bc132c5003439d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:57:50.998Z" + }, + "brightness": 43, + "moisture": 41, + "humidity": 42, + "temperature": 23.3 +},{ + "_id": { + "$oid": "5f220d1099bc13a3a103439e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:58:08.474Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f220d2b99bc13683a03439f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:58:35.389Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f220d3b99bc1393880343a0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:58:51.075Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 42, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f220d4c99bc135dca0343a1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-29T23:59:08.550Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f220d6c99bc132a910343a2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-29T23:59:40.463Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f220d7799bc1303080343a3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-29T23:59:51.133Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 42, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f220d8899bc13c7960343a4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:00:08.608Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f220dad99bc13b6160343a5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:00:45.528Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f220db399bc138c550343a6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:00:51.202Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 42, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f220dc499bc1343fe0343a7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:01:08.680Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f220dee99bc1312cf0343a8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:01:50.596Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f220def99bc133a940343a9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:01:51.272Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 42, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f220e0099bc13634a0343aa" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:02:08.844Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f220e2b99bc1302c70343ab" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:02:51.338Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 41, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f220e2f99bc1329000343ac" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:02:55.665Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f220e3c99bc137d590343ad" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:03:08.905Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f220e6799bc13ed470343ae" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:03:51.408Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 41, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f220e7099bc1314d90343af" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:04:00.733Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f220e7899bc130daf0343b0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:04:08.976Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f220ea399bc13616b0343b1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:04:51.483Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 41, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f220eb199bc133fbd0343b2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:05:05.803Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f220eb599bc1339a70343b3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:05:09.043Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f220edf99bc1352bc0343b4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:05:51.542Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 41, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f220ef199bc1352330343b5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:06:09.111Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f220ef299bc1329a50343b6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:06:10.870Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f220f1b99bc13a8e70343b7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:06:51.610Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 41, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f220f2d99bc1373780343b8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:07:09.176Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f220f3399bc1357730343b9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:07:15.938Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f220f5799bc1317630343ba" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:07:51.678Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 42, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f220f6999bc1359960343bb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:08:09.246Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f220f7599bc130d9f0343bc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:08:21.603Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f220f9399bc1340370343bd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:08:51.748Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 41, + "temperature": 23.3 +},{ + "_id": { + "$oid": "5f220fa599bc13d7c20343be" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:09:09.318Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f220fb699bc13d2530343bf" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:09:26.676Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f220fcf99bc13dd9b0343c0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:09:51.816Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 41, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f220fe199bc13090f0343c1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:10:09.394Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f220ff799bc13d2350343c2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:10:31.747Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f22100b99bc13aaec0343c3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:10:51.883Z" + }, + "brightness": 43, + "moisture": 41, + "humidity": 41, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f22101d99bc1315c60343c4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:11:09.458Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22103899bc135f340343c5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:11:36.809Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 36, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f22104799bc1351d30343c6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:11:51.949Z" + }, + "brightness": 39, + "moisture": 40, + "humidity": 41, + "temperature": 23.3 +},{ + "_id": { + "$oid": "5f22105999bc135b390343c7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:12:09.523Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22107999bc13570a0343c8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:12:41.877Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 36, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22108499bc1310e40343c9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:12:52.020Z" + }, + "brightness": 44, + "moisture": 46, + "humidity": 41, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f22109599bc1324770343ca" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:13:09.587Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 55, + "temperature": 23 +},{ + "_id": { + "$oid": "5f2210ba99bc13e4ca0343cb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:13:46.944Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 36, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f2210c099bc1393f50343cc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:13:52.093Z" + }, + "brightness": 41, + "moisture": 46, + "humidity": 41, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f2210d199bc130bee0343cd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:14:09.655Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f2210fc99bc13975d0343ce" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:14:52.013Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 36, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f2210fc99bc1354df0343cf" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:14:52.157Z" + }, + "brightness": 44, + "moisture": 46, + "humidity": 41, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f22110d99bc13caa20343d0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:15:09.726Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 55, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22113899bc136ee20343d1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:15:52.233Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 41, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f22113d99bc138eda0343d2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:15:57.080Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 36, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f22114999bc13f7250343d3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:16:09.806Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 55, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22117499bc132cf70343d4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:16:52.350Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22117e99bc13603f0343d5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:17:02.148Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 36, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f22118599bc13f49c0343d6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:17:09.862Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 55, + "temperature": 23 +},{ + "_id": { + "$oid": "5f2211b099bc135eb00343d7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:17:52.405Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 41, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f2211bf99bc13231f0343d8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:18:07.214Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 36, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f2211c199bc1341d00343d9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:18:09.931Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 55, + "temperature": 23 +},{ + "_id": { + "$oid": "5f2211ec99bc13092c0343da" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:18:52.473Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 41, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f2211fe99bc13279c0343db" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:19:10.003Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 55, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22120099bc1393e60343dc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:19:12.284Z" + }, + "brightness": 0, + "moisture": 44, + "humidity": 36, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22122899bc1337130343dd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:19:52.545Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 41, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f22123a99bc13addf0343de" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:20:10.071Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 55, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22124199bc13fcbc0343df" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:20:17.354Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 36, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22126499bc1354440343e0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:20:52.610Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 41, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f22127699bc137eba0343e1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:21:10.145Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22128399bc13357e0343e2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:21:23.070Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2212a099bc13bf480343e3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:21:52.680Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 41, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f2212b299bc13ba6e0343e4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:22:10.206Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f2212c499bc13f2f70343e5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:22:28.139Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26 +},{ + "_id": { + "$oid": "5f2212dc99bc130dde0343e6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:22:52.750Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 41, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f2212ee99bc13b5670343e7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:23:10.276Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22130599bc13dc230343e8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:23:33.208Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f22131899bc1363650343e9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:23:52.814Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 41, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f22132a99bc13799b0343ea" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:24:10.344Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22134699bc13ad1c0343eb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:24:38.277Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22135499bc13d8d70343ec" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:24:52.883Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 41, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f22136699bc1387440343ed" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:25:10.412Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22138799bc13386b0343ee" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:25:43.346Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22139099bc137dc60343ef" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:25:52.950Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 41, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f2213a299bc13c3b50343f0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:26:10.489Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f2213c899bc1346b60343f1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:26:48.415Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f2213cd99bc135a270343f2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:26:53.018Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 41, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f2213de99bc1394fd0343f3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:27:10.556Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 56, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22140999bc13fbe80343f4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:27:53.088Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 41, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f22140999bc13b2b70343f5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:27:53.482Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 35, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f22141a99bc13d8110343f6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:28:10.618Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 57, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22144599bc13d9c30343f7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:28:53.155Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 41, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f22144a99bc135fa20343f8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:28:58.551Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22145699bc1339780343f9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:29:10.689Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 57, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22148199bc130fb10343fa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:29:53.223Z" + }, + "brightness": 44, + "moisture": 39, + "humidity": 41, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f22148b99bc13d9c10343fb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:30:03.619Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22149299bc1331290343fc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:30:10.757Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 57, + "temperature": 23 +},{ + "_id": { + "$oid": "5f2214bd99bc1327e80343fd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:30:53.289Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 41, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f2214cc99bc130f990343fe" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:31:08.690Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26 +},{ + "_id": { + "$oid": "5f2214ce99bc13921f0343ff" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:31:10.825Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 58, + "temperature": 22 +},{ + "_id": { + "$oid": "5f2214f999bc13f2f8034400" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:31:53.360Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 41, + "temperature": 23.3 +},{ + "_id": { + "$oid": "5f22150a99bc1304bc034401" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:32:10.906Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 58, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22150d99bc135e64034402" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:32:13.758Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22153599bc137f71034403" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:32:53.426Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 41, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f22154699bc133da6034404" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:33:10.959Z" + }, + "brightness": 0, + "moisture": 56, + "humidity": 57, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22154e99bc136bb5034405" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:33:18.826Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22157199bc1306d1034406" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:33:53.494Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 41, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f22158399bc13787a034407" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:34:11.029Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 58, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22158f99bc133a13034408" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:34:23.897Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 35, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f2215ad99bc132220034409" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:34:53.563Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 41, + "temperature": 23.1 +},{ + "_id": { + "$oid": "5f2215bf99bc130ec303440a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:35:11.098Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 58, + "temperature": 22 +},{ + "_id": { + "$oid": "5f2215d199bc13a8b003440b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:35:29.569Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2215e999bc13694a03440c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:35:53.629Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 41, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f2215fb99bc13ff6b03440d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:36:11.168Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 58, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22161299bc134de103440e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:36:34.629Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 35, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f22162599bc136eae03440f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:36:53.704Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 41, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f22163799bc136339034410" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:37:11.234Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 58, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22165399bc13b6c8034411" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:37:39.697Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 35, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f22166199bc13fbc7034412" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:37:53.764Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22167399bc1306e1034413" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:38:11.302Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 58, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22169499bc13ec0c034414" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:38:44.772Z" + }, + "brightness": 0, + "moisture": 43, + "humidity": 35, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f22169d99bc133ba2034415" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:38:53.834Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 41, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f2216af99bc136838034416" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:39:11.375Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 58, + "temperature": 22 +},{ + "_id": { + "$oid": "5f2216d599bc13c2fc034417" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:39:49.835Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 35, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f2216d999bc137937034418" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:39:53.903Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 41, + "temperature": 23.3 +},{ + "_id": { + "$oid": "5f2216eb99bc137104034419" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:40:11.437Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 58, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22171599bc13c7ed03441a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:40:53.971Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 41, + "temperature": 23.3 +},{ + "_id": { + "$oid": "5f22171799bc1331da03441b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:40:55.348Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22172799bc135e4203441c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:41:11.552Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22175299bc136a5703441d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:41:54.046Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 41, + "temperature": 23.3 +},{ + "_id": { + "$oid": "5f22175899bc13833203441e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:42:00.405Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f22176399bc1392e203441f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:42:11.621Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 58, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22178e99bc133193034420" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:42:54.106Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 41, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f22179999bc13c1c9034421" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:43:05.474Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 35, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f22179f99bc13fccc034422" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:43:11.693Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 58, + "temperature": 22 +},{ + "_id": { + "$oid": "5f2217ca99bc135f62034423" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:43:54.177Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 41, + "temperature": 23.3 +},{ + "_id": { + "$oid": "5f2217da99bc13570a034424" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:44:10.547Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 35, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f2217db99bc1332f2034425" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:44:11.759Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 58, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22180699bc1355e9034426" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:44:54.245Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 41, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f22181799bc13272b034427" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:45:11.829Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 58, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22181b99bc1357c5034428" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:45:15.615Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 35, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f22184299bc13d147034429" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:45:54.312Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 41, + "temperature": 23.3 +},{ + "_id": { + "$oid": "5f22185399bc13cc5003442a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:46:11.897Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 59, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22185c99bc1356b603442b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:46:20.691Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 35, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f22187e99bc13a28e03442c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:46:54.427Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22188f99bc132ffe03442d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:47:11.962Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 59, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22189d99bc13c2e803442e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:47:25.749Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 35, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f2218ba99bc13857703442f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:47:54.504Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 41, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f2218cc99bc132b7c034430" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:48:12.033Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 60, + "temperature": 22 +},{ + "_id": { + "$oid": "5f2218de99bc13366f034431" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:48:30.880Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2218f699bc131ddb034432" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:48:54.570Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 41, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f22190899bc13c587034433" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:49:12.100Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 60, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22191f99bc130360034434" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:49:35.944Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 35, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f22193299bc137052034435" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:49:54.629Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 41, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f22194499bc13f681034436" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:50:12.170Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 60, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22196199bc13d60e034437" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:50:41.010Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 35, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f22196e99bc1365d9034438" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:50:54.697Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 41, + "temperature": 23.1 +},{ + "_id": { + "$oid": "5f22198099bc13ea16034439" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:51:12.240Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 60, + "temperature": 22 +},{ + "_id": { + "$oid": "5f2219a299bc130f7503443a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:51:46.078Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 35, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f2219aa99bc1351b903443b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:51:54.764Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 41, + "temperature": 23.1 +},{ + "_id": { + "$oid": "5f2219bc99bc137cb903443c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:52:12.304Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 60, + "temperature": 22 +},{ + "_id": { + "$oid": "5f2219e399bc135aa303443d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:52:51.146Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 35, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f2219e699bc13f9e803443e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:52:54.833Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 42, + "temperature": 23 +},{ + "_id": { + "$oid": "5f2219f899bc13b87403443f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:53:12.373Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 60, + "temperature": 22 +},{ + "_id": { + "$oid": "5f221a2299bc133748034440" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:53:54.900Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 41, + "temperature": 23.1 +},{ + "_id": { + "$oid": "5f221a2499bc137ccb034441" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:53:56.219Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 35, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f221a3499bc131fde034442" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:54:12.444Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 60, + "temperature": 22 +},{ + "_id": { + "$oid": "5f221a5e99bc131694034443" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:54:54.968Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 41, + "temperature": 23.1 +},{ + "_id": { + "$oid": "5f221a6599bc137a8e034444" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:55:01.283Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 35, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f221a7099bc137535034445" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:55:12.514Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f221a9b99bc13d25c034446" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:55:55.037Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 42, + "temperature": 22.7 +},{ + "_id": { + "$oid": "5f221aa699bc13dc6f034447" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:56:06.352Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 26 +},{ + "_id": { + "$oid": "5f221aac99bc13f23b034448" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:56:12.579Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 60, + "temperature": 23 +},{ + "_id": { + "$oid": "5f221ad799bc13e97f034449" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:56:55.104Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 42, + "temperature": 22.8 +},{ + "_id": { + "$oid": "5f221ae799bc137a0403444a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:57:11.421Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 35, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f221ae899bc13718203444b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:57:12.645Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 59, + "temperature": 23 +},{ + "_id": { + "$oid": "5f221b1399bc13f44e03444c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:57:55.188Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 42, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f221b2499bc13035f03444d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:58:12.714Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f221b2899bc13e79f03444e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:58:16.490Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 35, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f221b4f99bc13422b03444f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:58:55.241Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 41, + "temperature": 23 +},{ + "_id": { + "$oid": "5f221b6099bc1376cb034450" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T00:59:12.787Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f221b6999bc1315f3034451" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T00:59:21.561Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 35, + "temperature": 25.9 +},{ + "_id": { + "$oid": "5f221b8b99bc134e36034452" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T00:59:55.311Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 41, + "temperature": 23 +},{ + "_id": { + "$oid": "5f221b9c99bc13404b034453" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:00:12.858Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f221baa99bc1323b0034454" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:00:26.634Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 35, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f221bc799bc13455d034455" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:00:55.384Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 41, + "temperature": 23 +},{ + "_id": { + "$oid": "5f221bd899bc138276034456" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:01:12.919Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f221bec99bc137aac034457" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:01:32.293Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f221c0399bc137674034458" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:01:55.446Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f221c1499bc1365ac034459" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:02:12.989Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f221c2d99bc132e1003445a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:02:37.359Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f221c3f99bc13e9bc03445b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:02:55.557Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f221c5199bc13244a03445c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:03:13.058Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f221c6e99bc13483a03445d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:03:42.429Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f221c7b99bc137c0903445e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:03:55.629Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 41, + "temperature": 23 +},{ + "_id": { + "$oid": "5f221c8d99bc13d9c803445f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:04:13.131Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f221caf99bc13aa5c034460" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:04:47.496Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f221cb799bc131583034461" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:04:55.693Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 41, + "temperature": 22.9 +},{ + "_id": { + "$oid": "5f221cc999bc137ffc034462" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:05:13.198Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f221cf099bc1310a5034463" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:05:52.565Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f221cf399bc13b02d034464" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:05:55.762Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 41, + "temperature": 22.9 +},{ + "_id": { + "$oid": "5f221d0599bc137af2034465" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:06:13.270Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f221d2f99bc13461e034466" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:06:55.839Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 41, + "temperature": 22.8 +},{ + "_id": { + "$oid": "5f221d3199bc137430034467" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:06:57.635Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f221d4199bc135267034468" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:07:13.331Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f221d6b99bc134c18034469" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:07:55.901Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 41, + "temperature": 22.8 +},{ + "_id": { + "$oid": "5f221d7299bc13f77203446a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:08:02.703Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f221d7d99bc1342e203446b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:08:13.401Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f221da799bc137fdb03446c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:08:55.968Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 41, + "temperature": 22.8 +},{ + "_id": { + "$oid": "5f221db399bc13441e03446d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:09:07.767Z" + }, + "brightness": 0, + "moisture": 41, + "humidity": 36, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f221db999bc13870203446e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:09:13.473Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f221de499bc13c4ad03446f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:09:56.034Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 41, + "temperature": 22.8 +},{ + "_id": { + "$oid": "5f221df499bc135e24034470" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:10:12.839Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f221df599bc131283034471" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:10:13.542Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f221e2099bc132f63034472" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:10:56.104Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 42, + "temperature": 22.7 +},{ + "_id": { + "$oid": "5f221e3199bc13104c034473" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:11:13.609Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f221e3599bc137bdb034474" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:11:17.908Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f221e5c99bc136610034475" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:11:56.173Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 42, + "temperature": 22.7 +},{ + "_id": { + "$oid": "5f221e6d99bc13ac0b034476" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:12:13.677Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f221e7699bc13d3ba034477" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:12:22.980Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 35, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f221e9899bc136d59034478" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:12:56.243Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 41, + "temperature": 22.7 +},{ + "_id": { + "$oid": "5f221ea999bc137307034479" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:13:13.748Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f221eb899bc134d1d03447a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:13:28.044Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f221ed499bc13459103447b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:13:56.304Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 42, + "temperature": 22.7 +},{ + "_id": { + "$oid": "5f221ee599bc13a72e03447c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:14:13.819Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f221ef999bc13ca7d03447d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:14:33.708Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f221f1099bc1334de03447e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:14:56.374Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 42, + "temperature": 22.7 +},{ + "_id": { + "$oid": "5f221f2199bc133fa403447f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:15:13.878Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f221f3a99bc130f40034480" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:15:38.778Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 37, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f221f4c99bc133872034481" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:15:56.440Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 42, + "temperature": 22.7 +},{ + "_id": { + "$oid": "5f221f5d99bc13f1a4034482" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:16:13.950Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f221f7b99bc138433034483" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:16:43.845Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f221f8899bc13e4ce034484" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:16:56.508Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 42, + "temperature": 22.7 +},{ + "_id": { + "$oid": "5f221f9a99bc135aff034485" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:17:14.020Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f221fbc99bc1363bf034486" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:17:48.916Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f221fc499bc13278b034487" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:17:56.576Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 42, + "temperature": 22.7 +},{ + "_id": { + "$oid": "5f221fd699bc139e63034488" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:18:14.087Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f221ffd99bc1320ce034489" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:18:53.982Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 35, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f22200099bc13518703448a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:18:56.645Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 42, + "temperature": 22.9 +},{ + "_id": { + "$oid": "5f22201299bc13fa1f03448b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:19:14.163Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22203c99bc13728f03448c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:19:56.713Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 42, + "temperature": 22.9 +},{ + "_id": { + "$oid": "5f22203f99bc13439803448d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:19:59.052Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f22204e99bc13a9f403448e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:20:14.228Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22207899bc13a15003448f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:20:56.791Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 42, + "temperature": 22.5 +},{ + "_id": { + "$oid": "5f22208099bc13311a034490" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:21:04.121Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f22208a99bc1373da034491" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:21:14.294Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f2220b499bc132e95034492" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:21:56.848Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 42, + "temperature": 22.9 +},{ + "_id": { + "$oid": "5f2220c199bc13829e034493" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:22:09.190Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f2220c699bc132bce034494" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:22:14.363Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f2220f099bc13e7e0034495" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:22:56.915Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 42, + "temperature": 22.9 +},{ + "_id": { + "$oid": "5f22210299bc13e465034496" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:23:14.259Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 36, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f22210299bc130e71034497" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:23:14.435Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22212c99bc1336a3034498" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:23:56.986Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 42, + "temperature": 22.7 +},{ + "_id": { + "$oid": "5f22213e99bc134163034499" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:24:14.500Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22214399bc13799003449a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:24:19.326Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f22216999bc13a14003449b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:24:57.099Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22217a99bc1314b603449c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:25:14.568Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22218499bc13564a03449d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:25:24.397Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f2221a599bc13395503449e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:25:57.173Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 42, + "temperature": 22.8 +},{ + "_id": { + "$oid": "5f2221b699bc138c6603449f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:26:14.639Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f2221c599bc1345590344a0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:26:29.463Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f2221e199bc1340c00344a1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:26:57.233Z" + }, + "brightness": 44, + "moisture": 43, + "humidity": 42, + "temperature": 22.8 +},{ + "_id": { + "$oid": "5f2221f299bc1314c10344a2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:27:14.706Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22220699bc1310e80344a3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:27:34.533Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f22221d99bc135b200344a4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:27:57.300Z" + }, + "brightness": 44, + "moisture": 42, + "humidity": 42, + "temperature": 22.7 +},{ + "_id": { + "$oid": "5f22222e99bc13144e0344a5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:28:14.772Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22224799bc137c860344a6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:28:39.603Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f22225999bc1397ac0344a7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:28:57.382Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 42, + "temperature": 22.7 +},{ + "_id": { + "$oid": "5f22226a99bc13cf1b0344a8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:29:14.843Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22228899bc1348e00344a9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:29:44.670Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f22229599bc130fd60344aa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:29:57.436Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 42, + "temperature": 22.8 +},{ + "_id": { + "$oid": "5f2222a699bc13678f0344ab" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:30:14.908Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f2222c999bc1335fa0344ac" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:30:49.753Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f2222d199bc136b660344ad" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:30:57.503Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 42, + "temperature": 22.7 +},{ + "_id": { + "$oid": "5f2222e299bc138bcf0344ae" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:31:14.975Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22230a99bc134f1e0344af" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:31:54.809Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f22230d99bc13276b0344b0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:31:57.571Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 42, + "temperature": 22.7 +},{ + "_id": { + "$oid": "5f22231f99bc131e840344b1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:32:15.047Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22234999bc13e9ad0344b2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:32:57.641Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 42, + "temperature": 22.7 +},{ + "_id": { + "$oid": "5f22234b99bc1373f10344b3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:32:59.879Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22235b99bc13fe900344b4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:33:15.121Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22238599bc13cd5e0344b5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:33:57.707Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 42, + "temperature": 22.7 +},{ + "_id": { + "$oid": "5f22238c99bc13f02b0344b6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:34:04.946Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f22239799bc13540b0344b7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:34:15.182Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f2223c199bc1367ec0344b8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:34:57.777Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 42, + "temperature": 22.7 +},{ + "_id": { + "$oid": "5f2223ce99bc13594f0344b9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:35:10.013Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f2223d399bc13664a0344ba" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:35:15.257Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f2223fd99bc1301e70344bb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:35:57.846Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 42, + "temperature": 22.7 +},{ + "_id": { + "$oid": "5f22240f99bc1322fb0344bc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:36:15.082Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f22240f99bc134bc60344bd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:36:15.316Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22243999bc13eaef0344be" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:36:57.916Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 43, + "temperature": 22.6 +},{ + "_id": { + "$oid": "5f22244b99bc1346600344bf" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:37:15.384Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22245099bc1310d00344c0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:37:20.150Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f22247599bc13b7be0344c1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:37:57.980Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 43, + "temperature": 22.6 +},{ + "_id": { + "$oid": "5f22248799bc1378f00344c2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:38:15.459Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22249199bc1376800344c3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:38:25.221Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f2224b299bc130a250344c4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:38:58.048Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 43, + "temperature": 22.6 +},{ + "_id": { + "$oid": "5f2224c399bc1391850344c5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:39:15.519Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f2224d299bc13fc340344c6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:39:30.288Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f2224ee99bc133d4c0344c7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:39:58.115Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 43, + "temperature": 22.7 +},{ + "_id": { + "$oid": "5f2224ff99bc1363900344c8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:40:15.602Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22251399bc13f8920344c9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:40:35.357Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f22252a99bc132d9a0344ca" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:40:58.190Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 43, + "temperature": 22.6 +},{ + "_id": { + "$oid": "5f22253b99bc1300110344cb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:41:15.668Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22255499bc130f150344cc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:41:40.425Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f22256699bc136b0c0344cd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:41:58.251Z" + }, + "brightness": 44, + "moisture": 39, + "humidity": 43, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f22257799bc13a4850344ce" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:42:15.724Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22259599bc13fbdc0344cf" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:42:45.493Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f2225a299bc130ae20344d0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:42:58.320Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 43, + "temperature": 22.4 +},{ + "_id": { + "$oid": "5f2225b399bc137da90344d1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:43:15.796Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 22 +},{ + "_id": { + "$oid": "5f2225d699bc1344b60344d2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:43:50.571Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f2225de99bc13726e0344d3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:43:58.386Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 44, + "temperature": 22.6 +},{ + "_id": { + "$oid": "5f2225ef99bc13e2c60344d4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:44:15.862Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22261799bc1337fb0344d5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:44:55.634Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f22261a99bc13273d0344d6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:44:58.467Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 43, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f22262b99bc137db10344d7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:45:15.930Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22265699bc135b450344d8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:45:58.526Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 43, + "temperature": 22.5 +},{ + "_id": { + "$oid": "5f22265899bc13614f0344d9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:46:00.698Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f22266899bc1362f30344da" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:46:16.007Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22269299bc13969c0344db" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:46:58.605Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 44, + "temperature": 22.5 +},{ + "_id": { + "$oid": "5f22269999bc13115f0344dc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:47:05.767Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f2226a499bc1342360344dd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:47:16.067Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f2226ce99bc13b2840344de" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:47:58.661Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 44, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f2226da99bc1355510344df" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:48:10.836Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f2226e099bc1360a20344e0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:48:16.144Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22270a99bc1394550344e1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:48:58.730Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 44, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f22271b99bc13da8e0344e2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:49:15.904Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f22271c99bc1319a10344e3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:49:16.205Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22274699bc13ffc00344e4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:49:58.800Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f22275899bc13f32c0344e5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:50:16.278Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22275c99bc1350140344e6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:50:20.974Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f22278299bc1312880344e7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:50:58.868Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f22279499bc131be40344e8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:51:16.341Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22279e99bc1387920344e9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:51:26.044Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.4 +},{ + "_id": { + "$oid": "5f2227be99bc132b010344ea" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:51:58.938Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 22.4 +},{ + "_id": { + "$oid": "5f2227d099bc13c06c0344eb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:52:16.412Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f2227df99bc13812b0344ec" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:52:31.111Z" + }, + "brightness": 0, + "moisture": 42, + "humidity": 36, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f2227fb99bc13163b0344ed" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:52:59.009Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 22.4 +},{ + "_id": { + "$oid": "5f22280c99bc13b8680344ee" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:53:16.477Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 59, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22282099bc1378950344ef" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:53:36.179Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f22283799bc1342ad0344f0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:53:59.071Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 22.4 +},{ + "_id": { + "$oid": "5f22284899bc132e320344f1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:54:16.552Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22286199bc13314b0344f2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:54:41.246Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f22287399bc13ba720344f3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:54:59.141Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 22.4 +},{ + "_id": { + "$oid": "5f22288499bc1348830344f4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:55:16.619Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f2228a299bc1369c50344f5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:55:46.315Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f2228af99bc13773c0344f6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:55:59.216Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f2228c099bc13b1cd0344f7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:56:16.695Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 22 +},{ + "_id": { + "$oid": "5f2228e399bc1379870344f8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:56:51.386Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.4 +},{ + "_id": { + "$oid": "5f2228eb99bc1379eb0344f9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:56:59.275Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f2228fc99bc137be20344fa" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:57:16.756Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22292499bc13c75f0344fb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:57:56.456Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f22292799bc130c080344fc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:57:59.344Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 22.4 +},{ + "_id": { + "$oid": "5f22293899bc1305660344fd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:58:16.824Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22296399bc13700b0344fe" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:58:59.411Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f22296599bc13124d0344ff" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T01:59:01.520Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f22297499bc1396e8034500" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T01:59:16.888Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22299f99bc1355c2034501" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T01:59:59.480Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f2229a799bc136517034502" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:00:07.185Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2229b099bc13611e034503" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:00:16.966Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f2229db99bc131870034504" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:00:59.549Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f2229e899bc1348f1034505" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:01:12.254Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f2229ed99bc1324cb034506" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:01:17.029Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f222a1799bc13e696034507" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:01:59.616Z" + }, + "brightness": 42, + "moisture": 40, + "humidity": 45, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f222a2999bc135f35034508" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:02:17.098Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f222a2999bc1315c7034509" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:02:17.323Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f222a5399bc1329c803450a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:02:59.693Z" + }, + "brightness": 39, + "moisture": 40, + "humidity": 45, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f222a6599bc13878103450b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:03:17.168Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f222a6a99bc139b7a03450c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:03:22.391Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f222a8f99bc137ea903450d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:03:59.749Z" + }, + "brightness": 44, + "moisture": 47, + "humidity": 45, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f222aa199bc1353de03450e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:04:17.231Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 60, + "temperature": 22 +},{ + "_id": { + "$oid": "5f222aab99bc13633403450f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:04:27.463Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f222acb99bc130316034510" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:04:59.818Z" + }, + "brightness": 44, + "moisture": 46, + "humidity": 45, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f222add99bc137cda034511" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:05:17.300Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f222aec99bc13c289034512" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:05:32.541Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f222b0799bc136631034513" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:05:59.893Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 46, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f222b1999bc1329d2034514" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:06:17.370Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f222b2d99bc1316f9034515" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:06:37.616Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 36, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f222b4399bc131f15034516" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:06:59.955Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 45, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f222b5599bc13dabf034517" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:07:17.434Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 60, + "temperature": 22 +},{ + "_id": { + "$oid": "5f222b6e99bc13ffe4034518" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:07:42.696Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f222b8099bc135909034519" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:08:00.022Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 45, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f222b9199bc138f3103451a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:08:17.505Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f222baf99bc13146103451b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:08:47.773Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.4 +},{ + "_id": { + "$oid": "5f222bbc99bc13208103451c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:09:00.093Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 45, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f222bcd99bc13534703451d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:09:17.573Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 60, + "temperature": 23 +},{ + "_id": { + "$oid": "5f222bf099bc131cfd03451e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:09:52.854Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f222bf899bc13d13303451f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:10:00.159Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 45, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f222c0999bc13a719034520" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:10:17.650Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f222c3199bc139a51034521" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:10:57.931Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f222c3499bc130488034522" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:11:00.227Z" + }, + "brightness": 43, + "moisture": 41, + "humidity": 45, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f222c4599bc13d7a5034523" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:11:17.712Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 60, + "temperature": 22 +},{ + "_id": { + "$oid": "5f222c7099bc1342fd034524" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:12:00.296Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 45, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f222c7399bc139bdc034525" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:12:03.008Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f222c8199bc136749034526" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:12:17.782Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 60, + "temperature": 22 +},{ + "_id": { + "$oid": "5f222cac99bc138108034527" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:13:00.363Z" + }, + "brightness": 43, + "moisture": 41, + "humidity": 45, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f222cb499bc1314e7034528" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:13:08.088Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f222cbd99bc133fe2034529" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:13:17.844Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 60, + "temperature": 22 +},{ + "_id": { + "$oid": "5f222ce899bc13953c03452a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:14:00.435Z" + }, + "brightness": 43, + "moisture": 41, + "humidity": 45, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f222cf999bc134d6103452b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:14:17.913Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 60, + "temperature": 22 +},{ + "_id": { + "$oid": "5f222d0499bc137baf03452c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:14:28.845Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f222d2499bc139ee203452d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:15:00.552Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f222d3599bc1387c603452e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:15:17.980Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 60, + "temperature": 23 +},{ + "_id": { + "$oid": "5f222d4099bc13efa003452f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:15:28.122Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.4 +},{ + "_id": { + "$oid": "5f222d6099bc13f241034530" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:16:00.610Z" + }, + "brightness": 44, + "moisture": 39, + "humidity": 44, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f222d7299bc13ba40034531" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:16:18.051Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f222d8199bc13e090034532" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:16:33.200Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f222d9c99bc13b167034533" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:17:00.680Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f222dae99bc135e02034534" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:17:18.119Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f222dc299bc136f76034535" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:17:38.277Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f222dd899bc13313c034536" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:18:00.748Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 44, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f222dea99bc134855034537" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:18:18.186Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f222e0399bc1373f7034538" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:18:43.354Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f222e1499bc13d27b034539" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:19:00.818Z" + }, + "brightness": 44, + "moisture": 39, + "humidity": 44, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f222e2699bc135d7903453a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:19:18.256Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f222e4499bc13d6e803453b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:19:48.432Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f222e5099bc138d5e03453c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:20:00.894Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 44, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f222e6299bc13310a03453d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:20:18.322Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f222e8599bc13396003453e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:20:53.515Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 36, + "temperature": 25.4 +},{ + "_id": { + "$oid": "5f222e8c99bc131ce903453f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:21:00.953Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 45, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f222e9e99bc139d89034540" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:21:18.397Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f222ec699bc13ca3b034541" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:21:58.588Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.4 +},{ + "_id": { + "$oid": "5f222ec999bc13539c034542" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:22:01.020Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f222eda99bc13667e034543" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:22:18.461Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f222f0599bc1338b4034544" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:23:01.089Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f222f0899bc136286034545" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:23:04.102Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f222f1699bc132a75034546" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:23:18.528Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 23 +},{ + "_id": { + "$oid": "5f222f4199bc13bc45034547" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:24:01.156Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f222f4999bc138d33034548" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:24:09.177Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 36, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f222f5299bc135f83034549" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:24:18.599Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f222f7d99bc13653a03454a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:25:01.227Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f222f8a99bc131e5f03454b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:25:14.255Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.4 +},{ + "_id": { + "$oid": "5f222f8e99bc139f9203454c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:25:18.666Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f222fb999bc1347b003454d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:26:01.292Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 44, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f222fca99bc13b34a03454e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:26:18.738Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f222fcb99bc13d52403454f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:26:19.332Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 36, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f222ff599bc137f49034550" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:27:01.370Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f22300699bc135c61034551" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:27:18.805Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22300c99bc1376a4034552" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:27:24.410Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f22303199bc133621034553" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:28:01.427Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 45, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f22304299bc137d9f034554" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:28:18.873Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22304d99bc13e785034555" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:28:29.482Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 36, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f22306d99bc133d97034556" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:29:01.497Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 45, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f22307e99bc135d83034557" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:29:18.938Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22308e99bc13e62a034558" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:29:34.557Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f2230a999bc136e2d034559" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:30:01.570Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 45, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f2230bb99bc1302db03455a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:30:19.054Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2230cf99bc13741c03455b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:30:39.636Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 36, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f2230e599bc139dfd03455c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:31:01.631Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 45, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f2230f799bc136e6903455d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:31:19.175Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22311099bc137df803455e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:31:44.713Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 36, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f22312199bc136e7103455f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:32:01.700Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f22313399bc1320c6034560" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:32:19.282Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22315199bc1347ca034561" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:32:49.794Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f22315d99bc131bcc034562" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:33:01.815Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22316f99bc1362f4034563" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:33:19.345Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22319299bc13471a034564" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:33:54.868Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 37, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f22319999bc130fa6034565" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:34:01.927Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2231ab99bc1347cd034566" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:34:19.415Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2231d399bc1365a4034567" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:34:59.947Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f2231d699bc133fca034568" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:35:02Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 45, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f2231e799bc13368d034569" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:35:19.483Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22321299bc132c2003456a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:36:02.064Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 45, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22321599bc139aec03456b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:36:05.025Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 37, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f22322399bc13447503456c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:36:19.550Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22324e99bc13544203456d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:37:02.132Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 45, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f22325699bc131fd203456e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:37:10.101Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f22325f99bc13161203456f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:37:19.619Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22328a99bc133e5a034570" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:38:02.203Z" + }, + "brightness": 40, + "moisture": 40, + "humidity": 45, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f22329799bc133a93034571" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:38:15.177Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 37, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f22329b99bc1378f1034572" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:38:19.691Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2232c699bc137690034573" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:39:02.267Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 45, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f2232d799bc13bf95034574" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:39:19.759Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2232d899bc13c3c2034575" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:39:20.255Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f22330299bc131680034576" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:40:02.333Z" + }, + "brightness": 44, + "moisture": 43, + "humidity": 45, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f22331399bc13a561034577" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:40:19.832Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22331999bc1390e8034578" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:40:25.333Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f22333e99bc137cec034579" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:41:02.404Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 45, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f22334f99bc13177103457a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:41:19.895Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22335b99bc13fd7603457b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:41:31.062Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22337a99bc13302903457c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:42:02.470Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 45, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f22338b99bc13b47503457d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:42:19.961Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22339c99bc137f4e03457e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:42:36.132Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f2233b699bc136ed203457f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:43:02.538Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f2233c899bc132d54034580" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:43:20.026Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2233dd99bc13476c034581" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:43:41.208Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 37, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f2233f299bc135f97034582" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:44:02.607Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f22340499bc1356d0034583" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:44:20.095Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22341e99bc13ba81034584" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:44:46.279Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f22342e99bc1325fe034585" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:45:02.675Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 45, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f22344099bc13bc3d034586" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:45:20.165Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22345f99bc135fdc034587" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:45:51.354Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 37, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f22346a99bc136d8e034588" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:46:02.741Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 45, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22347c99bc130aa8034589" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:46:20.280Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2234a099bc137a3003458a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:46:56.426Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f2234a699bc133ef803458b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:47:02.810Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f2234b899bc138d6e03458c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:47:20.390Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2234e199bc13e3c303458d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:48:01.494Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f2234e299bc13ed9b03458e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:48:02.878Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f2234f499bc139b3203458f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:48:20.515Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22351e99bc1362d1034590" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:49:02.946Z" + }, + "brightness": 44, + "moisture": 39, + "humidity": 45, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22352299bc135a1e034591" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:49:06.562Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 25 +},{ + "_id": { + "$oid": "5f22353099bc138541034592" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:49:20.579Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22355b99bc13cfac034593" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:50:03.014Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f22356399bc1319eb034594" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:50:11.636Z" + }, + "brightness": 0, + "moisture": 40, + "humidity": 37, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f22356c99bc13a380034595" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:50:20.646Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22359799bc131c49034596" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:51:03.081Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 44, + "temperature": 21.9 +},{ + "_id": { + "$oid": "5f2235a499bc13acd8034597" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:51:16.714Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f2235a899bc130b50034598" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:51:20.713Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2235d399bc1321f4034599" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:52:03.154Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 46, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f2235e499bc13ad8c03459a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:52:20.788Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2235e599bc1375d603459b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:52:21.768Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f22360f99bc13d06403459c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:53:03.221Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f22362099bc1376bb03459d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:53:20.848Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22362699bc13b83303459e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:53:26.838Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f22364b99bc1348f003459f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:54:03.332Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22365c99bc13075c0345a0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:54:20.916Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22366799bc137fa70345a1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:54:31.906Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f22368799bc1338f90345a2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:55:03.400Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 45, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f22369899bc13eaf60345a3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:55:20.983Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2236a899bc134fde0345a4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:55:36.975Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f2236c399bc1332db0345a5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:56:03.466Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 45, + "temperature": 22 +},{ + "_id": { + "$oid": "5f2236d599bc13f49b0345a6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:56:21.056Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2236ea99bc134a530345a7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:56:42.045Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 37, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f2236ff99bc13329a0345a8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:57:03.534Z" + }, + "brightness": 43, + "moisture": 40, + "humidity": 45, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22371199bc13811d0345a9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:57:21.117Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22372b99bc13505f0345aa" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:57:47.113Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f22373b99bc13219d0345ab" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:58:03.601Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 45, + "temperature": 21.9 +},{ + "_id": { + "$oid": "5f22374d99bc13155a0345ac" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:58:21.186Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22376c99bc132c8e0345ad" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:58:52.181Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f22377799bc1325440345ae" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T02:59:03.671Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 45, + "temperature": 21.9 +},{ + "_id": { + "$oid": "5f22378999bc1394340345af" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T02:59:21.255Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2237ad99bc1315f60345b0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T02:59:57.249Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f2237b399bc1352dc0345b1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:00:03.739Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 45, + "temperature": 22 +},{ + "_id": { + "$oid": "5f2237c599bc13489f0345b2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:00:21.319Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2237ee99bc13498a0345b3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:01:02.319Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2237ef99bc1349000345b4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:01:03.807Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22380199bc139d410345b5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:01:21.392Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22382b99bc13530f0345b6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:02:03.874Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 45, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22382f99bc13e4d30345b7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:02:07.387Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f22383d99bc13d1160345b8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:02:21.451Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22386799bc13c7560345b9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:03:03.943Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f22387099bc135de30345ba" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:03:12.456Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f22387999bc1398400345bb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:03:21.527Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2238a499bc132f290345bc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:04:04.010Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 22 +},{ + "_id": { + "$oid": "5f2238b199bc1328d40345bd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:04:17.523Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f2238b599bc137f700345be" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:04:21.591Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2238e099bc13b7de0345bf" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:05:04.078Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 22 +},{ + "_id": { + "$oid": "5f2238f199bc131c100345c0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:05:21.656Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2238f299bc1372240345c1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:05:22.594Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f22391c99bc13dbb90345c2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:06:04.147Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 45, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f22392d99bc13aac00345c3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:06:21.728Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22393399bc1385170345c4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:06:27.661Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f22395899bc1376580345c5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:07:04.214Z" + }, + "brightness": 44, + "moisture": 41, + "humidity": 45, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f22396999bc1341150345c6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:07:21.800Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22397499bc1302280345c7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:07:32.730Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f22399499bc13b54e0345c8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:08:04.289Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 22 +},{ + "_id": { + "$oid": "5f2239a599bc1318b80345c9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:08:21.904Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2239b599bc13334d0345ca" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:08:37.802Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f2239d099bc13124a0345cb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:09:04.349Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 22 +},{ + "_id": { + "$oid": "5f2239e299bc1316080345cc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:09:22.016Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2239f699bc1347ed0345cd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:09:42.869Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 25 +},{ + "_id": { + "$oid": "5f223a0c99bc131d870345ce" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:10:04.415Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 22 +},{ + "_id": { + "$oid": "5f223a1e99bc13d3dd0345cf" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:10:22.133Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f223a3799bc13209e0345d0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:10:47.937Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 25 +},{ + "_id": { + "$oid": "5f223a4899bc13da440345d1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:11:04.483Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 21.8 +},{ + "_id": { + "$oid": "5f223a5a99bc13e8ae0345d2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:11:22.252Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f223a7999bc137bbf0345d3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:11:53.007Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 25 +},{ + "_id": { + "$oid": "5f223a8499bc13f1b10345d4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:12:04.555Z" + }, + "brightness": 44, + "moisture": 39, + "humidity": 45, + "temperature": 21.8 +},{ + "_id": { + "$oid": "5f223a9699bc132d960345d5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:12:22.358Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f223aba99bc1357870345d6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:12:58.074Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 25 +},{ + "_id": { + "$oid": "5f223ac099bc1324d40345d7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:13:04.620Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 21.6 +},{ + "_id": { + "$oid": "5f223ad299bc13a1830345d8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:13:22.488Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f223afb99bc1339210345d9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:14:03.143Z" + }, + "brightness": 0, + "moisture": 39, + "humidity": 37, + "temperature": 25 +},{ + "_id": { + "$oid": "5f223afc99bc1378d30345da" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:14:04.698Z" + }, + "brightness": 44, + "moisture": 40, + "humidity": 45, + "temperature": 21.9 +},{ + "_id": { + "$oid": "5f223b0e99bc13d99c0345db" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:14:22.590Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f223b3899bc13318f0345dc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:15:04.757Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 45, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f223b3c99bc13a4c20345dd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:15:08.645Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f223b4a99bc13446f0345de" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:15:22.703Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f223b7499bc1382f30345df" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:16:04.870Z" + }, + "brightness": 45, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f223b7d99bc1344af0345e0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:16:13.713Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 25 +},{ + "_id": { + "$oid": "5f223b8699bc1317210345e1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:16:22.817Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f223bb099bc13d6c30345e2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:17:04.939Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 46, + "temperature": 22 +},{ + "_id": { + "$oid": "5f223bbe99bc13316f0345e3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:17:18.783Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f223bc299bc132aa30345e4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:17:22.886Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f223bed99bc1382ba0345e5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:18:05.015Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 45, + "temperature": 21.8 +},{ + "_id": { + "$oid": "5f223bfe99bc13448a0345e6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:18:22.951Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f223bff99bc1361140345e7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:18:23.850Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f223c2999bc131c480345e8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:19:05.073Z" + }, + "brightness": 45, + "moisture": 42, + "humidity": 45, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f223c3b99bc13c7650345e9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:19:23.026Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f223c4199bc132c5e0345ea" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:19:29.517Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f223c6599bc1305ff0345eb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:20:05.144Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 45, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f223c7799bc132f570345ec" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:20:23.085Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f223c8299bc13397d0345ed" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:20:34.585Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f223ca199bc13e6230345ee" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:21:05.214Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 45, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f223cb399bc135d580345ef" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:21:23.158Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f223cc399bc13a4860345f0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:21:39.654Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f223cdd99bc1316f80345f1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:22:05.276Z" + }, + "brightness": 45, + "moisture": 41, + "humidity": 45, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f223cef99bc13d29b0345f2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:22:23.225Z" + }, + "brightness": 0, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f223d0499bc135cbd0345f3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:22:44.724Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 37, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f223d1999bc1310e30345f4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:23:05.345Z" + }, + "brightness": 45, + "moisture": 40, + "humidity": 45, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f223d2b99bc13abc00345f5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:23:23.291Z" + }, + "brightness": 1, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f223d4599bc1323520345f6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:23:49.791Z" + }, + "brightness": 1, + "moisture": 38, + "humidity": 37, + "temperature": 25 +},{ + "_id": { + "$oid": "5f223d5599bc1358f30345f7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:24:05.411Z" + }, + "brightness": 46, + "moisture": 40, + "humidity": 45, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f223d6799bc13c7120345f8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:24:23.358Z" + }, + "brightness": 1, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f223d8799bc13eb2f0345f9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:24:55.460Z" + }, + "brightness": 1, + "moisture": 38, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f223d9199bc1305a10345fa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:25:05.481Z" + }, + "brightness": 46, + "moisture": 41, + "humidity": 45, + "temperature": 21.6 +},{ + "_id": { + "$oid": "5f223da399bc13cfce0345fb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:25:23.430Z" + }, + "brightness": 2, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f223dc899bc1346520345fc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:26:00.526Z" + }, + "brightness": 0, + "moisture": 38, + "humidity": 38, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f223dcd99bc1392ec0345fd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:26:05.556Z" + }, + "brightness": 47, + "moisture": 41, + "humidity": 45, + "temperature": 21.6 +},{ + "_id": { + "$oid": "5f223ddf99bc13ec000345fe" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:26:23.492Z" + }, + "brightness": 2, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f223e0999bc1337e80345ff" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:27:05.594Z" + }, + "brightness": 1, + "moisture": 38, + "humidity": 37, + "temperature": 25 +},{ + "_id": { + "$oid": "5f223e0999bc13f08e034600" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:27:05.617Z" + }, + "brightness": 47, + "moisture": 41, + "humidity": 45, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f223e1b99bc13655e034601" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:27:23.561Z" + }, + "brightness": 3, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f223e4599bc131da1034602" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:28:05.683Z" + }, + "brightness": 48, + "moisture": 41, + "humidity": 45, + "temperature": 21.6 +},{ + "_id": { + "$oid": "5f223e4a99bc134aca034603" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:28:10.660Z" + }, + "brightness": 1, + "moisture": 38, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f223e5799bc13d00d034604" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:28:23.628Z" + }, + "brightness": 4, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f223e8199bc137f9e034605" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:29:05.752Z" + }, + "brightness": 49, + "moisture": 41, + "humidity": 45, + "temperature": 21.6 +},{ + "_id": { + "$oid": "5f223e8b99bc13b0e1034606" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:29:15.729Z" + }, + "brightness": 1, + "moisture": 38, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f223e9399bc13f93b034607" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:29:23.693Z" + }, + "brightness": 5, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f223ebd99bc13733c034608" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:30:05.819Z" + }, + "brightness": 49, + "moisture": 41, + "humidity": 45, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f223ecc99bc13701e034609" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:30:20.800Z" + }, + "brightness": 2, + "moisture": 38, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f223ecf99bc13081c03460a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:30:23.765Z" + }, + "brightness": 5, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f223ef999bc134e2903460b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:31:05.887Z" + }, + "brightness": 51, + "moisture": 40, + "humidity": 45, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f223f0b99bc1346c803460c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:31:23.830Z" + }, + "brightness": 6, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f223f0d99bc134b9b03460d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:31:25.866Z" + }, + "brightness": 2, + "moisture": 38, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f223f3599bc13914d03460e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:32:05.954Z" + }, + "brightness": 52, + "moisture": 40, + "humidity": 45, + "temperature": 21.6 +},{ + "_id": { + "$oid": "5f223f4799bc133d2d03460f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:32:23.905Z" + }, + "brightness": 8, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f223f4e99bc132be2034610" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:32:30.937Z" + }, + "brightness": 2, + "moisture": 38, + "humidity": 37, + "temperature": 25 +},{ + "_id": { + "$oid": "5f223f7299bc13b3a3034611" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:33:06.023Z" + }, + "brightness": 53, + "moisture": 39, + "humidity": 45, + "temperature": 21.6 +},{ + "_id": { + "$oid": "5f223f8399bc13865a034612" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:33:23.963Z" + }, + "brightness": 9, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f223f9099bc131dd4034613" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:33:36.005Z" + }, + "brightness": 3, + "moisture": 38, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f223fae99bc13e3aa034614" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:34:06.090Z" + }, + "brightness": 54, + "moisture": 39, + "humidity": 45, + "temperature": 21.6 +},{ + "_id": { + "$oid": "5f223fc099bc13c71b034615" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:34:24.037Z" + }, + "brightness": 10, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f223fd199bc1307c9034616" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:34:41.071Z" + }, + "brightness": 3, + "moisture": 38, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f223fea99bc136dbe034617" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:35:06.160Z" + }, + "brightness": 56, + "moisture": 40, + "humidity": 45, + "temperature": 21.6 +},{ + "_id": { + "$oid": "5f223ffc99bc135a23034618" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:35:24.102Z" + }, + "brightness": 12, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22401299bc1368f0034619" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:35:46.140Z" + }, + "brightness": 4, + "moisture": 38, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f22402699bc136ba503461a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:36:06.271Z" + }, + "brightness": 58, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22403899bc13e00903461b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:36:24.174Z" + }, + "brightness": 14, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22405399bc137d1403461c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:36:51.213Z" + }, + "brightness": 4, + "moisture": 38, + "humidity": 37, + "temperature": 25 +},{ + "_id": { + "$oid": "5f22406299bc1378be03461d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:37:06.387Z" + }, + "brightness": 59, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22407499bc132b6d03461e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:37:24.236Z" + }, + "brightness": 17, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22409499bc1305a103461f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:37:56.929Z" + }, + "brightness": 5, + "moisture": 38, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22409e99bc1320df034620" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:38:06.501Z" + }, + "brightness": 62, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2240b099bc130d6f034621" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:38:24.308Z" + }, + "brightness": 19, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2240d599bc132383034622" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:39:01.998Z" + }, + "brightness": 5, + "moisture": 38, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f2240da99bc133479034623" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:39:06.568Z" + }, + "brightness": 65, + "moisture": 40, + "humidity": 45, + "temperature": 21.6 +},{ + "_id": { + "$oid": "5f2240ec99bc131efc034624" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:39:24.371Z" + }, + "brightness": 22, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22411699bc13a77c034625" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:40:06.637Z" + }, + "brightness": 68, + "moisture": 41, + "humidity": 45, + "temperature": 21.6 +},{ + "_id": { + "$oid": "5f22411799bc130200034626" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:40:07.065Z" + }, + "brightness": 6, + "moisture": 38, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f22412899bc13dd7a034627" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:40:24.439Z" + }, + "brightness": 24, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22415299bc13a0f3034628" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:41:06.704Z" + }, + "brightness": 70, + "moisture": 41, + "humidity": 44, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f22415899bc1371fc034629" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:41:12.135Z" + }, + "brightness": 7, + "moisture": 38, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f22416499bc133a8303462a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:41:24.505Z" + }, + "brightness": 28, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22418e99bc130ce703462b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:42:06.772Z" + }, + "brightness": 74, + "moisture": 41, + "humidity": 44, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f22419999bc137f8103462c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:42:17.203Z" + }, + "brightness": 8, + "moisture": 38, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f2241a099bc133e1d03462d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:42:24.578Z" + }, + "brightness": 32, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2241ca99bc13e15603462e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:43:06.839Z" + }, + "brightness": 78, + "moisture": 40, + "humidity": 44, + "temperature": 21.6 +},{ + "_id": { + "$oid": "5f2241da99bc13497a03462f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:43:22.273Z" + }, + "brightness": 9, + "moisture": 38, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f2241dc99bc135d19034630" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:43:24.646Z" + }, + "brightness": 36, + "moisture": 57, + "humidity": 62, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22420699bc13297f034631" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:44:06.907Z" + }, + "brightness": 81, + "moisture": 41, + "humidity": 45, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f22421899bc13a946034632" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:44:24.711Z" + }, + "brightness": 40, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22421b99bc133c1a034633" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:44:27.342Z" + }, + "brightness": 10, + "moisture": 38, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f22424299bc137042034634" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:45:06.975Z" + }, + "brightness": 85, + "moisture": 41, + "humidity": 45, + "temperature": 21.4 +},{ + "_id": { + "$oid": "5f22425499bc13fc10034635" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:45:24.778Z" + }, + "brightness": 45, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22425c99bc135ade034636" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:45:32.408Z" + }, + "brightness": 11, + "moisture": 38, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f22427f99bc13c01a034637" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:46:07.047Z" + }, + "brightness": 90, + "moisture": 41, + "humidity": 45, + "temperature": 21.4 +},{ + "_id": { + "$oid": "5f22429099bc133c89034638" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:46:24.843Z" + }, + "brightness": 50, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22429d99bc13d2a5034639" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:46:37.476Z" + }, + "brightness": 13, + "moisture": 38, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f2242bb99bc1333b903463a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:47:07.110Z" + }, + "brightness": 95, + "moisture": 40, + "humidity": 45, + "temperature": 21.3 +},{ + "_id": { + "$oid": "5f2242cc99bc13b9c203463b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:47:24.912Z" + }, + "brightness": 55, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2242de99bc137a2403463c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:47:42.546Z" + }, + "brightness": 14, + "moisture": 38, + "humidity": 37, + "temperature": 25 +},{ + "_id": { + "$oid": "5f2242f799bc1326c603463d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:48:07.179Z" + }, + "brightness": 99, + "moisture": 40, + "humidity": 45, + "temperature": 21.3 +},{ + "_id": { + "$oid": "5f22430899bc13667c03463e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:48:24.987Z" + }, + "brightness": 61, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22431f99bc13012603463f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:48:47.613Z" + }, + "brightness": 16, + "moisture": 38, + "humidity": 37, + "temperature": 25 +},{ + "_id": { + "$oid": "5f22433399bc13c53a034640" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:49:07.246Z" + }, + "brightness": 104, + "moisture": 40, + "humidity": 45, + "temperature": 21.3 +},{ + "_id": { + "$oid": "5f22434599bc135f9b034641" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:49:25.092Z" + }, + "brightness": 67, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22436099bc133de0034642" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:49:52.682Z" + }, + "brightness": 18, + "moisture": 38, + "humidity": 37, + "temperature": 25 +},{ + "_id": { + "$oid": "5f22436f99bc137cbb034643" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:50:07.314Z" + }, + "brightness": 109, + "moisture": 40, + "humidity": 45, + "temperature": 21.3 +},{ + "_id": { + "$oid": "5f22438199bc13a4f9034644" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:50:25.275Z" + }, + "brightness": 73, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2243a299bc13138b034645" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:50:58.349Z" + }, + "brightness": 20, + "moisture": 38, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2243ab99bc13e4ec034646" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:51:07.383Z" + }, + "brightness": 115, + "moisture": 40, + "humidity": 45, + "temperature": 21.3 +},{ + "_id": { + "$oid": "5f2243bd99bc13689b034647" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:51:25.318Z" + }, + "brightness": 79, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2243e399bc137f51034648" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:52:03.418Z" + }, + "brightness": 21, + "moisture": 38, + "humidity": 37, + "temperature": 25 +},{ + "_id": { + "$oid": "5f2243e799bc13ae70034649" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:52:07.449Z" + }, + "brightness": 121, + "moisture": 40, + "humidity": 45, + "temperature": 21.6 +},{ + "_id": { + "$oid": "5f2243f999bc1311b503464a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:52:25.389Z" + }, + "brightness": 85, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22442399bc136c3303464b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:53:07.519Z" + }, + "brightness": 127, + "moisture": 43, + "humidity": 45, + "temperature": 21.6 +},{ + "_id": { + "$oid": "5f22442499bc130cb703464c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:53:08.487Z" + }, + "brightness": 24, + "moisture": 38, + "humidity": 37, + "temperature": 25 +},{ + "_id": { + "$oid": "5f22443599bc1322fc03464d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:53:25.460Z" + }, + "brightness": 91, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22445f99bc13b65b03464e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:54:07.590Z" + }, + "brightness": 132, + "moisture": 40, + "humidity": 45, + "temperature": 21.2 +},{ + "_id": { + "$oid": "5f22446599bc13640703464f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:54:13.554Z" + }, + "brightness": 25, + "moisture": 37, + "humidity": 37, + "temperature": 25 +},{ + "_id": { + "$oid": "5f22447199bc134fba034650" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:54:25.523Z" + }, + "brightness": 98, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22449b99bc137b5b034651" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:55:07.652Z" + }, + "brightness": 141, + "moisture": 43, + "humidity": 45, + "temperature": 21.4 +},{ + "_id": { + "$oid": "5f2244a699bc13a81f034652" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:55:18.623Z" + }, + "brightness": 28, + "moisture": 38, + "humidity": 37, + "temperature": 25 +},{ + "_id": { + "$oid": "5f2244ad99bc130a7c034653" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:55:25.590Z" + }, + "brightness": 106, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2244d799bc13ad85034654" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:56:07.732Z" + }, + "brightness": 148, + "moisture": 40, + "humidity": 45, + "temperature": 21.1 +},{ + "_id": { + "$oid": "5f2244e799bc131002034655" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:56:23.692Z" + }, + "brightness": 30, + "moisture": 38, + "humidity": 37, + "temperature": 25 +},{ + "_id": { + "$oid": "5f2244e999bc130bfd034656" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:56:25.667Z" + }, + "brightness": 113, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22451399bc1357da034657" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:57:07.796Z" + }, + "brightness": 155, + "moisture": 44, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22452599bc133b4d034658" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:57:25.729Z" + }, + "brightness": 119, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22452999bc13112b034659" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:57:29.363Z" + }, + "brightness": 33, + "moisture": 38, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22454f99bc13cff103465a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:58:07.899Z" + }, + "brightness": 163, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22456199bc137d1303465b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:58:25.796Z" + }, + "brightness": 127, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22456a99bc13aef903465c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:58:34.496Z" + }, + "brightness": 35, + "moisture": 38, + "humidity": 37, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f22458b99bc13588803465d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T03:59:07.969Z" + }, + "brightness": 172, + "moisture": 40, + "humidity": 44, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f22459d99bc13b85303465e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T03:59:25.863Z" + }, + "brightness": 135, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2245ab99bc138ed503465f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T03:59:39.502Z" + }, + "brightness": 38, + "moisture": 38, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f2245c899bc132768034660" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:00:08.034Z" + }, + "brightness": 180, + "moisture": 44, + "humidity": 44, + "temperature": 21.4 +},{ + "_id": { + "$oid": "5f2245d999bc139e8f034661" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:00:25.930Z" + }, + "brightness": 144, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2245ec99bc138665034662" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:00:44.569Z" + }, + "brightness": 40, + "moisture": 38, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f22460499bc13c768034663" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:01:08.470Z" + }, + "brightness": 188, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22461699bc1305a3034664" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:01:26Z" + }, + "brightness": 152, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22462d99bc13e9e9034665" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:01:49.635Z" + }, + "brightness": 43, + "moisture": 38, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f22464099bc13219e034666" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:02:08.533Z" + }, + "brightness": 192, + "moisture": 40, + "humidity": 44, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f22465299bc13608c034667" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:02:26.066Z" + }, + "brightness": 160, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22466f99bc1325c8034668" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:02:55.140Z" + }, + "brightness": 46, + "moisture": 38, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22467c99bc13abb6034669" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:03:08.600Z" + }, + "brightness": 202, + "moisture": 47, + "humidity": 44, + "temperature": 21.4 +},{ + "_id": { + "$oid": "5f22468e99bc13177703466a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:03:26.130Z" + }, + "brightness": 168, + "moisture": 58, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2246b099bc13207503466b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:04:00.210Z" + }, + "brightness": 49, + "moisture": 37, + "humidity": 37, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f2246b899bc13784d03466c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:04:08.669Z" + }, + "brightness": 210, + "moisture": 40, + "humidity": 44, + "temperature": 21.4 +},{ + "_id": { + "$oid": "5f2246ca99bc135b1303466d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:04:26.200Z" + }, + "brightness": 175, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2246f199bc135eb603466e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:05:05.276Z" + }, + "brightness": 53, + "moisture": 37, + "humidity": 37, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f2246f499bc13550003466f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:05:08.738Z" + }, + "brightness": 221, + "moisture": 40, + "humidity": 44, + "temperature": 21.4 +},{ + "_id": { + "$oid": "5f22470699bc13420c034670" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:05:26.275Z" + }, + "brightness": 183, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22473099bc130841034671" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:06:08.808Z" + }, + "brightness": 237, + "moisture": 40, + "humidity": 44, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f22473299bc13ac0a034672" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:06:10.343Z" + }, + "brightness": 57, + "moisture": 38, + "humidity": 38, + "temperature": 24.7 +},{ + "_id": { + "$oid": "5f22474299bc1323b8034673" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:06:26.344Z" + }, + "brightness": 193, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22476c99bc13375b034674" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:07:08.876Z" + }, + "brightness": 295, + "moisture": 40, + "humidity": 44, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f22477499bc134be8034675" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:07:16.064Z" + }, + "brightness": 61, + "moisture": 37, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22477e99bc13fc6c034676" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:07:26.405Z" + }, + "brightness": 205, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2247a899bc133472034677" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:08:08.946Z" + }, + "brightness": 351, + "moisture": 40, + "humidity": 44, + "temperature": 21.4 +},{ + "_id": { + "$oid": "5f2247b599bc1304c8034678" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:08:21.137Z" + }, + "brightness": 65, + "moisture": 37, + "humidity": 38, + "temperature": 24.3 +},{ + "_id": { + "$oid": "5f2247ba99bc134a82034679" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:08:26.478Z" + }, + "brightness": 219, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2247e599bc13657c03467a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:09:09.014Z" + }, + "brightness": 372, + "moisture": 40, + "humidity": 44, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f2247f699bc13c78f03467b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:09:26.204Z" + }, + "brightness": 80, + "moisture": 41, + "humidity": 38, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f2247f699bc13643703467c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:09:26.583Z" + }, + "brightness": 235, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22482199bc1308db03467d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:10:09.083Z" + }, + "brightness": 423, + "moisture": 40, + "humidity": 44, + "temperature": 21.5 +},{ + "_id": { + "$oid": "5f22483299bc137b4a03467e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:10:26.702Z" + }, + "brightness": 252, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22483799bc133dbc03467f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:10:31.271Z" + }, + "brightness": 76, + "moisture": 37, + "humidity": 38, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f22485d99bc13fd5a034680" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:11:09.198Z" + }, + "brightness": 576, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22486e99bc13dab3034681" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:11:26.814Z" + }, + "brightness": 269, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22487899bc130812034682" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:11:36.342Z" + }, + "brightness": 83, + "moisture": 37, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f22489999bc135e0d034683" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:12:09.317Z" + }, + "brightness": 635, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2248aa99bc131698034684" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:12:26.887Z" + }, + "brightness": 281, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2248b999bc13919c034685" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:12:41.408Z" + }, + "brightness": 89, + "moisture": 38, + "humidity": 38, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f2248d599bc13d2cd034686" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:13:09.379Z" + }, + "brightness": 699, + "moisture": 40, + "humidity": 44, + "temperature": 21.6 +},{ + "_id": { + "$oid": "5f2248e699bc13f90d034687" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:13:26.951Z" + }, + "brightness": 295, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2248fa99bc135846034688" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:13:46.485Z" + }, + "brightness": 95, + "moisture": 37, + "humidity": 38, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f22491199bc130375034689" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:14:09.447Z" + }, + "brightness": 861, + "moisture": 41, + "humidity": 44, + "temperature": 21.6 +},{ + "_id": { + "$oid": "5f22492399bc13376703468a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:14:27.017Z" + }, + "brightness": 313, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22493b99bc13f45503468b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:14:51.547Z" + }, + "brightness": 102, + "moisture": 38, + "humidity": 38, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f22494d99bc13a27303468c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:15:09.515Z" + }, + "brightness": 1006, + "moisture": 42, + "humidity": 43, + "temperature": 21.7 +},{ + "_id": { + "$oid": "5f22495f99bc135e3b03468d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:15:27.080Z" + }, + "brightness": 330, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22497c99bc133c6903468e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:15:56.670Z" + }, + "brightness": 108, + "moisture": 37, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22498999bc13eff103468f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:16:09.593Z" + }, + "brightness": 1088, + "moisture": 42, + "humidity": 43, + "temperature": 21.9 +},{ + "_id": { + "$oid": "5f22499b99bc13626c034690" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:16:27.149Z" + }, + "brightness": 346, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2249bd99bc137046034691" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:17:01.741Z" + }, + "brightness": 112, + "moisture": 37, + "humidity": 38, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f2249c599bc1349a1034692" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:17:09.655Z" + }, + "brightness": 1127, + "moisture": 41, + "humidity": 44, + "temperature": 22 +},{ + "_id": { + "$oid": "5f2249d799bc13c594034693" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:17:27.221Z" + }, + "brightness": 360, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2249fe99bc130c0a034694" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:18:06.811Z" + }, + "brightness": 118, + "moisture": 38, + "humidity": 38, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f224a0199bc134054034695" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:18:09.720Z" + }, + "brightness": 1195, + "moisture": 41, + "humidity": 44, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f224a1399bc13596d034696" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:18:27.285Z" + }, + "brightness": 373, + "moisture": 58, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f224a3d99bc1368c9034697" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:19:09.789Z" + }, + "brightness": 1312, + "moisture": 41, + "humidity": 43, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f224a3f99bc134068034698" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:19:11.879Z" + }, + "brightness": 125, + "moisture": 37, + "humidity": 38, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f224a4f99bc136343034699" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:19:27.351Z" + }, + "brightness": 382, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f224a7999bc13b0a603469a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:20:09.856Z" + }, + "brightness": 1425, + "moisture": 41, + "humidity": 43, + "temperature": 22.1 +},{ + "_id": { + "$oid": "5f224a8099bc133fea03469b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:20:16.946Z" + }, + "brightness": 131, + "moisture": 37, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f224a8b99bc1346f103469c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:20:27.420Z" + }, + "brightness": 393, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f224ab599bc132e1003469d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:21:09.925Z" + }, + "brightness": 1515, + "moisture": 41, + "humidity": 43, + "temperature": 22.2 +},{ + "_id": { + "$oid": "5f224ac299bc1343bb03469e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:21:22.015Z" + }, + "brightness": 136, + "moisture": 37, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f224ac799bc131f2e03469f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:21:27.487Z" + }, + "brightness": 408, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f224af199bc13d00f0346a0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:22:09.995Z" + }, + "brightness": 1609, + "moisture": 41, + "humidity": 43, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f224b0399bc135cc50346a1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:22:27.556Z" + }, + "brightness": 423, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f224b0399bc1336de0346a2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:22:27.735Z" + }, + "brightness": 141, + "moisture": 37, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f224b2e99bc133b7b0346a3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:23:10.058Z" + }, + "brightness": 1706, + "moisture": 44, + "humidity": 43, + "temperature": 22.3 +},{ + "_id": { + "$oid": "5f224b3f99bc137b720346a4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:23:27.625Z" + }, + "brightness": 439, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f224b4499bc13f10d0346a5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:23:32.804Z" + }, + "brightness": 146, + "moisture": 37, + "humidity": 38, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f224b6a99bc13ff120346a6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:24:10.125Z" + }, + "brightness": 1803, + "moisture": 41, + "humidity": 43, + "temperature": 22.4 +},{ + "_id": { + "$oid": "5f224b7b99bc1302ac0346a7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:24:27.692Z" + }, + "brightness": 451, + "moisture": 57, + "humidity": 62, + "temperature": 22 +},{ + "_id": { + "$oid": "5f224b8599bc134fe70346a8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:24:37.872Z" + }, + "brightness": 151, + "moisture": 37, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f224ba699bc135b460346a9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:25:10.193Z" + }, + "brightness": 1905, + "moisture": 41, + "humidity": 42, + "temperature": 22.4 +},{ + "_id": { + "$oid": "5f224bb799bc132bb40346aa" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:25:27.758Z" + }, + "brightness": 460, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f224bc699bc13b5fc0346ab" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:25:42.942Z" + }, + "brightness": 156, + "moisture": 37, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f224be299bc13338f0346ac" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:26:10.268Z" + }, + "brightness": 2005, + "moisture": 41, + "humidity": 42, + "temperature": 22.4 +},{ + "_id": { + "$oid": "5f224bf399bc134ec50346ad" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:26:27.828Z" + }, + "brightness": 470, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f224c0899bc13e9190346ae" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:26:48.011Z" + }, + "brightness": 160, + "moisture": 37, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f224c1e99bc13072e0346af" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:27:10.332Z" + }, + "brightness": 2108, + "moisture": 40, + "humidity": 42, + "temperature": 22.4 +},{ + "_id": { + "$oid": "5f224c2f99bc1301ca0346b0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:27:27.893Z" + }, + "brightness": 481, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f224c4999bc1321a40346b1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:27:53.076Z" + }, + "brightness": 165, + "moisture": 37, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f224c5a99bc1326290346b2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:28:10.402Z" + }, + "brightness": 2213, + "moisture": 41, + "humidity": 42, + "temperature": 22.5 +},{ + "_id": { + "$oid": "5f224c6b99bc1397960346b3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:28:27.963Z" + }, + "brightness": 493, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f224c8a99bc1309660346b4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:28:58.148Z" + }, + "brightness": 170, + "moisture": 37, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f224c9699bc1381ea0346b5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:29:10.465Z" + }, + "brightness": 2317, + "moisture": 41, + "humidity": 42, + "temperature": 22.5 +},{ + "_id": { + "$oid": "5f224ca899bc1365eb0346b6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:29:28.029Z" + }, + "brightness": 506, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f224ccb99bc138fc20346b7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:30:03.218Z" + }, + "brightness": 175, + "moisture": 38, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f224cd299bc1374f30346b8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:30:10.624Z" + }, + "brightness": 2422, + "moisture": 41, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f224ce499bc13b7fd0346b9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:30:28.100Z" + }, + "brightness": 518, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f224d0c99bc131c080346ba" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:31:08.281Z" + }, + "brightness": 179, + "moisture": 37, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f224d0e99bc133dd90346bb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:31:10.691Z" + }, + "brightness": 2528, + "moisture": 40, + "humidity": 42, + "temperature": 22.7 +},{ + "_id": { + "$oid": "5f224d2099bc13c5390346bc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:31:28.168Z" + }, + "brightness": 525, + "moisture": 58, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f224d4a99bc1337de0346bd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:32:10.760Z" + }, + "brightness": 2640, + "moisture": 40, + "humidity": 41, + "temperature": 23 +},{ + "_id": { + "$oid": "5f224d4d99bc13a7220346be" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:32:13.356Z" + }, + "brightness": 183, + "moisture": 37, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f224d5c99bc1335a20346bf" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:32:28.240Z" + }, + "brightness": 537, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f224d8699bc13b80e0346c0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:33:10.827Z" + }, + "brightness": 2754, + "moisture": 40, + "humidity": 41, + "temperature": 22.9 +},{ + "_id": { + "$oid": "5f224d8e99bc13102a0346c1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:33:18.420Z" + }, + "brightness": 187, + "moisture": 37, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f224d9899bc137dce0346c2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:33:28.300Z" + }, + "brightness": 553, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f224dc299bc13201a0346c3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:34:10.900Z" + }, + "brightness": 2856, + "moisture": 40, + "humidity": 41, + "temperature": 22.7 +},{ + "_id": { + "$oid": "5f224dcf99bc1393b40346c4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:34:23.488Z" + }, + "brightness": 190, + "moisture": 37, + "humidity": 38, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f224dd499bc1354580346c5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:34:28.371Z" + }, + "brightness": 565, + "moisture": 58, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f224dfe99bc1360370346c6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:35:10.962Z" + }, + "brightness": 2962, + "moisture": 40, + "humidity": 40, + "temperature": 22.8 +},{ + "_id": { + "$oid": "5f224e1099bc130a8b0346c7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:35:28.438Z" + }, + "brightness": 572, + "moisture": 58, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f224e1099bc1306e70346c8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:35:28.557Z" + }, + "brightness": 194, + "moisture": 37, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f224e3b99bc13166d0346c9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:36:11.031Z" + }, + "brightness": 3063, + "moisture": 40, + "humidity": 40, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f224e4c99bc1320400346ca" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:36:28.503Z" + }, + "brightness": 581, + "moisture": 58, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f224e5299bc1377510346cb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:36:34.225Z" + }, + "brightness": 198, + "moisture": 37, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f224e7799bc1305010346cc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:37:11.100Z" + }, + "brightness": 3171, + "moisture": 40, + "humidity": 41, + "temperature": 23 +},{ + "_id": { + "$oid": "5f224e8899bc13511e0346cd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:37:28.567Z" + }, + "brightness": 590, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f224e9399bc137a2b0346ce" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:37:39.298Z" + }, + "brightness": 200, + "moisture": 37, + "humidity": 38, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f224eb399bc13fdc50346cf" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:38:11.168Z" + }, + "brightness": 3279, + "moisture": 40, + "humidity": 40, + "temperature": 22.9 +},{ + "_id": { + "$oid": "5f224ec499bc1366080346d0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:38:28.640Z" + }, + "brightness": 595, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f224ed499bc1343a80346d1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:38:44.360Z" + }, + "brightness": 204, + "moisture": 37, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f224eef99bc132aa80346d2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:39:11.243Z" + }, + "brightness": 3382, + "moisture": 39, + "humidity": 40, + "temperature": 23.2 +},{ + "_id": { + "$oid": "5f224f0099bc132edc0346d3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:39:28.709Z" + }, + "brightness": 605, + "moisture": 58, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f224f1599bc133a460346d4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:39:49.429Z" + }, + "brightness": 206, + "moisture": 37, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f224f2b99bc1355e60346d5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:40:11.317Z" + }, + "brightness": 3492, + "moisture": 39, + "humidity": 40, + "temperature": 23.3 +},{ + "_id": { + "$oid": "5f224f3c99bc1353520346d6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:40:28.773Z" + }, + "brightness": 625, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f224f5699bc13879a0346d7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:40:54.498Z" + }, + "brightness": 209, + "moisture": 37, + "humidity": 38, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f224f6799bc13a8470346d8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:41:11.372Z" + }, + "brightness": 3604, + "moisture": 39, + "humidity": 39, + "temperature": 23.4 +},{ + "_id": { + "$oid": "5f224f7899bc13673d0346d9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:41:28.839Z" + }, + "brightness": 642, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f224f9899bc132b890346da" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:42:00.218Z" + }, + "brightness": 211, + "moisture": 37, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f224fa399bc13948c0346db" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:42:11.442Z" + }, + "brightness": 3703, + "moisture": 40, + "humidity": 39, + "temperature": 23.5 +},{ + "_id": { + "$oid": "5f224fb499bc1317930346dc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:42:28.910Z" + }, + "brightness": 643, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f224fd999bc1384d30346dd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:43:05.287Z" + }, + "brightness": 213, + "moisture": 37, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f224fdf99bc130dbe0346de" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:43:11.507Z" + }, + "brightness": 3819, + "moisture": 39, + "humidity": 39, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f224ff099bc139ab80346df" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:43:28.974Z" + }, + "brightness": 640, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22501a99bc139d180346e0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:44:10.355Z" + }, + "brightness": 214, + "moisture": 37, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f22501b99bc13a0920346e1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:44:11.575Z" + }, + "brightness": 3917, + "moisture": 39, + "humidity": 39, + "temperature": 23.6 +},{ + "_id": { + "$oid": "5f22502d99bc1365fa0346e2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:44:29.051Z" + }, + "brightness": 643, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22505799bc1393480346e3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:45:11.644Z" + }, + "brightness": 4017, + "moisture": 39, + "humidity": 39, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f22505b99bc13c7690346e4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:45:15.424Z" + }, + "brightness": 217, + "moisture": 37, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f22506999bc132a820346e5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:45:29.109Z" + }, + "brightness": 646, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22509399bc13643e0346e6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:46:11.712Z" + }, + "brightness": 4120, + "moisture": 39, + "humidity": 39, + "temperature": 23.7 +},{ + "_id": { + "$oid": "5f22509c99bc134e7b0346e7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:46:20.493Z" + }, + "brightness": 218, + "moisture": 37, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f2250a599bc137e2f0346e8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:46:29.179Z" + }, + "brightness": 651, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2250cf99bc1308890346e9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:47:11.785Z" + }, + "brightness": 4218, + "moisture": 40, + "humidity": 38, + "temperature": 23.8 +},{ + "_id": { + "$oid": "5f2250dd99bc1332320346ea" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:47:25.560Z" + }, + "brightness": 219, + "moisture": 37, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f2250e199bc1388850346eb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:47:29.244Z" + }, + "brightness": 656, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22510b99bc131c4f0346ec" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:48:11.849Z" + }, + "brightness": 4330, + "moisture": 39, + "humidity": 38, + "temperature": 23.9 +},{ + "_id": { + "$oid": "5f22511d99bc1304c50346ed" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:48:29.356Z" + }, + "brightness": 663, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22511e99bc134f500346ee" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:48:30.629Z" + }, + "brightness": 221, + "moisture": 37, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f22514799bc137b200346ef" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:49:11.916Z" + }, + "brightness": 4426, + "moisture": 40, + "humidity": 38, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22515999bc139c7a0346f0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:49:29.474Z" + }, + "brightness": 670, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22515f99bc1353c20346f1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:49:35.699Z" + }, + "brightness": 224, + "moisture": 37, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f22518499bc13cf320346f2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:50:12.015Z" + }, + "brightness": 4534, + "moisture": 39, + "humidity": 38, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f22519599bc136f2b0346f3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:50:29.587Z" + }, + "brightness": 676, + "moisture": 58, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2251a099bc13a2ec0346f4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:50:40.767Z" + }, + "brightness": 225, + "moisture": 37, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f2251c099bc137c320346f5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:51:12.051Z" + }, + "brightness": 4636, + "moisture": 39, + "humidity": 38, + "temperature": 24 +},{ + "_id": { + "$oid": "5f2251d199bc13afe10346f6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:51:29.657Z" + }, + "brightness": 684, + "moisture": 57, + "humidity": 61, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2251e199bc134cf90346f7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:51:45.835Z" + }, + "brightness": 227, + "moisture": 37, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f2251fc99bc13228a0346f8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:52:12.129Z" + }, + "brightness": 4733, + "moisture": 38, + "humidity": 38, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f22520d99bc1313bd0346f9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:52:29.723Z" + }, + "brightness": 690, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22522299bc133cba0346fa" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:52:50.905Z" + }, + "brightness": 229, + "moisture": 37, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f22523899bc1307a20346fb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:53:12.189Z" + }, + "brightness": 4829, + "moisture": 39, + "humidity": 37, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f22524999bc13ae360346fc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:53:29.790Z" + }, + "brightness": 700, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22526399bc137d100346fd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:53:55.973Z" + }, + "brightness": 230, + "moisture": 37, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f22527499bc1333b10346fe" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:54:12.255Z" + }, + "brightness": 4931, + "moisture": 39, + "humidity": 37, + "temperature": 24.1 +},{ + "_id": { + "$oid": "5f22528599bc1380240346ff" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:54:29.856Z" + }, + "brightness": 708, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2252a599bc131919034700" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:55:01.042Z" + }, + "brightness": 232, + "moisture": 37, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f2252b099bc1318e4034701" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:55:12.323Z" + }, + "brightness": 5037, + "moisture": 38, + "humidity": 37, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f2252c199bc13483e034702" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:55:29.928Z" + }, + "brightness": 717, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2252e699bc131512034703" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:56:06.708Z" + }, + "brightness": 233, + "moisture": 37, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2252ec99bc13094b034704" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:56:12.392Z" + }, + "brightness": 5135, + "moisture": 39, + "humidity": 37, + "temperature": 24.2 +},{ + "_id": { + "$oid": "5f2252fd99bc13208d034705" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:56:29.988Z" + }, + "brightness": 728, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22532799bc137371034706" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:57:11.776Z" + }, + "brightness": 234, + "moisture": 37, + "humidity": 38, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f22532899bc133e65034707" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:57:12.458Z" + }, + "brightness": 5218, + "moisture": 39, + "humidity": 37, + "temperature": 24.3 +},{ + "_id": { + "$oid": "5f22533a99bc13489a034708" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:57:30.056Z" + }, + "brightness": 737, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22536499bc13d86d034709" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:58:12.527Z" + }, + "brightness": 5327, + "moisture": 40, + "humidity": 37, + "temperature": 24.4 +},{ + "_id": { + "$oid": "5f22536899bc13498203470a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:58:16.845Z" + }, + "brightness": 235, + "moisture": 37, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f22537699bc13123d03470b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:58:30.125Z" + }, + "brightness": 746, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2253a099bc134a8503470c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T04:59:12.597Z" + }, + "brightness": 5425, + "moisture": 39, + "humidity": 37, + "temperature": 24.5 +},{ + "_id": { + "$oid": "5f2253a999bc1394f803470d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T04:59:21.938Z" + }, + "brightness": 236, + "moisture": 37, + "humidity": 38, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f2253b299bc13b1dc03470e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T04:59:30.191Z" + }, + "brightness": 758, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2253dc99bc133d6d03470f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:00:12.667Z" + }, + "brightness": 5523, + "moisture": 39, + "humidity": 36, + "temperature": 24.6 +},{ + "_id": { + "$oid": "5f2253ea99bc132ce1034710" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:00:26.981Z" + }, + "brightness": 238, + "moisture": 37, + "humidity": 38, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f2253ee99bc1318d3034711" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:00:30.266Z" + }, + "brightness": 774, + "moisture": 58, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22541899bc133b4e034712" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:01:12.736Z" + }, + "brightness": 5605, + "moisture": 40, + "humidity": 36, + "temperature": 24.6 +},{ + "_id": { + "$oid": "5f22542a99bc132795034713" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:01:30.330Z" + }, + "brightness": 787, + "moisture": 58, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22542c99bc1322bc034714" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:01:32.701Z" + }, + "brightness": 239, + "moisture": 37, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22545499bc13b467034715" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:02:12.802Z" + }, + "brightness": 5703, + "moisture": 40, + "humidity": 36, + "temperature": 24.6 +},{ + "_id": { + "$oid": "5f22546699bc1317fa034716" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:02:30.407Z" + }, + "brightness": 791, + "moisture": 58, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22546d99bc1338dd034717" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:02:37.769Z" + }, + "brightness": 240, + "moisture": 37, + "humidity": 38, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f22549099bc132d8f034718" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:03:12.872Z" + }, + "brightness": 5793, + "moisture": 40, + "humidity": 36, + "temperature": 24.6 +},{ + "_id": { + "$oid": "5f2254a299bc13d067034719" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:03:30.467Z" + }, + "brightness": 797, + "moisture": 58, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2254ae99bc13d51b03471a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:03:42.838Z" + }, + "brightness": 242, + "moisture": 37, + "humidity": 38, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f2254cc99bc1334a203471b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:04:12.986Z" + }, + "brightness": 5894, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2254de99bc13e2ae03471c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:04:30.535Z" + }, + "brightness": 808, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2254ef99bc1346e703471d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:04:47.907Z" + }, + "brightness": 243, + "moisture": 37, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f22550999bc13667003471e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:05:13.054Z" + }, + "brightness": 5987, + "moisture": 39, + "humidity": 36, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f22551a99bc138fc603471f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:05:30.598Z" + }, + "brightness": 818, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22553099bc133555034720" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:05:52.976Z" + }, + "brightness": 245, + "moisture": 37, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f22554599bc130e4f034721" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:06:13.126Z" + }, + "brightness": 6086, + "moisture": 39, + "humidity": 35, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f22555699bc134534034722" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:06:30.711Z" + }, + "brightness": 823, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22557299bc13694d034723" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:06:58.054Z" + }, + "brightness": 248, + "moisture": 37, + "humidity": 38, + "temperature": 25 +},{ + "_id": { + "$oid": "5f22558199bc13069e034724" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:07:13.193Z" + }, + "brightness": 6158, + "moisture": 38, + "humidity": 35, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f22559299bc134e66034725" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:07:30.828Z" + }, + "brightness": 819, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2255b399bc131a35034726" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:08:03.124Z" + }, + "brightness": 253, + "moisture": 37, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f2255bd99bc130bda034727" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:08:13.263Z" + }, + "brightness": 6234, + "moisture": 39, + "humidity": 35, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f2255ce99bc134c02034728" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:08:30.940Z" + }, + "brightness": 826, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2255f499bc130665034729" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:09:08.201Z" + }, + "brightness": 261, + "moisture": 37, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f2255f999bc1388f603472a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:09:13.334Z" + }, + "brightness": 6321, + "moisture": 39, + "humidity": 35, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f22560b99bc13528a03472b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:09:31.013Z" + }, + "brightness": 829, + "moisture": 58, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22563599bc131ec903472c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:10:13.272Z" + }, + "brightness": 267, + "moisture": 39, + "humidity": 38, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f22563599bc13015903472d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:10:13.403Z" + }, + "brightness": 6405, + "moisture": 39, + "humidity": 34, + "temperature": 25.4 +},{ + "_id": { + "$oid": "5f22564799bc13cb4103472e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:10:31.081Z" + }, + "brightness": 834, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22567199bc135de403472f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:11:13.476Z" + }, + "brightness": 6487, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22567699bc1323ec034730" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:11:18.341Z" + }, + "brightness": 271, + "moisture": 37, + "humidity": 38, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f22568399bc136a24034731" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:11:31.140Z" + }, + "brightness": 854, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2256ad99bc1353ac034732" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:12:13.546Z" + }, + "brightness": 6559, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2256b799bc13e99b034733" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:12:23.408Z" + }, + "brightness": 275, + "moisture": 39, + "humidity": 38, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f2256bf99bc13f36e034734" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:12:31.207Z" + }, + "brightness": 863, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2256e999bc136589034735" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:13:13.614Z" + }, + "brightness": 6643, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2256f899bc137337034736" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:13:28.479Z" + }, + "brightness": 284, + "moisture": 37, + "humidity": 38, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f2256fb99bc138f8e034737" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:13:31.276Z" + }, + "brightness": 875, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22572599bc130c41034738" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:14:13.685Z" + }, + "brightness": 6739, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22573799bc136886034739" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:14:31.347Z" + }, + "brightness": 889, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22573999bc138ac803473a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:14:33.545Z" + }, + "brightness": 292, + "moisture": 37, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f22576199bc13b63203473b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:15:13.759Z" + }, + "brightness": 6807, + "moisture": 39, + "humidity": 34, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22577399bc1330eb03473c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:15:31.413Z" + }, + "brightness": 894, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22577a99bc135dc503473d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:15:38.614Z" + }, + "brightness": 298, + "moisture": 37, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f22579d99bc13088b03473e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:16:13.823Z" + }, + "brightness": 6872, + "moisture": 39, + "humidity": 34, + "temperature": 26 +},{ + "_id": { + "$oid": "5f2257af99bc13a8a903473f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:16:31.478Z" + }, + "brightness": 894, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2257bb99bc13511c034740" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:16:43.684Z" + }, + "brightness": 301, + "moisture": 36, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f2257d999bc130b5b034741" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:17:13.895Z" + }, + "brightness": 6954, + "moisture": 39, + "humidity": 34, + "temperature": 26 +},{ + "_id": { + "$oid": "5f2257eb99bc13a407034742" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:17:31.544Z" + }, + "brightness": 893, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2257fc99bc1323a4034743" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:17:48.750Z" + }, + "brightness": 305, + "moisture": 37, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f22581599bc13bef3034744" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:18:13.963Z" + }, + "brightness": 7014, + "moisture": 39, + "humidity": 34, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22582799bc137a94034745" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:18:31.613Z" + }, + "brightness": 898, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22583d99bc1330e9034746" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:18:53.833Z" + }, + "brightness": 308, + "moisture": 36, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f22585299bc134f3f034747" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:19:14.036Z" + }, + "brightness": 7105, + "moisture": 39, + "humidity": 34, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22586399bc1383eb034748" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:19:31.679Z" + }, + "brightness": 907, + "moisture": 57, + "humidity": 62, + "temperature": 22 +},{ + "_id": { + "$oid": "5f22587e99bc13798a034749" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:19:58.903Z" + }, + "brightness": 311, + "moisture": 37, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f22588e99bc1346af03474a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:20:14.105Z" + }, + "brightness": 7174, + "moisture": 39, + "humidity": 34, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22589f99bc13679b03474b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:20:31.754Z" + }, + "brightness": 914, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2258bf99bc1368c703474c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:21:03.979Z" + }, + "brightness": 315, + "moisture": 37, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2258ca99bc13488f03474d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:21:14.173Z" + }, + "brightness": 7239, + "moisture": 39, + "humidity": 34, + "temperature": 26 +},{ + "_id": { + "$oid": "5f2258db99bc13272a03474e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:21:31.817Z" + }, + "brightness": 925, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22590199bc13290403474f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:22:09.051Z" + }, + "brightness": 318, + "moisture": 36, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f22590699bc132664034750" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:22:14.250Z" + }, + "brightness": 7322, + "moisture": 39, + "humidity": 33, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f22591799bc136998034751" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:22:31.888Z" + }, + "brightness": 943, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22594299bc13eb49034752" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:23:14.118Z" + }, + "brightness": 321, + "moisture": 37, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f22594299bc1321ad034753" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:23:14.313Z" + }, + "brightness": 7394, + "moisture": 39, + "humidity": 33, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f22595399bc135261034754" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:23:31.957Z" + }, + "brightness": 964, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f22597e99bc13589a034755" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:24:14.383Z" + }, + "brightness": 7467, + "moisture": 38, + "humidity": 33, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f22598399bc132181034756" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:24:19.186Z" + }, + "brightness": 325, + "moisture": 36, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f22599099bc13f8be034757" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:24:32.023Z" + }, + "brightness": 993, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2259ba99bc1358a2034758" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:25:14.453Z" + }, + "brightness": 7555, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2259c499bc13c45b034759" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:25:24.255Z" + }, + "brightness": 328, + "moisture": 37, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f2259cc99bc1309eb03475a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:25:32.098Z" + }, + "brightness": 1034, + "moisture": 57, + "humidity": 62, + "temperature": 21 +},{ + "_id": { + "$oid": "5f2259f699bc13b78703475b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:26:14.523Z" + }, + "brightness": 7619, + "moisture": 39, + "humidity": 33, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f225a0599bc13941703475c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:26:29.324Z" + }, + "brightness": 331, + "moisture": 36, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f225a0899bc13b32d03475d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:26:32.210Z" + }, + "brightness": 1075, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f225a3299bc13ce4a03475e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:27:14.592Z" + }, + "brightness": 7700, + "moisture": 38, + "humidity": 33, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f225a4499bc13a40d03475f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:27:32.266Z" + }, + "brightness": 1120, + "moisture": 57, + "humidity": 62, + "temperature": 22 +},{ + "_id": { + "$oid": "5f225a4699bc1303d0034760" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:27:34.393Z" + }, + "brightness": 335, + "moisture": 36, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f225a6e99bc136aa0034761" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:28:14.664Z" + }, + "brightness": 7784, + "moisture": 38, + "humidity": 33, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f225a8099bc131320034762" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:28:32.333Z" + }, + "brightness": 1162, + "moisture": 57, + "humidity": 62, + "temperature": 22 +},{ + "_id": { + "$oid": "5f225a8799bc13272d034763" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:28:39.462Z" + }, + "brightness": 338, + "moisture": 36, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f225aaa99bc13ba17034764" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:29:14.734Z" + }, + "brightness": 7864, + "moisture": 39, + "humidity": 33, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f225abc99bc13b364034765" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:29:32.405Z" + }, + "brightness": 1191, + "moisture": 57, + "humidity": 62, + "temperature": 22 +},{ + "_id": { + "$oid": "5f225ac899bc130d2e034766" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:29:44.529Z" + }, + "brightness": 341, + "moisture": 36, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f225ae699bc13d83f034767" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:30:14.803Z" + }, + "brightness": 7939, + "moisture": 39, + "humidity": 33, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f225af899bc138431034768" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:30:32.470Z" + }, + "brightness": 1216, + "moisture": 57, + "humidity": 62, + "temperature": 22 +},{ + "_id": { + "$oid": "5f225b0999bc135139034769" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:30:49.599Z" + }, + "brightness": 345, + "moisture": 36, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f225b2299bc13232303476a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:31:14.873Z" + }, + "brightness": 8001, + "moisture": 39, + "humidity": 33, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f225b3499bc13ccbb03476b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:31:32.545Z" + }, + "brightness": 1235, + "moisture": 57, + "humidity": 62, + "temperature": 22 +},{ + "_id": { + "$oid": "5f225b4a99bc136c3003476c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:31:54.666Z" + }, + "brightness": 349, + "moisture": 36, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f225b5e99bc13916503476d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:32:14.943Z" + }, + "brightness": 8073, + "moisture": 39, + "humidity": 32, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f225b7099bc13810c03476e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:32:32.608Z" + }, + "brightness": 1243, + "moisture": 57, + "humidity": 62, + "temperature": 22 +},{ + "_id": { + "$oid": "5f225b8b99bc1364e303476f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:32:59.735Z" + }, + "brightness": 352, + "moisture": 37, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f225b9b99bc137758034770" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:33:15.015Z" + }, + "brightness": 8153, + "moisture": 39, + "humidity": 32, + "temperature": 26.9 +},{ + "_id": { + "$oid": "5f225bac99bc1313fa034771" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:33:32.677Z" + }, + "brightness": 1234, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f225bcc99bc134282034772" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:34:04.807Z" + }, + "brightness": 356, + "moisture": 36, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f225bd799bc1342ae034773" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:34:15.079Z" + }, + "brightness": 8215, + "moisture": 38, + "humidity": 32, + "temperature": 26.9 +},{ + "_id": { + "$oid": "5f225be899bc134beb034774" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:34:32.744Z" + }, + "brightness": 1240, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f225c0d99bc13a367034775" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:35:09.875Z" + }, + "brightness": 360, + "moisture": 36, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f225c1399bc138012034776" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:35:15.148Z" + }, + "brightness": 8293, + "moisture": 39, + "humidity": 32, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f225c2499bc13b54d034777" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:35:32.813Z" + }, + "brightness": 1270, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f225c4e99bc134e9f034778" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:36:14.944Z" + }, + "brightness": 365, + "moisture": 36, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f225c4f99bc137cf0034779" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:36:15.216Z" + }, + "brightness": 8360, + "moisture": 39, + "humidity": 32, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f225c6099bc132eed03477a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:36:32.887Z" + }, + "brightness": 1283, + "moisture": 57, + "humidity": 60, + "temperature": 23 +},{ + "_id": { + "$oid": "5f225c8b99bc1382ed03477b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:37:15.285Z" + }, + "brightness": 8429, + "moisture": 39, + "humidity": 32, + "temperature": 27.2 +},{ + "_id": { + "$oid": "5f225c9099bc134e1003477c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:37:20.012Z" + }, + "brightness": 368, + "moisture": 36, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f225c9c99bc1311c503477d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:37:32.942Z" + }, + "brightness": 1309, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f225cc799bc13609a03477e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:38:15.399Z" + }, + "brightness": 8491, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f225cd199bc132abd03477f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:38:25.079Z" + }, + "brightness": 373, + "moisture": 36, + "humidity": 37, + "temperature": 24.8 +},{ + "_id": { + "$oid": "5f225cd999bc1393ec034780" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:38:33.019Z" + }, + "brightness": 1335, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f225d0399bc1307b8034781" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:39:15.516Z" + }, + "brightness": 8552, + "moisture": 40, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f225d1299bc13b7fb034782" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:39:30.149Z" + }, + "brightness": 376, + "moisture": 36, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f225d1599bc133ac0034783" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:39:33.085Z" + }, + "brightness": 1337, + "moisture": 57, + "humidity": 61, + "temperature": 22 +},{ + "_id": { + "$oid": "5f225d3f99bc137127034784" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:40:15.583Z" + }, + "brightness": 8601, + "moisture": 39, + "humidity": 31, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f225d5199bc133166034785" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:40:33.148Z" + }, + "brightness": 1333, + "moisture": 57, + "humidity": 60, + "temperature": 22 +},{ + "_id": { + "$oid": "5f225d5399bc13858c034786" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:40:35.217Z" + }, + "brightness": 382, + "moisture": 37, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f225d7b99bc1371f0034787" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:41:15.652Z" + }, + "brightness": 8649, + "moisture": 39, + "humidity": 31, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f225d8d99bc1380a6034788" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:41:33.216Z" + }, + "brightness": 1345, + "moisture": 57, + "humidity": 59, + "temperature": 23 +},{ + "_id": { + "$oid": "5f225d9499bc13616a034789" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:41:40.284Z" + }, + "brightness": 393, + "moisture": 36, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f225db799bc1334c003478a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:42:15.721Z" + }, + "brightness": 8713, + "moisture": 38, + "humidity": 31, + "temperature": 27.7 +},{ + "_id": { + "$oid": "5f225dc999bc13193303478b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:42:33.281Z" + }, + "brightness": 1387, + "moisture": 57, + "humidity": 58, + "temperature": 23 +},{ + "_id": { + "$oid": "5f225dd599bc13003703478c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:42:45.354Z" + }, + "brightness": 407, + "moisture": 36, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f225df399bc13270803478d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:43:15.792Z" + }, + "brightness": 8760, + "moisture": 39, + "humidity": 31, + "temperature": 27.8 +},{ + "_id": { + "$oid": "5f225e0599bc139fac03478e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:43:33.352Z" + }, + "brightness": 1403, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f225e1699bc13400603478f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:43:50.422Z" + }, + "brightness": 420, + "moisture": 36, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f225e2f99bc131854034790" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:44:15.860Z" + }, + "brightness": 8826, + "moisture": 39, + "humidity": 32, + "temperature": 28 +},{ + "_id": { + "$oid": "5f225e4199bc1350ce034791" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:44:33.469Z" + }, + "brightness": 1411, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f225e5799bc1324d0034792" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:44:55.491Z" + }, + "brightness": 431, + "moisture": 36, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f225e6b99bc13203f034793" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:45:15.928Z" + }, + "brightness": 8880, + "moisture": 38, + "humidity": 32, + "temperature": 28 +},{ + "_id": { + "$oid": "5f225e7d99bc136775034794" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:45:33.579Z" + }, + "brightness": 1414, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f225e9899bc138f22034795" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:46:00.559Z" + }, + "brightness": 440, + "moisture": 36, + "humidity": 37, + "temperature": 25 +},{ + "_id": { + "$oid": "5f225ea799bc135304034796" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:46:15.998Z" + }, + "brightness": 8950, + "moisture": 39, + "humidity": 31, + "temperature": 27.9 +},{ + "_id": { + "$oid": "5f225eb999bc130424034797" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:46:33.697Z" + }, + "brightness": 1425, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f225eda99bc13693a034798" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:47:06.280Z" + }, + "brightness": 449, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f225ee499bc130509034799" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:47:16.068Z" + }, + "brightness": 9014, + "moisture": 39, + "humidity": 31, + "temperature": 27.9 +},{ + "_id": { + "$oid": "5f225ef599bc130f8803479a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:47:33.803Z" + }, + "brightness": 1477, + "moisture": 57, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f225f1b99bc132caf03479b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:48:11.350Z" + }, + "brightness": 458, + "moisture": 36, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f225f2099bc138b6203479c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:48:16.136Z" + }, + "brightness": 9075, + "moisture": 39, + "humidity": 32, + "temperature": 28 +},{ + "_id": { + "$oid": "5f225f3199bc13775d03479d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:48:33.871Z" + }, + "brightness": 1500, + "moisture": 57, + "humidity": 56, + "temperature": 24 +},{ + "_id": { + "$oid": "5f225f5c99bc1327e803479e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:49:16.204Z" + }, + "brightness": 9135, + "moisture": 39, + "humidity": 32, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f225f5c99bc1357ad03479f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:49:16.418Z" + }, + "brightness": 465, + "moisture": 36, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f225f6d99bc13271e0347a0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:49:33.948Z" + }, + "brightness": 1554, + "moisture": 57, + "humidity": 56, + "temperature": 24 +},{ + "_id": { + "$oid": "5f225f9899bc135bab0347a1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:50:16.273Z" + }, + "brightness": 9215, + "moisture": 38, + "humidity": 31, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f225f9d99bc13271b0347a2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:50:21.486Z" + }, + "brightness": 473, + "moisture": 36, + "humidity": 38, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f225faa99bc1334050347a3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:50:34.016Z" + }, + "brightness": 1598, + "moisture": 57, + "humidity": 56, + "temperature": 24 +},{ + "_id": { + "$oid": "5f225fd499bc13e2bd0347a4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:51:16.341Z" + }, + "brightness": 9281, + "moisture": 38, + "humidity": 31, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f225fde99bc13536d0347a5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:51:26.556Z" + }, + "brightness": 479, + "moisture": 36, + "humidity": 37, + "temperature": 25 +},{ + "_id": { + "$oid": "5f225fe699bc135a6f0347a6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:51:34.078Z" + }, + "brightness": 1618, + "moisture": 57, + "humidity": 56, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22601099bc131c520347a7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:52:16.410Z" + }, + "brightness": 9338, + "moisture": 38, + "humidity": 31, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f22601f99bc13efb00347a8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:52:31.623Z" + }, + "brightness": 487, + "moisture": 36, + "humidity": 37, + "temperature": 24.9 +},{ + "_id": { + "$oid": "5f22602299bc1374f50347a9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:52:34.144Z" + }, + "brightness": 1624, + "moisture": 57, + "humidity": 55, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22604c99bc136c340347aa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:53:16.480Z" + }, + "brightness": 9401, + "moisture": 38, + "humidity": 31, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f22605e99bc13c5c40347ab" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:53:34.210Z" + }, + "brightness": 1627, + "moisture": 57, + "humidity": 55, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22606099bc132d830347ac" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:53:36.693Z" + }, + "brightness": 494, + "moisture": 36, + "humidity": 38, + "temperature": 25 +},{ + "_id": { + "$oid": "5f22608899bc134f390347ad" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:54:16.547Z" + }, + "brightness": 9449, + "moisture": 44, + "humidity": 31, + "temperature": 28.6 +},{ + "_id": { + "$oid": "5f22609a99bc13c7c20347ae" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:54:34.283Z" + }, + "brightness": 1629, + "moisture": 57, + "humidity": 55, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22609c99bc130a450347af" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:54:36.785Z" + }, + "brightness": 503, + "moisture": 36, + "humidity": 38, + "temperature": 25 +},{ + "_id": { + "$oid": "5f2260c499bc1374bc0347b0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:55:16.621Z" + }, + "brightness": 9495, + "moisture": 39, + "humidity": 31, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f2260d699bc130a5e0347b1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:55:34.350Z" + }, + "brightness": 1630, + "moisture": 57, + "humidity": 54, + "temperature": 24 +},{ + "_id": { + "$oid": "5f2260d899bc137c950347b2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:55:36.831Z" + }, + "brightness": 510, + "moisture": 35, + "humidity": 38, + "temperature": 25 +},{ + "_id": { + "$oid": "5f22610099bc1305ab0347b3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:56:16.683Z" + }, + "brightness": 9572, + "moisture": 39, + "humidity": 31, + "temperature": 28.7 +},{ + "_id": { + "$oid": "5f22611299bc1348ad0347b4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:56:34.417Z" + }, + "brightness": 1631, + "moisture": 57, + "humidity": 54, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22611499bc13b1fd0347b5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:56:36.901Z" + }, + "brightness": 520, + "moisture": 35, + "humidity": 37, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f22613c99bc1350ee0347b6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:57:16.753Z" + }, + "brightness": 9629, + "moisture": 40, + "humidity": 31, + "temperature": 28.8 +},{ + "_id": { + "$oid": "5f22614e99bc1365430347b7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:57:34.485Z" + }, + "brightness": 1632, + "moisture": 57, + "humidity": 52, + "temperature": 25 +},{ + "_id": { + "$oid": "5f22615099bc1345870347b8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:57:36.975Z" + }, + "brightness": 528, + "moisture": 35, + "humidity": 37, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f22617899bc134a3d0347b9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:58:16.820Z" + }, + "brightness": 9709, + "moisture": 39, + "humidity": 31, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f22618a99bc13cb130347ba" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:58:34.550Z" + }, + "brightness": 1633, + "moisture": 57, + "humidity": 52, + "temperature": 25 +},{ + "_id": { + "$oid": "5f22618d99bc1304e80347bb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:58:37.038Z" + }, + "brightness": 536, + "moisture": 35, + "humidity": 37, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f2261b499bc1319690347bc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T05:59:16.888Z" + }, + "brightness": 9768, + "moisture": 39, + "humidity": 31, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f2261c699bc13ba8e0347bd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T05:59:34.626Z" + }, + "brightness": 1636, + "moisture": 57, + "humidity": 52, + "temperature": 25 +},{ + "_id": { + "$oid": "5f2261c999bc13afac0347be" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T05:59:37.105Z" + }, + "brightness": 546, + "moisture": 36, + "humidity": 37, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f2261f099bc1396410347bf" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:00:16.958Z" + }, + "brightness": 9837, + "moisture": 40, + "humidity": 31, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22620299bc13a1160347c0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:00:34.693Z" + }, + "brightness": 1636, + "moisture": 56, + "humidity": 49, + "temperature": 25 +},{ + "_id": { + "$oid": "5f22620599bc133b280347c1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:00:37.175Z" + }, + "brightness": 556, + "moisture": 35, + "humidity": 37, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f22622d99bc137d030347c2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:01:17.028Z" + }, + "brightness": 9875, + "moisture": 39, + "humidity": 31, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22623e99bc137ed80347c3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:01:34.764Z" + }, + "brightness": 1635, + "moisture": 57, + "humidity": 50, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22624199bc1379f60347c4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:01:37.244Z" + }, + "brightness": 567, + "moisture": 35, + "humidity": 37, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f22626999bc139b360347c5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:02:17.097Z" + }, + "brightness": 9949, + "moisture": 44, + "humidity": 31, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22627a99bc13e0200347c6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:02:34.819Z" + }, + "brightness": 1633, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22627d99bc1313040347c7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:02:37.313Z" + }, + "brightness": 579, + "moisture": 35, + "humidity": 37, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f2262a599bc1350240347c8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:03:17.168Z" + }, + "brightness": 9984, + "moisture": 39, + "humidity": 31, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f2262b699bc13f56b0347c9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:03:34.894Z" + }, + "brightness": 1634, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f2262b999bc136ce50347ca" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:03:37.379Z" + }, + "brightness": 592, + "moisture": 35, + "humidity": 37, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f2262e199bc13251a0347cb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:04:17.232Z" + }, + "brightness": 10028, + "moisture": 39, + "humidity": 31, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f2262f299bc1300650347cc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:04:34.958Z" + }, + "brightness": 1636, + "moisture": 57, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f2262f599bc138f960347cd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:04:37.449Z" + }, + "brightness": 607, + "moisture": 35, + "humidity": 37, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f22631d99bc1344d20347ce" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:05:17.312Z" + }, + "brightness": 10095, + "moisture": 39, + "humidity": 31, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f22632f99bc1338220347cf" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:05:35.023Z" + }, + "brightness": 1638, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22633199bc137c680347d0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:05:37.517Z" + }, + "brightness": 623, + "moisture": 35, + "humidity": 37, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f22635999bc13847a0347d1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:06:17.422Z" + }, + "brightness": 10150, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22636b99bc138c380347d2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:06:35.096Z" + }, + "brightness": 1638, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22636d99bc13223a0347d3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:06:37.585Z" + }, + "brightness": 640, + "moisture": 35, + "humidity": 37, + "temperature": 25.1 +},{ + "_id": { + "$oid": "5f22639599bc13532a0347d4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:07:17.538Z" + }, + "brightness": 10228, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2263a799bc13845b0347d5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:07:35.303Z" + }, + "brightness": 1636, + "moisture": 56, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f2263a999bc13d8d90347d6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:07:37.658Z" + }, + "brightness": 658, + "moisture": 35, + "humidity": 37, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f2263d199bc1314040347d7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:08:17.599Z" + }, + "brightness": 10273, + "moisture": 40, + "humidity": 30, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f2263e399bc1318d40347d8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:08:35.227Z" + }, + "brightness": 1641, + "moisture": 56, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f2263e599bc133e6f0347d9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:08:37.731Z" + }, + "brightness": 678, + "moisture": 35, + "humidity": 37, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f22640d99bc13112b0347da" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:09:17.667Z" + }, + "brightness": 10336, + "moisture": 39, + "humidity": 30, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f22641f99bc13c3220347db" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:09:35.296Z" + }, + "brightness": 1645, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22642199bc1335ae0347dc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:09:37.790Z" + }, + "brightness": 698, + "moisture": 35, + "humidity": 37, + "temperature": 25.2 +},{ + "_id": { + "$oid": "5f22644999bc1320b10347dd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:10:17.740Z" + }, + "brightness": 10386, + "moisture": 39, + "humidity": 30, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f22645b99bc136a7c0347de" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:10:35.361Z" + }, + "brightness": 1649, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22645d99bc13a79b0347df" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:10:37.857Z" + }, + "brightness": 720, + "moisture": 35, + "humidity": 37, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f22648599bc1319810347e0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:11:17.805Z" + }, + "brightness": 10427, + "moisture": 39, + "humidity": 30, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22649799bc1310270347e1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:11:35.438Z" + }, + "brightness": 1651, + "moisture": 57, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22649999bc1377440347e2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:11:37.924Z" + }, + "brightness": 741, + "moisture": 35, + "humidity": 37, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f2264c199bc137df60347e3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:12:17.876Z" + }, + "brightness": 10387, + "moisture": 39, + "humidity": 29, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f2264d399bc132fd10347e4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:12:35.499Z" + }, + "brightness": 1654, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f2264d699bc1355050347e5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:12:37.999Z" + }, + "brightness": 762, + "moisture": 35, + "humidity": 37, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f2264fd99bc135e320347e6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:13:17.944Z" + }, + "brightness": 10435, + "moisture": 39, + "humidity": 30, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22650f99bc13842c0347e7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:13:35.575Z" + }, + "brightness": 1656, + "moisture": 56, + "humidity": 50, + "temperature": 25 +},{ + "_id": { + "$oid": "5f22651299bc13a67e0347e8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:13:38.063Z" + }, + "brightness": 784, + "moisture": 35, + "humidity": 37, + "temperature": 25.3 +},{ + "_id": { + "$oid": "5f22653a99bc1343340347e9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:14:18.016Z" + }, + "brightness": 10464, + "moisture": 39, + "humidity": 29, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f22654b99bc1328e90347ea" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:14:35.630Z" + }, + "brightness": 1658, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22654e99bc13052f0347eb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:14:38.130Z" + }, + "brightness": 804, + "moisture": 35, + "humidity": 37, + "temperature": 25.4 +},{ + "_id": { + "$oid": "5f22657699bc13afab0347ec" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:15:18.086Z" + }, + "brightness": 10492, + "moisture": 39, + "humidity": 29, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22658a99bc1325f60347ed" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:15:38.196Z" + }, + "brightness": 826, + "moisture": 35, + "humidity": 37, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f2265b299bc13107e0347ee" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:16:18.151Z" + }, + "brightness": 10554, + "moisture": 39, + "humidity": 29, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f2265c399bc130aa30347ef" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:16:35.876Z" + }, + "brightness": 1653, + "moisture": 56, + "humidity": 48, + "temperature": 25 +},{ + "_id": { + "$oid": "5f2265c699bc1399250347f0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:16:38.270Z" + }, + "brightness": 849, + "moisture": 34, + "humidity": 37, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f2265ee99bc132b9e0347f1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:17:18.224Z" + }, + "brightness": 10600, + "moisture": 39, + "humidity": 29, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f22660099bc1302840347f2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:17:36.135Z" + }, + "brightness": 1654, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22660299bc13e7070347f3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:17:38.340Z" + }, + "brightness": 870, + "moisture": 35, + "humidity": 37, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f22662a99bc137d660347f4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:18:18.290Z" + }, + "brightness": 10657, + "moisture": 39, + "humidity": 30, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f22663e99bc13db4e0347f5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:18:38.417Z" + }, + "brightness": 894, + "moisture": 34, + "humidity": 37, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f22663f99bc1310550347f6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:18:39.303Z" + }, + "brightness": 1659, + "moisture": 57, + "humidity": 49, + "temperature": 25 +},{ + "_id": { + "$oid": "5f22666699bc130be60347f7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:19:18.357Z" + }, + "brightness": 10720, + "moisture": 39, + "humidity": 29, + "temperature": 30.4 +},{ + "_id": { + "$oid": "5f22667899bc1389580347f8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:19:36.066Z" + }, + "brightness": 1665, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22667a99bc1353b70347f9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:19:38.469Z" + }, + "brightness": 917, + "moisture": 34, + "humidity": 36, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f2266a299bc13d2300347fa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:20:18.426Z" + }, + "brightness": 10771, + "moisture": 38, + "humidity": 29, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f2266b499bc135e2e0347fb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:20:36.132Z" + }, + "brightness": 1668, + "moisture": 57, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f2266b699bc13843f0347fc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:20:38.538Z" + }, + "brightness": 943, + "moisture": 35, + "humidity": 36, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f2266de99bc13456f0347fd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:21:18.494Z" + }, + "brightness": 10825, + "moisture": 38, + "humidity": 28, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f2266f099bc1368970347fe" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:21:36.203Z" + }, + "brightness": 1669, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f2266f299bc13928b0347ff" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:21:38.652Z" + }, + "brightness": 969, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22671a99bc136b0b034800" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:22:18.563Z" + }, + "brightness": 2367, + "moisture": 39, + "humidity": 28, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f22672c99bc13ddaf034801" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:22:36.267Z" + }, + "brightness": 1675, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22672e99bc131896034802" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:22:38.719Z" + }, + "brightness": 997, + "moisture": 35, + "humidity": 36, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f22675699bc13184c034803" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:23:18.631Z" + }, + "brightness": 2632, + "moisture": 39, + "humidity": 29, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f22676899bc1384ba034804" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:23:36.337Z" + }, + "brightness": 1684, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22676a99bc133fa3034805" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:23:38.790Z" + }, + "brightness": 1025, + "moisture": 35, + "humidity": 36, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f22679299bc13dbff034806" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:24:18.701Z" + }, + "brightness": 2396, + "moisture": 39, + "humidity": 30, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2267a499bc131e63034807" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:24:36.401Z" + }, + "brightness": 1692, + "moisture": 56, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f2267a699bc136248034808" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:24:38.859Z" + }, + "brightness": 1055, + "moisture": 34, + "humidity": 36, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f2267ce99bc136a7c034809" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:25:18.771Z" + }, + "brightness": 10045, + "moisture": 38, + "humidity": 32, + "temperature": 30 +},{ + "_id": { + "$oid": "5f2267e099bc1344ff03480a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:25:36.476Z" + }, + "brightness": 1689, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f2267e299bc135f9a03480b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:25:38.923Z" + }, + "brightness": 1083, + "moisture": 34, + "humidity": 36, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f22680a99bc13eca703480c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:26:18.843Z" + }, + "brightness": 10271, + "moisture": 38, + "humidity": 32, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f22681c99bc133e5603480d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:26:36.539Z" + }, + "brightness": 1682, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22681e99bc13137e03480e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:26:38.991Z" + }, + "brightness": 1114, + "moisture": 35, + "humidity": 36, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f22684699bc138c5203480f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:27:18.907Z" + }, + "brightness": 10304, + "moisture": 39, + "humidity": 31, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f22685899bc13445a034810" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:27:36.612Z" + }, + "brightness": 1684, + "moisture": 57, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22685b99bc135bd0034811" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:27:39.061Z" + }, + "brightness": 1145, + "moisture": 34, + "humidity": 36, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f22688299bc134e43034812" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:28:18.976Z" + }, + "brightness": 10285, + "moisture": 39, + "humidity": 30, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f22689499bc133a7c034813" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:28:36.690Z" + }, + "brightness": 1697, + "moisture": 56, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22689799bc13de1e034814" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:28:39.132Z" + }, + "brightness": 1174, + "moisture": 35, + "humidity": 36, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f2268bf99bc138678034815" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:29:19.048Z" + }, + "brightness": 10267, + "moisture": 38, + "humidity": 30, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f2268d099bc132bc6034816" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:29:36.744Z" + }, + "brightness": 1712, + "moisture": 56, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f2268d399bc130a15034817" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:29:39.194Z" + }, + "brightness": 1205, + "moisture": 34, + "humidity": 36, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f2268fb99bc13728e034818" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:30:19.119Z" + }, + "brightness": 10331, + "moisture": 39, + "humidity": 30, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f22690c99bc131ab8034819" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:30:36.810Z" + }, + "brightness": 1717, + "moisture": 56, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22690f99bc13afcc03481a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:30:39.262Z" + }, + "brightness": 1239, + "moisture": 34, + "humidity": 36, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f22693799bc13b25703481b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:31:19.183Z" + }, + "brightness": 10377, + "moisture": 39, + "humidity": 30, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f22694899bc1376c803481c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:31:36.880Z" + }, + "brightness": 1713, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22694b99bc13660103481d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:31:39.332Z" + }, + "brightness": 1274, + "moisture": 35, + "humidity": 36, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f22697399bc13445603481e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:32:19.253Z" + }, + "brightness": 3229, + "moisture": 39, + "humidity": 31, + "temperature": 31.1 +},{ + "_id": { + "$oid": "5f22698499bc131d6b03481f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:32:36.943Z" + }, + "brightness": 1704, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22698799bc130e3a034820" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:32:39.397Z" + }, + "brightness": 1308, + "moisture": 34, + "humidity": 36, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f2269af99bc1300c5034821" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:33:19.322Z" + }, + "brightness": 4403, + "moisture": 39, + "humidity": 30, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f2269c199bc13e050034822" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:33:37.013Z" + }, + "brightness": 1694, + "moisture": 56, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f2269c399bc133a7a034823" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:33:39.470Z" + }, + "brightness": 1341, + "moisture": 34, + "humidity": 36, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f2269eb99bc1391a6034824" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:34:19.393Z" + }, + "brightness": 3650, + "moisture": 40, + "humidity": 31, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f2269fd99bc133002034825" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:34:37.084Z" + }, + "brightness": 1688, + "moisture": 56, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f2269ff99bc13b6d6034826" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:34:39.533Z" + }, + "brightness": 1376, + "moisture": 38, + "humidity": 36, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f226a2799bc136f12034827" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:35:19.462Z" + }, + "brightness": 2640, + "moisture": 40, + "humidity": 31, + "temperature": 30.4 +},{ + "_id": { + "$oid": "5f226a3999bc133c07034828" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:35:37.153Z" + }, + "brightness": 1682, + "moisture": 56, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f226a3b99bc13724b034829" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:35:39.601Z" + }, + "brightness": 1410, + "moisture": 38, + "humidity": 36, + "temperature": 25.8 +},{ + "_id": { + "$oid": "5f226a6399bc13aedd03482a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:36:19.529Z" + }, + "brightness": 9486, + "moisture": 39, + "humidity": 32, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f226a7599bc13680303482b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:36:37.223Z" + }, + "brightness": 1676, + "moisture": 56, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f226a7799bc132d2e03482c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:36:39.667Z" + }, + "brightness": 1444, + "moisture": 38, + "humidity": 37, + "temperature": 26 +},{ + "_id": { + "$oid": "5f226a9f99bc13e36a03482d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:37:19.599Z" + }, + "brightness": 9504, + "moisture": 40, + "humidity": 31, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f226ab199bc13a55b03482e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:37:37.280Z" + }, + "brightness": 1667, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f226ab399bc13f19b03482f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:37:39.735Z" + }, + "brightness": 1481, + "moisture": 37, + "humidity": 37, + "temperature": 26 +},{ + "_id": { + "$oid": "5f226adb99bc13db5b034830" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:38:19.667Z" + }, + "brightness": 9542, + "moisture": 39, + "humidity": 31, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f226aed99bc13072b034831" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:38:37.352Z" + }, + "brightness": 1673, + "moisture": 56, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f226aef99bc133dfe034832" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:38:39.802Z" + }, + "brightness": 1518, + "moisture": 38, + "humidity": 37, + "temperature": 26 +},{ + "_id": { + "$oid": "5f226b1799bc134228034833" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:39:19.737Z" + }, + "brightness": 9583, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f226b2999bc13cb68034834" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:39:37.422Z" + }, + "brightness": 1687, + "moisture": 56, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f226b2b99bc1327fb034835" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:39:39.872Z" + }, + "brightness": 1558, + "moisture": 38, + "humidity": 37, + "temperature": 26 +},{ + "_id": { + "$oid": "5f226b5399bc137cc9034836" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:40:19.805Z" + }, + "brightness": 9630, + "moisture": 39, + "humidity": 31, + "temperature": 31.1 +},{ + "_id": { + "$oid": "5f226b6599bc136372034837" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:40:37.482Z" + }, + "brightness": 1703, + "moisture": 56, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f226b6799bc1320d5034838" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:40:39.937Z" + }, + "brightness": 1599, + "moisture": 34, + "humidity": 37, + "temperature": 26 +},{ + "_id": { + "$oid": "5f226b8f99bc13c1cb034839" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:41:19.873Z" + }, + "brightness": 9689, + "moisture": 39, + "humidity": 31, + "temperature": 31.2 +},{ + "_id": { + "$oid": "5f226ba199bc130cfa03483a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:41:37.557Z" + }, + "brightness": 1710, + "moisture": 56, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f226ba499bc1366a203483b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:41:40.007Z" + }, + "brightness": 1640, + "moisture": 34, + "humidity": 37, + "temperature": 26 +},{ + "_id": { + "$oid": "5f226bcb99bc134b5103483c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:42:19.948Z" + }, + "brightness": 9652, + "moisture": 39, + "humidity": 31, + "temperature": 31.3 +},{ + "_id": { + "$oid": "5f226bdd99bc13869003483d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:42:37.621Z" + }, + "brightness": 1709, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f226be099bc13037703483e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:42:40.075Z" + }, + "brightness": 1683, + "moisture": 34, + "humidity": 37, + "temperature": 26 +},{ + "_id": { + "$oid": "5f226c0899bc1326db03483f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:43:20.014Z" + }, + "brightness": 9665, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f226c1999bc134f7a034840" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:43:37.685Z" + }, + "brightness": 1698, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f226c1c99bc13afa3034841" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:43:40.143Z" + }, + "brightness": 1724, + "moisture": 34, + "humidity": 37, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f226c4499bc13d75c034842" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:44:20.082Z" + }, + "brightness": 9700, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f226c5599bc135c10034843" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:44:37.761Z" + }, + "brightness": 1681, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f226c5899bc13d625034844" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:44:40.257Z" + }, + "brightness": 1766, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f226c8099bc130e2a034845" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:45:20.152Z" + }, + "brightness": 9724, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f226c9199bc1302f0034846" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:45:37.826Z" + }, + "brightness": 1666, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f226c9499bc138acc034847" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:45:40.325Z" + }, + "brightness": 1809, + "moisture": 34, + "humidity": 36, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f226cbc99bc131643034848" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T06:46:20.222Z" + }, + "brightness": 9757, + "moisture": 39, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f226ccd99bc13298f034849" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:46:37.890Z" + }, + "brightness": 1650, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f226cd099bc1363a003484a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:46:40.394Z" + }, + "brightness": 1858, + "moisture": 34, + "humidity": 36, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f226d0999bc130ee403484b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:47:37.960Z" + }, + "brightness": 1647, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f226d0c99bc13237303484c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:47:40.462Z" + }, + "brightness": 1905, + "moisture": 34, + "humidity": 36, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f226d4699bc13bd2203484d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:48:38.024Z" + }, + "brightness": 1651, + "moisture": 56, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f226d4899bc1300de03484e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:48:40.530Z" + }, + "brightness": 1951, + "moisture": 34, + "humidity": 36, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f226d8299bc13845903484f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:49:38.105Z" + }, + "brightness": 1649, + "moisture": 56, + "humidity": 47, + "temperature": 26 +},{ + "_id": { + "$oid": "5f226d8499bc13c5d4034850" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:49:40.601Z" + }, + "brightness": 2001, + "moisture": 34, + "humidity": 36, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f226dbe99bc13ecb4034851" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:50:38.168Z" + }, + "brightness": 1644, + "moisture": 56, + "humidity": 47, + "temperature": 27 +},{ + "_id": { + "$oid": "5f226dc099bc135ca5034852" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:50:40.686Z" + }, + "brightness": 2048, + "moisture": 33, + "humidity": 36, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f226dfa99bc13502e034853" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:51:38.252Z" + }, + "brightness": 1645, + "moisture": 56, + "humidity": 47, + "temperature": 27 +},{ + "_id": { + "$oid": "5f226dfc99bc138a7f034854" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:51:40.756Z" + }, + "brightness": 2096, + "moisture": 34, + "humidity": 36, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f226e3699bc1323f6034855" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:52:38.294Z" + }, + "brightness": 1650, + "moisture": 56, + "humidity": 47, + "temperature": 27 +},{ + "_id": { + "$oid": "5f226e3899bc135190034856" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:52:40.834Z" + }, + "brightness": 2137, + "moisture": 34, + "humidity": 36, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f226e7299bc1309a6034857" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:53:38.368Z" + }, + "brightness": 1664, + "moisture": 56, + "humidity": 46, + "temperature": 27 +},{ + "_id": { + "$oid": "5f226e7499bc132533034858" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:53:40.900Z" + }, + "brightness": 2168, + "moisture": 33, + "humidity": 36, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f226eae99bc131a19034859" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:54:38.434Z" + }, + "brightness": 1684, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f226eb099bc13f08203485a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:54:40.969Z" + }, + "brightness": 2190, + "moisture": 34, + "humidity": 36, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f226eea99bc13fdab03485b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:55:38.498Z" + }, + "brightness": 1693, + "moisture": 56, + "humidity": 48, + "temperature": 27 +},{ + "_id": { + "$oid": "5f226eed99bc13082003485c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:55:41.026Z" + }, + "brightness": 2212, + "moisture": 33, + "humidity": 36, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f226f2699bc1361ea03485d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:56:38.595Z" + }, + "brightness": 1692, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f226f2999bc1317c803485e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:56:41.094Z" + }, + "brightness": 2234, + "moisture": 33, + "humidity": 36, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f226f6299bc131a3d03485f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:57:38.684Z" + }, + "brightness": 1681, + "moisture": 56, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f226f6599bc13d177034860" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:57:41.176Z" + }, + "brightness": 2256, + "moisture": 34, + "humidity": 36, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f226f9e99bc13ba71034861" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:58:38.752Z" + }, + "brightness": 1666, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f226fa199bc13f1e2034862" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:58:41.232Z" + }, + "brightness": 2275, + "moisture": 33, + "humidity": 36, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f226fda99bc1319f3034863" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T06:59:38.819Z" + }, + "brightness": 1657, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f226fdd99bc13595c034864" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T06:59:41.285Z" + }, + "brightness": 2294, + "moisture": 33, + "humidity": 36, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f22701699bc133772034865" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:00:38.887Z" + }, + "brightness": 1648, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22701999bc1394a0034866" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:00:41.374Z" + }, + "brightness": 2310, + "moisture": 33, + "humidity": 36, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f22705299bc13f532034867" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:01:38.951Z" + }, + "brightness": 1632, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22705599bc13d428034868" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:01:41.512Z" + }, + "brightness": 2334, + "moisture": 33, + "humidity": 36, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f22708f99bc13971c034869" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:02:39.016Z" + }, + "brightness": 1619, + "moisture": 56, + "humidity": 50, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22709199bc1349aa03486a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:02:41.540Z" + }, + "brightness": 2348, + "moisture": 34, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2270cb99bc137d8603486b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:03:39.086Z" + }, + "brightness": 1606, + "moisture": 57, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f2270cd99bc13523003486c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:03:41.639Z" + }, + "brightness": 2364, + "moisture": 33, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22710799bc134ca703486d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:04:39.154Z" + }, + "brightness": 1596, + "moisture": 56, + "humidity": 48, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22710999bc13c53e03486e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:04:41.751Z" + }, + "brightness": 2385, + "moisture": 33, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22714399bc134a6e03486f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:05:39.222Z" + }, + "brightness": 1596, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22714599bc13be30034870" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:05:41.821Z" + }, + "brightness": 2406, + "moisture": 33, + "humidity": 36, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f22717f99bc13a48a034871" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:06:39.288Z" + }, + "brightness": 1599, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22718199bc13b8cc034872" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:06:41.889Z" + }, + "brightness": 2421, + "moisture": 33, + "humidity": 36, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f2271bb99bc134581034873" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:07:39.357Z" + }, + "brightness": 1599, + "moisture": 56, + "humidity": 50, + "temperature": 26 +},{ + "_id": { + "$oid": "5f2271bd99bc133731034874" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:07:41.988Z" + }, + "brightness": 2438, + "moisture": 33, + "humidity": 36, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f2271f799bc131e17034875" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:08:39.425Z" + }, + "brightness": 1597, + "moisture": 56, + "humidity": 50, + "temperature": 26 +},{ + "_id": { + "$oid": "5f2271fa99bc136d61034876" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:08:42.027Z" + }, + "brightness": 2446, + "moisture": 33, + "humidity": 36, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f22723399bc13198f034877" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:09:39.494Z" + }, + "brightness": 1589, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22723699bc131511034878" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:09:42.094Z" + }, + "brightness": 2467, + "moisture": 33, + "humidity": 37, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f22726f99bc13daea034879" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:10:39.563Z" + }, + "brightness": 1579, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22727299bc1317a803487a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:10:42.169Z" + }, + "brightness": 2485, + "moisture": 35, + "humidity": 37, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f2272ab99bc136f1203487b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:11:39.626Z" + }, + "brightness": 1569, + "moisture": 56, + "humidity": 50, + "temperature": 26 +},{ + "_id": { + "$oid": "5f2272ae99bc1320e403487c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:11:42.229Z" + }, + "brightness": 2498, + "moisture": 33, + "humidity": 37, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f2272e799bc131ed703487d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:12:39.691Z" + }, + "brightness": 1566, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f2272ea99bc1308fd03487e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:12:42.298Z" + }, + "brightness": 2520, + "moisture": 33, + "humidity": 37, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f22732399bc13544803487f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:13:39.766Z" + }, + "brightness": 1566, + "moisture": 56, + "humidity": 50, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22732699bc13a2ea034880" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:13:42.367Z" + }, + "brightness": 2525, + "moisture": 33, + "humidity": 37, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f22735f99bc13754c034881" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:14:39.830Z" + }, + "brightness": 1556, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22736299bc131c1b034882" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:14:42.435Z" + }, + "brightness": 2541, + "moisture": 33, + "humidity": 37, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f22739b99bc13b143034883" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:15:39.896Z" + }, + "brightness": 1540, + "moisture": 56, + "humidity": 51, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22739e99bc131976034884" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:15:42.503Z" + }, + "brightness": 2560, + "moisture": 33, + "humidity": 36, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f2273d799bc139b8d034885" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:16:39.967Z" + }, + "brightness": 1526, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f2273da99bc134374034886" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:16:42.572Z" + }, + "brightness": 2576, + "moisture": 33, + "humidity": 36, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f22741499bc138691034887" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:17:40.040Z" + }, + "brightness": 1523, + "moisture": 56, + "humidity": 52, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22741699bc1316d5034888" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:17:42.640Z" + }, + "brightness": 2592, + "moisture": 33, + "humidity": 36, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f22745099bc13a28e034889" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:18:40.098Z" + }, + "brightness": 1526, + "moisture": 56, + "humidity": 52, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22745299bc13e8d603488a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:18:42.707Z" + }, + "brightness": 2605, + "moisture": 33, + "humidity": 36, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f22748c99bc13eec603488b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:19:40.166Z" + }, + "brightness": 1526, + "moisture": 56, + "humidity": 50, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22748e99bc1356f303488c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:19:42.776Z" + }, + "brightness": 2620, + "moisture": 33, + "humidity": 36, + "temperature": 26.5 +},{ + "_id": { + "$oid": "5f2274c899bc131d6b03488d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:20:40.240Z" + }, + "brightness": 1518, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f2274ca99bc13418703488e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:20:42.842Z" + }, + "brightness": 2636, + "moisture": 33, + "humidity": 37, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f22750499bc1371da03488f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:21:40.304Z" + }, + "brightness": 1510, + "moisture": 56, + "humidity": 50, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22750699bc136c33034890" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:21:42.910Z" + }, + "brightness": 2653, + "moisture": 32, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22754099bc139a37034891" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:22:40.373Z" + }, + "brightness": 1504, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22754299bc1364fb034892" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:22:42.980Z" + }, + "brightness": 2673, + "moisture": 33, + "humidity": 36, + "temperature": 25.6 +},{ + "_id": { + "$oid": "5f22757c99bc13fd7b034893" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:23:40.435Z" + }, + "brightness": 1500, + "moisture": 56, + "humidity": 50, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22757f99bc1335bc034894" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:23:43.045Z" + }, + "brightness": 2690, + "moisture": 32, + "humidity": 37, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f2275b899bc1369a6034895" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:24:40.507Z" + }, + "brightness": 1498, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f2275bb99bc13be14034896" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:24:43.112Z" + }, + "brightness": 2709, + "moisture": 32, + "humidity": 36, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f2275f499bc131236034897" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:25:40.575Z" + }, + "brightness": 1495, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f2275f799bc136e71034898" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:25:43.180Z" + }, + "brightness": 2724, + "moisture": 33, + "humidity": 37, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22763099bc130596034899" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:26:40.641Z" + }, + "brightness": 1487, + "moisture": 56, + "humidity": 52, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22763399bc13d7a303489a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:26:43.251Z" + }, + "brightness": 2736, + "moisture": 32, + "humidity": 37, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f22766c99bc135b3003489b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:27:40.709Z" + }, + "brightness": 1467, + "moisture": 56, + "humidity": 53, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22766f99bc131ba803489c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:27:43.321Z" + }, + "brightness": 2750, + "moisture": 33, + "humidity": 37, + "temperature": 25.5 +},{ + "_id": { + "$oid": "5f2276a899bc13376903489d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:28:40.820Z" + }, + "brightness": 1440, + "moisture": 56, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2276ab99bc1397b403489e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:28:43.386Z" + }, + "brightness": 2760, + "moisture": 33, + "humidity": 37, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f2276e499bc13eab103489f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:29:40.891Z" + }, + "brightness": 1415, + "moisture": 56, + "humidity": 50, + "temperature": 26 +},{ + "_id": { + "$oid": "5f2276e799bc13764a0348a0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:29:43.454Z" + }, + "brightness": 2774, + "moisture": 32, + "humidity": 37, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f22772099bc1344e70348a1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:30:40.960Z" + }, + "brightness": 1392, + "moisture": 56, + "humidity": 50, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22772399bc13c6c10348a2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:30:43.523Z" + }, + "brightness": 2785, + "moisture": 33, + "humidity": 37, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f22775d99bc1378630348a3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:31:41.064Z" + }, + "brightness": 1371, + "moisture": 56, + "humidity": 51, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22775f99bc132d290348a4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:31:43.587Z" + }, + "brightness": 2812, + "moisture": 32, + "humidity": 37, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f22779999bc13dab70348a5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:32:41.094Z" + }, + "brightness": 1350, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22779b99bc1327300348a6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:32:43.655Z" + }, + "brightness": 2834, + "moisture": 33, + "humidity": 37, + "temperature": 26 +},{ + "_id": { + "$oid": "5f2277d599bc13cf5e0348a7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:33:41.179Z" + }, + "brightness": 1322, + "moisture": 56, + "humidity": 49, + "temperature": 26 +},{ + "_id": { + "$oid": "5f2277d799bc1312860348a8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:33:43.724Z" + }, + "brightness": 2854, + "moisture": 32, + "humidity": 36, + "temperature": 25.7 +},{ + "_id": { + "$oid": "5f22781199bc134a400348a9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:34:41.271Z" + }, + "brightness": 1295, + "moisture": 56, + "humidity": 50, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22781399bc13968c0348aa" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:34:43.792Z" + }, + "brightness": 2867, + "moisture": 32, + "humidity": 37, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22784d99bc1373ad0348ab" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:35:41.292Z" + }, + "brightness": 1272, + "moisture": 56, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22784f99bc134c220348ac" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:35:43.862Z" + }, + "brightness": 2877, + "moisture": 33, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22788999bc1315040348ad" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:36:41.367Z" + }, + "brightness": 1250, + "moisture": 56, + "humidity": 50, + "temperature": 26 +},{ + "_id": { + "$oid": "5f22788b99bc13fee20348ae" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:36:43.929Z" + }, + "brightness": 2895, + "moisture": 32, + "humidity": 36, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f2278c599bc1349a90348af" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:37:41.450Z" + }, + "brightness": 1229, + "moisture": 56, + "humidity": 51, + "temperature": 26 +},{ + "_id": { + "$oid": "5f2278c799bc1317370348b0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:37:43.998Z" + }, + "brightness": 2910, + "moisture": 33, + "humidity": 37, + "temperature": 26.2 +},{ + "_id": { + "$oid": "5f22790199bc1313960348b1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:38:41.528Z" + }, + "brightness": 1204, + "moisture": 56, + "humidity": 52, + "temperature": 27 +},{ + "_id": { + "$oid": "5f22790499bc1326e40348b2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:38:44.066Z" + }, + "brightness": 2925, + "moisture": 32, + "humidity": 37, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f22793d99bc134a780348b3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:39:41.596Z" + }, + "brightness": 1174, + "moisture": 56, + "humidity": 50, + "temperature": 27 +},{ + "_id": { + "$oid": "5f22794099bc1342190348b4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:39:44.135Z" + }, + "brightness": 2940, + "moisture": 32, + "humidity": 37, + "temperature": 26.1 +},{ + "_id": { + "$oid": "5f22797999bc1332430348b5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:40:41.680Z" + }, + "brightness": 1150, + "moisture": 56, + "humidity": 50, + "temperature": 27 +},{ + "_id": { + "$oid": "5f22797c99bc1317070348b6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:40:44.201Z" + }, + "brightness": 2955, + "moisture": 32, + "humidity": 37, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f2279b599bc1301230348b7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:41:41.747Z" + }, + "brightness": 1138, + "moisture": 56, + "humidity": 51, + "temperature": 27 +},{ + "_id": { + "$oid": "5f2279b899bc136da30348b8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:41:44.270Z" + }, + "brightness": 2968, + "moisture": 32, + "humidity": 36, + "temperature": 26.6 +},{ + "_id": { + "$oid": "5f2279f199bc1366540348b9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:42:41.822Z" + }, + "brightness": 1128, + "moisture": 56, + "humidity": 51, + "temperature": 27 +},{ + "_id": { + "$oid": "5f2279f499bc1308f60348ba" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:42:44.340Z" + }, + "brightness": 2979, + "moisture": 32, + "humidity": 36, + "temperature": 26.7 +},{ + "_id": { + "$oid": "5f227a2d99bc137f720348bb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:43:41.846Z" + }, + "brightness": 1120, + "moisture": 56, + "humidity": 52, + "temperature": 27 +},{ + "_id": { + "$oid": "5f227a3099bc13510f0348bc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:43:44.405Z" + }, + "brightness": 2996, + "moisture": 32, + "humidity": 36, + "temperature": 26.9 +},{ + "_id": { + "$oid": "5f227a6a99bc130a130348bd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:44:42.101Z" + }, + "brightness": 1111, + "moisture": 56, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f227a6c99bc1387fc0348be" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:44:44.475Z" + }, + "brightness": 3010, + "moisture": 32, + "humidity": 35, + "temperature": 26.8 +},{ + "_id": { + "$oid": "5f227aa699bc1374bb0348bf" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:45:42.100Z" + }, + "brightness": 1106, + "moisture": 56, + "humidity": 51, + "temperature": 27 +},{ + "_id": { + "$oid": "5f227aa899bc1363700348c0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:45:44.540Z" + }, + "brightness": 3026, + "moisture": 32, + "humidity": 36, + "temperature": 26.4 +},{ + "_id": { + "$oid": "5f227ae299bc134be10348c1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:46:42.125Z" + }, + "brightness": 1104, + "moisture": 56, + "humidity": 51, + "temperature": 27 +},{ + "_id": { + "$oid": "5f227ae499bc1302090348c2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:46:44.611Z" + }, + "brightness": 3045, + "moisture": 32, + "humidity": 37, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f227b1e99bc13bc300348c3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:47:42.155Z" + }, + "brightness": 1101, + "moisture": 56, + "humidity": 51, + "temperature": 27 +},{ + "_id": { + "$oid": "5f227b2099bc132ebe0348c4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:47:44.680Z" + }, + "brightness": 3058, + "moisture": 32, + "humidity": 36, + "temperature": 26.3 +},{ + "_id": { + "$oid": "5f227b5a99bc13052a0348c5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:48:42.220Z" + }, + "brightness": 1093, + "moisture": 56, + "humidity": 52, + "temperature": 27 +},{ + "_id": { + "$oid": "5f227b5c99bc1384630348c6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:48:44.749Z" + }, + "brightness": 3055, + "moisture": 13, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f227b9699bc1330570348c7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:49:42.345Z" + }, + "brightness": 1082, + "moisture": 56, + "humidity": 51, + "temperature": 27 +},{ + "_id": { + "$oid": "5f227b9899bc1312100348c8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:49:44.816Z" + }, + "brightness": 3106, + "moisture": 0, + "humidity": 35, + "temperature": 27.1 +},{ + "_id": { + "$oid": "5f227bc599bc1348e00348c9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:50:29.120Z" + }, + "brightness": 3126, + "moisture": 1, + "humidity": 34, + "temperature": 27.6 +},{ + "_id": { + "$oid": "5f227bd299bc130cb70348ca" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:50:42.390Z" + }, + "brightness": 1072, + "moisture": 56, + "humidity": 51, + "temperature": 27 +},{ + "_id": { + "$oid": "5f227c0099bc13437b0348cb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:51:28.537Z" + }, + "brightness": 3150, + "moisture": 0, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f227c0e99bc13ad650348cc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:51:42.431Z" + }, + "brightness": 1060, + "moisture": 56, + "humidity": 51, + "temperature": 27 +},{ + "_id": { + "$oid": "5f227c3c99bc13ec080348cd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:52:28.608Z" + }, + "brightness": 3189, + "moisture": 2, + "humidity": 33, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f227c4a99bc13fd4a0348ce" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:52:42.504Z" + }, + "brightness": 1048, + "moisture": 56, + "humidity": 49, + "temperature": 27 +},{ + "_id": { + "$oid": "5f227c7899bc13744e0348cf" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:53:28.676Z" + }, + "brightness": 3141, + "moisture": 23, + "humidity": 34, + "temperature": 28.3 +},{ + "_id": { + "$oid": "5f227c8699bc13ce290348d0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:53:42.593Z" + }, + "brightness": 1041, + "moisture": 56, + "humidity": 50, + "temperature": 27 +},{ + "_id": { + "$oid": "5f227cb499bc13dc1b0348d1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:54:28.741Z" + }, + "brightness": 3180, + "moisture": 23, + "humidity": 33, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f227cc299bc13d3250348d2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:54:42.664Z" + }, + "brightness": 1039, + "moisture": 56, + "humidity": 50, + "temperature": 27 +},{ + "_id": { + "$oid": "5f227cf699bc13507a0348d3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:55:34.174Z" + }, + "brightness": 0, + "moisture": 27, + "humidity": 33, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f227cfe99bc13e6980348d4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:55:42.729Z" + }, + "brightness": 1036, + "moisture": 56, + "humidity": 49, + "temperature": 27 +},{ + "_id": { + "$oid": "5f227d2c99bc13aefa0348d5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:56:28.526Z" + }, + "brightness": 3209, + "moisture": 4, + "humidity": 32, + "temperature": 28.5 +},{ + "_id": { + "$oid": "5f227d3a99bc1318df0348d6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:56:42.764Z" + }, + "brightness": 1033, + "moisture": 56, + "humidity": 49, + "temperature": 27 +},{ + "_id": { + "$oid": "5f227d6899bc1354000348d7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:57:28.594Z" + }, + "brightness": 3390, + "moisture": 2, + "humidity": 32, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f227d7699bc1304ee0348d8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:57:42.825Z" + }, + "brightness": 1027, + "moisture": 56, + "humidity": 49, + "temperature": 27 +},{ + "_id": { + "$oid": "5f227da499bc136ac80348d9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:58:28.661Z" + }, + "brightness": 2899, + "moisture": 7, + "humidity": 32, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f227db299bc136b980348da" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:58:42.937Z" + }, + "brightness": 1022, + "moisture": 56, + "humidity": 52, + "temperature": 27 +},{ + "_id": { + "$oid": "5f227de099bc13d4e90348db" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T07:59:28.728Z" + }, + "brightness": 3082, + "moisture": 2, + "humidity": 32, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f227dee99bc1334cd0348dc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T07:59:42.969Z" + }, + "brightness": 1017, + "moisture": 56, + "humidity": 49, + "temperature": 27 +},{ + "_id": { + "$oid": "5f227e0399bc130f4e0348dd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T08:00:03.659Z" + }, + "brightness": 2995, + "moisture": 99, + "humidity": 32, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f227e2b99bc13ec050348de" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:00:43.031Z" + }, + "brightness": 1015, + "moisture": 56, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f227e3e99bc13fe090348df" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T08:01:02.009Z" + }, + "brightness": 2922, + "moisture": 0, + "humidity": 32, + "temperature": 28.9 +},{ + "_id": { + "$oid": "5f227e6799bc131d1a0348e0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:01:43.102Z" + }, + "brightness": 1014, + "moisture": 56, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f227e7a99bc130bbb0348e1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T08:02:02.077Z" + }, + "brightness": 2907, + "moisture": 2, + "humidity": 33, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f227ea399bc13785e0348e2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:02:43.162Z" + }, + "brightness": 1014, + "moisture": 56, + "humidity": 51, + "temperature": 27 +},{ + "_id": { + "$oid": "5f227eb699bc1336f40348e3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T08:03:02.151Z" + }, + "brightness": 2915, + "moisture": 0, + "humidity": 33, + "temperature": 28.4 +},{ + "_id": { + "$oid": "5f227edf99bc137f470348e4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:03:43.231Z" + }, + "brightness": 1014, + "moisture": 56, + "humidity": 50, + "temperature": 27 +},{ + "_id": { + "$oid": "5f227ef299bc132f5a0348e5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T08:04:02.212Z" + }, + "brightness": 2922, + "moisture": 0, + "humidity": 34, + "temperature": 28.2 +},{ + "_id": { + "$oid": "5f227f1b99bc1323910348e6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:04:43.305Z" + }, + "brightness": 1013, + "moisture": 56, + "humidity": 53, + "temperature": 27 +},{ + "_id": { + "$oid": "5f227f2e99bc1324d40348e7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T08:05:02.286Z" + }, + "brightness": 2933, + "moisture": 0, + "humidity": 34, + "temperature": 28.1 +},{ + "_id": { + "$oid": "5f227f5799bc133e800348e8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:05:43.366Z" + }, + "brightness": 1013, + "moisture": 56, + "humidity": 50, + "temperature": 27 +},{ + "_id": { + "$oid": "5f227f9399bc139f210348e9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:06:43.440Z" + }, + "brightness": 1013, + "moisture": 56, + "humidity": 50, + "temperature": 27 +},{ + "_id": { + "$oid": "5f227fcf99bc13ee2f0348ea" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:07:43.507Z" + }, + "brightness": 1011, + "moisture": 56, + "humidity": 50, + "temperature": 27 +},{ + "_id": { + "$oid": "5f22800b99bc135d6f0348eb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:08:43.574Z" + }, + "brightness": 1009, + "moisture": 56, + "humidity": 48, + "temperature": 27 +},{ + "_id": { + "$oid": "5f22804799bc13b11d0348ec" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:09:43.644Z" + }, + "brightness": 1009, + "moisture": 56, + "humidity": 49, + "temperature": 27 +},{ + "_id": { + "$oid": "5f22808399bc130f9d0348ed" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:10:43.709Z" + }, + "brightness": 1008, + "moisture": 56, + "humidity": 49, + "temperature": 27 +},{ + "_id": { + "$oid": "5f2280bf99bc13437c0348ee" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:11:43.787Z" + }, + "brightness": 1006, + "moisture": 56, + "humidity": 49, + "temperature": 27 +},{ + "_id": { + "$oid": "5f2280fb99bc136b270348ef" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:12:43.842Z" + }, + "brightness": 1006, + "moisture": 56, + "humidity": 49, + "temperature": 27 +},{ + "_id": { + "$oid": "5f22813799bc13420f0348f0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:13:43.906Z" + }, + "brightness": 1005, + "moisture": 56, + "humidity": 51, + "temperature": 27 +},{ + "_id": { + "$oid": "5f22817399bc132d9e0348f1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:14:43.977Z" + }, + "brightness": 1004, + "moisture": 56, + "humidity": 48, + "temperature": 27 +},{ + "_id": { + "$oid": "5f2281b099bc13463e0348f2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:15:44.044Z" + }, + "brightness": 999, + "moisture": 56, + "humidity": 47, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2281ec99bc13512c0348f3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:16:44.114Z" + }, + "brightness": 999, + "moisture": 56, + "humidity": 47, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22822899bc138d390348f4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:17:44.183Z" + }, + "brightness": 999, + "moisture": 56, + "humidity": 47, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22826499bc1384ae0348f5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:18:44.250Z" + }, + "brightness": 998, + "moisture": 56, + "humidity": 51, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2282a099bc1303fc0348f6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:19:44.319Z" + }, + "brightness": 999, + "moisture": 56, + "humidity": 48, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2282dc99bc13cdeb0348f7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:20:44.396Z" + }, + "brightness": 999, + "moisture": 56, + "humidity": 48, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22831899bc1306b10348f8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:21:44.456Z" + }, + "brightness": 999, + "moisture": 56, + "humidity": 47, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22835499bc1329f10348f9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:22:44.519Z" + }, + "brightness": 999, + "moisture": 56, + "humidity": 47, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22839099bc1301360348fa" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:23:44.595Z" + }, + "brightness": 997, + "moisture": 56, + "humidity": 46, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2283cc99bc1391b00348fb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:24:44.654Z" + }, + "brightness": 996, + "moisture": 56, + "humidity": 46, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22840899bc13f92c0348fc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:25:44.723Z" + }, + "brightness": 995, + "moisture": 56, + "humidity": 47, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22844499bc134ba90348fd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:26:44.790Z" + }, + "brightness": 994, + "moisture": 56, + "humidity": 47, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22848099bc132deb0348fe" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:27:44.860Z" + }, + "brightness": 995, + "moisture": 56, + "humidity": 47, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2284bc99bc13117a0348ff" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:28:44.947Z" + }, + "brightness": 994, + "moisture": 56, + "humidity": 47, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2284f899bc138e3c034900" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:29:44.994Z" + }, + "brightness": 993, + "moisture": 56, + "humidity": 46, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22853599bc133f4f034901" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:30:45.062Z" + }, + "brightness": 991, + "moisture": 56, + "humidity": 46, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22857199bc1340d4034902" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:31:45.125Z" + }, + "brightness": 989, + "moisture": 56, + "humidity": 46, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2285ad99bc13dadb034903" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:32:45.210Z" + }, + "brightness": 988, + "moisture": 56, + "humidity": 46, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2285e999bc137d04034904" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:33:45.265Z" + }, + "brightness": 987, + "moisture": 56, + "humidity": 46, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22862599bc13229f034905" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:34:45.376Z" + }, + "brightness": 986, + "moisture": 56, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22866199bc134acd034906" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:35:45.503Z" + }, + "brightness": 984, + "moisture": 56, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22869d99bc1372e9034907" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:36:45.564Z" + }, + "brightness": 984, + "moisture": 56, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2286d999bc1347aa034908" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:37:45.628Z" + }, + "brightness": 984, + "moisture": 56, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22871599bc131c54034909" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:38:45.699Z" + }, + "brightness": 982, + "moisture": 13, + "humidity": 46, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22875199bc13304d03490a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:39:45.762Z" + }, + "brightness": 980, + "moisture": 39, + "humidity": 46, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22878d99bc134c0903490b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:40:45.830Z" + }, + "brightness": 979, + "moisture": 40, + "humidity": 46, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2287c999bc136cc003490c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:41:45.907Z" + }, + "brightness": 979, + "moisture": 41, + "humidity": 46, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22880599bc13604203490d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:42:45.976Z" + }, + "brightness": 977, + "moisture": 43, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22884299bc13127903490e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:43:46.064Z" + }, + "brightness": 978, + "moisture": 44, + "humidity": 46, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22887e99bc13c23003490f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:44:46.108Z" + }, + "brightness": 978, + "moisture": 46, + "humidity": 46, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2288ba99bc13db41034910" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:45:46.174Z" + }, + "brightness": 976, + "moisture": 46, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2288f699bc136ac9034911" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:46:46.252Z" + }, + "brightness": 976, + "moisture": 47, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22893299bc131085034912" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:47:46.312Z" + }, + "brightness": 974, + "moisture": 47, + "humidity": 46, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22896e99bc1318e7034913" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:48:46.385Z" + }, + "brightness": 972, + "moisture": 47, + "humidity": 46, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2289aa99bc131c4a034914" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:49:46.497Z" + }, + "brightness": 970, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2289e699bc1365f7034915" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:50:46.613Z" + }, + "brightness": 969, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f228a2299bc137230034916" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:51:46.727Z" + }, + "brightness": 967, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f228a5e99bc131939034917" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:52:46.800Z" + }, + "brightness": 965, + "moisture": 48, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f228a9a99bc136a13034918" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:53:46.864Z" + }, + "brightness": 964, + "moisture": 48, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f228ad699bc13b472034919" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:54:46.939Z" + }, + "brightness": 962, + "moisture": 48, + "humidity": 46, + "temperature": 28 +},{ + "_id": { + "$oid": "5f228b1399bc133f0703491a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:55:46.998Z" + }, + "brightness": 959, + "moisture": 48, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f228b4f99bc13a8b303491b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:56:47.081Z" + }, + "brightness": 959, + "moisture": 48, + "humidity": 47, + "temperature": 28 +},{ + "_id": { + "$oid": "5f228b8b99bc139dda03491c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:57:47.143Z" + }, + "brightness": 957, + "moisture": 48, + "humidity": 46, + "temperature": 28 +},{ + "_id": { + "$oid": "5f228bc799bc133ec803491d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:58:47.207Z" + }, + "brightness": 955, + "moisture": 48, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f228c0399bc1397e303491e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T08:59:47.277Z" + }, + "brightness": 954, + "moisture": 48, + "humidity": 46, + "temperature": 28 +},{ + "_id": { + "$oid": "5f228c3f99bc13d50403491f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:00:47.351Z" + }, + "brightness": 954, + "moisture": 48, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f228c7b99bc134000034920" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:01:47.416Z" + }, + "brightness": 953, + "moisture": 48, + "humidity": 46, + "temperature": 28 +},{ + "_id": { + "$oid": "5f228cb799bc13ab04034921" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:02:47.481Z" + }, + "brightness": 952, + "moisture": 48, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f228cf399bc133921034922" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:03:47.557Z" + }, + "brightness": 950, + "moisture": 48, + "humidity": 46, + "temperature": 28 +},{ + "_id": { + "$oid": "5f228d2f99bc135028034923" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:04:47.626Z" + }, + "brightness": 949, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f228d6b99bc137982034924" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:05:47.737Z" + }, + "brightness": 946, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f228da799bc133436034925" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:06:47.803Z" + }, + "brightness": 944, + "moisture": 48, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f228de399bc13bc74034926" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:07:47.871Z" + }, + "brightness": 942, + "moisture": 48, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f228e1f99bc13891e034927" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:08:47.944Z" + }, + "brightness": 940, + "moisture": 48, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f228e5c99bc13d162034928" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:09:48.021Z" + }, + "brightness": 939, + "moisture": 48, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f228e9899bc139856034929" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:10:48.077Z" + }, + "brightness": 937, + "moisture": 48, + "humidity": 46, + "temperature": 28 +},{ + "_id": { + "$oid": "5f228ed499bc13c43e03492a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:11:48.150Z" + }, + "brightness": 934, + "moisture": 48, + "humidity": 46, + "temperature": 28 +},{ + "_id": { + "$oid": "5f228f1099bc13952f03492b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:12:48.216Z" + }, + "brightness": 933, + "moisture": 48, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f228f4c99bc138d7b03492c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:13:48.280Z" + }, + "brightness": 930, + "moisture": 48, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f228f8899bc138d0803492d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:14:48.356Z" + }, + "brightness": 929, + "moisture": 48, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f228fc499bc136bb103492e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:15:48.423Z" + }, + "brightness": 927, + "moisture": 48, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22900099bc13e69903492f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:16:48.486Z" + }, + "brightness": 926, + "moisture": 48, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22903c99bc13ad86034930" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:17:48.580Z" + }, + "brightness": 925, + "moisture": 48, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22907899bc13c2b4034931" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:18:48.626Z" + }, + "brightness": 924, + "moisture": 48, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2290b499bc132e10034932" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:19:48.698Z" + }, + "brightness": 924, + "moisture": 48, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2290f099bc13f1ee034933" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:20:48.761Z" + }, + "brightness": 923, + "moisture": 48, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22912c99bc135f93034934" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:21:48.880Z" + }, + "brightness": 921, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22916999bc13b5bd034935" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:22:49.129Z" + }, + "brightness": 919, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2291a599bc1306d0034936" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:23:49.196Z" + }, + "brightness": 919, + "moisture": 48, + "humidity": 46, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2291e199bc1351e4034937" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:24:49.266Z" + }, + "brightness": 917, + "moisture": 48, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22921d99bc131e83034938" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:25:49.341Z" + }, + "brightness": 916, + "moisture": 48, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22925999bc134b7c034939" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:26:49.447Z" + }, + "brightness": 915, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22929599bc1332ab03493a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:27:49.573Z" + }, + "brightness": 915, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2292d199bc13789f03493b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:28:49.685Z" + }, + "brightness": 915, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22930d99bc13866103493c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:29:49.746Z" + }, + "brightness": 915, + "moisture": 48, + "humidity": 46, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22934999bc13198003493d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:30:49.814Z" + }, + "brightness": 914, + "moisture": 48, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22938599bc13433903493e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:31:49.893Z" + }, + "brightness": 914, + "moisture": 48, + "humidity": 46, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2293c199bc13b68f03493f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:32:49.948Z" + }, + "brightness": 913, + "moisture": 48, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2293fe99bc13309c034940" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:33:50.019Z" + }, + "brightness": 912, + "moisture": 48, + "humidity": 46, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22943a99bc13ce3a034941" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:34:50.094Z" + }, + "brightness": 910, + "moisture": 48, + "humidity": 46, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22947699bc137c98034942" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:35:50.157Z" + }, + "brightness": 909, + "moisture": 48, + "humidity": 46, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2294b299bc139de6034943" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:36:50.223Z" + }, + "brightness": 908, + "moisture": 48, + "humidity": 46, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2294ee99bc1398bb034944" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:37:50.292Z" + }, + "brightness": 906, + "moisture": 48, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22952a99bc1356d8034945" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:38:50.360Z" + }, + "brightness": 906, + "moisture": 48, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22956699bc133d97034946" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:39:50.433Z" + }, + "brightness": 904, + "moisture": 48, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22959899bc1334df034947" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T09:40:40.522Z" + }, + "brightness": 0, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2295a299bc132037034948" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:40:50.504Z" + }, + "brightness": 903, + "moisture": 48, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2295c099bc1355b5034949" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T09:41:20.554Z" + }, + "brightness": 0, + "moisture": 0, + "humidity": 24, + "temperature": 35.2 +},{ + "_id": { + "$oid": "5f2295c999bc1328a303494a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T09:41:29.405Z" + }, + "brightness": 4925, + "moisture": 0, + "humidity": 24, + "temperature": 34.4 +},{ + "_id": { + "$oid": "5f2295d399bc13ad0303494b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T09:41:39.793Z" + }, + "brightness": 3471, + "moisture": 38, + "humidity": 30, + "temperature": 33.1 +},{ + "_id": { + "$oid": "5f2295de99bc13502b03494c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:41:50.563Z" + }, + "brightness": 902, + "moisture": 48, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22960499bc13841803494d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T09:42:28.696Z" + }, + "brightness": 4777, + "moisture": 0, + "humidity": 24, + "temperature": 34.3 +},{ + "_id": { + "$oid": "5f22960f99bc1327fb03494e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T09:42:39.859Z" + }, + "brightness": 3434, + "moisture": 44, + "humidity": 29, + "temperature": 32.9 +},{ + "_id": { + "$oid": "5f22961a99bc13f00a03494f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:42:50.645Z" + }, + "brightness": 901, + "moisture": 48, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22967c99bc132e56034950" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T09:44:28.836Z" + }, + "brightness": 4638, + "moisture": 0, + "humidity": 24, + "temperature": 34.4 +},{ + "_id": { + "$oid": "5f22968899bc136db8034951" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T09:44:40.092Z" + }, + "brightness": 3354, + "moisture": 37, + "humidity": 30, + "temperature": 33 +},{ + "_id": { + "$oid": "5f22969299bc1365db034952" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:44:50.868Z" + }, + "brightness": 899, + "moisture": 48, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2296b899bc1386eb034953" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T09:45:28.901Z" + }, + "brightness": 4603, + "moisture": 0, + "humidity": 24, + "temperature": 34.4 +},{ + "_id": { + "$oid": "5f2296c499bc133200034954" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T09:45:40.160Z" + }, + "brightness": 3323, + "moisture": 37, + "humidity": 30, + "temperature": 33 +},{ + "_id": { + "$oid": "5f2296ce99bc137aad034955" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:45:50.935Z" + }, + "brightness": 898, + "moisture": 48, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2296f499bc135861034956" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T09:46:28.969Z" + }, + "brightness": 4565, + "moisture": 0, + "humidity": 24, + "temperature": 34.4 +},{ + "_id": { + "$oid": "5f22970099bc135d1a034957" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T09:46:40.249Z" + }, + "brightness": 3294, + "moisture": 38, + "humidity": 29, + "temperature": 32.9 +},{ + "_id": { + "$oid": "5f22970b99bc1343da034958" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:46:51.002Z" + }, + "brightness": 896, + "moisture": 48, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22973199bc13a273034959" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T09:47:29.038Z" + }, + "brightness": 4551, + "moisture": 0, + "humidity": 23, + "temperature": 34.7 +},{ + "_id": { + "$oid": "5f22973c99bc13eb3a03495a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T09:47:40.297Z" + }, + "brightness": 3245, + "moisture": 37, + "humidity": 29, + "temperature": 32.9 +},{ + "_id": { + "$oid": "5f22974799bc1319ad03495b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:47:51.077Z" + }, + "brightness": 895, + "moisture": 48, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22976d99bc13cf0203495c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T09:48:29.104Z" + }, + "brightness": 4545, + "moisture": 0, + "humidity": 23, + "temperature": 34.7 +},{ + "_id": { + "$oid": "5f22977899bc1339b503495d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T09:48:40.363Z" + }, + "brightness": 3213, + "moisture": 37, + "humidity": 29, + "temperature": 32.9 +},{ + "_id": { + "$oid": "5f22978399bc131cc003495e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:48:51.141Z" + }, + "brightness": 894, + "moisture": 48, + "humidity": 45, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2297a999bc133dde03495f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T09:49:29.174Z" + }, + "brightness": 4536, + "moisture": 0, + "humidity": 23, + "temperature": 34.8 +},{ + "_id": { + "$oid": "5f2297b499bc13a684034960" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T09:49:40.434Z" + }, + "brightness": 3170, + "moisture": 38, + "humidity": 29, + "temperature": 32.8 +},{ + "_id": { + "$oid": "5f2297bf99bc13290f034961" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:49:51.214Z" + }, + "brightness": 894, + "moisture": 48, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2297e599bc13186b034962" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T09:50:29.242Z" + }, + "brightness": 4542, + "moisture": 0, + "humidity": 23, + "temperature": 35 +},{ + "_id": { + "$oid": "5f2297f099bc13248e034963" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T09:50:40.499Z" + }, + "brightness": 3116, + "moisture": 37, + "humidity": 29, + "temperature": 32.9 +},{ + "_id": { + "$oid": "5f2297fb99bc1383ac034964" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:50:51.288Z" + }, + "brightness": 893, + "moisture": 48, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22982199bc132237034965" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T09:51:29.309Z" + }, + "brightness": 4550, + "moisture": 0, + "humidity": 23, + "temperature": 35 +},{ + "_id": { + "$oid": "5f22982c99bc13f821034966" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T09:51:40.566Z" + }, + "brightness": 3090, + "moisture": 36, + "humidity": 29, + "temperature": 32.9 +},{ + "_id": { + "$oid": "5f22983799bc1335a4034967" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:51:51.346Z" + }, + "brightness": 891, + "moisture": 48, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22985d99bc130660034968" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T09:52:29.375Z" + }, + "brightness": 4601, + "moisture": 0, + "humidity": 23, + "temperature": 35.1 +},{ + "_id": { + "$oid": "5f22986899bc13344c034969" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T09:52:40.634Z" + }, + "brightness": 3027, + "moisture": 37, + "humidity": 29, + "temperature": 32.8 +},{ + "_id": { + "$oid": "5f22987399bc130cef03496a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:52:51.422Z" + }, + "brightness": 889, + "moisture": 48, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22989999bc13d57b03496b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T09:53:29.443Z" + }, + "brightness": 4682, + "moisture": 0, + "humidity": 23, + "temperature": 35.3 +},{ + "_id": { + "$oid": "5f2298a499bc1366b403496c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T09:53:40.701Z" + }, + "brightness": 2949, + "moisture": 37, + "humidity": 29, + "temperature": 32.8 +},{ + "_id": { + "$oid": "5f2298af99bc132adf03496d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:53:51.485Z" + }, + "brightness": 888, + "moisture": 48, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f2298d599bc13d0ec03496e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T09:54:29.510Z" + }, + "brightness": 5127, + "moisture": 0, + "humidity": 23, + "temperature": 35.3 +},{ + "_id": { + "$oid": "5f2298e099bc13f54b03496f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T09:54:40.816Z" + }, + "brightness": 2885, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f2298eb99bc139fe6034970" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:54:51.550Z" + }, + "brightness": 885, + "moisture": 48, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22991199bc132f93034971" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T09:55:29.580Z" + }, + "brightness": 12569, + "moisture": 0, + "humidity": 22, + "temperature": 35.4 +},{ + "_id": { + "$oid": "5f22991c99bc13f0c5034972" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T09:55:40.883Z" + }, + "brightness": 2799, + "moisture": 37, + "humidity": 29, + "temperature": 32.7 +},{ + "_id": { + "$oid": "5f22992799bc131599034973" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:55:51.630Z" + }, + "brightness": 883, + "moisture": 48, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22994d99bc1324c2034974" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T09:56:29.646Z" + }, + "brightness": 37095, + "moisture": 0, + "humidity": 23, + "temperature": 35.2 +},{ + "_id": { + "$oid": "5f22995899bc13723d034975" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T09:56:40.958Z" + }, + "brightness": 2710, + "moisture": 37, + "humidity": 29, + "temperature": 32.7 +},{ + "_id": { + "$oid": "5f22996399bc13f92b034976" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:56:51.695Z" + }, + "brightness": 880, + "moisture": 48, + "humidity": 44, + "temperature": 28 +},{ + "_id": { + "$oid": "5f22998999bc1380c7034977" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T09:57:29.713Z" + }, + "brightness": 51439, + "moisture": 0, + "humidity": 23, + "temperature": 35.4 +},{ + "_id": { + "$oid": "5f22999599bc134b63034978" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T09:57:41.018Z" + }, + "brightness": 2608, + "moisture": 37, + "humidity": 29, + "temperature": 32.8 +},{ + "_id": { + "$oid": "5f22999f99bc13e7b8034979" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:57:51.762Z" + }, + "brightness": 878, + "moisture": 48, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f2299c599bc135ae803497a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T09:58:29.782Z" + }, + "brightness": 51211, + "moisture": 0, + "humidity": 22, + "temperature": 35.5 +},{ + "_id": { + "$oid": "5f2299d199bc13885503497b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T09:58:41.085Z" + }, + "brightness": 2529, + "moisture": 37, + "humidity": 29, + "temperature": 32.7 +},{ + "_id": { + "$oid": "5f2299db99bc139bb603497c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:58:51.827Z" + }, + "brightness": 875, + "moisture": 48, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f229a0199bc13469803497d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T09:59:29.849Z" + }, + "brightness": 50789, + "moisture": 0, + "humidity": 22, + "temperature": 35.5 +},{ + "_id": { + "$oid": "5f229a0d99bc1319a603497e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T09:59:41.153Z" + }, + "brightness": 2437, + "moisture": 37, + "humidity": 29, + "temperature": 32.7 +},{ + "_id": { + "$oid": "5f229a1799bc13e33203497f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T09:59:51.913Z" + }, + "brightness": 873, + "moisture": 48, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f229a3d99bc132a48034980" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:00:29.918Z" + }, + "brightness": 50414, + "moisture": 0, + "humidity": 22, + "temperature": 35.5 +},{ + "_id": { + "$oid": "5f229a4999bc13ec07034981" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:00:41.221Z" + }, + "brightness": 2355, + "moisture": 38, + "humidity": 30, + "temperature": 32.6 +},{ + "_id": { + "$oid": "5f229a5399bc13d283034982" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:00:51.965Z" + }, + "brightness": 871, + "moisture": 48, + "humidity": 44, + "temperature": 29 +},{ + "_id": { + "$oid": "5f229a7999bc133f1e034983" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:01:29.986Z" + }, + "brightness": 50544, + "moisture": 0, + "humidity": 22, + "temperature": 35.9 +},{ + "_id": { + "$oid": "5f229a8599bc137679034984" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:01:41.288Z" + }, + "brightness": 2262, + "moisture": 38, + "humidity": 29, + "temperature": 32.6 +},{ + "_id": { + "$oid": "5f229a9099bc1389fb034985" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:01:52.042Z" + }, + "brightness": 869, + "moisture": 48, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f229ab699bc133e1a034986" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:02:30.052Z" + }, + "brightness": 51220, + "moisture": 0, + "humidity": 22, + "temperature": 35.8 +},{ + "_id": { + "$oid": "5f229ac199bc1330f8034987" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:02:41.365Z" + }, + "brightness": 2133, + "moisture": 38, + "humidity": 29, + "temperature": 32.6 +},{ + "_id": { + "$oid": "5f229acc99bc13fb9a034988" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:02:52.115Z" + }, + "brightness": 869, + "moisture": 48, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f229af299bc1331a2034989" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:03:30.120Z" + }, + "brightness": 51548, + "moisture": 0, + "humidity": 22, + "temperature": 35.7 +},{ + "_id": { + "$oid": "5f229afd99bc137fc403498a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:03:41.433Z" + }, + "brightness": 1977, + "moisture": 38, + "humidity": 29, + "temperature": 32.6 +},{ + "_id": { + "$oid": "5f229b0899bc13986f03498b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:03:52.167Z" + }, + "brightness": 868, + "moisture": 48, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f229b2e99bc1332b503498c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:04:30.188Z" + }, + "brightness": 51308, + "moisture": 0, + "humidity": 22, + "temperature": 35.7 +},{ + "_id": { + "$oid": "5f229b3999bc13e50903498d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:04:41.499Z" + }, + "brightness": 1839, + "moisture": 37, + "humidity": 30, + "temperature": 32.6 +},{ + "_id": { + "$oid": "5f229b4499bc13350303498e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:04:52.241Z" + }, + "brightness": 867, + "moisture": 48, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f229b6a99bc1345ce03498f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:05:30.257Z" + }, + "brightness": 53083, + "moisture": 0, + "humidity": 22, + "temperature": 35.7 +},{ + "_id": { + "$oid": "5f229b7599bc13ac6a034990" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:05:41.565Z" + }, + "brightness": 1745, + "moisture": 37, + "humidity": 30, + "temperature": 32.3 +},{ + "_id": { + "$oid": "5f229b8099bc13673a034991" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:05:52.302Z" + }, + "brightness": 866, + "moisture": 48, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f229ba699bc136cae034992" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:06:30.325Z" + }, + "brightness": 53032, + "moisture": 0, + "humidity": 22, + "temperature": 35.8 +},{ + "_id": { + "$oid": "5f229bb199bc13276d034993" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:06:41.627Z" + }, + "brightness": 1667, + "moisture": 40, + "humidity": 30, + "temperature": 32.3 +},{ + "_id": { + "$oid": "5f229bbc99bc13548d034994" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:06:52.372Z" + }, + "brightness": 864, + "moisture": 48, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f229be299bc13c742034995" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:07:30.391Z" + }, + "brightness": 52223, + "moisture": 0, + "humidity": 21, + "temperature": 35.9 +},{ + "_id": { + "$oid": "5f229bed99bc136411034996" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:07:41.691Z" + }, + "brightness": 1597, + "moisture": 38, + "humidity": 30, + "temperature": 32.3 +},{ + "_id": { + "$oid": "5f229bf899bc137b7f034997" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:07:52.456Z" + }, + "brightness": 861, + "moisture": 48, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f229c1e99bc13b52a034998" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:08:30.459Z" + }, + "brightness": 52665, + "moisture": 0, + "humidity": 23, + "temperature": 36 +},{ + "_id": { + "$oid": "5f229c2999bc1378e2034999" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:08:41.760Z" + }, + "brightness": 1539, + "moisture": 38, + "humidity": 30, + "temperature": 32.3 +},{ + "_id": { + "$oid": "5f229c3499bc136ebf03499a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:08:52.513Z" + }, + "brightness": 859, + "moisture": 48, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f229c5a99bc13c19303499b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:09:30.527Z" + }, + "brightness": 52393, + "moisture": 0, + "humidity": 22, + "temperature": 35.8 +},{ + "_id": { + "$oid": "5f229c6599bc1371ec03499c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:09:41.829Z" + }, + "brightness": 16089, + "moisture": 38, + "humidity": 30, + "temperature": 32.3 +},{ + "_id": { + "$oid": "5f229c7099bc13d96203499d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:09:52.584Z" + }, + "brightness": 855, + "moisture": 48, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f229c9699bc13ff6e03499e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:10:30.594Z" + }, + "brightness": 51506, + "moisture": 0, + "humidity": 22, + "temperature": 35.8 +},{ + "_id": { + "$oid": "5f229ca199bc13120c03499f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:10:41.896Z" + }, + "brightness": 808, + "moisture": 37, + "humidity": 30, + "temperature": 32.6 +},{ + "_id": { + "$oid": "5f229cac99bc1321560349a0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:10:52.642Z" + }, + "brightness": 853, + "moisture": 48, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f229cd299bc135b540349a1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:11:30.662Z" + }, + "brightness": 51551, + "moisture": 0, + "humidity": 23, + "temperature": 36 +},{ + "_id": { + "$oid": "5f229cdd99bc13f24d0349a2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:11:41.965Z" + }, + "brightness": 970, + "moisture": 37, + "humidity": 31, + "temperature": 31.8 +},{ + "_id": { + "$oid": "5f229ce899bc13c1b50349a3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:11:52.723Z" + }, + "brightness": 851, + "moisture": 48, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f229d0e99bc137e430349a4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:12:30.775Z" + }, + "brightness": 52235, + "moisture": 0, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f229d1a99bc1331520349a5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:12:42.032Z" + }, + "brightness": 1321, + "moisture": 36, + "humidity": 31, + "temperature": 31.8 +},{ + "_id": { + "$oid": "5f229d2499bc130cad0349a6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:12:52.791Z" + }, + "brightness": 849, + "moisture": 48, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f229d4a99bc139a6b0349a7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:13:30.843Z" + }, + "brightness": 52789, + "moisture": 0, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f229d5699bc1362ec0349a8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:13:42.107Z" + }, + "brightness": 1281, + "moisture": 36, + "humidity": 31, + "temperature": 31.8 +},{ + "_id": { + "$oid": "5f229d6099bc13d6960349a9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:13:52.855Z" + }, + "brightness": 849, + "moisture": 48, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f229d8699bc13ac560349aa" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:14:30.911Z" + }, + "brightness": 53239, + "moisture": 0, + "humidity": 21, + "temperature": 35.9 +},{ + "_id": { + "$oid": "5f229d9299bc13e35b0349ab" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:14:42.216Z" + }, + "brightness": 1240, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f229d9c99bc132e3b0349ac" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:14:52.919Z" + }, + "brightness": 848, + "moisture": 48, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f229dc299bc136c930349ad" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:15:30.980Z" + }, + "brightness": 52872, + "moisture": 0, + "humidity": 22, + "temperature": 35.7 +},{ + "_id": { + "$oid": "5f229dce99bc13c8580349ae" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:15:42.332Z" + }, + "brightness": 1200, + "moisture": 37, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f229dd899bc13fdc80349af" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:15:52.989Z" + }, + "brightness": 847, + "moisture": 48, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f229dff99bc1322fc0349b0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:16:31.046Z" + }, + "brightness": 52728, + "moisture": 0, + "humidity": 21, + "temperature": 35.9 +},{ + "_id": { + "$oid": "5f229e0a99bc1363ac0349b1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:16:42.443Z" + }, + "brightness": 1165, + "moisture": 37, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f229e1599bc1367540349b2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:16:53.056Z" + }, + "brightness": 848, + "moisture": 48, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f229e3b99bc137fd60349b3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:17:31.114Z" + }, + "brightness": 52140, + "moisture": 0, + "humidity": 22, + "temperature": 36.1 +},{ + "_id": { + "$oid": "5f229e4699bc13f91a0349b4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:17:42.513Z" + }, + "brightness": 1134, + "moisture": 38, + "humidity": 31, + "temperature": 31.8 +},{ + "_id": { + "$oid": "5f229e5199bc1315390349b5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:17:53.124Z" + }, + "brightness": 849, + "moisture": 48, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f229e7799bc1325bc0349b6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:18:31.183Z" + }, + "brightness": 53014, + "moisture": 0, + "humidity": 22, + "temperature": 36.1 +},{ + "_id": { + "$oid": "5f229e8299bc133b630349b7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:18:42.582Z" + }, + "brightness": 1098, + "moisture": 38, + "humidity": 31, + "temperature": 31.6 +},{ + "_id": { + "$oid": "5f229e8d99bc137c070349b8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:18:53.191Z" + }, + "brightness": 849, + "moisture": 48, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f229eb399bc1337580349b9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:19:31.251Z" + }, + "brightness": 53924, + "moisture": 0, + "humidity": 22, + "temperature": 36.1 +},{ + "_id": { + "$oid": "5f229ebe99bc1308110349ba" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:19:42.647Z" + }, + "brightness": 1054, + "moisture": 37, + "humidity": 31, + "temperature": 31.7 +},{ + "_id": { + "$oid": "5f229ec999bc13f7610349bb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:19:53.315Z" + }, + "brightness": 849, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f229eef99bc1335a50349bc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:20:31.317Z" + }, + "brightness": 52641, + "moisture": 0, + "humidity": 22, + "temperature": 36 +},{ + "_id": { + "$oid": "5f229efa99bc1322740349bd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:20:42.716Z" + }, + "brightness": 1008, + "moisture": 37, + "humidity": 31, + "temperature": 31.5 +},{ + "_id": { + "$oid": "5f229f0599bc13723c0349be" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:20:53.380Z" + }, + "brightness": 849, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f229f2b99bc1350620349bf" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:21:31.388Z" + }, + "brightness": 52261, + "moisture": 0, + "humidity": 22, + "temperature": 36.1 +},{ + "_id": { + "$oid": "5f229f3699bc136aae0349c0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:21:42.784Z" + }, + "brightness": 971, + "moisture": 38, + "humidity": 31, + "temperature": 31.6 +},{ + "_id": { + "$oid": "5f229f4199bc137da50349c1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:21:53.443Z" + }, + "brightness": 849, + "moisture": 48, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f229f6799bc135a270349c2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:22:31.453Z" + }, + "brightness": 53504, + "moisture": 0, + "humidity": 22, + "temperature": 36 +},{ + "_id": { + "$oid": "5f229f7299bc130cb00349c3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:22:42.851Z" + }, + "brightness": 949, + "moisture": 38, + "humidity": 31, + "temperature": 31.5 +},{ + "_id": { + "$oid": "5f229f7d99bc1321100349c4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:22:53.518Z" + }, + "brightness": 851, + "moisture": 48, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f229fa399bc13d7090349c5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:23:31.524Z" + }, + "brightness": 53406, + "moisture": 0, + "humidity": 22, + "temperature": 36 +},{ + "_id": { + "$oid": "5f229fae99bc13e4d90349c6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:23:42.920Z" + }, + "brightness": 931, + "moisture": 38, + "humidity": 31, + "temperature": 31.6 +},{ + "_id": { + "$oid": "5f229fb999bc13e5e40349c7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:23:53.585Z" + }, + "brightness": 854, + "moisture": 48, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f229fdf99bc1313d70349c8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:24:31.589Z" + }, + "brightness": 53115, + "moisture": 0, + "humidity": 22, + "temperature": 36 +},{ + "_id": { + "$oid": "5f229fea99bc13f4f30349c9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:24:42.988Z" + }, + "brightness": 921, + "moisture": 38, + "humidity": 31, + "temperature": 31.5 +},{ + "_id": { + "$oid": "5f229ff599bc13165d0349ca" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:24:53.654Z" + }, + "brightness": 859, + "moisture": 48, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a01b99bc1313960349cb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:25:31.658Z" + }, + "brightness": 53228, + "moisture": 0, + "humidity": 21, + "temperature": 36 +},{ + "_id": { + "$oid": "5f22a02799bc131e400349cc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:25:43.057Z" + }, + "brightness": 912, + "moisture": 38, + "humidity": 31, + "temperature": 31.5 +},{ + "_id": { + "$oid": "5f22a03199bc1384aa0349cd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:25:53.720Z" + }, + "brightness": 860, + "moisture": 48, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a05799bc13cf160349ce" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:26:31.727Z" + }, + "brightness": 53729, + "moisture": 0, + "humidity": 21, + "temperature": 36 +},{ + "_id": { + "$oid": "5f22a06399bc13081e0349cf" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:26:43.130Z" + }, + "brightness": 905, + "moisture": 37, + "humidity": 31, + "temperature": 31.5 +},{ + "_id": { + "$oid": "5f22a06d99bc1375ca0349d0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:26:53.799Z" + }, + "brightness": 863, + "moisture": 48, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a09399bc137b520349d1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:27:31.793Z" + }, + "brightness": 53835, + "moisture": 0, + "humidity": 20, + "temperature": 36.1 +},{ + "_id": { + "$oid": "5f22a09f99bc131f820349d2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:27:43.227Z" + }, + "brightness": 899, + "moisture": 37, + "humidity": 31, + "temperature": 31.5 +},{ + "_id": { + "$oid": "5f22a0a999bc13462c0349d3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:27:53.854Z" + }, + "brightness": 863, + "moisture": 48, + "humidity": 43, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a0cf99bc13b4e80349d4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:28:31.879Z" + }, + "brightness": 54612, + "moisture": 0, + "humidity": 20, + "temperature": 36.1 +},{ + "_id": { + "$oid": "5f22a0db99bc133aa70349d5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:28:43.257Z" + }, + "brightness": 893, + "moisture": 37, + "humidity": 31, + "temperature": 31.4 +},{ + "_id": { + "$oid": "5f22a0e599bc1360d50349d6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:28:53.928Z" + }, + "brightness": 860, + "moisture": 48, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a10b99bc1370440349d7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:29:31.930Z" + }, + "brightness": 48756, + "moisture": 0, + "humidity": 19, + "temperature": 35.8 +},{ + "_id": { + "$oid": "5f22a11799bc137e970349d8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:29:43.326Z" + }, + "brightness": 886, + "moisture": 36, + "humidity": 31, + "temperature": 31.3 +},{ + "_id": { + "$oid": "5f22a12199bc1376e20349d9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:29:53.997Z" + }, + "brightness": 859, + "moisture": 48, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a14799bc131cfc0349da" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:30:31.998Z" + }, + "brightness": 26705, + "moisture": 0, + "humidity": 20, + "temperature": 35.8 +},{ + "_id": { + "$oid": "5f22a15399bc133c5b0349db" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:30:43.395Z" + }, + "brightness": 879, + "moisture": 36, + "humidity": 31, + "temperature": 31.4 +},{ + "_id": { + "$oid": "5f22a15e99bc13b90a0349dc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:30:54.113Z" + }, + "brightness": 857, + "moisture": 48, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a18499bc1321d70349dd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:31:32.065Z" + }, + "brightness": 8545, + "moisture": 0, + "humidity": 21, + "temperature": 36 +},{ + "_id": { + "$oid": "5f22a18f99bc1320170349de" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:31:43.464Z" + }, + "brightness": 871, + "moisture": 37, + "humidity": 31, + "temperature": 31.6 +},{ + "_id": { + "$oid": "5f22a19a99bc13d22f0349df" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:31:54.131Z" + }, + "brightness": 855, + "moisture": 48, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a1c099bc1347cc0349e0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:32:32.133Z" + }, + "brightness": 4881, + "moisture": 0, + "humidity": 21, + "temperature": 36 +},{ + "_id": { + "$oid": "5f22a1cb99bc135c5b0349e1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:32:43.540Z" + }, + "brightness": 864, + "moisture": 37, + "humidity": 31, + "temperature": 31.4 +},{ + "_id": { + "$oid": "5f22a1d699bc134f280349e2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:32:54.209Z" + }, + "brightness": 856, + "moisture": 48, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a1fc99bc1381be0349e3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:33:32.209Z" + }, + "brightness": 4461, + "moisture": 0, + "humidity": 21, + "temperature": 36 +},{ + "_id": { + "$oid": "5f22a20799bc1367890349e4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:33:43.607Z" + }, + "brightness": 858, + "moisture": 37, + "humidity": 31, + "temperature": 31.1 +},{ + "_id": { + "$oid": "5f22a21299bc137b9b0349e5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:33:54.291Z" + }, + "brightness": 856, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22a23899bc1327e10349e6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:34:32.269Z" + }, + "brightness": 4340, + "moisture": 0, + "humidity": 20, + "temperature": 36.1 +},{ + "_id": { + "$oid": "5f22a24399bc13ccce0349e7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:34:43.676Z" + }, + "brightness": 850, + "moisture": 37, + "humidity": 31, + "temperature": 31.1 +},{ + "_id": { + "$oid": "5f22a24e99bc1309e70349e8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:34:54.360Z" + }, + "brightness": 857, + "moisture": 48, + "humidity": 42, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a27499bc1389240349e9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:35:32.336Z" + }, + "brightness": 4265, + "moisture": 0, + "humidity": 20, + "temperature": 36.1 +},{ + "_id": { + "$oid": "5f22a27f99bc1315bf0349ea" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:35:43.741Z" + }, + "brightness": 844, + "moisture": 36, + "humidity": 31, + "temperature": 31.1 +},{ + "_id": { + "$oid": "5f22a28a99bc13e2cf0349eb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:35:54.406Z" + }, + "brightness": 856, + "moisture": 48, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a2b099bc13f9830349ec" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:36:32.403Z" + }, + "brightness": 4232, + "moisture": 0, + "humidity": 20, + "temperature": 36 +},{ + "_id": { + "$oid": "5f22a2bb99bc13b6870349ed" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:36:43.809Z" + }, + "brightness": 839, + "moisture": 37, + "humidity": 31, + "temperature": 31.1 +},{ + "_id": { + "$oid": "5f22a2c699bc13754c0349ee" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:36:54.525Z" + }, + "brightness": 855, + "moisture": 48, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a2ec99bc138eaa0349ef" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:37:32.472Z" + }, + "brightness": 4213, + "moisture": 0, + "humidity": 21, + "temperature": 36 +},{ + "_id": { + "$oid": "5f22a2f799bc134ddc0349f0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:37:43.879Z" + }, + "brightness": 833, + "moisture": 36, + "humidity": 31, + "temperature": 31.3 +},{ + "_id": { + "$oid": "5f22a30299bc1336a10349f1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:37:54.595Z" + }, + "brightness": 854, + "moisture": 48, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a32899bc136d650349f2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:38:32.540Z" + }, + "brightness": 4216, + "moisture": 0, + "humidity": 21, + "temperature": 36.1 +},{ + "_id": { + "$oid": "5f22a33399bc13ea8f0349f3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:38:43.953Z" + }, + "brightness": 827, + "moisture": 36, + "humidity": 31, + "temperature": 31.1 +},{ + "_id": { + "$oid": "5f22a33e99bc13912f0349f4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:38:54.616Z" + }, + "brightness": 853, + "moisture": 48, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a36499bc1332050349f5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:39:32.608Z" + }, + "brightness": 4213, + "moisture": 0, + "humidity": 20, + "temperature": 35.8 +},{ + "_id": { + "$oid": "5f22a37099bc137c0b0349f6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:39:44.021Z" + }, + "brightness": 820, + "moisture": 36, + "humidity": 31, + "temperature": 31.1 +},{ + "_id": { + "$oid": "5f22a37a99bc13acb60349f7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:39:54.731Z" + }, + "brightness": 853, + "moisture": 48, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a3a099bc13a2e00349f8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:40:32.677Z" + }, + "brightness": 4200, + "moisture": 0, + "humidity": 21, + "temperature": 36 +},{ + "_id": { + "$oid": "5f22a3ac99bc13a3370349f9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:40:44.097Z" + }, + "brightness": 814, + "moisture": 36, + "humidity": 31, + "temperature": 31.2 +},{ + "_id": { + "$oid": "5f22a3b699bc13341b0349fa" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:40:54.789Z" + }, + "brightness": 850, + "moisture": 48, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a3dc99bc1392c70349fb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:41:32.744Z" + }, + "brightness": 4202, + "moisture": 0, + "humidity": 20, + "temperature": 36.4 +},{ + "_id": { + "$oid": "5f22a3e899bc134ad30349fc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:41:44.160Z" + }, + "brightness": 809, + "moisture": 37, + "humidity": 32, + "temperature": 31 +},{ + "_id": { + "$oid": "5f22a3f299bc130d570349fd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:41:54.883Z" + }, + "brightness": 849, + "moisture": 48, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a41899bc13e9fa0349fe" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:42:32.815Z" + }, + "brightness": 4198, + "moisture": 0, + "humidity": 20, + "temperature": 36.5 +},{ + "_id": { + "$oid": "5f22a42499bc133f6e0349ff" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:42:44.276Z" + }, + "brightness": 803, + "moisture": 36, + "humidity": 32, + "temperature": 31.1 +},{ + "_id": { + "$oid": "5f22a42e99bc13201d034a00" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:42:54.937Z" + }, + "brightness": 849, + "moisture": 48, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a45499bc13f7e2034a01" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:43:32.892Z" + }, + "brightness": 4208, + "moisture": 0, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22a46099bc132a49034a02" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:43:44.360Z" + }, + "brightness": 798, + "moisture": 37, + "humidity": 32, + "temperature": 31 +},{ + "_id": { + "$oid": "5f22a46a99bc130813034a03" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:43:54.958Z" + }, + "brightness": 849, + "moisture": 48, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a49099bc136fd5034a04" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:44:32.951Z" + }, + "brightness": 4199, + "moisture": 0, + "humidity": 18, + "temperature": 36.5 +},{ + "_id": { + "$oid": "5f22a49c99bc136e00034a05" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:44:44.378Z" + }, + "brightness": 794, + "moisture": 37, + "humidity": 31, + "temperature": 30.9 +},{ + "_id": { + "$oid": "5f22a4a799bc1336aa034a06" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:44:55.118Z" + }, + "brightness": 849, + "moisture": 48, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a4cd99bc135c85034a07" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:45:33.020Z" + }, + "brightness": 4224, + "moisture": 0, + "humidity": 18, + "temperature": 36.6 +},{ + "_id": { + "$oid": "5f22a4d899bc13c8b7034a08" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:45:44.458Z" + }, + "brightness": 789, + "moisture": 37, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22a4e399bc134e80034a09" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:45:55.091Z" + }, + "brightness": 848, + "moisture": 48, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a50999bc137d6f034a0a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:46:33.088Z" + }, + "brightness": 4245, + "moisture": 0, + "humidity": 18, + "temperature": 36.7 +},{ + "_id": { + "$oid": "5f22a51499bc135112034a0b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:46:44.541Z" + }, + "brightness": 784, + "moisture": 37, + "humidity": 31, + "temperature": 30.9 +},{ + "_id": { + "$oid": "5f22a51f99bc1329c6034a0c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:46:55.168Z" + }, + "brightness": 847, + "moisture": 48, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a54599bc133019034a0d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:47:33.157Z" + }, + "brightness": 4261, + "moisture": 0, + "humidity": 19, + "temperature": 36.7 +},{ + "_id": { + "$oid": "5f22a55099bc1387e9034a0e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:47:44.604Z" + }, + "brightness": 780, + "moisture": 36, + "humidity": 31, + "temperature": 30.9 +},{ + "_id": { + "$oid": "5f22a55b99bc137ac7034a0f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:47:55.232Z" + }, + "brightness": 847, + "moisture": 48, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a58199bc13f358034a10" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:48:33.232Z" + }, + "brightness": 4300, + "moisture": 0, + "humidity": 18, + "temperature": 36.6 +},{ + "_id": { + "$oid": "5f22a58c99bc1357f1034a11" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:48:44.688Z" + }, + "brightness": 776, + "moisture": 37, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22a59799bc133f2b034a12" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:48:55.299Z" + }, + "brightness": 846, + "moisture": 48, + "humidity": 40, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a5bd99bc130c05034a13" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:49:33.295Z" + }, + "brightness": 4352, + "moisture": 0, + "humidity": 19, + "temperature": 36.1 +},{ + "_id": { + "$oid": "5f22a5c899bc13ad93034a14" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:49:44.809Z" + }, + "brightness": 773, + "moisture": 37, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22a5d399bc137fe9034a15" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:49:55.363Z" + }, + "brightness": 846, + "moisture": 48, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a5f999bc13458a034a16" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:50:33.365Z" + }, + "brightness": 4422, + "moisture": 0, + "humidity": 19, + "temperature": 35.9 +},{ + "_id": { + "$oid": "5f22a60499bc134bad034a17" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:50:44.895Z" + }, + "brightness": 770, + "moisture": 37, + "humidity": 31, + "temperature": 30.8 +},{ + "_id": { + "$oid": "5f22a60f99bc13be85034a18" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:50:55.431Z" + }, + "brightness": 845, + "moisture": 48, + "humidity": 40, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a63599bc13d7bd034a19" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:51:33.437Z" + }, + "brightness": 4602, + "moisture": 0, + "humidity": 19, + "temperature": 35.9 +},{ + "_id": { + "$oid": "5f22a64199bc1303ee034a1a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:51:45.025Z" + }, + "brightness": 766, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22a64b99bc13408a034a1b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:51:55.516Z" + }, + "brightness": 844, + "moisture": 48, + "humidity": 40, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a67199bc1330d6034a1c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:52:33.502Z" + }, + "brightness": 5400, + "moisture": 0, + "humidity": 19, + "temperature": 36.3 +},{ + "_id": { + "$oid": "5f22a67d99bc136dbf034a1d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:52:45.245Z" + }, + "brightness": 765, + "moisture": 37, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22a68799bc13d466034a1e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:52:55.573Z" + }, + "brightness": 843, + "moisture": 48, + "humidity": 39, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a6ad99bc134863034a1f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:53:33.576Z" + }, + "brightness": 9209, + "moisture": 0, + "humidity": 20, + "temperature": 36 +},{ + "_id": { + "$oid": "5f22a6b999bc1333a8034a20" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:53:45.210Z" + }, + "brightness": 760, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22a6c399bc13cbb8034a21" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:53:55.646Z" + }, + "brightness": 843, + "moisture": 48, + "humidity": 39, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a6e999bc13ae77034a22" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:54:33.639Z" + }, + "brightness": 20534, + "moisture": 0, + "humidity": 19, + "temperature": 35.7 +},{ + "_id": { + "$oid": "5f22a6f599bc1361b2034a23" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:54:45.320Z" + }, + "brightness": 756, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22a6ff99bc136e90034a24" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:54:55.711Z" + }, + "brightness": 842, + "moisture": 48, + "humidity": 40, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a72599bc1334fb034a25" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:55:33.709Z" + }, + "brightness": 38640, + "moisture": 0, + "humidity": 20, + "temperature": 35.6 +},{ + "_id": { + "$oid": "5f22a73199bc13326b034a26" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:55:45.447Z" + }, + "brightness": 752, + "moisture": 37, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22a73b99bc139bcc034a27" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:55:55.780Z" + }, + "brightness": 842, + "moisture": 48, + "humidity": 40, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a76199bc137260034a28" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:56:33.822Z" + }, + "brightness": 52123, + "moisture": 0, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22a76d99bc132f2a034a29" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:56:45.555Z" + }, + "brightness": 747, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22a77799bc130811034a2a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:56:55.845Z" + }, + "brightness": 840, + "moisture": 48, + "humidity": 41, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a79d99bc1318b9034a2b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:57:33.891Z" + }, + "brightness": 54612, + "moisture": 0, + "humidity": 20, + "temperature": 35.5 +},{ + "_id": { + "$oid": "5f22a7a999bc13cb2b034a2c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:57:45.664Z" + }, + "brightness": 744, + "moisture": 37, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22a7b399bc137390034a2d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:57:55.961Z" + }, + "brightness": 840, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22a7d999bc13267e034a2e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:58:33.959Z" + }, + "brightness": 54516, + "moisture": 0, + "humidity": 20, + "temperature": 36 +},{ + "_id": { + "$oid": "5f22a7e599bc138488034a2f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:58:45.740Z" + }, + "brightness": 739, + "moisture": 37, + "humidity": 31, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f22a7f099bc138b68034a30" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:58:56.031Z" + }, + "brightness": 839, + "moisture": 47, + "humidity": 39, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a81699bc133af8034a31" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T10:59:34.030Z" + }, + "brightness": 54612, + "moisture": 0, + "humidity": 18, + "temperature": 36.1 +},{ + "_id": { + "$oid": "5f22a82199bc13347b034a32" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T10:59:45.810Z" + }, + "brightness": 736, + "moisture": 36, + "humidity": 31, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f22a82c99bc133921034a33" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T10:59:56.103Z" + }, + "brightness": 839, + "moisture": 48, + "humidity": 40, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a85299bc1312a7034a34" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:00:34.097Z" + }, + "brightness": 54552, + "moisture": 0, + "humidity": 18, + "temperature": 36.2 +},{ + "_id": { + "$oid": "5f22a85d99bc135766034a35" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:00:45.882Z" + }, + "brightness": 733, + "moisture": 36, + "humidity": 31, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f22a86899bc134857034a36" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:00:56.169Z" + }, + "brightness": 838, + "moisture": 47, + "humidity": 39, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a88e99bc139871034a37" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:01:34.193Z" + }, + "brightness": 54004, + "moisture": 0, + "humidity": 18, + "temperature": 36.2 +},{ + "_id": { + "$oid": "5f22a89999bc1376e0034a38" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:01:45.939Z" + }, + "brightness": 733, + "moisture": 36, + "humidity": 31, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f22a8a499bc137827034a39" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:01:56.233Z" + }, + "brightness": 832, + "moisture": 48, + "humidity": 39, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a8ca99bc13264a034a3a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:02:34.236Z" + }, + "brightness": 53433, + "moisture": 0, + "humidity": 19, + "temperature": 36.3 +},{ + "_id": { + "$oid": "5f22a8d699bc137eeb034a3b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:02:46.015Z" + }, + "brightness": 731, + "moisture": 36, + "humidity": 31, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f22a8e099bc13304f034a3c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:02:56.303Z" + }, + "brightness": 2414, + "moisture": 48, + "humidity": 40, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a90699bc132c49034a3d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:03:34.304Z" + }, + "brightness": 54250, + "moisture": 0, + "humidity": 18, + "temperature": 36.4 +},{ + "_id": { + "$oid": "5f22a91299bc130304034a3e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:03:46.092Z" + }, + "brightness": 729, + "moisture": 36, + "humidity": 31, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f22a91c99bc1380a7034a3f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:03:56.373Z" + }, + "brightness": 724, + "moisture": 48, + "humidity": 40, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a94299bc13192e034a40" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:04:34.374Z" + }, + "brightness": 54612, + "moisture": 0, + "humidity": 19, + "temperature": 36.3 +},{ + "_id": { + "$oid": "5f22a94e99bc13ba87034a41" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:04:46.153Z" + }, + "brightness": 726, + "moisture": 36, + "humidity": 31, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f22a95899bc130834034a42" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:04:56.441Z" + }, + "brightness": 840, + "moisture": 48, + "humidity": 47, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a97e99bc13e89a034a43" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:05:34.443Z" + }, + "brightness": 54412, + "moisture": 0, + "humidity": 19, + "temperature": 36.2 +},{ + "_id": { + "$oid": "5f22a98a99bc139c47034a44" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:05:46.223Z" + }, + "brightness": 725, + "moisture": 36, + "humidity": 31, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f22a99499bc135d94034a45" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:05:56.510Z" + }, + "brightness": 839, + "moisture": 48, + "humidity": 40, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a9ba99bc135f05034a46" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:06:34.539Z" + }, + "brightness": 54556, + "moisture": 0, + "humidity": 19, + "temperature": 36.1 +},{ + "_id": { + "$oid": "5f22a9c699bc13788a034a47" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:06:46.286Z" + }, + "brightness": 722, + "moisture": 36, + "humidity": 31, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f22a9d099bc13e5a0034a48" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:06:56.583Z" + }, + "brightness": 839, + "moisture": 48, + "humidity": 39, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22a9f699bc13517a034a49" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:07:34.636Z" + }, + "brightness": 54612, + "moisture": 0, + "humidity": 19, + "temperature": 36.1 +},{ + "_id": { + "$oid": "5f22aa0299bc13fddd034a4a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:07:46.357Z" + }, + "brightness": 719, + "moisture": 36, + "humidity": 31, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f22aa0c99bc13fee8034a4b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:07:56.645Z" + }, + "brightness": 838, + "moisture": 48, + "humidity": 39, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22aa3299bc13e1d3034a4c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:08:34.696Z" + }, + "brightness": 54612, + "moisture": 0, + "humidity": 19, + "temperature": 36 +},{ + "_id": { + "$oid": "5f22aa3e99bc1380c3034a4d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:08:46.424Z" + }, + "brightness": 715, + "moisture": 36, + "humidity": 31, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f22aa4899bc13cdc4034a4e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:08:56.717Z" + }, + "brightness": 838, + "moisture": 48, + "humidity": 40, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22aa6e99bc13b2bc034a4f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:09:34.759Z" + }, + "brightness": 54101, + "moisture": 0, + "humidity": 19, + "temperature": 35.9 +},{ + "_id": { + "$oid": "5f22aa7a99bc132aba034a50" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:09:46.500Z" + }, + "brightness": 713, + "moisture": 36, + "humidity": 31, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f22aa8499bc13dd1b034a51" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:09:56.789Z" + }, + "brightness": 836, + "moisture": 48, + "humidity": 39, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22aaaa99bc13b996034a52" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:10:34.828Z" + }, + "brightness": 54039, + "moisture": 0, + "humidity": 20, + "temperature": 35.3 +},{ + "_id": { + "$oid": "5f22aab699bc1340cf034a53" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:10:46.573Z" + }, + "brightness": 710, + "moisture": 37, + "humidity": 31, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f22aac099bc133e4a034a54" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:10:56.859Z" + }, + "brightness": 835, + "moisture": 48, + "humidity": 39, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22aae699bc13a4c9034a55" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:11:34.904Z" + }, + "brightness": 54524, + "moisture": 0, + "humidity": 20, + "temperature": 35.3 +},{ + "_id": { + "$oid": "5f22aaf299bc139bdd034a56" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:11:46.681Z" + }, + "brightness": 709, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22aafc99bc13b354034a57" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:11:56.926Z" + }, + "brightness": 834, + "moisture": 48, + "humidity": 38, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22ab2299bc13517d034a58" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:12:34.973Z" + }, + "brightness": 54133, + "moisture": 0, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22ab2e99bc138d38034a59" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:12:46.746Z" + }, + "brightness": 707, + "moisture": 35, + "humidity": 31, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f22ab3999bc13ade9034a5a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:12:57Z" + }, + "brightness": 834, + "moisture": 48, + "humidity": 38, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22ab5f99bc13af28034a5b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:13:35.217Z" + }, + "brightness": 53408, + "moisture": 0, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22ab6a99bc13290a034a5c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:13:46.817Z" + }, + "brightness": 705, + "moisture": 36, + "humidity": 31, + "temperature": 30.4 +},{ + "_id": { + "$oid": "5f22ab7599bc132352034a5d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:13:57.069Z" + }, + "brightness": 833, + "moisture": 48, + "humidity": 38, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22ab9b99bc138cfa034a5e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:14:35.214Z" + }, + "brightness": 53890, + "moisture": 0, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22aba699bc13ca55034a5f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:14:46.891Z" + }, + "brightness": 704, + "moisture": 36, + "humidity": 31, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f22abb199bc130594034a60" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:14:57.126Z" + }, + "brightness": 832, + "moisture": 48, + "humidity": 37, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22abd799bc131c64034a61" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:15:35.336Z" + }, + "brightness": 53921, + "moisture": 0, + "humidity": 19, + "temperature": 35.7 +},{ + "_id": { + "$oid": "5f22abe299bc135e80034a62" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:15:46.950Z" + }, + "brightness": 700, + "moisture": 36, + "humidity": 31, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f22abed99bc13f544034a63" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:15:57.208Z" + }, + "brightness": 831, + "moisture": 48, + "humidity": 37, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22ac1399bc131aa8034a64" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:16:35.403Z" + }, + "brightness": 53747, + "moisture": 0, + "humidity": 20, + "temperature": 35.2 +},{ + "_id": { + "$oid": "5f22ac1f99bc1322fc034a65" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:16:47.026Z" + }, + "brightness": 699, + "moisture": 36, + "humidity": 31, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f22ac2999bc137a44034a66" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:16:57.267Z" + }, + "brightness": 829, + "moisture": 48, + "humidity": 35, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22ac4f99bc136dd5034a67" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:17:35.431Z" + }, + "brightness": 53954, + "moisture": 0, + "humidity": 20, + "temperature": 35.1 +},{ + "_id": { + "$oid": "5f22ac5b99bc13bd6f034a68" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:17:47.100Z" + }, + "brightness": 697, + "moisture": 36, + "humidity": 31, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f22ac6599bc136214034a69" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:17:57.335Z" + }, + "brightness": 828, + "moisture": 48, + "humidity": 37, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22ac8b99bc13159f034a6a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:18:35.471Z" + }, + "brightness": 53914, + "moisture": 0, + "humidity": 20, + "temperature": 35.2 +},{ + "_id": { + "$oid": "5f22ac9799bc1345f2034a6b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:18:47.158Z" + }, + "brightness": 695, + "moisture": 36, + "humidity": 31, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f22aca199bc13c1ad034a6c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:18:57.408Z" + }, + "brightness": 826, + "moisture": 48, + "humidity": 37, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22acc799bc135d24034a6d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:19:35.542Z" + }, + "brightness": 53576, + "moisture": 0, + "humidity": 20, + "temperature": 35.1 +},{ + "_id": { + "$oid": "5f22acd399bc13ef3b034a6e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:19:47.227Z" + }, + "brightness": 694, + "moisture": 36, + "humidity": 31, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f22acdd99bc13199a034a6f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:19:57.473Z" + }, + "brightness": 824, + "moisture": 48, + "humidity": 37, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22ad0399bc13b013034a70" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:20:35.624Z" + }, + "brightness": 53723, + "moisture": 0, + "humidity": 20, + "temperature": 35.1 +},{ + "_id": { + "$oid": "5f22ad0f99bc1324dd034a71" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:20:47.302Z" + }, + "brightness": 692, + "moisture": 36, + "humidity": 31, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f22ad1999bc134f17034a72" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:20:57.545Z" + }, + "brightness": 823, + "moisture": 48, + "humidity": 38, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22ad3f99bc13322e034a73" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:21:35.678Z" + }, + "brightness": 53702, + "moisture": 0, + "humidity": 20, + "temperature": 35 +},{ + "_id": { + "$oid": "5f22ad4b99bc13e012034a74" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:21:47.371Z" + }, + "brightness": 691, + "moisture": 36, + "humidity": 31, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f22ad5599bc133d09034a75" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:21:57.609Z" + }, + "brightness": 823, + "moisture": 48, + "humidity": 37, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22ad7b99bc13e01e034a76" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:22:35.747Z" + }, + "brightness": 53745, + "moisture": 0, + "humidity": 20, + "temperature": 35.1 +},{ + "_id": { + "$oid": "5f22ad8799bc13e1cf034a77" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:22:47.446Z" + }, + "brightness": 689, + "moisture": 36, + "humidity": 30, + "temperature": 30.4 +},{ + "_id": { + "$oid": "5f22ad9199bc1367e2034a78" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:22:57.718Z" + }, + "brightness": 822, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22adb799bc13caa5034a79" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:23:35.816Z" + }, + "brightness": 53134, + "moisture": 0, + "humidity": 20, + "temperature": 35.1 +},{ + "_id": { + "$oid": "5f22adc399bc134cd3034a7a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:23:47.501Z" + }, + "brightness": 685, + "moisture": 37, + "humidity": 31, + "temperature": 30.4 +},{ + "_id": { + "$oid": "5f22adcd99bc13de3c034a7b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:23:57.922Z" + }, + "brightness": 821, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22adf399bc133644034a7c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:24:35.887Z" + }, + "brightness": 52161, + "moisture": 0, + "humidity": 21, + "temperature": 34.8 +},{ + "_id": { + "$oid": "5f22adff99bc13cfb5034a7d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:24:47.570Z" + }, + "brightness": 685, + "moisture": 36, + "humidity": 31, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f22ae0999bc13f627034a7e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:24:57.996Z" + }, + "brightness": 824, + "moisture": 48, + "humidity": 35, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22ae2f99bc139634034a7f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:25:35.953Z" + }, + "brightness": 52416, + "moisture": 0, + "humidity": 21, + "temperature": 34.8 +},{ + "_id": { + "$oid": "5f22ae3b99bc132a67034a80" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:25:47.640Z" + }, + "brightness": 684, + "moisture": 36, + "humidity": 31, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f22ae4699bc134cc4034a81" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:25:58.066Z" + }, + "brightness": 821, + "moisture": 48, + "humidity": 38, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22ae6c99bc134833034a82" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:26:36.023Z" + }, + "brightness": 52364, + "moisture": 0, + "humidity": 22, + "temperature": 34.4 +},{ + "_id": { + "$oid": "5f22ae7799bc133afe034a83" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:26:47.714Z" + }, + "brightness": 683, + "moisture": 38, + "humidity": 31, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f22ae8299bc13436e034a84" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:26:58.136Z" + }, + "brightness": 822, + "moisture": 48, + "humidity": 37, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22aea899bc133eae034a85" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:27:36.094Z" + }, + "brightness": 52098, + "moisture": 0, + "humidity": 22, + "temperature": 34.4 +},{ + "_id": { + "$oid": "5f22aeb399bc13be1f034a86" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:27:47.780Z" + }, + "brightness": 681, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22aebe99bc1366a4034a87" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:27:58.210Z" + }, + "brightness": 822, + "moisture": 48, + "humidity": 36, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22aee499bc1328b8034a88" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:28:36.166Z" + }, + "brightness": 51573, + "moisture": 0, + "humidity": 21, + "temperature": 34.2 +},{ + "_id": { + "$oid": "5f22aeef99bc13151b034a89" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:28:47.851Z" + }, + "brightness": 680, + "moisture": 36, + "humidity": 31, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f22aefa99bc135505034a8a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:28:58.269Z" + }, + "brightness": 822, + "moisture": 48, + "humidity": 37, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22af2099bc13e864034a8b" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:29:36.230Z" + }, + "brightness": 51594, + "moisture": 0, + "humidity": 22, + "temperature": 33.7 +},{ + "_id": { + "$oid": "5f22af2b99bc13f47e034a8c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:29:47.921Z" + }, + "brightness": 680, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22af3699bc137825034a8d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:29:58.339Z" + }, + "brightness": 822, + "moisture": 48, + "humidity": 37, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22af5c99bc132e32034a8e" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:30:36.299Z" + }, + "brightness": 51468, + "moisture": 0, + "humidity": 23, + "temperature": 33.2 +},{ + "_id": { + "$oid": "5f22af6799bc133967034a8f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:30:47.983Z" + }, + "brightness": 677, + "moisture": 36, + "humidity": 31, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f22af7299bc13750b034a90" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:30:58.408Z" + }, + "brightness": 821, + "moisture": 47, + "humidity": 37, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22af9899bc13c388034a91" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:31:36.369Z" + }, + "brightness": 50946, + "moisture": 0, + "humidity": 23, + "temperature": 32.5 +},{ + "_id": { + "$oid": "5f22afa499bc13a3d8034a92" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:31:48.051Z" + }, + "brightness": 676, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22afae99bc138612034a93" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:31:58.472Z" + }, + "brightness": 820, + "moisture": 48, + "humidity": 40, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22afd499bc1348dd034a94" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:32:36.438Z" + }, + "brightness": 50744, + "moisture": 0, + "humidity": 23, + "temperature": 32.2 +},{ + "_id": { + "$oid": "5f22afe099bc132501034a95" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:32:48.127Z" + }, + "brightness": 673, + "moisture": 37, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22afea99bc13e38b034a96" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:32:58.549Z" + }, + "brightness": 820, + "moisture": 48, + "humidity": 37, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22b01099bc134b38034a97" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:33:36.507Z" + }, + "brightness": 50785, + "moisture": 0, + "humidity": 24, + "temperature": 31.8 +},{ + "_id": { + "$oid": "5f22b01c99bc138f69034a98" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:33:48.193Z" + }, + "brightness": 672, + "moisture": 37, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22b02699bc130868034a99" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:33:58.611Z" + }, + "brightness": 819, + "moisture": 48, + "humidity": 39, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22b04c99bc132fdf034a9a" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:34:36.576Z" + }, + "brightness": 50793, + "moisture": 0, + "humidity": 24, + "temperature": 31.7 +},{ + "_id": { + "$oid": "5f22b05899bc134195034a9b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:34:48.267Z" + }, + "brightness": 671, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22b06299bc132612034a9c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:34:58.682Z" + }, + "brightness": 819, + "moisture": 48, + "humidity": 40, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22b08899bc13fb6c034a9d" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:35:36.645Z" + }, + "brightness": 50958, + "moisture": 0, + "humidity": 24, + "temperature": 31.6 +},{ + "_id": { + "$oid": "5f22b09499bc13de7a034a9e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:35:48.336Z" + }, + "brightness": 670, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22b09e99bc13714d034a9f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:35:58.757Z" + }, + "brightness": 818, + "moisture": 47, + "humidity": 37, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22b0c499bc1312f9034aa0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:36:36.714Z" + }, + "brightness": 51295, + "moisture": 0, + "humidity": 24, + "temperature": 31.5 +},{ + "_id": { + "$oid": "5f22b0d099bc13cc6f034aa1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:36:48.414Z" + }, + "brightness": 670, + "moisture": 36, + "humidity": 31, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f22b0da99bc13b3ff034aa2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:36:58.815Z" + }, + "brightness": 816, + "moisture": 48, + "humidity": 37, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22b10099bc13a671034aa3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:37:36.784Z" + }, + "brightness": 50905, + "moisture": 0, + "humidity": 24, + "temperature": 31.4 +},{ + "_id": { + "$oid": "5f22b10c99bc130711034aa4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:37:48.471Z" + }, + "brightness": 667, + "moisture": 36, + "humidity": 31, + "temperature": 30.4 +},{ + "_id": { + "$oid": "5f22b11699bc130560034aa5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:37:58.899Z" + }, + "brightness": 815, + "moisture": 48, + "humidity": 39, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22b13c99bc13cc0a034aa6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:38:36.855Z" + }, + "brightness": 50527, + "moisture": 0, + "humidity": 24, + "temperature": 31.2 +},{ + "_id": { + "$oid": "5f22b14899bc136459034aa7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:38:48.541Z" + }, + "brightness": 668, + "moisture": 36, + "humidity": 31, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f22b15299bc1348f5034aa8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:38:58.959Z" + }, + "brightness": 815, + "moisture": 48, + "humidity": 37, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22b17899bc134efc034aa9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:39:36.923Z" + }, + "brightness": 50177, + "moisture": 0, + "humidity": 25, + "temperature": 31 +},{ + "_id": { + "$oid": "5f22b18499bc132be0034aaa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:39:48.613Z" + }, + "brightness": 668, + "moisture": 36, + "humidity": 31, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f22b18f99bc13b223034aab" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:39:59.032Z" + }, + "brightness": 815, + "moisture": 48, + "humidity": 38, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22b1b499bc13c3a5034aac" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:40:36.990Z" + }, + "brightness": 50454, + "moisture": 0, + "humidity": 25, + "temperature": 31 +},{ + "_id": { + "$oid": "5f22b1c099bc13639c034aad" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:40:48.688Z" + }, + "brightness": 668, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22b1cb99bc13344c034aae" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:40:59.100Z" + }, + "brightness": 814, + "moisture": 48, + "humidity": 33, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22b1f199bc1377c8034aaf" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:41:37.059Z" + }, + "brightness": 50805, + "moisture": 0, + "humidity": 25, + "temperature": 31 +},{ + "_id": { + "$oid": "5f22b1fc99bc13724f034ab0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:41:48.771Z" + }, + "brightness": 667, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22b20799bc133b4e034ab1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:41:59.164Z" + }, + "brightness": 814, + "moisture": 48, + "humidity": 37, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22b22d99bc13747c034ab2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:42:37.131Z" + }, + "brightness": 46732, + "moisture": 0, + "humidity": 24, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f22b23899bc13c67b034ab3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:42:48.833Z" + }, + "brightness": 657, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22b24399bc1391ee034ab4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:42:59.247Z" + }, + "brightness": 814, + "moisture": 48, + "humidity": 34, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22b26999bc1306b5034ab5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:43:37.197Z" + }, + "brightness": 45515, + "moisture": 0, + "humidity": 24, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f22b27499bc131039034ab6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:43:48.891Z" + }, + "brightness": 655, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22b27f99bc136cc2034ab7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:43:59.302Z" + }, + "brightness": 814, + "moisture": 48, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22b2a599bc1337fe034ab8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:44:37.266Z" + }, + "brightness": 48481, + "moisture": 0, + "humidity": 24, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f22b2b099bc137a68034ab9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:44:48.967Z" + }, + "brightness": 654, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22b2bb99bc138124034aba" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:44:59.381Z" + }, + "brightness": 814, + "moisture": 48, + "humidity": 37, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22b2e199bc132225034abb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:45:37.383Z" + }, + "brightness": 49814, + "moisture": 0, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22b2ed99bc132554034abc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:45:49.046Z" + }, + "brightness": 654, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22b2f799bc132ed5034abd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:45:59.438Z" + }, + "brightness": 814, + "moisture": 48, + "humidity": 37, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22b31d99bc13402a034abe" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:46:37.454Z" + }, + "brightness": 50586, + "moisture": 0, + "humidity": 24, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f22b32999bc13a25b034abf" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:46:49.102Z" + }, + "brightness": 652, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22b33399bc137117034ac0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:46:59.502Z" + }, + "brightness": 814, + "moisture": 47, + "humidity": 37, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22b35999bc1361bc034ac1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:47:37.527Z" + }, + "brightness": 49725, + "moisture": 0, + "humidity": 24, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f22b36599bc139d39034ac2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:47:49.173Z" + }, + "brightness": 650, + "moisture": 36, + "humidity": 31, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f22b37099bc131149034ac3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:48:00.290Z" + }, + "brightness": 814, + "moisture": 47, + "humidity": 37, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22b39599bc135bab034ac4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:48:37.593Z" + }, + "brightness": 49302, + "moisture": 0, + "humidity": 24, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f22b3a199bc13b949034ac5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:48:49.241Z" + }, + "brightness": 649, + "moisture": 36, + "humidity": 31, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f22b3ab99bc138181034ac6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:48:59.641Z" + }, + "brightness": 813, + "moisture": 48, + "humidity": 37, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22b3d199bc139911034ac7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:49:37.659Z" + }, + "brightness": 48564, + "moisture": 0, + "humidity": 24, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f22b3dd99bc13c6e7034ac8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:49:49.311Z" + }, + "brightness": 649, + "moisture": 36, + "humidity": 31, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f22b3e799bc133cc7034ac9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:49:59.706Z" + }, + "brightness": 813, + "moisture": 48, + "humidity": 37, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22b40d99bc1335a3034aca" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:50:37.728Z" + }, + "brightness": 48010, + "moisture": 0, + "humidity": 25, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f22b41999bc135248034acb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:50:49.389Z" + }, + "brightness": 646, + "moisture": 37, + "humidity": 32, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f22b42399bc13f5fa034acc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:50:59.779Z" + }, + "brightness": 813, + "moisture": 47, + "humidity": 34, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22b44999bc137cc1034acd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:51:37.800Z" + }, + "brightness": 48214, + "moisture": 0, + "humidity": 25, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f22b45599bc1353b5034ace" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:51:49.456Z" + }, + "brightness": 644, + "moisture": 36, + "humidity": 32, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f22b45f99bc1353c0034acf" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:51:59.854Z" + }, + "brightness": 814, + "moisture": 48, + "humidity": 38, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22b48599bc133d76034ad0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:52:37.869Z" + }, + "brightness": 47440, + "moisture": 0, + "humidity": 24, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f22b49199bc1364f1034ad1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:52:49.522Z" + }, + "brightness": 642, + "moisture": 36, + "humidity": 32, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f22b49b99bc132685034ad2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:52:59.920Z" + }, + "brightness": 815, + "moisture": 47, + "humidity": 36, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22b4c199bc1333e2034ad3" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:53:37.951Z" + }, + "brightness": 45771, + "moisture": 0, + "humidity": 25, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f22b4cd99bc132142034ad4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:53:49.583Z" + }, + "brightness": 640, + "moisture": 36, + "humidity": 32, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f22b4d799bc1395d2034ad5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:53:59.983Z" + }, + "brightness": 816, + "moisture": 48, + "humidity": 34, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22b4fe99bc134470034ad6" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:54:38.004Z" + }, + "brightness": 44839, + "moisture": 0, + "humidity": 24, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f22b50999bc13809b034ad7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:54:49.665Z" + }, + "brightness": 640, + "moisture": 36, + "humidity": 32, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f22b51499bc13ebab034ad8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:55:00.058Z" + }, + "brightness": 818, + "moisture": 48, + "humidity": 33, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22b53a99bc131bb0034ad9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:55:38.074Z" + }, + "brightness": 44916, + "moisture": 0, + "humidity": 24, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f22b54599bc1311f0034ada" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:55:49.725Z" + }, + "brightness": 640, + "moisture": 36, + "humidity": 32, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f22b55099bc130d0a034adb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:56:00.122Z" + }, + "brightness": 819, + "moisture": 47, + "humidity": 36, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22b57699bc134587034adc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:56:38.142Z" + }, + "brightness": 31668, + "moisture": 0, + "humidity": 24, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f22b58199bc13b9c7034add" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:56:49.794Z" + }, + "brightness": 638, + "moisture": 37, + "humidity": 32, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f22b58c99bc135ccd034ade" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:57:00.236Z" + }, + "brightness": 820, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22b5b299bc13535a034adf" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:57:38.210Z" + }, + "brightness": 8298, + "moisture": 0, + "humidity": 24, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f22b5bd99bc13740b034ae0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:57:49.860Z" + }, + "brightness": 637, + "moisture": 36, + "humidity": 32, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f22b5c899bc134106034ae1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:58:00.300Z" + }, + "brightness": 821, + "moisture": 47, + "humidity": 30, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22b5ee99bc138548034ae2" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:58:38.280Z" + }, + "brightness": 2899, + "moisture": 0, + "humidity": 25, + "temperature": 30.4 +},{ + "_id": { + "$oid": "5f22b5f999bc13a437034ae3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:58:49.928Z" + }, + "brightness": 635, + "moisture": 36, + "humidity": 32, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f22b60499bc13e8b5034ae4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T11:59:00.372Z" + }, + "brightness": 822, + "moisture": 47, + "humidity": 29, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22b62a99bc1351ac034ae5" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T11:59:38.393Z" + }, + "brightness": 2747, + "moisture": 0, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22b63699bc132f90034ae6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T11:59:50.002Z" + }, + "brightness": 635, + "moisture": 36, + "humidity": 32, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f22b64099bc13ad04034ae7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:00:00.451Z" + }, + "brightness": 822, + "moisture": 47, + "humidity": 32, + "temperature": 29 +},{ + "_id": { + "$oid": "5f22b66699bc133d1c034ae8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:00:38.462Z" + }, + "brightness": 2649, + "moisture": 0, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22b67299bc13183e034ae9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:00:50.066Z" + }, + "brightness": 635, + "moisture": 36, + "humidity": 32, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f22b67c99bc13f823034aea" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:01:00.511Z" + }, + "brightness": 822, + "moisture": 47, + "humidity": 32, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22b6a299bc135c76034aeb" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:01:38.533Z" + }, + "brightness": 2570, + "moisture": 0, + "humidity": 24, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f22b6ae99bc139277034aec" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:01:50.140Z" + }, + "brightness": 634, + "moisture": 36, + "humidity": 32, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f22b6b899bc13b0a7034aed" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:02:00.576Z" + }, + "brightness": 822, + "moisture": 47, + "humidity": 30, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22b6de99bc132a72034aee" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:02:38.600Z" + }, + "brightness": 2500, + "moisture": 0, + "humidity": 24, + "temperature": 30.4 +},{ + "_id": { + "$oid": "5f22b6ea99bc1320c0034aef" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:02:50.203Z" + }, + "brightness": 633, + "moisture": 36, + "humidity": 32, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f22b6f499bc13115e034af0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:03:00.651Z" + }, + "brightness": 821, + "moisture": 47, + "humidity": 30, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22b71a99bc13dcc3034af1" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:03:38.668Z" + }, + "brightness": 2441, + "moisture": 0, + "humidity": 25, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f22b72699bc13d30b034af2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:03:50.274Z" + }, + "brightness": 633, + "moisture": 36, + "humidity": 32, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f22b73099bc136321034af3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:04:00.725Z" + }, + "brightness": 820, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22b75699bc133b90034af4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:04:38.739Z" + }, + "brightness": 2382, + "moisture": 0, + "humidity": 25, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f22b76299bc139dae034af5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:04:50.356Z" + }, + "brightness": 633, + "moisture": 36, + "humidity": 32, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f22b76c99bc139835034af6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:05:00.781Z" + }, + "brightness": 819, + "moisture": 47, + "humidity": 33, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22b79299bc13392c034af7" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:05:38.804Z" + }, + "brightness": 2318, + "moisture": 0, + "humidity": 25, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f22b79e99bc137b79034af8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:05:50.414Z" + }, + "brightness": 630, + "moisture": 36, + "humidity": 32, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f22b7a899bc139841034af9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:06:00.856Z" + }, + "brightness": 819, + "moisture": 47, + "humidity": 30, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22b7ce99bc132da8034afa" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:06:38.873Z" + }, + "brightness": 2257, + "moisture": 0, + "humidity": 25, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22b7da99bc1392d4034afb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:06:50.480Z" + }, + "brightness": 629, + "moisture": 36, + "humidity": 32, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f22b7e499bc135cd3034afc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:07:00.922Z" + }, + "brightness": 819, + "moisture": 47, + "humidity": 27, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22b80a99bc1359a2034afd" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:07:38.942Z" + }, + "brightness": 2205, + "moisture": 0, + "humidity": 25, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f22b81699bc13487b034afe" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:07:50.559Z" + }, + "brightness": 630, + "moisture": 36, + "humidity": 32, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f22b82099bc131c28034aff" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:08:00.998Z" + }, + "brightness": 819, + "moisture": 47, + "humidity": 27, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22b84799bc132447034b00" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:08:39.019Z" + }, + "brightness": 2170, + "moisture": 0, + "humidity": 25, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f22b85299bc137cd1034b01" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:08:50.626Z" + }, + "brightness": 630, + "moisture": 36, + "humidity": 32, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f22b85d99bc135388034b02" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:09:01.057Z" + }, + "brightness": 818, + "moisture": 47, + "humidity": 30, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22b88399bc1380f4034b03" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:09:39.080Z" + }, + "brightness": 2144, + "moisture": 0, + "humidity": 26, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22b88e99bc13246b034b04" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:09:50.687Z" + }, + "brightness": 628, + "moisture": 36, + "humidity": 32, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f22b89999bc13787f034b05" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:10:01.125Z" + }, + "brightness": 818, + "moisture": 47, + "humidity": 27, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22b8bf99bc132278034b06" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:10:39.151Z" + }, + "brightness": 2120, + "moisture": 0, + "humidity": 25, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f22b8ca99bc1331ae034b07" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:10:50.763Z" + }, + "brightness": 626, + "moisture": 36, + "humidity": 32, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f22b8d599bc13c335034b08" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:11:01.243Z" + }, + "brightness": 817, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22b8fb99bc1334a0034b09" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:11:39.218Z" + }, + "brightness": 2097, + "moisture": 0, + "humidity": 25, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22b90699bc1363f2034b0a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:11:50.836Z" + }, + "brightness": 625, + "moisture": 36, + "humidity": 32, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f22b91199bc139237034b0b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:12:01.314Z" + }, + "brightness": 817, + "moisture": 47, + "humidity": 27, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22b93799bc1327fa034b0c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:12:39.287Z" + }, + "brightness": 2077, + "moisture": 0, + "humidity": 26, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f22b94299bc1342a4034b0d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:12:50.943Z" + }, + "brightness": 623, + "moisture": 36, + "humidity": 32, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f22b94d99bc1372db034b0e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:13:01.388Z" + }, + "brightness": 815, + "moisture": 47, + "humidity": 19, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22b97399bc13aeec034b0f" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:13:39.358Z" + }, + "brightness": 2057, + "moisture": 0, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22b97e99bc135844034b10" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:13:50.970Z" + }, + "brightness": 621, + "moisture": 36, + "humidity": 32, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f22b98999bc137620034b11" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:14:01.449Z" + }, + "brightness": 815, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22b9af99bc137b7f034b12" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:14:39.425Z" + }, + "brightness": 2036, + "moisture": 0, + "humidity": 26, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f22b9bb99bc1335a1034b13" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:14:51.033Z" + }, + "brightness": 618, + "moisture": 36, + "humidity": 32, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f22b9c599bc1364c6034b14" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:15:01.525Z" + }, + "brightness": 777, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22b9eb99bc135508034b15" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:15:39.496Z" + }, + "brightness": 2017, + "moisture": 0, + "humidity": 26, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f22b9f799bc133c3e034b16" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:15:51.135Z" + }, + "brightness": 619, + "moisture": 36, + "humidity": 32, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f22ba0199bc138391034b17" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:16:01.589Z" + }, + "brightness": 777, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22ba2799bc1345e7034b18" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:16:39.570Z" + }, + "brightness": 1998, + "moisture": 0, + "humidity": 26, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f22ba3399bc135d9e034b19" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:16:51.174Z" + }, + "brightness": 616, + "moisture": 36, + "humidity": 32, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f22ba3d99bc13130c034b1a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:17:01.655Z" + }, + "brightness": 777, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22ba4999bc136336034b1b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:17:13.364Z" + }, + "brightness": 0, + "moisture": 100, + "humidity": 45, + "temperature": 25 +},{ + "_id": { + "$oid": "5f22ba6399bc139973034b1c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:17:39.634Z" + }, + "brightness": 1978, + "moisture": 0, + "humidity": 26, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f22ba6f99bc138067034b1d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:17:51.240Z" + }, + "brightness": 614, + "moisture": 36, + "humidity": 33, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f22ba7999bc135b15034b1e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:18:01.740Z" + }, + "brightness": 777, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22ba8099bc138107034b1f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:18:08.482Z" + }, + "brightness": 345, + "moisture": 100, + "humidity": 43, + "temperature": 25 +},{ + "_id": { + "$oid": "5f22ba9f99bc1396bc034b20" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:18:39.701Z" + }, + "brightness": 1963, + "moisture": 0, + "humidity": 26, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f22baab99bc13581c034b21" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:18:51.309Z" + }, + "brightness": 613, + "moisture": 36, + "humidity": 32, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f22bab599bc13f6a4034b22" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:19:01.791Z" + }, + "brightness": 777, + "moisture": 47, + "humidity": 22, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22babc99bc1318d5034b23" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:19:08.550Z" + }, + "brightness": 345, + "moisture": 100, + "humidity": 42, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22badb99bc13c402034b24" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:19:39.770Z" + }, + "brightness": 1946, + "moisture": 0, + "humidity": 26, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22bae799bc1330f9034b25" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:19:51.401Z" + }, + "brightness": 612, + "moisture": 36, + "humidity": 33, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f22baf199bc132662034b26" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:20:01.861Z" + }, + "brightness": 778, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22baf899bc13c7d7034b27" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:20:08.619Z" + }, + "brightness": 346, + "moisture": 100, + "humidity": 41, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22bb1799bc1329d5034b28" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:20:39.843Z" + }, + "brightness": 1929, + "moisture": 0, + "humidity": 26, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22bb2399bc133110034b29" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:20:51.447Z" + }, + "brightness": 613, + "moisture": 36, + "humidity": 32, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f22bb2d99bc13154c034b2a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:21:01.935Z" + }, + "brightness": 778, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22bb3499bc13130f034b2b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:21:08.688Z" + }, + "brightness": 346, + "moisture": 100, + "humidity": 41, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22bb5399bc1369a9034b2c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:21:39.908Z" + }, + "brightness": 1914, + "moisture": 0, + "humidity": 26, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22bb5f99bc136a00034b2d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:21:51.523Z" + }, + "brightness": 612, + "moisture": 36, + "humidity": 33, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f22bb6a99bc13b699034b2e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:22:02.007Z" + }, + "brightness": 778, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22bb7099bc1342be034b2f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:22:08.757Z" + }, + "brightness": 346, + "moisture": 100, + "humidity": 41, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22bb8f99bc132015034b30" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:22:39.978Z" + }, + "brightness": 1899, + "moisture": 0, + "humidity": 26, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22bb9b99bc133ff9034b31" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:22:51.590Z" + }, + "brightness": 611, + "moisture": 36, + "humidity": 33, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f22bba699bc135d6b034b32" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:23:02.071Z" + }, + "brightness": 777, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22bbac99bc1379f8034b33" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:23:08.826Z" + }, + "brightness": 347, + "moisture": 100, + "humidity": 41, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22bbcc99bc13391d034b34" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:23:40.048Z" + }, + "brightness": 1884, + "moisture": 0, + "humidity": 26, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22bbd799bc13e106034b35" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:23:51.659Z" + }, + "brightness": 610, + "moisture": 36, + "humidity": 33, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f22bbe299bc13fa85034b36" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:24:02.138Z" + }, + "brightness": 778, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22bbe899bc13695e034b37" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:24:08.895Z" + }, + "brightness": 347, + "moisture": 100, + "humidity": 42, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22bc0899bc13b495034b38" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:24:40.116Z" + }, + "brightness": 1886, + "moisture": 0, + "humidity": 26, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22bc1399bc13c5f8034b39" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:24:51.730Z" + }, + "brightness": 607, + "moisture": 36, + "humidity": 33, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f22bc1e99bc13b04c034b3a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:25:02.259Z" + }, + "brightness": 779, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22bc2499bc133c24034b3b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:25:08.964Z" + }, + "brightness": 345, + "moisture": 100, + "humidity": 43, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22bc4499bc1336fe034b3c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:25:40.183Z" + }, + "brightness": 1871, + "moisture": 0, + "humidity": 26, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22bc4f99bc130249034b3d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:25:51.799Z" + }, + "brightness": 605, + "moisture": 36, + "humidity": 33, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f22bc5a99bc135ddb034b3e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:26:02.319Z" + }, + "brightness": 781, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22bc6199bc137d48034b3f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:26:09.034Z" + }, + "brightness": 345, + "moisture": 100, + "humidity": 42, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22bc8099bc132b61034b40" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:26:40.253Z" + }, + "brightness": 1859, + "moisture": 0, + "humidity": 25, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f22bc8b99bc13d8b3034b41" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:26:51.867Z" + }, + "brightness": 604, + "moisture": 36, + "humidity": 33, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f22bc9699bc13b66b034b42" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:27:02.390Z" + }, + "brightness": 779, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22bc9d99bc13a289034b43" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:27:09.104Z" + }, + "brightness": 345, + "moisture": 100, + "humidity": 41, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22bcbc99bc1366fc034b44" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:27:40.320Z" + }, + "brightness": 1846, + "moisture": 0, + "humidity": 24, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f22bcc799bc1356c7034b45" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:27:51.937Z" + }, + "brightness": 603, + "moisture": 37, + "humidity": 33, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f22bcd299bc13f1d0034b46" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:28:02.456Z" + }, + "brightness": 781, + "moisture": 47, + "humidity": 22, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22bcd999bc13a29b034b47" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:28:09.173Z" + }, + "brightness": 344, + "moisture": 100, + "humidity": 41, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22bcf899bc134757034b48" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:28:40.392Z" + }, + "brightness": 1835, + "moisture": 0, + "humidity": 23, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f22bd0499bc13839a034b49" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:28:52.005Z" + }, + "brightness": 602, + "moisture": 36, + "humidity": 33, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22bd0e99bc136871034b4a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:29:02.526Z" + }, + "brightness": 781, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22bd1599bc13de22034b4b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:29:09.242Z" + }, + "brightness": 344, + "moisture": 100, + "humidity": 40, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22bd3499bc130bf9034b4c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:29:40.458Z" + }, + "brightness": 1822, + "moisture": 0, + "humidity": 24, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f22bd4099bc1339a8034b4d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:29:52.076Z" + }, + "brightness": 601, + "moisture": 37, + "humidity": 34, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22bd4a99bc136c4f034b4e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:30:02.594Z" + }, + "brightness": 782, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22bd5199bc1349dd034b4f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:30:09.310Z" + }, + "brightness": 343, + "moisture": 100, + "humidity": 40, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22bd7099bc1319f9034b50" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:30:40.529Z" + }, + "brightness": 1809, + "moisture": 0, + "humidity": 24, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f22bd7c99bc133739034b51" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:30:52.143Z" + }, + "brightness": 600, + "moisture": 37, + "humidity": 33, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f22bd8699bc131944034b52" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:31:02.663Z" + }, + "brightness": 783, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22bd8d99bc137178034b53" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:31:09.379Z" + }, + "brightness": 342, + "moisture": 100, + "humidity": 40, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22bdac99bc13cb1e034b54" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:31:40.597Z" + }, + "brightness": 1800, + "moisture": 0, + "humidity": 24, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f22bdb899bc13b2c9034b55" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:31:52.212Z" + }, + "brightness": 600, + "moisture": 37, + "humidity": 33, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f22bdc299bc1305b9034b56" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:32:02.733Z" + }, + "brightness": 783, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22bdc999bc13b837034b57" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:32:09.448Z" + }, + "brightness": 342, + "moisture": 100, + "humidity": 40, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22bde899bc13afc1034b58" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:32:40.666Z" + }, + "brightness": 1791, + "moisture": 0, + "humidity": 24, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f22bdf499bc131cb5034b59" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:32:52.281Z" + }, + "brightness": 600, + "moisture": 37, + "humidity": 33, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f22bdfe99bc136fb0034b5a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:33:02.800Z" + }, + "brightness": 782, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22be0599bc137449034b5b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:33:09.517Z" + }, + "brightness": 342, + "moisture": 100, + "humidity": 42, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22be2499bc134c57034b5c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:33:40.730Z" + }, + "brightness": 1783, + "moisture": 0, + "humidity": 24, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f22be3099bc137f39034b5d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:33:52.362Z" + }, + "brightness": 600, + "moisture": 37, + "humidity": 33, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f22be3a99bc13395c034b5e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:34:02.867Z" + }, + "brightness": 784, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22be4199bc130027034b5f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:34:09.590Z" + }, + "brightness": 341, + "moisture": 100, + "humidity": 40, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22be6099bc131de4034b60" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:34:40.800Z" + }, + "brightness": 1774, + "moisture": 0, + "humidity": 24, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f22be6c99bc135f3c034b61" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:34:52.421Z" + }, + "brightness": 600, + "moisture": 37, + "humidity": 33, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f22be7699bc13a7fc034b62" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:35:02.942Z" + }, + "brightness": 785, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22be7d99bc137fe8034b63" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:35:09.655Z" + }, + "brightness": 341, + "moisture": 100, + "humidity": 41, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22be9c99bc137cf1034b64" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:35:40.869Z" + }, + "brightness": 1764, + "moisture": 0, + "humidity": 23, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f22be9c4c682b58fc5a3391" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:35:40.889Z" + }, + "brightness": 1764, + "moisture": 0, + "humidity": 23, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f22bea899bc139778034b65" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:35:52.491Z" + }, + "brightness": 599, + "moisture": 37, + "humidity": 33, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f22beb399bc13ee8e034b66" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:36:03.005Z" + }, + "brightness": 787, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22beb999bc130cd4034b67" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:36:09.723Z" + }, + "brightness": 340, + "moisture": 100, + "humidity": 42, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22bed899bc136f57034b68" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:36:40.941Z" + }, + "brightness": 1754, + "moisture": 0, + "humidity": 24, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f22bee499bc135f3d034b69" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:36:52.572Z" + }, + "brightness": 600, + "moisture": 37, + "humidity": 33, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22beef99bc13167b034b6a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:37:03.088Z" + }, + "brightness": 789, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22bef599bc13d20b034b6b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:37:09.793Z" + }, + "brightness": 340, + "moisture": 100, + "humidity": 41, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22bf1599bc13cfc3034b6c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:37:41.009Z" + }, + "brightness": 1746, + "moisture": 0, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22bf2099bc13ea82034b6d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:37:52.642Z" + }, + "brightness": 597, + "moisture": 37, + "humidity": 33, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22bf2b99bc13ac78034b6e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:38:03.150Z" + }, + "brightness": 791, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22bf3199bc1317be034b6f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:38:09.860Z" + }, + "brightness": 340, + "moisture": 100, + "humidity": 41, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22bf5199bc139d15034b70" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:38:41.079Z" + }, + "brightness": 1739, + "moisture": 0, + "humidity": 23, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f22bf517a6f6f6dfcd8dbe9" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:38:41.102Z" + }, + "brightness": 1739, + "moisture": 0, + "humidity": 23, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f22bf5c99bc139e90034b71" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:38:52.702Z" + }, + "brightness": 597, + "moisture": 38, + "humidity": 33, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f22bf5c7a6f6f6dfcd8dbea" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:38:52.723Z" + }, + "brightness": 597, + "moisture": 38, + "humidity": 33, + "temperature": 30.1 +},{ + "_id": { + "$oid": "5f22bf6799bc13f214034b72" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:39:03.211Z" + }, + "brightness": 792, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22bf677a6f6f6dfcd8dbeb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:39:03.236Z" + }, + "brightness": 792, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22bf6d99bc138f2f034b73" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:39:09.930Z" + }, + "brightness": 340, + "moisture": 100, + "humidity": 40, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22bf6d7a6f6f6dfcd8dbec" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:39:09.950Z" + }, + "brightness": 340, + "moisture": 100, + "humidity": 40, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22bf8d99bc1361bc034b74" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:39:41.148Z" + }, + "brightness": 1731, + "moisture": 0, + "humidity": 23, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f22bf9899bc13e1a4034b75" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:39:52.773Z" + }, + "brightness": 597, + "moisture": 36, + "humidity": 33, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22bfa399bc13447a034b76" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:40:03.903Z" + }, + "brightness": 793, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22bfaa99bc131103034b77" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:40:10.590Z" + }, + "brightness": 340, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22bfc999bc1314de034b78" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:40:41.216Z" + }, + "brightness": 1724, + "moisture": 0, + "humidity": 23, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f22bfd499bc13709f034b79" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:40:52.834Z" + }, + "brightness": 597, + "moisture": 37, + "humidity": 33, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22bfdf99bc133616034b7a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:41:03.339Z" + }, + "brightness": 794, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22bfe699bc138067034b7b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:41:10.660Z" + }, + "brightness": 340, + "moisture": 100, + "humidity": 41, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c00599bc13e141034b7c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:41:41.285Z" + }, + "brightness": 1716, + "moisture": 0, + "humidity": 23, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f22c01099bc1374b0034b7d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:41:52.917Z" + }, + "brightness": 596, + "moisture": 37, + "humidity": 34, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c01b99bc137667034b7e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:42:03.411Z" + }, + "brightness": 795, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c02299bc136155034b7f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:42:10.729Z" + }, + "brightness": 339, + "moisture": 100, + "humidity": 41, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c04199bc13759b034b80" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:42:41.355Z" + }, + "brightness": 1704, + "moisture": 0, + "humidity": 23, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f22c04c99bc135143034b81" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:42:52.980Z" + }, + "brightness": 596, + "moisture": 37, + "humidity": 34, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c05799bc13eeaa034b82" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:43:03.479Z" + }, + "brightness": 797, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c05e99bc13c674034b83" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:43:10.798Z" + }, + "brightness": 338, + "moisture": 100, + "humidity": 41, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c07d99bc134b57034b84" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:43:41.423Z" + }, + "brightness": 1694, + "moisture": 0, + "humidity": 23, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f22c08999bc13eaeb034b85" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:43:53.054Z" + }, + "brightness": 595, + "moisture": 37, + "humidity": 34, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f22c09399bc13cd64034b86" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:44:03.559Z" + }, + "brightness": 797, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c09a99bc134c36034b87" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:44:10.866Z" + }, + "brightness": 337, + "moisture": 100, + "humidity": 41, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c0b999bc130593034b88" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:44:41.491Z" + }, + "brightness": 1684, + "moisture": 0, + "humidity": 24, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f22c0c599bc13e978034b89" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:44:53.121Z" + }, + "brightness": 594, + "moisture": 36, + "humidity": 34, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f22c0cf99bc134358034b8a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:45:03.621Z" + }, + "brightness": 797, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c0d699bc13508d034b8b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:45:10.935Z" + }, + "brightness": 337, + "moisture": 100, + "humidity": 41, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c0f599bc131145034b8c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:45:41.559Z" + }, + "brightness": 1672, + "moisture": 0, + "humidity": 23, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f22c10199bc1383a7034b8d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:45:53.179Z" + }, + "brightness": 593, + "moisture": 36, + "humidity": 34, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f22c10b99bc137f71034b8e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:46:03.687Z" + }, + "brightness": 799, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c11399bc137b74034b8f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:46:11.004Z" + }, + "brightness": 336, + "moisture": 100, + "humidity": 40, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c13199bc136d76034b90" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:46:41.628Z" + }, + "brightness": 1659, + "moisture": 0, + "humidity": 23, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f22c13d99bc135461034b91" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:46:53.259Z" + }, + "brightness": 593, + "moisture": 36, + "humidity": 34, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f22c14799bc135f85034b92" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:47:03.752Z" + }, + "brightness": 799, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c14f99bc1333e7034b93" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:47:11.073Z" + }, + "brightness": 336, + "moisture": 100, + "humidity": 40, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c16d99bc13102b034b94" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:47:41.701Z" + }, + "brightness": 1648, + "moisture": 0, + "humidity": 22, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f22c17999bc133b75034b95" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:47:53.321Z" + }, + "brightness": 592, + "moisture": 36, + "humidity": 34, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22c18399bc130cda034b96" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:48:03.819Z" + }, + "brightness": 799, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c18b99bc132d73034b97" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:48:11.141Z" + }, + "brightness": 335, + "moisture": 100, + "humidity": 40, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22c1a999bc13561d034b98" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:48:41.766Z" + }, + "brightness": 1638, + "moisture": 0, + "humidity": 22, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f22c1b599bc13f8ea034b99" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:48:53.401Z" + }, + "brightness": 593, + "moisture": 36, + "humidity": 35, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22c1bf99bc133a1e034b9a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:49:03.886Z" + }, + "brightness": 799, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c1c799bc134336034b9b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:49:11.212Z" + }, + "brightness": 335, + "moisture": 100, + "humidity": 41, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c1e599bc133aad034b9c" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:49:41.833Z" + }, + "brightness": 1620, + "moisture": 0, + "humidity": 23, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f22c1f199bc1367bf034b9d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:49:53.454Z" + }, + "brightness": 592, + "moisture": 37, + "humidity": 34, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f22c1fb99bc13c929034b9e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:50:03.960Z" + }, + "brightness": 800, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c20399bc1383f9034b9f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:50:11.278Z" + }, + "brightness": 334, + "moisture": 100, + "humidity": 42, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c22199bc134545034ba0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:50:41.902Z" + }, + "brightness": 1609, + "moisture": 0, + "humidity": 22, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f22c22d99bc133a8e034ba1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:50:53.527Z" + }, + "brightness": 592, + "moisture": 37, + "humidity": 35, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f22c23899bc1307c7034ba2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:51:04.023Z" + }, + "brightness": 800, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c23f99bc139ad2034ba3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:51:11.348Z" + }, + "brightness": 334, + "moisture": 100, + "humidity": 42, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c25d99bc13350e034ba4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:51:41.976Z" + }, + "brightness": 1594, + "moisture": 0, + "humidity": 22, + "temperature": 30.9 +},{ + "_id": { + "$oid": "5f22c26999bc136df9034ba5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:51:53.625Z" + }, + "brightness": 592, + "moisture": 38, + "humidity": 34, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f22c27499bc1302b1034ba6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:52:04.146Z" + }, + "brightness": 801, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22c27b99bc136492034ba7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:52:11.416Z" + }, + "brightness": 334, + "moisture": 100, + "humidity": 41, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c29a99bc133727034ba8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:52:42.089Z" + }, + "brightness": 1576, + "moisture": 0, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22c2a599bc137443034ba9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:52:53.659Z" + }, + "brightness": 590, + "moisture": 37, + "humidity": 34, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22c2b099bc13e76e034baa" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:53:04.250Z" + }, + "brightness": 802, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22c2b799bc13642a034bab" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:53:11.485Z" + }, + "brightness": 333, + "moisture": 100, + "humidity": 41, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c2d699bc130dd0034bac" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:53:42.154Z" + }, + "brightness": 1560, + "moisture": 0, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22c2e199bc137ca3034bad" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:53:53.729Z" + }, + "brightness": 590, + "moisture": 36, + "humidity": 35, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f22c2ec99bc135a32034bae" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:54:04.324Z" + }, + "brightness": 802, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c2f399bc13b38c034baf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:54:11.555Z" + }, + "brightness": 333, + "moisture": 100, + "humidity": 42, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c31299bc13a75f034bb0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:54:42.223Z" + }, + "brightness": 1544, + "moisture": 0, + "humidity": 22, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f22c31d99bc133038034bb1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:54:53.800Z" + }, + "brightness": 590, + "moisture": 36, + "humidity": 35, + "temperature": 29.9 +},{ + "_id": { + "$oid": "5f22c32899bc138158034bb2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:55:04.391Z" + }, + "brightness": 803, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c32f99bc131a9e034bb3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:55:11.622Z" + }, + "brightness": 333, + "moisture": 100, + "humidity": 41, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c34e99bc134048034bb4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:55:42.297Z" + }, + "brightness": 1530, + "moisture": 0, + "humidity": 23, + "temperature": 30.4 +},{ + "_id": { + "$oid": "5f22c35999bc1357fc034bb5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:55:53.869Z" + }, + "brightness": 589, + "moisture": 36, + "humidity": 34, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22c36499bc13e9bd034bb6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:56:04.459Z" + }, + "brightness": 804, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c36b99bc132497034bb7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:56:11.692Z" + }, + "brightness": 333, + "moisture": 100, + "humidity": 41, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c38a99bc13f790034bb8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:56:42.363Z" + }, + "brightness": 1510, + "moisture": 0, + "humidity": 23, + "temperature": 30.3 +},{ + "_id": { + "$oid": "5f22c39599bc13209e034bb9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:56:53.980Z" + }, + "brightness": 587, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22c3a099bc133015034bba" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:57:04.527Z" + }, + "brightness": 804, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c3a899bc1304a1034bbb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:57:12.406Z" + }, + "brightness": 333, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22c3c699bc137173034bbc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:57:42.429Z" + }, + "brightness": 1495, + "moisture": 0, + "humidity": 23, + "temperature": 30.2 +},{ + "_id": { + "$oid": "5f22c3d299bc138f26034bbd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:57:54.053Z" + }, + "brightness": 586, + "moisture": 35, + "humidity": 35, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22c3dc99bc130257034bbe" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:58:04.587Z" + }, + "brightness": 805, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c3e499bc134a22034bbf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:58:12.476Z" + }, + "brightness": 332, + "moisture": 100, + "humidity": 41, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c40299bc134d01034bc0" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:58:42.497Z" + }, + "brightness": 1480, + "moisture": 0, + "humidity": 23, + "temperature": 30.6 +},{ + "_id": { + "$oid": "5f22c40e99bc136cad034bc1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:58:54.121Z" + }, + "brightness": 587, + "moisture": 35, + "humidity": 35, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22c41899bc13529f034bc2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T12:59:04.658Z" + }, + "brightness": 806, + "moisture": 47, + "humidity": 27, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c42099bc13f3b8034bc3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T12:59:12.544Z" + }, + "brightness": 333, + "moisture": 100, + "humidity": 40, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c43e99bc1328cb034bc4" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T12:59:42.565Z" + }, + "brightness": 1462, + "moisture": 0, + "humidity": 22, + "temperature": 30.7 +},{ + "_id": { + "$oid": "5f22c44a99bc130053034bc5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T12:59:54.189Z" + }, + "brightness": 586, + "moisture": 36, + "humidity": 35, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22c45499bc138365034bc6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:00:04.731Z" + }, + "brightness": 806, + "moisture": 47, + "humidity": 27, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c45c99bc13056b034bc7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:00:12.612Z" + }, + "brightness": 332, + "moisture": 100, + "humidity": 40, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c47a99bc130e4e034bc8" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T13:00:42.635Z" + }, + "brightness": 1444, + "moisture": 0, + "humidity": 23, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f22c48699bc13f481034bc9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:00:54.258Z" + }, + "brightness": 585, + "moisture": 36, + "humidity": 35, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22c49099bc1301da034bca" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:01:04.797Z" + }, + "brightness": 807, + "moisture": 47, + "humidity": 19, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c49899bc130692034bcb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:01:12.682Z" + }, + "brightness": 333, + "moisture": 100, + "humidity": 40, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c4b699bc133f43034bcc" + }, + "device_id": "cb1d463d-71c6-4e8a-a397-b393c6c6d0c1", + "timestamp": { + "$date": "2020-07-30T13:01:42.704Z" + }, + "brightness": 1427, + "moisture": 0, + "humidity": 23, + "temperature": 30.5 +},{ + "_id": { + "$oid": "5f22c4c299bc136013034bcd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:01:54.361Z" + }, + "brightness": 584, + "moisture": 36, + "humidity": 34, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22c4cc99bc136d29034bce" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:02:04.867Z" + }, + "brightness": 807, + "moisture": 47, + "humidity": 18, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c4d499bc131963034bcf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:02:12.750Z" + }, + "brightness": 333, + "moisture": 100, + "humidity": 40, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c4fe99bc137697034bd0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:02:54.405Z" + }, + "brightness": 584, + "moisture": 36, + "humidity": 34, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f22c50899bc135db6034bd1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:03:04.928Z" + }, + "brightness": 808, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c51099bc1316cc034bd2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:03:12.819Z" + }, + "brightness": 333, + "moisture": 100, + "humidity": 38, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c53a99bc13b3ad034bd3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:03:54.462Z" + }, + "brightness": 584, + "moisture": 36, + "humidity": 34, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22c54599bc130492034bd4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:04:05.001Z" + }, + "brightness": 809, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c54c99bc13ab03034bd5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:04:12.888Z" + }, + "brightness": 333, + "moisture": 100, + "humidity": 40, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c57699bc13a7d4034bd6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:04:54.531Z" + }, + "brightness": 585, + "moisture": 36, + "humidity": 35, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22c58199bc13a456034bd7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:05:05.067Z" + }, + "brightness": 809, + "moisture": 47, + "humidity": 27, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c58899bc13e18c034bd8" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:05:12.956Z" + }, + "brightness": 333, + "moisture": 100, + "humidity": 38, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c5b299bc13628e034bd9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:05:54.600Z" + }, + "brightness": 583, + "moisture": 36, + "humidity": 34, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22c5bd99bc13bc5f034bda" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:06:05.142Z" + }, + "brightness": 810, + "moisture": 47, + "humidity": 19, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c5c599bc1353d4034bdb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:06:13.025Z" + }, + "brightness": 333, + "moisture": 100, + "humidity": 40, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c5ee99bc13b0d1034bdc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:06:54.670Z" + }, + "brightness": 583, + "moisture": 35, + "humidity": 34, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22c5f999bc13644c034bdd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:07:05.205Z" + }, + "brightness": 811, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c60199bc1309c3034bde" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:07:13.094Z" + }, + "brightness": 333, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22c62a99bc136ee2034bdf" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:07:54.738Z" + }, + "brightness": 583, + "moisture": 36, + "humidity": 34, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22c63599bc133907034be0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:08:05.274Z" + }, + "brightness": 810, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c63d99bc137c7f034be1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:08:13.595Z" + }, + "brightness": 334, + "moisture": 100, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22c66699bc13a307034be2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:08:54.809Z" + }, + "brightness": 582, + "moisture": 36, + "humidity": 34, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22c67199bc132fd4034be3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:09:05.350Z" + }, + "brightness": 810, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c67999bc13b9b5034be4" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:09:13.664Z" + }, + "brightness": 334, + "moisture": 100, + "humidity": 36, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c6a299bc131e52034be5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:09:54.877Z" + }, + "brightness": 583, + "moisture": 36, + "humidity": 34, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22c6ad99bc136334034be6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:10:05.421Z" + }, + "brightness": 810, + "moisture": 47, + "humidity": 19, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c6b599bc134ab4034be7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:10:13.732Z" + }, + "brightness": 334, + "moisture": 100, + "humidity": 36, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c6de99bc1304a1034be8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:10:54.951Z" + }, + "brightness": 584, + "moisture": 36, + "humidity": 34, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22c6e999bc13bd05034be9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:11:05.482Z" + }, + "brightness": 811, + "moisture": 47, + "humidity": 21, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c6f199bc130cc9034bea" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:11:13.803Z" + }, + "brightness": 334, + "moisture": 100, + "humidity": 35, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c71b99bc135cf6034beb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:11:55.020Z" + }, + "brightness": 583, + "moisture": 36, + "humidity": 34, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22c72599bc1316f6034bec" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:12:05.549Z" + }, + "brightness": 811, + "moisture": 47, + "humidity": 18, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c72d99bc139bb9034bed" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:12:13.872Z" + }, + "brightness": 334, + "moisture": 100, + "humidity": 35, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c75799bc13c8e8034bee" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:12:55.087Z" + }, + "brightness": 582, + "moisture": 36, + "humidity": 34, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22c76199bc13255e034bef" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:13:05.625Z" + }, + "brightness": 812, + "moisture": 47, + "humidity": 22, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c76999bc13f57b034bf0" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:13:13.940Z" + }, + "brightness": 334, + "moisture": 100, + "humidity": 34, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c79499bc13778c034bf1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:13:56.945Z" + }, + "brightness": 585, + "moisture": 44, + "humidity": 34, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22c79d99bc137599034bf2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:14:05.695Z" + }, + "brightness": 813, + "moisture": 47, + "humidity": 23, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c7a699bc1303a2034bf3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:14:14.009Z" + }, + "brightness": 335, + "moisture": 100, + "humidity": 35, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c7cf99bc13263a034bf4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:14:55.223Z" + }, + "brightness": 584, + "moisture": 36, + "humidity": 34, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22c7d999bc133ff2034bf5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:15:05.754Z" + }, + "brightness": 813, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c7e299bc1334ed034bf6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:15:14.078Z" + }, + "brightness": 335, + "moisture": 100, + "humidity": 34, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c80b99bc132c19034bf7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:15:55.295Z" + }, + "brightness": 585, + "moisture": 37, + "humidity": 34, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22c81599bc13305f034bf8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:16:05.823Z" + }, + "brightness": 813, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c81e99bc13cde5034bf9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:16:14.148Z" + }, + "brightness": 335, + "moisture": 100, + "humidity": 34, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c84799bc138cab034bfa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:16:55.359Z" + }, + "brightness": 584, + "moisture": 36, + "humidity": 35, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22c85199bc1385f2034bfb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:17:05.889Z" + }, + "brightness": 813, + "moisture": 47, + "humidity": 23, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c85a99bc137f6f034bfc" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:17:14.215Z" + }, + "brightness": 335, + "moisture": 100, + "humidity": 35, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c88399bc135642034bfd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:17:55.435Z" + }, + "brightness": 585, + "moisture": 36, + "humidity": 35, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22c88d99bc137c0a034bfe" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:18:05.960Z" + }, + "brightness": 812, + "moisture": 47, + "humidity": 22, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c89699bc135b10034bff" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:18:14.284Z" + }, + "brightness": 335, + "moisture": 100, + "humidity": 35, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c8bf99bc13aa51034c00" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:18:55.502Z" + }, + "brightness": 585, + "moisture": 36, + "humidity": 35, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22c8ca99bc132d53034c01" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:19:06.043Z" + }, + "brightness": 812, + "moisture": 47, + "humidity": 26, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c8d299bc13df77034c02" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:19:14.352Z" + }, + "brightness": 335, + "moisture": 100, + "humidity": 33, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c8fb99bc138458034c03" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:19:55.568Z" + }, + "brightness": 585, + "moisture": 36, + "humidity": 35, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22c90699bc132ee8034c04" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:20:06.094Z" + }, + "brightness": 811, + "moisture": 47, + "humidity": 28, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c90e99bc13d895034c05" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:20:14.420Z" + }, + "brightness": 335, + "moisture": 100, + "humidity": 34, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c93799bc13fc18034c06" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:20:55.637Z" + }, + "brightness": 584, + "moisture": 36, + "humidity": 35, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22c94299bc13c2eb034c07" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:21:06.167Z" + }, + "brightness": 811, + "moisture": 47, + "humidity": 23, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c94a99bc130caf034c08" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:21:14.489Z" + }, + "brightness": 335, + "moisture": 100, + "humidity": 36, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c97399bc13aa7d034c09" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:21:55.699Z" + }, + "brightness": 585, + "moisture": 36, + "humidity": 35, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22c97e99bc133bed034c0a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:22:06.278Z" + }, + "brightness": 810, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c98699bc135b71034c0b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:22:14.557Z" + }, + "brightness": 335, + "moisture": 100, + "humidity": 38, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c9af99bc13b28a034c0c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:22:55.769Z" + }, + "brightness": 585, + "moisture": 36, + "humidity": 35, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f22c9ba99bc1300d7034c0d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:23:06.306Z" + }, + "brightness": 809, + "moisture": 47, + "humidity": 18, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c9c299bc132e13034c0e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:23:14.626Z" + }, + "brightness": 335, + "moisture": 100, + "humidity": 37, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22c9eb99bc13bb28034c0f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:23:55.847Z" + }, + "brightness": 585, + "moisture": 36, + "humidity": 35, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22c9f699bc1300d8034c10" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:24:06.366Z" + }, + "brightness": 809, + "moisture": 47, + "humidity": 23, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22c9fe99bc133ac5034c11" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:24:14.695Z" + }, + "brightness": 335, + "moisture": 100, + "humidity": 35, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22ca2799bc13141b034c12" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:24:55.905Z" + }, + "brightness": 585, + "moisture": 36, + "humidity": 35, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22ca3299bc13d7d8034c13" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:25:06.436Z" + }, + "brightness": 808, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22ca3a99bc137e00034c14" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:25:14.763Z" + }, + "brightness": 315, + "moisture": 29, + "humidity": 34, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22ca6399bc138293034c15" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:25:55.975Z" + }, + "brightness": 584, + "moisture": 37, + "humidity": 36, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f22ca6e99bc13fbc2034c16" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:26:06.503Z" + }, + "brightness": 808, + "moisture": 47, + "humidity": 22, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22ca7799bc13d698034c17" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:26:15.478Z" + }, + "brightness": 290, + "moisture": 68, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22caa099bc13477e034c18" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:26:56.044Z" + }, + "brightness": 583, + "moisture": 36, + "humidity": 35, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f22caaa99bc13ed46034c19" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:27:06.579Z" + }, + "brightness": 809, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22cab399bc135206034c1a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:27:15.548Z" + }, + "brightness": 289, + "moisture": 68, + "humidity": 35, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22cadc99bc133ccf034c1b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:27:56.122Z" + }, + "brightness": 582, + "moisture": 36, + "humidity": 35, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f22cae699bc1349c6034c1c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:28:06.640Z" + }, + "brightness": 809, + "moisture": 47, + "humidity": 27, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22caef99bc135545034c1d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:28:15.616Z" + }, + "brightness": 289, + "moisture": 68, + "humidity": 35, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22cb1899bc132f08034c1e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:28:56.180Z" + }, + "brightness": 581, + "moisture": 37, + "humidity": 35, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f22cb2299bc13078e034c1f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:29:06.709Z" + }, + "brightness": 809, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22cb2b99bc134aa2034c20" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:29:15.688Z" + }, + "brightness": 289, + "moisture": 68, + "humidity": 35, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22cb5499bc13dbce034c21" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:29:56.250Z" + }, + "brightness": 580, + "moisture": 37, + "humidity": 35, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f22cb5e99bc13849e034c22" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:30:06.786Z" + }, + "brightness": 809, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22cb6799bc137476034c23" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:30:15.755Z" + }, + "brightness": 289, + "moisture": 68, + "humidity": 38, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22cb9099bc137a1e034c24" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:30:56.320Z" + }, + "brightness": 585, + "moisture": 37, + "humidity": 34, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f22cb9a99bc131862034c25" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:31:06.846Z" + }, + "brightness": 810, + "moisture": 47, + "humidity": 27, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22cba399bc135995034c26" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:31:15.822Z" + }, + "brightness": 289, + "moisture": 68, + "humidity": 31, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22cbcc99bc134204034c27" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:31:56.387Z" + }, + "brightness": 585, + "moisture": 37, + "humidity": 35, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f22cbd699bc1317de034c28" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:32:06.912Z" + }, + "brightness": 811, + "moisture": 47, + "humidity": 18, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22cbdf99bc1385cf034c29" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:32:15.891Z" + }, + "brightness": 289, + "moisture": 68, + "humidity": 33, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22cc0899bc13ccb1034c2a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:32:56.510Z" + }, + "brightness": 580, + "moisture": 39, + "humidity": 35, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f22cc1299bc133112034c2b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:33:06.981Z" + }, + "brightness": 811, + "moisture": 47, + "humidity": 18, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22cc1b99bc137bf7034c2c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:33:15.959Z" + }, + "brightness": 290, + "moisture": 68, + "humidity": 33, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22cc4599bc138075034c2d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:33:57.141Z" + }, + "brightness": 579, + "moisture": 40, + "humidity": 35, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f22cc4f99bc136de7034c2e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:34:07.057Z" + }, + "brightness": 812, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22cc5899bc137470034c2f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:34:16.028Z" + }, + "brightness": 290, + "moisture": 68, + "humidity": 34, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22cc8099bc1357d6034c30" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:34:56.590Z" + }, + "brightness": 584, + "moisture": 36, + "humidity": 36, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f22cc8b99bc13cc66034c31" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:35:07.168Z" + }, + "brightness": 813, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22cc9499bc132468034c32" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:35:16.096Z" + }, + "brightness": 289, + "moisture": 68, + "humidity": 34, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22ccbc99bc1325b5034c33" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:35:56.687Z" + }, + "brightness": 582, + "moisture": 37, + "humidity": 36, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f22ccc799bc138879034c34" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:36:07.280Z" + }, + "brightness": 814, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22ccd099bc135ce3034c35" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:36:16.166Z" + }, + "brightness": 290, + "moisture": 68, + "humidity": 35, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22ccf899bc133c13034c36" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:36:56.727Z" + }, + "brightness": 584, + "moisture": 37, + "humidity": 35, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f22cd0399bc13f9a9034c37" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:37:07.340Z" + }, + "brightness": 814, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22cd0c99bc132053034c38" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:37:16.719Z" + }, + "brightness": 289, + "moisture": 68, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22cd3499bc139300034c39" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:37:56.796Z" + }, + "brightness": 582, + "moisture": 36, + "humidity": 36, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f22cd3f99bc13856f034c3a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:38:07.414Z" + }, + "brightness": 814, + "moisture": 47, + "humidity": 27, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22cd4899bc133f0e034c3b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:38:16.789Z" + }, + "brightness": 290, + "moisture": 67, + "humidity": 33, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22cd7099bc130677034c3c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:38:56.865Z" + }, + "brightness": 583, + "moisture": 36, + "humidity": 35, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f22cd7b99bc13120c034c3d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:39:07.482Z" + }, + "brightness": 814, + "moisture": 47, + "humidity": 29, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22cd8499bc13ffb5034c3e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:39:16.856Z" + }, + "brightness": 289, + "moisture": 67, + "humidity": 31, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22cdac99bc13b700034c3f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:39:56.935Z" + }, + "brightness": 583, + "moisture": 36, + "humidity": 36, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f22cdb799bc13db6c034c40" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:40:07.552Z" + }, + "brightness": 814, + "moisture": 47, + "humidity": 19, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22cdc099bc1311f0034c41" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:40:16.924Z" + }, + "brightness": 290, + "moisture": 67, + "humidity": 33, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22cde999bc13c052034c42" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:40:57.012Z" + }, + "brightness": 580, + "moisture": 35, + "humidity": 36, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f22cdf399bc132ad9034c43" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:41:07.640Z" + }, + "brightness": 816, + "moisture": 47, + "humidity": 27, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22cdfc99bc13dd99034c44" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:41:16.994Z" + }, + "brightness": 289, + "moisture": 67, + "humidity": 31, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22ce2599bc134be4034c45" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:41:57.073Z" + }, + "brightness": 581, + "moisture": 36, + "humidity": 36, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f22ce2f99bc130e71034c46" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:42:07.728Z" + }, + "brightness": 815, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22ce3999bc13c98a034c47" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:42:17.062Z" + }, + "brightness": 289, + "moisture": 67, + "humidity": 35, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22ce6199bc132cdd034c48" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:42:57.143Z" + }, + "brightness": 580, + "moisture": 35, + "humidity": 36, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22ce6b99bc13faa3034c49" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:43:07.817Z" + }, + "brightness": 816, + "moisture": 47, + "humidity": 18, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22ce7599bc13c352034c4a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:43:17.132Z" + }, + "brightness": 288, + "moisture": 67, + "humidity": 33, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22ce9d99bc135337034c4b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:43:57.212Z" + }, + "brightness": 582, + "moisture": 35, + "humidity": 37, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22cea799bc13672a034c4c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:44:07.835Z" + }, + "brightness": 816, + "moisture": 47, + "humidity": 18, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22ceb199bc13ec1d034c4d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:44:17.200Z" + }, + "brightness": 289, + "moisture": 67, + "humidity": 32, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22ced999bc136e41034c4e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:44:57.282Z" + }, + "brightness": 582, + "moisture": 35, + "humidity": 36, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f22cee399bc13514a034c4f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:45:07.914Z" + }, + "brightness": 817, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22ceed99bc131292034c50" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:45:17.269Z" + }, + "brightness": 289, + "moisture": 67, + "humidity": 35, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22cf1599bc13ec01034c51" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:45:57.347Z" + }, + "brightness": 582, + "moisture": 35, + "humidity": 36, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22cf2099bc136d44034c52" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:46:08.003Z" + }, + "brightness": 815, + "moisture": 47, + "humidity": 19, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22cf2999bc130343034c53" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:46:17.341Z" + }, + "brightness": 290, + "moisture": 67, + "humidity": 31, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22cf5199bc13411b034c54" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:46:57.417Z" + }, + "brightness": 580, + "moisture": 35, + "humidity": 36, + "temperature": 29.7 +},{ + "_id": { + "$oid": "5f22cf5c99bc136180034c55" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:47:08.069Z" + }, + "brightness": 815, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22cf6599bc131bf0034c56" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:47:17.406Z" + }, + "brightness": 290, + "moisture": 67, + "humidity": 30, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22cf8d99bc139743034c57" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:47:57.491Z" + }, + "brightness": 580, + "moisture": 35, + "humidity": 37, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f22cf9899bc13b5b6034c58" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:48:08.096Z" + }, + "brightness": 815, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22cfa199bc13bdf1034c59" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:48:17.475Z" + }, + "brightness": 290, + "moisture": 67, + "humidity": 30, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22cfc999bc134160034c5a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:48:57.553Z" + }, + "brightness": 580, + "moisture": 36, + "humidity": 36, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f22cfd499bc133f65034c5b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:49:08.222Z" + }, + "brightness": 817, + "moisture": 47, + "humidity": 22, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22cfdd99bc13ebbe034c5c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:49:17.543Z" + }, + "brightness": 290, + "moisture": 67, + "humidity": 31, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22d00599bc137b38034c5d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:49:57.622Z" + }, + "brightness": 579, + "moisture": 35, + "humidity": 35, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d01099bc13cf91034c5e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:50:08.296Z" + }, + "brightness": 817, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22d01999bc1385c8034c5f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:50:17.610Z" + }, + "brightness": 290, + "moisture": 67, + "humidity": 30, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d04199bc130bf4034c60" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:50:57.701Z" + }, + "brightness": 580, + "moisture": 35, + "humidity": 34, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22d04c99bc132ffc034c61" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:51:08.381Z" + }, + "brightness": 819, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d05599bc1305c8034c62" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:51:17.683Z" + }, + "brightness": 290, + "moisture": 67, + "humidity": 31, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d07d99bc1318c9034c63" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:51:57.779Z" + }, + "brightness": 580, + "moisture": 36, + "humidity": 35, + "temperature": 29.8 +},{ + "_id": { + "$oid": "5f22d08899bc131658034c64" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:52:08.450Z" + }, + "brightness": 819, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d09199bc133761034c65" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:52:17.786Z" + }, + "brightness": 290, + "moisture": 67, + "humidity": 30, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d0b999bc13d654034c66" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:52:57.871Z" + }, + "brightness": 579, + "moisture": 36, + "humidity": 35, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f22d0c499bc1334ff034c67" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:53:08.525Z" + }, + "brightness": 821, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d0cd99bc133d19034c68" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:53:17.869Z" + }, + "brightness": 290, + "moisture": 67, + "humidity": 30, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d0f599bc132e8a034c69" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:53:57.948Z" + }, + "brightness": 579, + "moisture": 35, + "humidity": 35, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f22d10099bc13a748034c6a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:54:08.642Z" + }, + "brightness": 822, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d10999bc13aca8034c6b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:54:17.887Z" + }, + "brightness": 290, + "moisture": 67, + "humidity": 30, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d13299bc136bcd034c6c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:54:58.030Z" + }, + "brightness": 579, + "moisture": 35, + "humidity": 35, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f22d13c99bc130662034c6d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:55:08.665Z" + }, + "brightness": 823, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d14599bc13258c034c6e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:55:17.973Z" + }, + "brightness": 290, + "moisture": 66, + "humidity": 30, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22d16e99bc1399ce034c6f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:55:58.102Z" + }, + "brightness": 578, + "moisture": 35, + "humidity": 35, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f22d17899bc131389034c70" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:56:08.693Z" + }, + "brightness": 824, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d18299bc136e0c034c71" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:56:18.049Z" + }, + "brightness": 290, + "moisture": 67, + "humidity": 26, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d1aa99bc134068034c72" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:56:58.127Z" + }, + "brightness": 577, + "moisture": 35, + "humidity": 35, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f22d1b499bc136745034c73" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:57:08.765Z" + }, + "brightness": 826, + "moisture": 47, + "humidity": 18, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d1be99bc134cb9034c74" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:57:18.123Z" + }, + "brightness": 290, + "moisture": 67, + "humidity": 30, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d1e699bc132faf034c75" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:57:58.202Z" + }, + "brightness": 577, + "moisture": 36, + "humidity": 35, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f22d1f099bc13d727034c76" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:58:08.829Z" + }, + "brightness": 828, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d1fa99bc1338fd034c77" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:58:18.212Z" + }, + "brightness": 290, + "moisture": 67, + "humidity": 30, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d22299bc132df1034c78" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:58:58.292Z" + }, + "brightness": 576, + "moisture": 36, + "humidity": 35, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f22d22c99bc13c7b5034c79" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T13:59:08.898Z" + }, + "brightness": 829, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d23699bc1322a3034c7a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T13:59:18.232Z" + }, + "brightness": 290, + "moisture": 67, + "humidity": 30, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d25e99bc134b11034c7b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T13:59:58.313Z" + }, + "brightness": 577, + "moisture": 35, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22d26899bc13dda2034c7c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:00:08.961Z" + }, + "brightness": 830, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d27299bc135377034c7d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:00:18.311Z" + }, + "brightness": 290, + "moisture": 67, + "humidity": 32, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d29a99bc134612034c7e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:00:58.436Z" + }, + "brightness": 577, + "moisture": 36, + "humidity": 35, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f22d2a599bc132b25034c7f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:01:09.031Z" + }, + "brightness": 830, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d2ae99bc134e1c034c80" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:01:18.383Z" + }, + "brightness": 289, + "moisture": 67, + "humidity": 32, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d2d699bc13803a034c81" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:01:58.523Z" + }, + "brightness": 576, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22d2e199bc13356f034c82" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:02:09.102Z" + }, + "brightness": 831, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22d2ea99bc13ce15034c83" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:02:18.460Z" + }, + "brightness": 289, + "moisture": 67, + "humidity": 33, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d31299bc13cd8b034c84" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:02:58.595Z" + }, + "brightness": 576, + "moisture": 36, + "humidity": 35, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f22d31d99bc13d772034c85" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:03:09.165Z" + }, + "brightness": 833, + "moisture": 47, + "humidity": 22, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d32699bc13254e034c86" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:03:18.525Z" + }, + "brightness": 289, + "moisture": 67, + "humidity": 40, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d34e99bc135a18034c87" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:03:58.670Z" + }, + "brightness": 576, + "moisture": 36, + "humidity": 35, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f22d35999bc137994034c88" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:04:09.233Z" + }, + "brightness": 834, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d36299bc134d30034c89" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:04:18.627Z" + }, + "brightness": 289, + "moisture": 67, + "humidity": 31, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d38a99bc132387034c8a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:04:58.771Z" + }, + "brightness": 575, + "moisture": 36, + "humidity": 35, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f22d39599bc1393f7034c8b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:05:09.310Z" + }, + "brightness": 834, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d39e99bc13827b034c8c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:05:18.681Z" + }, + "brightness": 288, + "moisture": 66, + "humidity": 31, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d3c699bc138367034c8d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:05:58.796Z" + }, + "brightness": 576, + "moisture": 36, + "humidity": 35, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f22d3d199bc1382c6034c8e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:06:09.419Z" + }, + "brightness": 836, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22d3da99bc132527034c8f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:06:18.798Z" + }, + "brightness": 288, + "moisture": 66, + "humidity": 33, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d40299bc13da3d034c90" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:06:58.842Z" + }, + "brightness": 589, + "moisture": 36, + "humidity": 35, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f22d40d99bc137012034c91" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:07:09.551Z" + }, + "brightness": 838, + "moisture": 47, + "humidity": 21, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d41699bc137d70034c92" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:07:18.821Z" + }, + "brightness": 287, + "moisture": 67, + "humidity": 33, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d43e99bc13083f034c93" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:07:58.912Z" + }, + "brightness": 587, + "moisture": 36, + "humidity": 35, + "temperature": 29.5 +},{ + "_id": { + "$oid": "5f22d44999bc136097034c94" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:08:09.559Z" + }, + "brightness": 839, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d45299bc13de62034c95" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:08:18.851Z" + }, + "brightness": 288, + "moisture": 66, + "humidity": 31, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d47a99bc134655034c96" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:08:58.980Z" + }, + "brightness": 587, + "moisture": 36, + "humidity": 35, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f22d48599bc132219034c97" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:09:09.824Z" + }, + "brightness": 839, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d48e99bc1352d7034c98" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:09:18.925Z" + }, + "brightness": 288, + "moisture": 67, + "humidity": 34, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d4b799bc1331db034c99" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:09:59.050Z" + }, + "brightness": 586, + "moisture": 36, + "humidity": 34, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f22d4ca99bc1380f3034c9a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:10:18.990Z" + }, + "brightness": 287, + "moisture": 66, + "humidity": 31, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22d4f399bc133b0a034c9b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:10:59.118Z" + }, + "brightness": 586, + "moisture": 36, + "humidity": 34, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f22d4fd99bc13659f034c9c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:11:09.749Z" + }, + "brightness": 842, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d50799bc13fd87034c9d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:11:19.060Z" + }, + "brightness": 287, + "moisture": 67, + "humidity": 33, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d52f99bc13aff1034c9e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:11:59.192Z" + }, + "brightness": 585, + "moisture": 37, + "humidity": 34, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f22d53999bc133bf3034c9f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:12:09.826Z" + }, + "brightness": 843, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d54399bc136693034ca0" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:12:19.129Z" + }, + "brightness": 287, + "moisture": 66, + "humidity": 32, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d56b99bc13dfad034ca1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:12:59.255Z" + }, + "brightness": 586, + "moisture": 37, + "humidity": 33, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f22d57599bc130d52034ca2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:13:09.887Z" + }, + "brightness": 844, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d57f99bc1380f1034ca3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:13:19.196Z" + }, + "brightness": 287, + "moisture": 66, + "humidity": 30, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d5a799bc13328f034ca4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:13:59.324Z" + }, + "brightness": 586, + "moisture": 36, + "humidity": 33, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f22d5b199bc1380fa034ca5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:14:09.998Z" + }, + "brightness": 845, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22d5bb99bc13474c034ca6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:14:19.266Z" + }, + "brightness": 288, + "moisture": 67, + "humidity": 30, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d5e399bc133ef2034ca7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:14:59.400Z" + }, + "brightness": 585, + "moisture": 36, + "humidity": 33, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f22d5ee99bc134a25034ca8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:15:10.126Z" + }, + "brightness": 847, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22d5f799bc1300d3034ca9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:15:19.334Z" + }, + "brightness": 288, + "moisture": 66, + "humidity": 34, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22d61f99bc13125a034caa" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:15:59.467Z" + }, + "brightness": 585, + "moisture": 36, + "humidity": 33, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f22d62a99bc131c3a034cab" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:16:10.233Z" + }, + "brightness": 847, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22d63399bc132496034cac" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:16:19.457Z" + }, + "brightness": 288, + "moisture": 66, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22d65b99bc135bff034cad" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:16:59.528Z" + }, + "brightness": 586, + "moisture": 36, + "humidity": 33, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22d66699bc131ce9034cae" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:17:10.294Z" + }, + "brightness": 849, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d66f99bc132b4e034caf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:17:19.526Z" + }, + "brightness": 288, + "moisture": 66, + "humidity": 37, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d69799bc133fc6034cb0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:17:59.600Z" + }, + "brightness": 586, + "moisture": 36, + "humidity": 33, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f22d6a299bc130f07034cb1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:18:10.360Z" + }, + "brightness": 859, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d6ab99bc13381b034cb2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:18:19.595Z" + }, + "brightness": 287, + "moisture": 66, + "humidity": 35, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d6d399bc136fb7034cb3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:18:59.668Z" + }, + "brightness": 587, + "moisture": 36, + "humidity": 33, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f22d6de99bc1358d9034cb4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:19:10.439Z" + }, + "brightness": 854, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d6e799bc13705e034cb5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:19:19.663Z" + }, + "brightness": 288, + "moisture": 66, + "humidity": 33, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d70f99bc13fd0f034cb6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:19:59.737Z" + }, + "brightness": 586, + "moisture": 36, + "humidity": 33, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22d71a99bc136ae4034cb7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:20:10.501Z" + }, + "brightness": 856, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d72399bc131ff1034cb8" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:20:19.732Z" + }, + "brightness": 284, + "moisture": 66, + "humidity": 32, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d74b99bc136b67034cb9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:20:59.809Z" + }, + "brightness": 586, + "moisture": 36, + "humidity": 33, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f22d75699bc13f996034cba" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:21:10.567Z" + }, + "brightness": 858, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d75f99bc1361f9034cbb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:21:19.801Z" + }, + "brightness": 289, + "moisture": 66, + "humidity": 33, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d78799bc131993034cbc" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:21:59.872Z" + }, + "brightness": 586, + "moisture": 35, + "humidity": 33, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f22d79299bc13b03a034cbd" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:22:10.641Z" + }, + "brightness": 859, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d79b99bc13abe3034cbe" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:22:19.870Z" + }, + "brightness": 288, + "moisture": 66, + "humidity": 33, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d7c399bc13c526034cbf" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:22:59.941Z" + }, + "brightness": 585, + "moisture": 36, + "humidity": 33, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f22d7ce99bc135bdf034cc0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:23:10.711Z" + }, + "brightness": 860, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d7d799bc131312034cc1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:23:19.938Z" + }, + "brightness": 285, + "moisture": 66, + "humidity": 35, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d80099bc137c2d034cc2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:24:00.021Z" + }, + "brightness": 583, + "moisture": 36, + "humidity": 33, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22d80a99bc13389d034cc3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:24:10.771Z" + }, + "brightness": 861, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d81499bc13e549034cc4" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:24:20.007Z" + }, + "brightness": 286, + "moisture": 66, + "humidity": 35, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d83c99bc13d6a8034cc5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:25:00.078Z" + }, + "brightness": 580, + "moisture": 35, + "humidity": 33, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f22d84699bc130f0c034cc6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:25:10.838Z" + }, + "brightness": 862, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d85099bc13bb25034cc7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:25:20.076Z" + }, + "brightness": 286, + "moisture": 66, + "humidity": 36, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d87899bc139bf5034cc8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:26:00.153Z" + }, + "brightness": 580, + "moisture": 36, + "humidity": 32, + "temperature": 29.6 +},{ + "_id": { + "$oid": "5f22d88299bc13b656034cc9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:26:10.916Z" + }, + "brightness": 863, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d88c99bc1349df034cca" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:26:20.199Z" + }, + "brightness": 285, + "moisture": 66, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22d8b499bc1373e1034ccb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:27:00.216Z" + }, + "brightness": 580, + "moisture": 36, + "humidity": 32, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f22d8be99bc132e9a034ccc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:27:10.971Z" + }, + "brightness": 863, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d8c899bc13676b034ccd" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:27:20.267Z" + }, + "brightness": 285, + "moisture": 66, + "humidity": 38, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d8f099bc137184034cce" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:28:00.282Z" + }, + "brightness": 577, + "moisture": 36, + "humidity": 32, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f22d8fb99bc134d35034ccf" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:28:11.040Z" + }, + "brightness": 864, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d90499bc134a98034cd0" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:28:20.336Z" + }, + "brightness": 285, + "moisture": 66, + "humidity": 36, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d92c99bc13141a034cd1" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:29:00.361Z" + }, + "brightness": 576, + "moisture": 35, + "humidity": 33, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f22d93799bc1312ec034cd2" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:29:11.108Z" + }, + "brightness": 864, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d94099bc132b3d034cd3" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:29:20.407Z" + }, + "brightness": 285, + "moisture": 66, + "humidity": 37, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22d96899bc1302e1034cd4" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:30:00.418Z" + }, + "brightness": 575, + "moisture": 35, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22d97399bc1309df034cd5" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:30:11.178Z" + }, + "brightness": 865, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d97c99bc137404034cd6" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:30:20.474Z" + }, + "brightness": 285, + "moisture": 66, + "humidity": 38, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22d9a499bc137f0d034cd7" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:31:00.484Z" + }, + "brightness": 575, + "moisture": 35, + "humidity": 33, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22d9af99bc13a7b5034cd8" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:31:11.260Z" + }, + "brightness": 866, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d9b899bc13296e034cd9" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:31:20.541Z" + }, + "brightness": 285, + "moisture": 66, + "humidity": 35, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22d9e099bc13cab3034cda" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:32:00.554Z" + }, + "brightness": 575, + "moisture": 35, + "humidity": 33, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22d9eb99bc130403034cdb" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:32:11.310Z" + }, + "brightness": 866, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22d9f499bc13fae7034cdc" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:32:20.610Z" + }, + "brightness": 285, + "moisture": 66, + "humidity": 38, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22da1c99bc131d2c034cdd" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:33:00.625Z" + }, + "brightness": 575, + "moisture": 36, + "humidity": 33, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22da2799bc136edd034cde" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:33:11.376Z" + }, + "brightness": 867, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22da3099bc130936034cdf" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:33:20.681Z" + }, + "brightness": 284, + "moisture": 66, + "humidity": 38, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22da5899bc136e96034ce0" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:34:00.737Z" + }, + "brightness": 574, + "moisture": 36, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22da6399bc132631034ce1" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:34:11.447Z" + }, + "brightness": 867, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22da6c99bc130408034ce2" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:34:20.752Z" + }, + "brightness": 284, + "moisture": 66, + "humidity": 36, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22da9499bc13749e034ce3" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:35:00.807Z" + }, + "brightness": 575, + "moisture": 37, + "humidity": 33, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22da9f99bc131a51034ce4" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:35:11.512Z" + }, + "brightness": 867, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22daa899bc13a2c2034ce5" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:35:20.816Z" + }, + "brightness": 284, + "moisture": 66, + "humidity": 37, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22dad099bc13d66c034ce6" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:36:00.879Z" + }, + "brightness": 575, + "moisture": 37, + "humidity": 33, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22dadb99bc137bbf034ce7" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:36:11.586Z" + }, + "brightness": 868, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22dae499bc13458f034ce8" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:36:20.887Z" + }, + "brightness": 283, + "moisture": 66, + "humidity": 40, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22db0c99bc137aec034ce9" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:37:00.947Z" + }, + "brightness": 576, + "moisture": 36, + "humidity": 33, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22db1799bc13f5eb034cea" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:37:11.647Z" + }, + "brightness": 868, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22db2099bc1353b1034ceb" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:37:20.953Z" + }, + "brightness": 283, + "moisture": 66, + "humidity": 40, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22db4999bc136b38034cec" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:38:01.032Z" + }, + "brightness": 575, + "moisture": 36, + "humidity": 33, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22db5399bc13d677034ced" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:38:11.716Z" + }, + "brightness": 869, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22db5d99bc131972034cee" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:38:21.022Z" + }, + "brightness": 283, + "moisture": 66, + "humidity": 39, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22db8599bc1318ce034cef" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:39:01.080Z" + }, + "brightness": 575, + "moisture": 37, + "humidity": 33, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22db8f99bc1375f8034cf0" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:39:11.788Z" + }, + "brightness": 869, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22db9999bc13626c034cf1" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:39:21.090Z" + }, + "brightness": 283, + "moisture": 66, + "humidity": 37, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22dbc199bc13f89a034cf2" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:40:01.148Z" + }, + "brightness": 575, + "moisture": 37, + "humidity": 33, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22dbcb99bc131db9034cf3" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:40:11.854Z" + }, + "brightness": 869, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22dbd599bc135567034cf4" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:40:21.159Z" + }, + "brightness": 282, + "moisture": 66, + "humidity": 40, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22dbfd99bc1301b0034cf5" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:41:01.227Z" + }, + "brightness": 570, + "moisture": 37, + "humidity": 32, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22dc0799bc1328db034cf6" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:41:11.921Z" + }, + "brightness": 869, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22dc1199bc13334c034cf7" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:41:21.229Z" + }, + "brightness": 283, + "moisture": 66, + "humidity": 39, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22dc3999bc134226034cf8" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:42:01.286Z" + }, + "brightness": 570, + "moisture": 37, + "humidity": 32, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22dc4399bc13d8ce034cf9" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:42:11.988Z" + }, + "brightness": 870, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22dc4d99bc134b32034cfa" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:42:21.298Z" + }, + "brightness": 283, + "moisture": 66, + "humidity": 37, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22dc7599bc135232034cfb" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:43:01.354Z" + }, + "brightness": 571, + "moisture": 36, + "humidity": 33, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22dc8099bc139873034cfc" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:43:12.057Z" + }, + "brightness": 870, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22dc8999bc130c24034cfd" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:43:21.367Z" + }, + "brightness": 283, + "moisture": 66, + "humidity": 36, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22dcb199bc1300fd034cfe" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:44:01.421Z" + }, + "brightness": 571, + "moisture": 37, + "humidity": 33, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22dcbc99bc1377c8034cff" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:44:12.120Z" + }, + "brightness": 871, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22dcc599bc130a78034d00" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:44:21.435Z" + }, + "brightness": 283, + "moisture": 66, + "humidity": 39, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22dced99bc137367034d01" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:45:01.489Z" + }, + "brightness": 570, + "moisture": 37, + "humidity": 33, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22dcf899bc136cb6034d02" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:45:12.198Z" + }, + "brightness": 871, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22dd0199bc13a31a034d03" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:45:21.504Z" + }, + "brightness": 282, + "moisture": 66, + "humidity": 35, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22dd2999bc13fce9034d04" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:46:01.557Z" + }, + "brightness": 571, + "moisture": 36, + "humidity": 32, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22dd3499bc131791034d05" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:46:12.265Z" + }, + "brightness": 872, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22dd3d99bc1306bc034d06" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:46:21.574Z" + }, + "brightness": 283, + "moisture": 66, + "humidity": 37, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22dd6599bc134188034d07" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:47:01.625Z" + }, + "brightness": 570, + "moisture": 35, + "humidity": 32, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22dd7099bc134ac4034d08" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:47:12.347Z" + }, + "brightness": 873, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22dd7999bc136ca2034d09" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:47:21.641Z" + }, + "brightness": 282, + "moisture": 66, + "humidity": 38, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22dda199bc139ae1034d0a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:48:01.694Z" + }, + "brightness": 570, + "moisture": 36, + "humidity": 32, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22ddac99bc134601034d0b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:48:12.406Z" + }, + "brightness": 874, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22ddb599bc133bbb034d0c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:48:21.710Z" + }, + "brightness": 282, + "moisture": 66, + "humidity": 39, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22dddd99bc135385034d0d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:49:01.768Z" + }, + "brightness": 570, + "moisture": 36, + "humidity": 32, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22dde899bc13a8f9034d0e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:49:12.459Z" + }, + "brightness": 874, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22ddf199bc13c586034d0f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:49:21.779Z" + }, + "brightness": 281, + "moisture": 66, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22de1999bc13496f034d10" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:50:01.837Z" + }, + "brightness": 570, + "moisture": 36, + "humidity": 33, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22de2499bc1333f0034d11" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:50:12.522Z" + }, + "brightness": 875, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22de2d99bc13b08f034d12" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:50:21.848Z" + }, + "brightness": 280, + "moisture": 66, + "humidity": 39, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22de5599bc131ef8034d13" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:51:01.901Z" + }, + "brightness": 569, + "moisture": 36, + "humidity": 32, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f22de6099bc136b6d034d14" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:51:12.590Z" + }, + "brightness": 876, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22de6999bc134f78034d15" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:51:21.916Z" + }, + "brightness": 280, + "moisture": 66, + "humidity": 36, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22de9199bc137ebd034d16" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:52:01.969Z" + }, + "brightness": 569, + "moisture": 35, + "humidity": 32, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f22de9c99bc13201e034d17" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:52:12.665Z" + }, + "brightness": 876, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22dea599bc1331da034d18" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:52:21.985Z" + }, + "brightness": 280, + "moisture": 66, + "humidity": 36, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22dece99bc137fe6034d19" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:53:02.037Z" + }, + "brightness": 567, + "moisture": 36, + "humidity": 32, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f22ded899bc1338a3034d1a" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:53:12.727Z" + }, + "brightness": 877, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22dee299bc132fa3034d1b" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:53:22.053Z" + }, + "brightness": 280, + "moisture": 66, + "humidity": 38, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22df0a99bc13177e034d1c" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:54:02.102Z" + }, + "brightness": 568, + "moisture": 36, + "humidity": 32, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f22df1499bc130b1a034d1d" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:54:12.792Z" + }, + "brightness": 878, + "moisture": 48, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22df1e99bc1315f0034d1e" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:54:22.122Z" + }, + "brightness": 280, + "moisture": 66, + "humidity": 35, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22df4699bc13a9d4034d1f" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:55:02.171Z" + }, + "brightness": 567, + "moisture": 36, + "humidity": 32, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22df5099bc1312bc034d20" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:55:12.868Z" + }, + "brightness": 877, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22df5a99bc1342c7034d21" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:55:22.191Z" + }, + "brightness": 279, + "moisture": 66, + "humidity": 37, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22df8299bc137ebc034d22" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:56:02.239Z" + }, + "brightness": 568, + "moisture": 36, + "humidity": 32, + "temperature": 29.1 +},{ + "_id": { + "$oid": "5f22df8c99bc13a014034d23" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:56:12.929Z" + }, + "brightness": 877, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22df9699bc139551034d24" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:56:22.260Z" + }, + "brightness": 276, + "moisture": 66, + "humidity": 36, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22dfbe99bc1325b4034d25" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:57:02.308Z" + }, + "brightness": 567, + "moisture": 35, + "humidity": 32, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22dfc999bc1373f2034d26" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:57:13.003Z" + }, + "brightness": 876, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22dfd299bc131e05034d27" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:57:22.328Z" + }, + "brightness": 275, + "moisture": 66, + "humidity": 39, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22dffa99bc13e46c034d28" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:58:02.375Z" + }, + "brightness": 567, + "moisture": 36, + "humidity": 32, + "temperature": 29.2 +},{ + "_id": { + "$oid": "5f22e00599bc135b88034d29" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:58:13.071Z" + }, + "brightness": 876, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22e00e99bc1320a0034d2a" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:58:22.397Z" + }, + "brightness": 275, + "moisture": 65, + "humidity": 40, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22e03699bc1369af034d2b" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T14:59:02.446Z" + }, + "brightness": 567, + "moisture": 35, + "humidity": 32, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f22e04199bc1324f4034d2c" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T14:59:13.136Z" + }, + "brightness": 877, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22e04a99bc134a81034d2d" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T14:59:22.466Z" + }, + "brightness": 275, + "moisture": 66, + "humidity": 38, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22e07299bc130aea034d2e" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T15:00:02.515Z" + }, + "brightness": 562, + "moisture": 36, + "humidity": 32, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22e07d99bc13747f034d2f" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T15:00:13.208Z" + }, + "brightness": 877, + "moisture": 47, + "humidity": null, + "temperature": null +},{ + "_id": { + "$oid": "5f22e08699bc1332e1034d30" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T15:00:22.535Z" + }, + "brightness": 275, + "moisture": 66, + "humidity": 37, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22e0ae99bc131a5e034d31" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T15:01:02.579Z" + }, + "brightness": 562, + "moisture": 38, + "humidity": 32, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22e0b999bc1334de034d32" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T15:01:13.277Z" + }, + "brightness": 877, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22e0c299bc130b44034d33" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T15:01:22.604Z" + }, + "brightness": 275, + "moisture": 66, + "humidity": 38, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22e0ea99bc136a4c034d34" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T15:02:02.650Z" + }, + "brightness": 564, + "moisture": 40, + "humidity": 32, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22e0f599bc131365034d35" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T15:02:13.335Z" + }, + "brightness": 878, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22e0fe99bc137743034d36" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T15:02:22.673Z" + }, + "brightness": 275, + "moisture": 66, + "humidity": 35, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22e12699bc13ad7c034d37" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T15:03:02.719Z" + }, + "brightness": 564, + "moisture": 36, + "humidity": 32, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22e13199bc138566034d38" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T15:03:13.409Z" + }, + "brightness": 877, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22e13a99bc139174034d39" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T15:03:22.741Z" + }, + "brightness": 275, + "moisture": 66, + "humidity": 37, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22e16299bc134ac5034d3a" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T15:04:02.791Z" + }, + "brightness": 565, + "moisture": 36, + "humidity": 32, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22e16d99bc13f07a034d3b" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T15:04:13.477Z" + }, + "brightness": 877, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22e17699bc13a1e3034d3c" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T15:04:22.810Z" + }, + "brightness": 275, + "moisture": 66, + "humidity": 37, + "temperature": 24 +},{ + "_id": { + "$oid": "5f22e19e99bc135b06034d3d" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T15:05:02.853Z" + }, + "brightness": 564, + "moisture": 36, + "humidity": 32, + "temperature": 29.4 +},{ + "_id": { + "$oid": "5f22e1a999bc13f9e3034d3e" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T15:05:13.539Z" + }, + "brightness": 877, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22e1b299bc13a33d034d3f" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T15:05:22.879Z" + }, + "brightness": 275, + "moisture": 66, + "humidity": 34, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22e1da99bc136a9e034d40" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T15:06:02.924Z" + }, + "brightness": 564, + "moisture": 36, + "humidity": 32, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22e1e599bc13ee1e034d41" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T15:06:13.609Z" + }, + "brightness": 876, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22e1ee99bc130896034d42" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T15:06:22.948Z" + }, + "brightness": 274, + "moisture": 66, + "humidity": 35, + "temperature": 23 +},{ + "_id": { + "$oid": "5f22e21699bc132466034d43" + }, + "device_id": "c1b1c870-30bd-416d-b4b1-d88689e35522", + "timestamp": { + "$date": "2020-07-30T15:07:02.990Z" + }, + "brightness": 564, + "moisture": 35, + "humidity": 32, + "temperature": 29.3 +},{ + "_id": { + "$oid": "5f22e22199bc13e179034d44" + }, + "device_id": "6ae0ae46-4776-4c46-86a8-8ee50e342102", + "timestamp": { + "$date": "2020-07-30T15:07:13.683Z" + }, + "brightness": 875, + "moisture": 47, + "humidity": 16, + "temperature": 30 +},{ + "_id": { + "$oid": "5f22e22b99bc13a912034d45" + }, + "device_id": "1aa91e2f-943a-488b-822e-fcc684581827", + "timestamp": { + "$date": "2020-07-30T15:07:23.017Z" + }, + "brightness": 274, + "moisture": 66, + "humidity": 35, + "temperature": 23 +}] \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..159b9c6 --- /dev/null +++ b/readme.md @@ -0,0 +1,35 @@ +# Smart_Garden + +## Requirements +- Node und NPM (see Meteor docs for minimum version) +- Meteor CLI installed on your Environment +- MongoDB running (you can use prepared database as defined below) + +### How to use the "meteor" command in the GitBash console (Windows) +1. Create a new file named `.bashrc` in your user directory +2. Open the file and add the following: `alias meteor="cmd //c meteor"` + +3. Save and close the `.bashrc` file +3. Open your ".bash_profile" file in the user directory (if you do not have this file, change something in you GitBash console like color or style, then the file will be created) +4. Go to the bottom of the file and add the following: + +#### Allow usage of meteor command in git bash +``` bash +# Allow usage of meteor command in git bash +[ -f "$HOME/.bashrc" ] +source "$HOME/.bashrc" +``` + +5. Save and close the `.bash_profile` file +6. Congratulations! Now the meteor command can be used in the GitBash console. + +## Preparation +- run `meteor npm install` in root directory. +- if you're using prepared database, continue to spin up your dev server +- customize connection string in `package.json` on line 5: MONGO_URL={connectionstring} +- import all jsons in folder `mongo_dumps` to your mongoDB. Name the collections as the filename indicates. + +## Spin up development server +run `npm run start` in root directory. +If you're running Windows, make sure you use git-bash. otherwise you can't pass environment variables to cli-commands. +