diff --git a/packages/components/cypress/snapshots/components/iot-connector/iot-connector.spec.component.ts/zooms in.snap.png b/packages/components/cypress/snapshots/components/iot-connector/iot-connector.spec.component.ts/zooms in.snap.png index 27a0e1094..b06886ce9 100644 Binary files a/packages/components/cypress/snapshots/components/iot-connector/iot-connector.spec.component.ts/zooms in.snap.png and b/packages/components/cypress/snapshots/components/iot-connector/iot-connector.spec.component.ts/zooms in.snap.png differ diff --git a/packages/components/cypress/snapshots/components/iot-connector/iot-connector.spec.component.ts/zooms out.snap.png b/packages/components/cypress/snapshots/components/iot-connector/iot-connector.spec.component.ts/zooms out.snap.png index 440697bc2..5f70f101d 100644 Binary files a/packages/components/cypress/snapshots/components/iot-connector/iot-connector.spec.component.ts/zooms out.snap.png and b/packages/components/cypress/snapshots/components/iot-connector/iot-connector.spec.component.ts/zooms out.snap.png differ diff --git a/packages/components/src/components/iot-connector/iot-connector.spec.component.ts b/packages/components/src/components/iot-connector/iot-connector.spec.component.ts index c9cb11f8f..fd579aab9 100644 --- a/packages/components/src/components/iot-connector/iot-connector.spec.component.ts +++ b/packages/components/src/components/iot-connector/iot-connector.spec.component.ts @@ -1,7 +1,20 @@ import { renderChart, testChartContainerClassNameSelector } from '@iot-app-kit/components/src/testing/renderChart'; import { SECOND_IN_MS } from '@iot-app-kit/core/src/common/time'; +import { mockDataResponse } from '../../testing/mocks/response'; describe('handles gestures', () => { + before(() => { + cy.intercept('/properties/history?*', (req) => { + req.reply(mockDataResponse(new Date(req.query.startDate), new Date(req.query.endDate))); + }); + + cy.intercept('/properties/aggregates?*', (req) => { + req.reply( + mockDataResponse(new Date(req.query.startDate), new Date(req.query.endDate), req.query.resolution as string) + ); + }); + }); + it('zooms in and out', () => { renderChart(); diff --git a/packages/components/src/testing/mocks/data/index.ts b/packages/components/src/testing/mocks/data/index.ts new file mode 100644 index 000000000..27d0e7bad --- /dev/null +++ b/packages/components/src/testing/mocks/data/index.ts @@ -0,0 +1,19379 @@ +export const RAW_DATA = [ + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 0 }, + value: { booleanValue: null, doubleValue: 26.19909709728865, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1 }, + value: { booleanValue: null, doubleValue: 26.13317343217401, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2 }, + value: { booleanValue: null, doubleValue: 26.155895277371982, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3 }, + value: { booleanValue: null, doubleValue: 26.002458226678826, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 4 }, + value: { booleanValue: null, doubleValue: 26.048615877356713, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 5 }, + value: { booleanValue: null, doubleValue: 25.98976354312894, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 6 }, + value: { booleanValue: null, doubleValue: 25.961851143589346, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 7 }, + value: { booleanValue: null, doubleValue: 26.194698449730982, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 8 }, + value: { booleanValue: null, doubleValue: 26.182132942299383, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 9 }, + value: { booleanValue: null, doubleValue: 26.056905031242554, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 10 }, + value: { booleanValue: null, doubleValue: 26.118606500282116, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 11 }, + value: { booleanValue: null, doubleValue: 25.98276722225553, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 12 }, + value: { booleanValue: null, doubleValue: 26.19901240848311, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 13 }, + value: { booleanValue: null, doubleValue: 26.188511460104056, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 14 }, + value: { booleanValue: null, doubleValue: 26.10450206067139, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 15 }, + value: { booleanValue: null, doubleValue: 26.16340577126262, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 16 }, + value: { booleanValue: null, doubleValue: 25.964370252675753, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 17 }, + value: { booleanValue: null, doubleValue: 26.02413140126899, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 18 }, + value: { booleanValue: null, doubleValue: 26.03130271926664, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 19 }, + value: { booleanValue: null, doubleValue: 26.158444290293367, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 20 }, + value: { booleanValue: null, doubleValue: 26.06094318432207, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 21 }, + value: { booleanValue: null, doubleValue: 26.01273025377005, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 22 }, + value: { booleanValue: null, doubleValue: 26.027038181749948, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 23 }, + value: { booleanValue: null, doubleValue: 26.09706865138197, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 24 }, + value: { booleanValue: null, doubleValue: 26.132511480613008, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 25 }, + value: { booleanValue: null, doubleValue: 26.157034762462946, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 26 }, + value: { booleanValue: null, doubleValue: 26.174433162611496, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 27 }, + value: { booleanValue: null, doubleValue: 26.089345362453244, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 28 }, + value: { booleanValue: null, doubleValue: 26.033920349836656, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 29 }, + value: { booleanValue: null, doubleValue: 26.039051469831595, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 30 }, + value: { booleanValue: null, doubleValue: 26.108715268976162, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 31 }, + value: { booleanValue: null, doubleValue: 26.152125816504032, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 32 }, + value: { booleanValue: null, doubleValue: 26.020652127720265, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 33 }, + value: { booleanValue: null, doubleValue: 26.162662342056766, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 34 }, + value: { booleanValue: null, doubleValue: 26.191000400960124, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 35 }, + value: { booleanValue: null, doubleValue: 25.97481684527085, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 36 }, + value: { booleanValue: null, doubleValue: 26.037604738267895, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 37 }, + value: { booleanValue: null, doubleValue: 25.96772849968047, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 38 }, + value: { booleanValue: null, doubleValue: 26.197568198551867, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 39 }, + value: { booleanValue: null, doubleValue: 26.100780706735684, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 40 }, + value: { booleanValue: null, doubleValue: 26.10048880586076, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 41 }, + value: { booleanValue: null, doubleValue: 26.138718895092147, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 42 }, + value: { booleanValue: null, doubleValue: 26.192899203285382, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 43 }, + value: { booleanValue: null, doubleValue: 26.00947989855617, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 44 }, + value: { booleanValue: null, doubleValue: 26.132555561645994, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 45 }, + value: { booleanValue: null, doubleValue: 25.993478134386898, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 46 }, + value: { booleanValue: null, doubleValue: 26.010434976875498, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 47 }, + value: { booleanValue: null, doubleValue: 26.17372895921484, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 48 }, + value: { booleanValue: null, doubleValue: 26.0214606145851, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 49 }, + value: { booleanValue: null, doubleValue: 26.05241595389321, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 50 }, + value: { booleanValue: null, doubleValue: 26.094453872677605, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 51 }, + value: { booleanValue: null, doubleValue: 26.08772834071195, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 52 }, + value: { booleanValue: null, doubleValue: 26.16376540344447, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 53 }, + value: { booleanValue: null, doubleValue: 26.118032427522717, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 54 }, + value: { booleanValue: null, doubleValue: 25.964977183950417, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 55 }, + value: { booleanValue: null, doubleValue: 26.0153200974209, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 56 }, + value: { booleanValue: null, doubleValue: 26.083699012588596, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 57 }, + value: { booleanValue: null, doubleValue: 25.988888322357848, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 58 }, + value: { booleanValue: null, doubleValue: 26.131939467594883, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 59 }, + value: { booleanValue: null, doubleValue: 26.102813684631236, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 60 }, + value: { booleanValue: null, doubleValue: 26.10150104045405, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 61 }, + value: { booleanValue: null, doubleValue: 26.184264807946082, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 62 }, + value: { booleanValue: null, doubleValue: 26.054535322161737, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 63 }, + value: { booleanValue: null, doubleValue: 26.00557035736547, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 64 }, + value: { booleanValue: null, doubleValue: 26.17456014418934, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 65 }, + value: { booleanValue: null, doubleValue: 26.103225053047694, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 66 }, + value: { booleanValue: null, doubleValue: 26.105345756085786, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 67 }, + value: { booleanValue: null, doubleValue: 25.989093102970166, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 68 }, + value: { booleanValue: null, doubleValue: 26.106725214496972, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 69 }, + value: { booleanValue: null, doubleValue: 26.15472040924358, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 70 }, + value: { booleanValue: null, doubleValue: 26.078995141221775, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 71 }, + value: { booleanValue: null, doubleValue: 25.965608254317168, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 72 }, + value: { booleanValue: null, doubleValue: 26.151606984033705, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 73 }, + value: { booleanValue: null, doubleValue: 25.99633648668521, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 74 }, + value: { booleanValue: null, doubleValue: 26.192929298684376, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 75 }, + value: { booleanValue: null, doubleValue: 26.176332826267934, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 76 }, + value: { booleanValue: null, doubleValue: 26.084667097138304, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 77 }, + value: { booleanValue: null, doubleValue: 26.101625041030864, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 78 }, + value: { booleanValue: null, doubleValue: 26.123307959580593, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 79 }, + value: { booleanValue: null, doubleValue: 25.97341172961549, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 80 }, + value: { booleanValue: null, doubleValue: 26.16130461113691, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 81 }, + value: { booleanValue: null, doubleValue: 25.966695551021857, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 82 }, + value: { booleanValue: null, doubleValue: 25.996471833150423, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 83 }, + value: { booleanValue: null, doubleValue: 26.17322894555979, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 84 }, + value: { booleanValue: null, doubleValue: 26.102933356055782, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 85 }, + value: { booleanValue: null, doubleValue: 26.15014639862929, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 86 }, + value: { booleanValue: null, doubleValue: 26.013350542578078, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 87 }, + value: { booleanValue: null, doubleValue: 26.188319115917658, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 88 }, + value: { booleanValue: null, doubleValue: 25.98904899216147, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 89 }, + value: { booleanValue: null, doubleValue: 26.04861583350698, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 90 }, + value: { booleanValue: null, doubleValue: 26.01516273737187, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 91 }, + value: { booleanValue: null, doubleValue: 26.146148070097894, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 92 }, + value: { booleanValue: null, doubleValue: 26.1433140998876, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 93 }, + value: { booleanValue: null, doubleValue: 26.16218647731026, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 94 }, + value: { booleanValue: null, doubleValue: 25.962048531007447, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 95 }, + value: { booleanValue: null, doubleValue: 26.08882589231014, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 96 }, + value: { booleanValue: null, doubleValue: 26.15020267899103, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 97 }, + value: { booleanValue: null, doubleValue: 26.087785675074635, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 98 }, + value: { booleanValue: null, doubleValue: 26.186431193081827, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 99 }, + value: { booleanValue: null, doubleValue: 26.153410086569554, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 100 }, + value: { booleanValue: null, doubleValue: 26.114946179223438, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 101 }, + value: { booleanValue: null, doubleValue: 26.052380354229346, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 102 }, + value: { booleanValue: null, doubleValue: 26.07529504618616, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 103 }, + value: { booleanValue: null, doubleValue: 25.982674053580414, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 104 }, + value: { booleanValue: null, doubleValue: 26.070463142195685, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 105 }, + value: { booleanValue: null, doubleValue: 25.996047819523195, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 106 }, + value: { booleanValue: null, doubleValue: 26.04473947704132, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 107 }, + value: { booleanValue: null, doubleValue: 26.01728318286308, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 108 }, + value: { booleanValue: null, doubleValue: 25.95623828294618, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 109 }, + value: { booleanValue: null, doubleValue: 26.01666221079757, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 110 }, + value: { booleanValue: null, doubleValue: 25.97530417146901, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 111 }, + value: { booleanValue: null, doubleValue: 25.98752099117626, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 112 }, + value: { booleanValue: null, doubleValue: 26.042573589172942, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 113 }, + value: { booleanValue: null, doubleValue: 26.15343523745773, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 114 }, + value: { booleanValue: null, doubleValue: 26.146899925208558, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 115 }, + value: { booleanValue: null, doubleValue: 26.176544995507484, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 116 }, + value: { booleanValue: null, doubleValue: 25.983841220051946, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 117 }, + value: { booleanValue: null, doubleValue: 26.11839921062323, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 118 }, + value: { booleanValue: null, doubleValue: 26.052766873316457, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 119 }, + value: { booleanValue: null, doubleValue: 26.10961522073248, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 120 }, + value: { booleanValue: null, doubleValue: 26.072870532384815, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 121 }, + value: { booleanValue: null, doubleValue: 26.077030579079388, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 122 }, + value: { booleanValue: null, doubleValue: 26.021344885268704, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 123 }, + value: { booleanValue: null, doubleValue: 26.055167921437768, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 124 }, + value: { booleanValue: null, doubleValue: 26.126962440193463, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 125 }, + value: { booleanValue: null, doubleValue: 26.141046412023687, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 126 }, + value: { booleanValue: null, doubleValue: 26.109341874010006, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 127 }, + value: { booleanValue: null, doubleValue: 26.18445118720769, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 128 }, + value: { booleanValue: null, doubleValue: 26.08441241758179, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 129 }, + value: { booleanValue: null, doubleValue: 26.14473739621037, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 130 }, + value: { booleanValue: null, doubleValue: 25.993006131353365, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 131 }, + value: { booleanValue: null, doubleValue: 26.019249674478125, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 132 }, + value: { booleanValue: null, doubleValue: 26.17599291022329, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 133 }, + value: { booleanValue: null, doubleValue: 26.026688486920804, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 134 }, + value: { booleanValue: null, doubleValue: 26.175455430391224, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 135 }, + value: { booleanValue: null, doubleValue: 26.08217793270593, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 136 }, + value: { booleanValue: null, doubleValue: 25.989461006353825, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 137 }, + value: { booleanValue: null, doubleValue: 26.039877911252017, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 138 }, + value: { booleanValue: null, doubleValue: 26.13385633633105, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 139 }, + value: { booleanValue: null, doubleValue: 26.112140358113578, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 140 }, + value: { booleanValue: null, doubleValue: 25.9842764039194, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 141 }, + value: { booleanValue: null, doubleValue: 26.19181035483186, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 142 }, + value: { booleanValue: null, doubleValue: 26.04959006753048, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 143 }, + value: { booleanValue: null, doubleValue: 26.122027466529623, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 144 }, + value: { booleanValue: null, doubleValue: 26.04582240194234, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 145 }, + value: { booleanValue: null, doubleValue: 25.982323971195175, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 146 }, + value: { booleanValue: null, doubleValue: 26.135263861661667, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 147 }, + value: { booleanValue: null, doubleValue: 26.089648390491178, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 148 }, + value: { booleanValue: null, doubleValue: 26.182203312995533, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 149 }, + value: { booleanValue: null, doubleValue: 25.98638919421064, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 150 }, + value: { booleanValue: null, doubleValue: 26.028494046394243, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 151 }, + value: { booleanValue: null, doubleValue: 26.146583302459568, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 152 }, + value: { booleanValue: null, doubleValue: 26.099377173289398, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 153 }, + value: { booleanValue: null, doubleValue: 26.14180807343055, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 154 }, + value: { booleanValue: null, doubleValue: 25.998077993054377, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 155 }, + value: { booleanValue: null, doubleValue: 26.01098051378303, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 156 }, + value: { booleanValue: null, doubleValue: 26.171058804918157, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 157 }, + value: { booleanValue: null, doubleValue: 26.000156594721236, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 158 }, + value: { booleanValue: null, doubleValue: 26.192981580830597, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 159 }, + value: { booleanValue: null, doubleValue: 26.07224738194786, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 160 }, + value: { booleanValue: null, doubleValue: 26.009533190032055, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 161 }, + value: { booleanValue: null, doubleValue: 26.13080937913823, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 162 }, + value: { booleanValue: null, doubleValue: 26.066140993899342, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 163 }, + value: { booleanValue: null, doubleValue: 26.068746323373936, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 164 }, + value: { booleanValue: null, doubleValue: 26.193873601777273, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 165 }, + value: { booleanValue: null, doubleValue: 26.176274451107677, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 166 }, + value: { booleanValue: null, doubleValue: 25.993993293602777, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 167 }, + value: { booleanValue: null, doubleValue: 26.073163291992167, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 168 }, + value: { booleanValue: null, doubleValue: 26.13874197073431, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 169 }, + value: { booleanValue: null, doubleValue: 26.10400665081994, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 170 }, + value: { booleanValue: null, doubleValue: 26.191845726145235, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 171 }, + value: { booleanValue: null, doubleValue: 26.153322416691186, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 172 }, + value: { booleanValue: null, doubleValue: 26.02331170046973, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 173 }, + value: { booleanValue: null, doubleValue: 26.128579804362808, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 174 }, + value: { booleanValue: null, doubleValue: 26.151359803753532, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 175 }, + value: { booleanValue: null, doubleValue: 26.191774933842023, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 176 }, + value: { booleanValue: null, doubleValue: 26.08191071338759, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 177 }, + value: { booleanValue: null, doubleValue: 26.13067443862005, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 178 }, + value: { booleanValue: null, doubleValue: 26.165361481496515, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 179 }, + value: { booleanValue: null, doubleValue: 26.19768248802649, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 180 }, + value: { booleanValue: null, doubleValue: 25.99764743636865, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 181 }, + value: { booleanValue: null, doubleValue: 26.157047114496592, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 182 }, + value: { booleanValue: null, doubleValue: 26.03594675330802, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 183 }, + value: { booleanValue: null, doubleValue: 25.994334565965914, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 184 }, + value: { booleanValue: null, doubleValue: 26.172598078097025, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 185 }, + value: { booleanValue: null, doubleValue: 25.971614747669328, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 186 }, + value: { booleanValue: null, doubleValue: 25.98944600301194, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 187 }, + value: { booleanValue: null, doubleValue: 25.961525558675532, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 188 }, + value: { booleanValue: null, doubleValue: 26.073625813535276, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 189 }, + value: { booleanValue: null, doubleValue: 26.05260043402704, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 190 }, + value: { booleanValue: null, doubleValue: 26.03828906138698, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 191 }, + value: { booleanValue: null, doubleValue: 26.06740977032744, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 192 }, + value: { booleanValue: null, doubleValue: 26.160409974291245, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 193 }, + value: { booleanValue: null, doubleValue: 26.114771921715477, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 194 }, + value: { booleanValue: null, doubleValue: 26.131355688490718, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 195 }, + value: { booleanValue: null, doubleValue: 26.128666680393216, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 196 }, + value: { booleanValue: null, doubleValue: 26.158864901334344, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 197 }, + value: { booleanValue: null, doubleValue: 26.19240869470021, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 198 }, + value: { booleanValue: null, doubleValue: 25.966095641190012, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 199 }, + value: { booleanValue: null, doubleValue: 26.07931076349116, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 200 }, + value: { booleanValue: null, doubleValue: 26.107962244727325, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 201 }, + value: { booleanValue: null, doubleValue: 25.99093423860218, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 202 }, + value: { booleanValue: null, doubleValue: 26.168652613189757, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 203 }, + value: { booleanValue: null, doubleValue: 25.99891168883037, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 204 }, + value: { booleanValue: null, doubleValue: 26.015818503535517, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 205 }, + value: { booleanValue: null, doubleValue: 26.179191261523798, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 206 }, + value: { booleanValue: null, doubleValue: 26.04289527139786, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 207 }, + value: { booleanValue: null, doubleValue: 26.054307486403616, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 208 }, + value: { booleanValue: null, doubleValue: 26.146338065014366, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 209 }, + value: { booleanValue: null, doubleValue: 25.98788481059338, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 210 }, + value: { booleanValue: null, doubleValue: 26.16425878534666, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 211 }, + value: { booleanValue: null, doubleValue: 26.131115496926785, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 212 }, + value: { booleanValue: null, doubleValue: 25.97579178626394, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 213 }, + value: { booleanValue: null, doubleValue: 26.178905661929768, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 214 }, + value: { booleanValue: null, doubleValue: 25.962706198764405, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 215 }, + value: { booleanValue: null, doubleValue: 26.06299392915154, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 216 }, + value: { booleanValue: null, doubleValue: 25.97127747519997, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 217 }, + value: { booleanValue: null, doubleValue: 26.07145917711455, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 218 }, + value: { booleanValue: null, doubleValue: 26.177142677576608, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 219 }, + value: { booleanValue: null, doubleValue: 26.09410658502938, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 220 }, + value: { booleanValue: null, doubleValue: 26.11531881349293, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 221 }, + value: { booleanValue: null, doubleValue: 25.97879446072552, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 222 }, + value: { booleanValue: null, doubleValue: 26.063191684255795, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 223 }, + value: { booleanValue: null, doubleValue: 26.0148260580904, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 224 }, + value: { booleanValue: null, doubleValue: 26.123587780933114, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 225 }, + value: { booleanValue: null, doubleValue: 25.968205009799618, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 226 }, + value: { booleanValue: null, doubleValue: 26.048942515752742, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 227 }, + value: { booleanValue: null, doubleValue: 25.984517648515904, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 228 }, + value: { booleanValue: null, doubleValue: 26.020227565753917, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 229 }, + value: { booleanValue: null, doubleValue: 26.14942955338864, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 230 }, + value: { booleanValue: null, doubleValue: 26.196465468034948, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 231 }, + value: { booleanValue: null, doubleValue: 26.025601217083494, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 232 }, + value: { booleanValue: null, doubleValue: 25.986043150721194, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 233 }, + value: { booleanValue: null, doubleValue: 26.104116331861125, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 234 }, + value: { booleanValue: null, doubleValue: 25.979956041458863, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 235 }, + value: { booleanValue: null, doubleValue: 26.17890181383443, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 236 }, + value: { booleanValue: null, doubleValue: 25.997686696552787, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 237 }, + value: { booleanValue: null, doubleValue: 26.042610645405723, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 238 }, + value: { booleanValue: null, doubleValue: 25.980297922435597, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 239 }, + value: { booleanValue: null, doubleValue: 26.167594189813865, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 240 }, + value: { booleanValue: null, doubleValue: 26.052073202112414, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 241 }, + value: { booleanValue: null, doubleValue: 26.16229926172219, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 242 }, + value: { booleanValue: null, doubleValue: 26.116399137591756, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 243 }, + value: { booleanValue: null, doubleValue: 26.134236882143334, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 244 }, + value: { booleanValue: null, doubleValue: 26.07952084027853, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 245 }, + value: { booleanValue: null, doubleValue: 25.994875954502533, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 246 }, + value: { booleanValue: null, doubleValue: 26.064695042981366, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 247 }, + value: { booleanValue: null, doubleValue: 26.088768133297222, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 248 }, + value: { booleanValue: null, doubleValue: 26.179293247112934, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 249 }, + value: { booleanValue: null, doubleValue: 26.092072952473405, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 250 }, + value: { booleanValue: null, doubleValue: 26.053210785789158, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 251 }, + value: { booleanValue: null, doubleValue: 25.98923869208399, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 252 }, + value: { booleanValue: null, doubleValue: 25.97278211852568, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 253 }, + value: { booleanValue: null, doubleValue: 26.11879677024671, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 254 }, + value: { booleanValue: null, doubleValue: 25.961898964867533, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 255 }, + value: { booleanValue: null, doubleValue: 25.95519327899364, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 256 }, + value: { booleanValue: null, doubleValue: 26.04554466252225, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 257 }, + value: { booleanValue: null, doubleValue: 26.03910162966352, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 258 }, + value: { booleanValue: null, doubleValue: 25.976273820609638, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 259 }, + value: { booleanValue: null, doubleValue: 26.144462751069447, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 260 }, + value: { booleanValue: null, doubleValue: 26.129190289185182, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 261 }, + value: { booleanValue: null, doubleValue: 26.10779515815452, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 262 }, + value: { booleanValue: null, doubleValue: 26.00923944858712, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 263 }, + value: { booleanValue: null, doubleValue: 25.96935928190973, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 264 }, + value: { booleanValue: null, doubleValue: 26.194204675769686, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 265 }, + value: { booleanValue: null, doubleValue: 26.142731159436508, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 266 }, + value: { booleanValue: null, doubleValue: 25.98359108481172, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 267 }, + value: { booleanValue: null, doubleValue: 26.136454539588666, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 268 }, + value: { booleanValue: null, doubleValue: 26.074204099966188, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 269 }, + value: { booleanValue: null, doubleValue: 26.130595238771757, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 270 }, + value: { booleanValue: null, doubleValue: 25.977016862197168, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 271 }, + value: { booleanValue: null, doubleValue: 26.001628990878864, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 272 }, + value: { booleanValue: null, doubleValue: 25.98834604875462, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 273 }, + value: { booleanValue: null, doubleValue: 26.060016276745728, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 274 }, + value: { booleanValue: null, doubleValue: 26.134502739682794, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 275 }, + value: { booleanValue: null, doubleValue: 26.06336610093054, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 276 }, + value: { booleanValue: null, doubleValue: 26.165631477690265, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 277 }, + value: { booleanValue: null, doubleValue: 26.0841320898155, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 278 }, + value: { booleanValue: null, doubleValue: 26.00262445442916, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 279 }, + value: { booleanValue: null, doubleValue: 26.15111056395226, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 280 }, + value: { booleanValue: null, doubleValue: 26.0617385807479, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 281 }, + value: { booleanValue: null, doubleValue: 26.076141428501103, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 282 }, + value: { booleanValue: null, doubleValue: 25.984149402054964, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 283 }, + value: { booleanValue: null, doubleValue: 26.15919416254225, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 284 }, + value: { booleanValue: null, doubleValue: 26.159737267158633, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 285 }, + value: { booleanValue: null, doubleValue: 25.990568276026085, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 286 }, + value: { booleanValue: null, doubleValue: 26.125169414700867, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 287 }, + value: { booleanValue: null, doubleValue: 25.96071800795563, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 288 }, + value: { booleanValue: null, doubleValue: 26.006500586256337, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 289 }, + value: { booleanValue: null, doubleValue: 26.053018157928868, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 290 }, + value: { booleanValue: null, doubleValue: 26.14619715457214, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 291 }, + value: { booleanValue: null, doubleValue: 25.993413426490417, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 292 }, + value: { booleanValue: null, doubleValue: 26.14597884012315, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 293 }, + value: { booleanValue: null, doubleValue: 26.178960992981008, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 294 }, + value: { booleanValue: null, doubleValue: 26.083942334670592, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 295 }, + value: { booleanValue: null, doubleValue: 26.16112620748729, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 296 }, + value: { booleanValue: null, doubleValue: 26.14149700460107, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 297 }, + value: { booleanValue: null, doubleValue: 25.993908237250142, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 298 }, + value: { booleanValue: null, doubleValue: 26.13358745615339, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 299 }, + value: { booleanValue: null, doubleValue: 26.19498449837154, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 300 }, + value: { booleanValue: null, doubleValue: 26.185653881662304, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 301 }, + value: { booleanValue: null, doubleValue: 25.98558639916345, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 302 }, + value: { booleanValue: null, doubleValue: 26.069259618543786, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 303 }, + value: { booleanValue: null, doubleValue: 26.149436567930636, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 304 }, + value: { booleanValue: null, doubleValue: 25.97747438041572, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 305 }, + value: { booleanValue: null, doubleValue: 26.007928911177604, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 306 }, + value: { booleanValue: null, doubleValue: 26.174800023316273, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 307 }, + value: { booleanValue: null, doubleValue: 26.053307872143392, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 308 }, + value: { booleanValue: null, doubleValue: 26.088385968099693, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 309 }, + value: { booleanValue: null, doubleValue: 26.143680247100175, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 310 }, + value: { booleanValue: null, doubleValue: 25.98020846299672, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 311 }, + value: { booleanValue: null, doubleValue: 26.189579518223024, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 312 }, + value: { booleanValue: null, doubleValue: 26.015941445965215, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 313 }, + value: { booleanValue: null, doubleValue: 26.104460580772454, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 314 }, + value: { booleanValue: null, doubleValue: 26.181955639892315, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 315 }, + value: { booleanValue: null, doubleValue: 26.078013627562406, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 316 }, + value: { booleanValue: null, doubleValue: 26.091694416018182, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 317 }, + value: { booleanValue: null, doubleValue: 26.188884388589553, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 318 }, + value: { booleanValue: null, doubleValue: 26.01615346023698, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 319 }, + value: { booleanValue: null, doubleValue: 26.152548338692128, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 320 }, + value: { booleanValue: null, doubleValue: 26.155280714764967, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 321 }, + value: { booleanValue: null, doubleValue: 26.092800407726692, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 322 }, + value: { booleanValue: null, doubleValue: 26.049537766807553, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 323 }, + value: { booleanValue: null, doubleValue: 25.976383316582968, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 324 }, + value: { booleanValue: null, doubleValue: 26.188918366906393, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 325 }, + value: { booleanValue: null, doubleValue: 26.185245998853876, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 326 }, + value: { booleanValue: null, doubleValue: 26.156848512027036, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 327 }, + value: { booleanValue: null, doubleValue: 26.021425250286757, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 328 }, + value: { booleanValue: null, doubleValue: 26.09346310019362, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 329 }, + value: { booleanValue: null, doubleValue: 26.17292944140006, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 330 }, + value: { booleanValue: null, doubleValue: 26.1376686491067, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 331 }, + value: { booleanValue: null, doubleValue: 26.08185339220421, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 332 }, + value: { booleanValue: null, doubleValue: 26.17621293200341, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 333 }, + value: { booleanValue: null, doubleValue: 26.085339324845226, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 334 }, + value: { booleanValue: null, doubleValue: 26.04614045326285, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 335 }, + value: { booleanValue: null, doubleValue: 26.144104081288585, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 336 }, + value: { booleanValue: null, doubleValue: 26.041891002113186, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 337 }, + value: { booleanValue: null, doubleValue: 26.06263182920603, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 338 }, + value: { booleanValue: null, doubleValue: 26.195605343758665, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 339 }, + value: { booleanValue: null, doubleValue: 26.05451351216672, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 340 }, + value: { booleanValue: null, doubleValue: 26.10873594085618, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 341 }, + value: { booleanValue: null, doubleValue: 26.152948109029428, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 342 }, + value: { booleanValue: null, doubleValue: 26.014402309287206, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 343 }, + value: { booleanValue: null, doubleValue: 25.965765580470375, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 344 }, + value: { booleanValue: null, doubleValue: 26.05972815288907, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 345 }, + value: { booleanValue: null, doubleValue: 26.1299046248885, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 346 }, + value: { booleanValue: null, doubleValue: 26.034493678026635, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 347 }, + value: { booleanValue: null, doubleValue: 26.17747339538199, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 348 }, + value: { booleanValue: null, doubleValue: 26.04708055389142, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 349 }, + value: { booleanValue: null, doubleValue: 26.164865660650733, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 350 }, + value: { booleanValue: null, doubleValue: 26.16980004407292, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 351 }, + value: { booleanValue: null, doubleValue: 26.08823253516203, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 352 }, + value: { booleanValue: null, doubleValue: 26.00121017739155, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 353 }, + value: { booleanValue: null, doubleValue: 26.107833482884764, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 354 }, + value: { booleanValue: null, doubleValue: 26.19691905377206, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 355 }, + value: { booleanValue: null, doubleValue: 25.99251217499543, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 356 }, + value: { booleanValue: null, doubleValue: 25.99857046440303, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 357 }, + value: { booleanValue: null, doubleValue: 26.136997478098465, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 358 }, + value: { booleanValue: null, doubleValue: 26.043884450996693, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 359 }, + value: { booleanValue: null, doubleValue: 26.153022298647713, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 360 }, + value: { booleanValue: null, doubleValue: 26.18333929190622, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 361 }, + value: { booleanValue: null, doubleValue: 26.168328971132368, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 362 }, + value: { booleanValue: null, doubleValue: 26.003242946315414, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 363 }, + value: { booleanValue: null, doubleValue: 26.003260088299953, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 364 }, + value: { booleanValue: null, doubleValue: 26.127121409631542, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 365 }, + value: { booleanValue: null, doubleValue: 26.138572482389463, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 366 }, + value: { booleanValue: null, doubleValue: 26.176466253388217, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 367 }, + value: { booleanValue: null, doubleValue: 26.049105873085423, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 368 }, + value: { booleanValue: null, doubleValue: 26.09962808547522, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 369 }, + value: { booleanValue: null, doubleValue: 26.116533212496883, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 370 }, + value: { booleanValue: null, doubleValue: 26.079306041591025, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 371 }, + value: { booleanValue: null, doubleValue: 26.09813094668701, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 372 }, + value: { booleanValue: null, doubleValue: 26.172403735506755, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 373 }, + value: { booleanValue: null, doubleValue: 26.016599242974173, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 374 }, + value: { booleanValue: null, doubleValue: 25.996101166964433, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 375 }, + value: { booleanValue: null, doubleValue: 26.135296918447786, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 376 }, + value: { booleanValue: null, doubleValue: 26.099570370728642, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 377 }, + value: { booleanValue: null, doubleValue: 26.14029281142879, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 378 }, + value: { booleanValue: null, doubleValue: 25.991259689588883, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 379 }, + value: { booleanValue: null, doubleValue: 26.136695321319543, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 380 }, + value: { booleanValue: null, doubleValue: 25.986930506988408, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 381 }, + value: { booleanValue: null, doubleValue: 25.989062096438573, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 382 }, + value: { booleanValue: null, doubleValue: 25.993396183394772, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 383 }, + value: { booleanValue: null, doubleValue: 26.036656767495636, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 384 }, + value: { booleanValue: null, doubleValue: 25.97890538424799, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 385 }, + value: { booleanValue: null, doubleValue: 26.18227742764521, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 386 }, + value: { booleanValue: null, doubleValue: 26.032077060859308, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 387 }, + value: { booleanValue: null, doubleValue: 26.051075953682428, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 388 }, + value: { booleanValue: null, doubleValue: 26.187975747577163, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 389 }, + value: { booleanValue: null, doubleValue: 25.99173111403631, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 390 }, + value: { booleanValue: null, doubleValue: 26.195616711338666, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 391 }, + value: { booleanValue: null, doubleValue: 26.07343133947583, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 392 }, + value: { booleanValue: null, doubleValue: 26.17533146427468, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 393 }, + value: { booleanValue: null, doubleValue: 26.100243736268503, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 394 }, + value: { booleanValue: null, doubleValue: 26.07879605687659, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 395 }, + value: { booleanValue: null, doubleValue: 26.161044608610087, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 396 }, + value: { booleanValue: null, doubleValue: 25.976998847026607, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 397 }, + value: { booleanValue: null, doubleValue: 26.17608657015739, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 398 }, + value: { booleanValue: null, doubleValue: 26.19853176841355, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 399 }, + value: { booleanValue: null, doubleValue: 26.000912558263373, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 400 }, + value: { booleanValue: null, doubleValue: 26.066312602542673, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 401 }, + value: { booleanValue: null, doubleValue: 25.963028585692765, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 402 }, + value: { booleanValue: null, doubleValue: 26.147350288550495, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 403 }, + value: { booleanValue: null, doubleValue: 26.097188489649163, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 404 }, + value: { booleanValue: null, doubleValue: 26.0332982807573, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 405 }, + value: { booleanValue: null, doubleValue: 26.05996458715828, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 406 }, + value: { booleanValue: null, doubleValue: 26.196670918688902, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 407 }, + value: { booleanValue: null, doubleValue: 25.99403178339811, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 408 }, + value: { booleanValue: null, doubleValue: 26.128848431613847, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 409 }, + value: { booleanValue: null, doubleValue: 26.082575700820072, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 410 }, + value: { booleanValue: null, doubleValue: 26.10286689740422, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 411 }, + value: { booleanValue: null, doubleValue: 26.051782025921444, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 412 }, + value: { booleanValue: null, doubleValue: 26.09511239834877, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 413 }, + value: { booleanValue: null, doubleValue: 26.016606442554696, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 414 }, + value: { booleanValue: null, doubleValue: 26.028060527866206, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 415 }, + value: { booleanValue: null, doubleValue: 26.118892238520914, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 416 }, + value: { booleanValue: null, doubleValue: 26.03954566916691, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 417 }, + value: { booleanValue: null, doubleValue: 26.07608327709982, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 418 }, + value: { booleanValue: null, doubleValue: 26.03773138276717, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 419 }, + value: { booleanValue: null, doubleValue: 26.188243545824726, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 420 }, + value: { booleanValue: null, doubleValue: 26.07789508607898, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 421 }, + value: { booleanValue: null, doubleValue: 26.024246325851493, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 422 }, + value: { booleanValue: null, doubleValue: 26.05326600612711, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 423 }, + value: { booleanValue: null, doubleValue: 25.966426518117245, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 424 }, + value: { booleanValue: null, doubleValue: 26.001137597605673, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 425 }, + value: { booleanValue: null, doubleValue: 26.196140294188723, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 426 }, + value: { booleanValue: null, doubleValue: 26.055921479601267, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 427 }, + value: { booleanValue: null, doubleValue: 25.989544704324594, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 428 }, + value: { booleanValue: null, doubleValue: 26.122117407329604, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 429 }, + value: { booleanValue: null, doubleValue: 25.960220423511327, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 430 }, + value: { booleanValue: null, doubleValue: 25.95630051761288, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 431 }, + value: { booleanValue: null, doubleValue: 26.02887995578407, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 432 }, + value: { booleanValue: null, doubleValue: 26.096894836507026, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 433 }, + value: { booleanValue: null, doubleValue: 26.147927561216243, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 434 }, + value: { booleanValue: null, doubleValue: 26.120991795991102, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 435 }, + value: { booleanValue: null, doubleValue: 26.183208896605525, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 436 }, + value: { booleanValue: null, doubleValue: 26.127138022367838, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 437 }, + value: { booleanValue: null, doubleValue: 26.07618621142049, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 438 }, + value: { booleanValue: null, doubleValue: 26.1324875588193, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 439 }, + value: { booleanValue: null, doubleValue: 26.126325087977275, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 440 }, + value: { booleanValue: null, doubleValue: 26.091812061746165, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 441 }, + value: { booleanValue: null, doubleValue: 26.17123285643194, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 442 }, + value: { booleanValue: null, doubleValue: 26.151489162834153, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 443 }, + value: { booleanValue: null, doubleValue: 25.98785658086798, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 444 }, + value: { booleanValue: null, doubleValue: 26.064967898111384, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 445 }, + value: { booleanValue: null, doubleValue: 26.03192504598841, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 446 }, + value: { booleanValue: null, doubleValue: 26.009841619025707, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 447 }, + value: { booleanValue: null, doubleValue: 26.013406035752485, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 448 }, + value: { booleanValue: null, doubleValue: 26.028839991151234, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 449 }, + value: { booleanValue: null, doubleValue: 26.155558286851925, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 450 }, + value: { booleanValue: null, doubleValue: 26.029273812865316, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 451 }, + value: { booleanValue: null, doubleValue: 26.10495658591692, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 452 }, + value: { booleanValue: null, doubleValue: 26.069632109305097, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 453 }, + value: { booleanValue: null, doubleValue: 26.09412123600455, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 454 }, + value: { booleanValue: null, doubleValue: 26.09581552489905, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 455 }, + value: { booleanValue: null, doubleValue: 26.02960365562922, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 456 }, + value: { booleanValue: null, doubleValue: 25.972083193401446, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 457 }, + value: { booleanValue: null, doubleValue: 25.978716128453755, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 458 }, + value: { booleanValue: null, doubleValue: 26.12123641137805, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 459 }, + value: { booleanValue: null, doubleValue: 26.014021102168943, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 460 }, + value: { booleanValue: null, doubleValue: 26.01833130864295, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 461 }, + value: { booleanValue: null, doubleValue: 26.05309875577481, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 462 }, + value: { booleanValue: null, doubleValue: 25.985346479533323, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 463 }, + value: { booleanValue: null, doubleValue: 25.97943915297411, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 464 }, + value: { booleanValue: null, doubleValue: 25.967755854330733, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 465 }, + value: { booleanValue: null, doubleValue: 26.070148714409203, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 466 }, + value: { booleanValue: null, doubleValue: 26.192138394032124, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 467 }, + value: { booleanValue: null, doubleValue: 26.00633931166195, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 468 }, + value: { booleanValue: null, doubleValue: 25.979238646251165, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 469 }, + value: { booleanValue: null, doubleValue: 26.144107907007566, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 470 }, + value: { booleanValue: null, doubleValue: 26.113586433989525, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 471 }, + value: { booleanValue: null, doubleValue: 25.976054115151236, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 472 }, + value: { booleanValue: null, doubleValue: 26.0939363838852, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 473 }, + value: { booleanValue: null, doubleValue: 26.127079807217815, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 474 }, + value: { booleanValue: null, doubleValue: 26.00860528367017, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 475 }, + value: { booleanValue: null, doubleValue: 26.123342144754456, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 476 }, + value: { booleanValue: null, doubleValue: 26.169606527791316, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 477 }, + value: { booleanValue: null, doubleValue: 26.05145467135491, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 478 }, + value: { booleanValue: null, doubleValue: 25.957664175684236, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 479 }, + value: { booleanValue: null, doubleValue: 26.121824173028276, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 480 }, + value: { booleanValue: null, doubleValue: 26.07875379639098, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 481 }, + value: { booleanValue: null, doubleValue: 26.08664557827337, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 482 }, + value: { booleanValue: null, doubleValue: 26.058278931132584, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 483 }, + value: { booleanValue: null, doubleValue: 25.975960579606742, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 484 }, + value: { booleanValue: null, doubleValue: 26.165961994455277, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 485 }, + value: { booleanValue: null, doubleValue: 25.98469895745311, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 486 }, + value: { booleanValue: null, doubleValue: 26.137302426192523, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 487 }, + value: { booleanValue: null, doubleValue: 26.000407915219927, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 488 }, + value: { booleanValue: null, doubleValue: 26.04401464584019, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 489 }, + value: { booleanValue: null, doubleValue: 26.079963656801148, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 490 }, + value: { booleanValue: null, doubleValue: 26.061771042761713, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 491 }, + value: { booleanValue: null, doubleValue: 26.067267453378065, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 492 }, + value: { booleanValue: null, doubleValue: 25.999735999171083, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 493 }, + value: { booleanValue: null, doubleValue: 25.980427371454887, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 494 }, + value: { booleanValue: null, doubleValue: 26.082049998280233, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 495 }, + value: { booleanValue: null, doubleValue: 26.187242587086928, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 496 }, + value: { booleanValue: null, doubleValue: 26.03974924882183, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 497 }, + value: { booleanValue: null, doubleValue: 26.19139027839862, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 498 }, + value: { booleanValue: null, doubleValue: 26.01536744287496, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 499 }, + value: { booleanValue: null, doubleValue: 26.039064440692957, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 500 }, + value: { booleanValue: null, doubleValue: 26.144079859922687, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 501 }, + value: { booleanValue: null, doubleValue: 25.961784007809232, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 502 }, + value: { booleanValue: null, doubleValue: 26.032869653846205, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 503 }, + value: { booleanValue: null, doubleValue: 26.07429909923644, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 504 }, + value: { booleanValue: null, doubleValue: 26.13294508263958, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 505 }, + value: { booleanValue: null, doubleValue: 26.041047442906407, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 506 }, + value: { booleanValue: null, doubleValue: 26.11546121786559, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 507 }, + value: { booleanValue: null, doubleValue: 26.068608369089972, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 508 }, + value: { booleanValue: null, doubleValue: 25.982330918745443, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 509 }, + value: { booleanValue: null, doubleValue: 26.083381701916643, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 510 }, + value: { booleanValue: null, doubleValue: 26.135982031773377, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 511 }, + value: { booleanValue: null, doubleValue: 26.003851502176264, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 512 }, + value: { booleanValue: null, doubleValue: 26.0831321425771, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 513 }, + value: { booleanValue: null, doubleValue: 26.017114468250604, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 514 }, + value: { booleanValue: null, doubleValue: 26.1809253231963, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 515 }, + value: { booleanValue: null, doubleValue: 26.135444031284624, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 516 }, + value: { booleanValue: null, doubleValue: 26.15777056260079, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 517 }, + value: { booleanValue: null, doubleValue: 26.020520676293806, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 518 }, + value: { booleanValue: null, doubleValue: 26.06407875121192, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 519 }, + value: { booleanValue: null, doubleValue: 26.01847346399347, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 520 }, + value: { booleanValue: null, doubleValue: 26.125331794770112, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 521 }, + value: { booleanValue: null, doubleValue: 26.019390404299195, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 522 }, + value: { booleanValue: null, doubleValue: 26.03379962813824, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 523 }, + value: { booleanValue: null, doubleValue: 26.099016860617706, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 524 }, + value: { booleanValue: null, doubleValue: 26.0355716089171, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 525 }, + value: { booleanValue: null, doubleValue: 26.007769873406644, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 526 }, + value: { booleanValue: null, doubleValue: 26.19850099851812, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 527 }, + value: { booleanValue: null, doubleValue: 25.95632287552825, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 528 }, + value: { booleanValue: null, doubleValue: 26.005448164603447, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 529 }, + value: { booleanValue: null, doubleValue: 26.06032485495695, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 530 }, + value: { booleanValue: null, doubleValue: 26.179730905960064, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 531 }, + value: { booleanValue: null, doubleValue: 26.059132731044212, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 532 }, + value: { booleanValue: null, doubleValue: 26.029311291141997, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 533 }, + value: { booleanValue: null, doubleValue: 26.112522217455457, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 534 }, + value: { booleanValue: null, doubleValue: 26.11160687008511, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 535 }, + value: { booleanValue: null, doubleValue: 25.962973253822653, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 536 }, + value: { booleanValue: null, doubleValue: 26.009306439086114, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 537 }, + value: { booleanValue: null, doubleValue: 25.992685637632437, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 538 }, + value: { booleanValue: null, doubleValue: 25.96697134723713, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 539 }, + value: { booleanValue: null, doubleValue: 26.02067537630546, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 540 }, + value: { booleanValue: null, doubleValue: 26.08680634162931, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 541 }, + value: { booleanValue: null, doubleValue: 26.02564369323449, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 542 }, + value: { booleanValue: null, doubleValue: 26.14432398704249, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 543 }, + value: { booleanValue: null, doubleValue: 26.12165322691208, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 544 }, + value: { booleanValue: null, doubleValue: 26.00055576382409, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 545 }, + value: { booleanValue: null, doubleValue: 26.10174680841044, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 546 }, + value: { booleanValue: null, doubleValue: 25.999986499485214, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 547 }, + value: { booleanValue: null, doubleValue: 26.086843761446946, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 548 }, + value: { booleanValue: null, doubleValue: 25.964404598337666, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 549 }, + value: { booleanValue: null, doubleValue: 25.989953428374353, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 550 }, + value: { booleanValue: null, doubleValue: 26.077256914239385, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 551 }, + value: { booleanValue: null, doubleValue: 26.089767405216488, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 552 }, + value: { booleanValue: null, doubleValue: 26.160066767219128, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 553 }, + value: { booleanValue: null, doubleValue: 26.011411293382878, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 554 }, + value: { booleanValue: null, doubleValue: 26.041447003230246, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 555 }, + value: { booleanValue: null, doubleValue: 26.134644094348136, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 556 }, + value: { booleanValue: null, doubleValue: 26.133478091686978, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 557 }, + value: { booleanValue: null, doubleValue: 25.98123593721944, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 558 }, + value: { booleanValue: null, doubleValue: 26.076922954139867, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 559 }, + value: { booleanValue: null, doubleValue: 26.09910320533157, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 560 }, + value: { booleanValue: null, doubleValue: 26.053722416895123, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 561 }, + value: { booleanValue: null, doubleValue: 26.161083103465952, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 562 }, + value: { booleanValue: null, doubleValue: 26.17497192358398, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 563 }, + value: { booleanValue: null, doubleValue: 26.17427215913789, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 564 }, + value: { booleanValue: null, doubleValue: 26.05892318177133, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 565 }, + value: { booleanValue: null, doubleValue: 26.18967981974298, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 566 }, + value: { booleanValue: null, doubleValue: 26.161033172965432, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 567 }, + value: { booleanValue: null, doubleValue: 26.014020608463056, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 568 }, + value: { booleanValue: null, doubleValue: 26.148220889821236, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 569 }, + value: { booleanValue: null, doubleValue: 26.04062670385982, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 570 }, + value: { booleanValue: null, doubleValue: 26.191360924139484, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 571 }, + value: { booleanValue: null, doubleValue: 26.127325266687375, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 572 }, + value: { booleanValue: null, doubleValue: 26.107699737344984, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 573 }, + value: { booleanValue: null, doubleValue: 26.08989709878014, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 574 }, + value: { booleanValue: null, doubleValue: 25.97005620550239, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 575 }, + value: { booleanValue: null, doubleValue: 26.030503471811528, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 576 }, + value: { booleanValue: null, doubleValue: 26.027824421021897, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 577 }, + value: { booleanValue: null, doubleValue: 26.070460938283542, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 578 }, + value: { booleanValue: null, doubleValue: 25.974758728194995, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 579 }, + value: { booleanValue: null, doubleValue: 26.145767292054792, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 580 }, + value: { booleanValue: null, doubleValue: 26.12661132164393, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 581 }, + value: { booleanValue: null, doubleValue: 25.956396948387084, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 582 }, + value: { booleanValue: null, doubleValue: 26.135407480931896, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 583 }, + value: { booleanValue: null, doubleValue: 26.096591047333842, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 584 }, + value: { booleanValue: null, doubleValue: 25.957248191442925, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 585 }, + value: { booleanValue: null, doubleValue: 26.13622811174999, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 586 }, + value: { booleanValue: null, doubleValue: 26.164435034003628, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 587 }, + value: { booleanValue: null, doubleValue: 26.142540030887314, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 588 }, + value: { booleanValue: null, doubleValue: 26.00785404180598, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 589 }, + value: { booleanValue: null, doubleValue: 25.977382584641862, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 590 }, + value: { booleanValue: null, doubleValue: 26.18802528047642, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 591 }, + value: { booleanValue: null, doubleValue: 26.076672893347883, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 592 }, + value: { booleanValue: null, doubleValue: 26.171441503924118, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 593 }, + value: { booleanValue: null, doubleValue: 26.00292772131757, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 594 }, + value: { booleanValue: null, doubleValue: 26.020489786676233, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 595 }, + value: { booleanValue: null, doubleValue: 26.197389702035853, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 596 }, + value: { booleanValue: null, doubleValue: 26.102990410584123, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 597 }, + value: { booleanValue: null, doubleValue: 26.1628515380933, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 598 }, + value: { booleanValue: null, doubleValue: 26.196135433020174, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 599 }, + value: { booleanValue: null, doubleValue: 26.012192492244516, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 600 }, + value: { booleanValue: null, doubleValue: 26.15315091997048, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 601 }, + value: { booleanValue: null, doubleValue: 25.96330058226462, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 602 }, + value: { booleanValue: null, doubleValue: 25.985264190282116, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 603 }, + value: { booleanValue: null, doubleValue: 25.998756930158137, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 604 }, + value: { booleanValue: null, doubleValue: 26.170743918622737, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 605 }, + value: { booleanValue: null, doubleValue: 26.12254769942672, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 606 }, + value: { booleanValue: null, doubleValue: 26.111739732295447, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 607 }, + value: { booleanValue: null, doubleValue: 26.075703759115676, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 608 }, + value: { booleanValue: null, doubleValue: 26.121103302310843, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 609 }, + value: { booleanValue: null, doubleValue: 26.147751081089986, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 610 }, + value: { booleanValue: null, doubleValue: 26.059545845892973, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 611 }, + value: { booleanValue: null, doubleValue: 25.9788874622975, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 612 }, + value: { booleanValue: null, doubleValue: 25.98145446584153, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 613 }, + value: { booleanValue: null, doubleValue: 26.04439227938343, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 614 }, + value: { booleanValue: null, doubleValue: 26.049005725715325, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 615 }, + value: { booleanValue: null, doubleValue: 25.96409580493454, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 616 }, + value: { booleanValue: null, doubleValue: 26.173703284422757, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 617 }, + value: { booleanValue: null, doubleValue: 26.089361189190875, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 618 }, + value: { booleanValue: null, doubleValue: 25.992243350398642, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 619 }, + value: { booleanValue: null, doubleValue: 26.013441785452862, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 620 }, + value: { booleanValue: null, doubleValue: 26.0269310792736, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 621 }, + value: { booleanValue: null, doubleValue: 25.974786381678435, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 622 }, + value: { booleanValue: null, doubleValue: 26.176866217109584, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 623 }, + value: { booleanValue: null, doubleValue: 25.96689125714895, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 624 }, + value: { booleanValue: null, doubleValue: 26.19752880870688, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 625 }, + value: { booleanValue: null, doubleValue: 26.00168139149199, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 626 }, + value: { booleanValue: null, doubleValue: 26.142613114174615, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 627 }, + value: { booleanValue: null, doubleValue: 26.036037310856486, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 628 }, + value: { booleanValue: null, doubleValue: 26.05524784173046, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 629 }, + value: { booleanValue: null, doubleValue: 26.061084360936434, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 630 }, + value: { booleanValue: null, doubleValue: 26.16084410499887, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 631 }, + value: { booleanValue: null, doubleValue: 26.17774509301474, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 632 }, + value: { booleanValue: null, doubleValue: 26.12315288943721, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 633 }, + value: { booleanValue: null, doubleValue: 26.01169362753382, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 634 }, + value: { booleanValue: null, doubleValue: 26.19363409697164, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 635 }, + value: { booleanValue: null, doubleValue: 26.099748176137417, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 636 }, + value: { booleanValue: null, doubleValue: 26.11225165788288, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 637 }, + value: { booleanValue: null, doubleValue: 26.003209488888626, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 638 }, + value: { booleanValue: null, doubleValue: 26.064011694427894, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 639 }, + value: { booleanValue: null, doubleValue: 26.160063906783044, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 640 }, + value: { booleanValue: null, doubleValue: 26.00780055883537, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 641 }, + value: { booleanValue: null, doubleValue: 26.056944000356385, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 642 }, + value: { booleanValue: null, doubleValue: 26.118877588229537, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 643 }, + value: { booleanValue: null, doubleValue: 26.190745320289114, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 644 }, + value: { booleanValue: null, doubleValue: 25.97715071157659, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 645 }, + value: { booleanValue: null, doubleValue: 26.09130147539477, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 646 }, + value: { booleanValue: null, doubleValue: 25.968477263407962, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 647 }, + value: { booleanValue: null, doubleValue: 26.175229098982562, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 648 }, + value: { booleanValue: null, doubleValue: 26.19668560958045, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 649 }, + value: { booleanValue: null, doubleValue: 26.148320183752457, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 650 }, + value: { booleanValue: null, doubleValue: 26.157633809999087, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 651 }, + value: { booleanValue: null, doubleValue: 25.97024308768772, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 652 }, + value: { booleanValue: null, doubleValue: 26.10797952338053, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 653 }, + value: { booleanValue: null, doubleValue: 26.14856526954302, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 654 }, + value: { booleanValue: null, doubleValue: 25.98455256364698, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 655 }, + value: { booleanValue: null, doubleValue: 26.14357409308279, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 656 }, + value: { booleanValue: null, doubleValue: 26.11412214417454, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 657 }, + value: { booleanValue: null, doubleValue: 26.150380547376283, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 658 }, + value: { booleanValue: null, doubleValue: 26.193289994063697, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 659 }, + value: { booleanValue: null, doubleValue: 26.058752126657698, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 660 }, + value: { booleanValue: null, doubleValue: 26.0099296025131, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 661 }, + value: { booleanValue: null, doubleValue: 26.011137039715745, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 662 }, + value: { booleanValue: null, doubleValue: 26.058851093322232, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 663 }, + value: { booleanValue: null, doubleValue: 25.994590810090674, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 664 }, + value: { booleanValue: null, doubleValue: 26.175647100278255, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 665 }, + value: { booleanValue: null, doubleValue: 26.090274745539773, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 666 }, + value: { booleanValue: null, doubleValue: 26.15518110998936, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 667 }, + value: { booleanValue: null, doubleValue: 26.12012851321658, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 668 }, + value: { booleanValue: null, doubleValue: 26.09212046063396, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 669 }, + value: { booleanValue: null, doubleValue: 25.96371883518289, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 670 }, + value: { booleanValue: null, doubleValue: 26.183672839972818, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 671 }, + value: { booleanValue: null, doubleValue: 26.11178193889471, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 672 }, + value: { booleanValue: null, doubleValue: 25.97453784699804, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 673 }, + value: { booleanValue: null, doubleValue: 26.053216250763676, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 674 }, + value: { booleanValue: null, doubleValue: 26.072562905890948, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 675 }, + value: { booleanValue: null, doubleValue: 26.179618973384777, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 676 }, + value: { booleanValue: null, doubleValue: 25.97131249637827, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 677 }, + value: { booleanValue: null, doubleValue: 26.008002395203864, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 678 }, + value: { booleanValue: null, doubleValue: 26.033908907642573, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 679 }, + value: { booleanValue: null, doubleValue: 25.959016126010294, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 680 }, + value: { booleanValue: null, doubleValue: 26.036394741267525, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 681 }, + value: { booleanValue: null, doubleValue: 26.14040682353193, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 682 }, + value: { booleanValue: null, doubleValue: 26.17220812361445, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 683 }, + value: { booleanValue: null, doubleValue: 25.979056320162908, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 684 }, + value: { booleanValue: null, doubleValue: 26.164612551385932, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 685 }, + value: { booleanValue: null, doubleValue: 26.178788557678462, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 686 }, + value: { booleanValue: null, doubleValue: 25.989442141368926, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 687 }, + value: { booleanValue: null, doubleValue: 26.133209957820267, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 688 }, + value: { booleanValue: null, doubleValue: 26.032677781939483, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 689 }, + value: { booleanValue: null, doubleValue: 25.959702074409194, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 690 }, + value: { booleanValue: null, doubleValue: 26.132982846885017, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 691 }, + value: { booleanValue: null, doubleValue: 25.961560728512566, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 692 }, + value: { booleanValue: null, doubleValue: 26.07285847197706, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 693 }, + value: { booleanValue: null, doubleValue: 26.081329216196554, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 694 }, + value: { booleanValue: null, doubleValue: 26.186828599068843, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 695 }, + value: { booleanValue: null, doubleValue: 25.977402819303887, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 696 }, + value: { booleanValue: null, doubleValue: 26.03592924597979, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 697 }, + value: { booleanValue: null, doubleValue: 26.108912128351168, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 698 }, + value: { booleanValue: null, doubleValue: 26.142209643591553, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 699 }, + value: { booleanValue: null, doubleValue: 26.002744057540227, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 700 }, + value: { booleanValue: null, doubleValue: 25.972971792654047, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 701 }, + value: { booleanValue: null, doubleValue: 26.118845778860187, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 702 }, + value: { booleanValue: null, doubleValue: 26.141322144754223, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 703 }, + value: { booleanValue: null, doubleValue: 26.026946164130802, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 704 }, + value: { booleanValue: null, doubleValue: 25.967984733226942, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 705 }, + value: { booleanValue: null, doubleValue: 25.9786680910413, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 706 }, + value: { booleanValue: null, doubleValue: 26.090577506495976, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 707 }, + value: { booleanValue: null, doubleValue: 25.973420361844067, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 708 }, + value: { booleanValue: null, doubleValue: 26.088966850097126, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 709 }, + value: { booleanValue: null, doubleValue: 26.07203181838608, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 710 }, + value: { booleanValue: null, doubleValue: 25.996005596298264, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 711 }, + value: { booleanValue: null, doubleValue: 26.0393383944718, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 712 }, + value: { booleanValue: null, doubleValue: 26.183399083535598, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 713 }, + value: { booleanValue: null, doubleValue: 26.057929308738984, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 714 }, + value: { booleanValue: null, doubleValue: 26.051377819405527, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 715 }, + value: { booleanValue: null, doubleValue: 26.072907275540334, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 716 }, + value: { booleanValue: null, doubleValue: 25.960296269281876, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 717 }, + value: { booleanValue: null, doubleValue: 26.108630895919642, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 718 }, + value: { booleanValue: null, doubleValue: 26.153990918118247, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 719 }, + value: { booleanValue: null, doubleValue: 26.06970415980883, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 720 }, + value: { booleanValue: null, doubleValue: 26.112096696147265, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 721 }, + value: { booleanValue: null, doubleValue: 26.152658862333162, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 722 }, + value: { booleanValue: null, doubleValue: 26.184761634429726, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 723 }, + value: { booleanValue: null, doubleValue: 25.98662551676213, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 724 }, + value: { booleanValue: null, doubleValue: 26.16787428409157, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 725 }, + value: { booleanValue: null, doubleValue: 26.077694223280005, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 726 }, + value: { booleanValue: null, doubleValue: 26.145113322689404, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 727 }, + value: { booleanValue: null, doubleValue: 25.99020315587718, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 728 }, + value: { booleanValue: null, doubleValue: 25.975591494869104, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 729 }, + value: { booleanValue: null, doubleValue: 26.11701161386079, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 730 }, + value: { booleanValue: null, doubleValue: 26.01696064975148, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 731 }, + value: { booleanValue: null, doubleValue: 26.175009904874592, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 732 }, + value: { booleanValue: null, doubleValue: 26.035257179500338, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 733 }, + value: { booleanValue: null, doubleValue: 26.16114196062615, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 734 }, + value: { booleanValue: null, doubleValue: 26.106576836123235, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 735 }, + value: { booleanValue: null, doubleValue: 26.190713501733338, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 736 }, + value: { booleanValue: null, doubleValue: 26.139848096310086, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 737 }, + value: { booleanValue: null, doubleValue: 26.01873325855746, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 738 }, + value: { booleanValue: null, doubleValue: 26.155140632387265, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 739 }, + value: { booleanValue: null, doubleValue: 25.972936624101596, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 740 }, + value: { booleanValue: null, doubleValue: 25.99291845510423, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 741 }, + value: { booleanValue: null, doubleValue: 26.115766056842066, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 742 }, + value: { booleanValue: null, doubleValue: 26.019081969304473, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 743 }, + value: { booleanValue: null, doubleValue: 26.17939034134141, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 744 }, + value: { booleanValue: null, doubleValue: 26.09467287004642, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 745 }, + value: { booleanValue: null, doubleValue: 26.186256746558314, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 746 }, + value: { booleanValue: null, doubleValue: 25.988765227405654, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 747 }, + value: { booleanValue: null, doubleValue: 26.06378845283039, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 748 }, + value: { booleanValue: null, doubleValue: 26.135348046769398, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 749 }, + value: { booleanValue: null, doubleValue: 26.05743882496558, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 750 }, + value: { booleanValue: null, doubleValue: 26.04942691268668, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 751 }, + value: { booleanValue: null, doubleValue: 26.050343841439272, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 752 }, + value: { booleanValue: null, doubleValue: 26.17541639433722, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 753 }, + value: { booleanValue: null, doubleValue: 25.965174842323805, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 754 }, + value: { booleanValue: null, doubleValue: 25.97516509709242, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 755 }, + value: { booleanValue: null, doubleValue: 26.159250995500265, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 756 }, + value: { booleanValue: null, doubleValue: 26.08139370457502, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 757 }, + value: { booleanValue: null, doubleValue: 26.104866678171522, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 758 }, + value: { booleanValue: null, doubleValue: 26.1550070959486, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 759 }, + value: { booleanValue: null, doubleValue: 25.974297180869637, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 760 }, + value: { booleanValue: null, doubleValue: 26.18939201166353, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 761 }, + value: { booleanValue: null, doubleValue: 26.1515964862495, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 762 }, + value: { booleanValue: null, doubleValue: 25.97972042973492, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 763 }, + value: { booleanValue: null, doubleValue: 26.15244061496493, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 764 }, + value: { booleanValue: null, doubleValue: 26.124757814815922, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 765 }, + value: { booleanValue: null, doubleValue: 26.05973199011966, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 766 }, + value: { booleanValue: null, doubleValue: 26.027291566402013, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 767 }, + value: { booleanValue: null, doubleValue: 26.119457936909757, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 768 }, + value: { booleanValue: null, doubleValue: 26.112105690105878, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 769 }, + value: { booleanValue: null, doubleValue: 26.120592898706228, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 770 }, + value: { booleanValue: null, doubleValue: 25.957474657367726, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 771 }, + value: { booleanValue: null, doubleValue: 25.999720913686073, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 772 }, + value: { booleanValue: null, doubleValue: 26.018245419074468, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 773 }, + value: { booleanValue: null, doubleValue: 26.001886181060073, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 774 }, + value: { booleanValue: null, doubleValue: 26.13258126193036, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 775 }, + value: { booleanValue: null, doubleValue: 26.062105760055474, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 776 }, + value: { booleanValue: null, doubleValue: 26.000241957995996, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 777 }, + value: { booleanValue: null, doubleValue: 26.183792042726473, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 778 }, + value: { booleanValue: null, doubleValue: 26.02379618415872, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 779 }, + value: { booleanValue: null, doubleValue: 26.05422361926101, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 780 }, + value: { booleanValue: null, doubleValue: 26.17928044293298, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 781 }, + value: { booleanValue: null, doubleValue: 26.06498271961299, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 782 }, + value: { booleanValue: null, doubleValue: 25.99776819431883, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 783 }, + value: { booleanValue: null, doubleValue: 25.976923442899096, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 784 }, + value: { booleanValue: null, doubleValue: 26.026368400860267, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 785 }, + value: { booleanValue: null, doubleValue: 26.121614643923262, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 786 }, + value: { booleanValue: null, doubleValue: 26.076115043070466, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 787 }, + value: { booleanValue: null, doubleValue: 26.039279429900656, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 788 }, + value: { booleanValue: null, doubleValue: 26.175490238971616, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 789 }, + value: { booleanValue: null, doubleValue: 25.961732962203786, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 790 }, + value: { booleanValue: null, doubleValue: 25.96593691950231, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 791 }, + value: { booleanValue: null, doubleValue: 26.09756410892718, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 792 }, + value: { booleanValue: null, doubleValue: 26.179067571640758, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 793 }, + value: { booleanValue: null, doubleValue: 26.04001040496513, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 794 }, + value: { booleanValue: null, doubleValue: 26.023349377380807, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 795 }, + value: { booleanValue: null, doubleValue: 26.030826871766664, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 796 }, + value: { booleanValue: null, doubleValue: 26.003486991870506, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 797 }, + value: { booleanValue: null, doubleValue: 26.173028699499415, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 798 }, + value: { booleanValue: null, doubleValue: 25.975034174782753, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 799 }, + value: { booleanValue: null, doubleValue: 26.03184873472859, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 800 }, + value: { booleanValue: null, doubleValue: 26.140040942685552, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 801 }, + value: { booleanValue: null, doubleValue: 26.06560571369763, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 802 }, + value: { booleanValue: null, doubleValue: 26.0780280702859, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 803 }, + value: { booleanValue: null, doubleValue: 26.027499754710487, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 804 }, + value: { booleanValue: null, doubleValue: 26.14448039241506, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 805 }, + value: { booleanValue: null, doubleValue: 26.00110402043427, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 806 }, + value: { booleanValue: null, doubleValue: 26.13172227250082, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 807 }, + value: { booleanValue: null, doubleValue: 26.116914441542686, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 808 }, + value: { booleanValue: null, doubleValue: 26.175056802184695, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 809 }, + value: { booleanValue: null, doubleValue: 26.19329900648281, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 810 }, + value: { booleanValue: null, doubleValue: 26.134483503304462, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 811 }, + value: { booleanValue: null, doubleValue: 26.176236809518585, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 812 }, + value: { booleanValue: null, doubleValue: 26.0625315759962, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 813 }, + value: { booleanValue: null, doubleValue: 26.15032098296522, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 814 }, + value: { booleanValue: null, doubleValue: 26.074668636082997, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 815 }, + value: { booleanValue: null, doubleValue: 26.182941543647427, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 816 }, + value: { booleanValue: null, doubleValue: 26.044236790011038, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 817 }, + value: { booleanValue: null, doubleValue: 26.15717684122316, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 818 }, + value: { booleanValue: null, doubleValue: 26.025126000280395, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 819 }, + value: { booleanValue: null, doubleValue: 26.17576690811906, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 820 }, + value: { booleanValue: null, doubleValue: 26.089025441718107, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 821 }, + value: { booleanValue: null, doubleValue: 26.048879450801486, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 822 }, + value: { booleanValue: null, doubleValue: 25.997070622857688, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 823 }, + value: { booleanValue: null, doubleValue: 26.164988886343625, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 824 }, + value: { booleanValue: null, doubleValue: 26.062952530288445, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 825 }, + value: { booleanValue: null, doubleValue: 26.16123962069581, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 826 }, + value: { booleanValue: null, doubleValue: 25.96637569086449, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 827 }, + value: { booleanValue: null, doubleValue: 26.04776751343843, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 828 }, + value: { booleanValue: null, doubleValue: 25.993999105773774, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 829 }, + value: { booleanValue: null, doubleValue: 26.160108197761726, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 830 }, + value: { booleanValue: null, doubleValue: 26.174145936374874, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 831 }, + value: { booleanValue: null, doubleValue: 26.16208455580274, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 832 }, + value: { booleanValue: null, doubleValue: 26.08562471023578, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 833 }, + value: { booleanValue: null, doubleValue: 25.957938131548076, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 834 }, + value: { booleanValue: null, doubleValue: 26.04524857837543, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 835 }, + value: { booleanValue: null, doubleValue: 26.060981261201107, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 836 }, + value: { booleanValue: null, doubleValue: 26.06358647900833, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 837 }, + value: { booleanValue: null, doubleValue: 26.15716124262531, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 838 }, + value: { booleanValue: null, doubleValue: 26.038618559054836, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 839 }, + value: { booleanValue: null, doubleValue: 25.967193532343412, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 840 }, + value: { booleanValue: null, doubleValue: 26.03705694728193, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 841 }, + value: { booleanValue: null, doubleValue: 26.10400970329826, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 842 }, + value: { booleanValue: null, doubleValue: 26.002045848856486, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 843 }, + value: { booleanValue: null, doubleValue: 25.966624861772985, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 844 }, + value: { booleanValue: null, doubleValue: 25.990440591973478, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 845 }, + value: { booleanValue: null, doubleValue: 26.025899934896525, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 846 }, + value: { booleanValue: null, doubleValue: 26.04659316761225, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 847 }, + value: { booleanValue: null, doubleValue: 26.16149163199019, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 848 }, + value: { booleanValue: null, doubleValue: 25.986293412246834, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 849 }, + value: { booleanValue: null, doubleValue: 26.022535765229147, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 850 }, + value: { booleanValue: null, doubleValue: 25.966118867575627, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 851 }, + value: { booleanValue: null, doubleValue: 26.151801369774304, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 852 }, + value: { booleanValue: null, doubleValue: 26.076201103419738, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 853 }, + value: { booleanValue: null, doubleValue: 26.010367187536154, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 854 }, + value: { booleanValue: null, doubleValue: 26.00652811632123, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 855 }, + value: { booleanValue: null, doubleValue: 26.12226769976379, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 856 }, + value: { booleanValue: null, doubleValue: 25.95822169598017, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 857 }, + value: { booleanValue: null, doubleValue: 26.194429488230195, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 858 }, + value: { booleanValue: null, doubleValue: 25.99926558027316, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 859 }, + value: { booleanValue: null, doubleValue: 26.184556376882263, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 860 }, + value: { booleanValue: null, doubleValue: 26.051541430524715, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 861 }, + value: { booleanValue: null, doubleValue: 26.175887302695077, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 862 }, + value: { booleanValue: null, doubleValue: 26.159550768548506, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 863 }, + value: { booleanValue: null, doubleValue: 26.02466729418882, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 864 }, + value: { booleanValue: null, doubleValue: 26.048007999206384, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 865 }, + value: { booleanValue: null, doubleValue: 26.07090260684775, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 866 }, + value: { booleanValue: null, doubleValue: 25.997044527013042, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 867 }, + value: { booleanValue: null, doubleValue: 26.175593661282207, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 868 }, + value: { booleanValue: null, doubleValue: 26.181349904886737, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 869 }, + value: { booleanValue: null, doubleValue: 26.092788270541167, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 870 }, + value: { booleanValue: null, doubleValue: 26.17148001489552, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 871 }, + value: { booleanValue: null, doubleValue: 26.182655849964497, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 872 }, + value: { booleanValue: null, doubleValue: 26.02629511903858, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 873 }, + value: { booleanValue: null, doubleValue: 25.966316750248204, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 874 }, + value: { booleanValue: null, doubleValue: 25.96307967639803, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 875 }, + value: { booleanValue: null, doubleValue: 26.16802666249511, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 876 }, + value: { booleanValue: null, doubleValue: 26.01901419266595, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 877 }, + value: { booleanValue: null, doubleValue: 26.066816607604082, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 878 }, + value: { booleanValue: null, doubleValue: 26.03596751185225, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 879 }, + value: { booleanValue: null, doubleValue: 26.174404492100148, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 880 }, + value: { booleanValue: null, doubleValue: 26.009955718126708, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 881 }, + value: { booleanValue: null, doubleValue: 26.13213976648166, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 882 }, + value: { booleanValue: null, doubleValue: 26.072804455924995, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 883 }, + value: { booleanValue: null, doubleValue: 26.166297942833882, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 884 }, + value: { booleanValue: null, doubleValue: 26.055634215297687, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 885 }, + value: { booleanValue: null, doubleValue: 26.00748220522714, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 886 }, + value: { booleanValue: null, doubleValue: 26.022590810129138, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 887 }, + value: { booleanValue: null, doubleValue: 25.957354101815543, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 888 }, + value: { booleanValue: null, doubleValue: 26.034839488858896, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 889 }, + value: { booleanValue: null, doubleValue: 26.15888972393559, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 890 }, + value: { booleanValue: null, doubleValue: 26.139943666174112, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 891 }, + value: { booleanValue: null, doubleValue: 25.990496251982428, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 892 }, + value: { booleanValue: null, doubleValue: 25.99173599887816, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 893 }, + value: { booleanValue: null, doubleValue: 26.19226387872156, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 894 }, + value: { booleanValue: null, doubleValue: 26.163896294682026, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 895 }, + value: { booleanValue: null, doubleValue: 26.16564616019976, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 896 }, + value: { booleanValue: null, doubleValue: 25.995745974214824, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 897 }, + value: { booleanValue: null, doubleValue: 26.075302733687195, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 898 }, + value: { booleanValue: null, doubleValue: 25.99749475766497, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 899 }, + value: { booleanValue: null, doubleValue: 26.114797974353582, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 900 }, + value: { booleanValue: null, doubleValue: 26.116250769067832, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 901 }, + value: { booleanValue: null, doubleValue: 26.189046217272203, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 902 }, + value: { booleanValue: null, doubleValue: 25.973844244731005, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 903 }, + value: { booleanValue: null, doubleValue: 25.993656072423747, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 904 }, + value: { booleanValue: null, doubleValue: 26.106098056922914, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 905 }, + value: { booleanValue: null, doubleValue: 25.979065190442146, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 906 }, + value: { booleanValue: null, doubleValue: 26.053579647834226, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 907 }, + value: { booleanValue: null, doubleValue: 26.025039954530616, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 908 }, + value: { booleanValue: null, doubleValue: 26.09772094303559, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 909 }, + value: { booleanValue: null, doubleValue: 25.976698581114622, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 910 }, + value: { booleanValue: null, doubleValue: 26.177636426364895, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 911 }, + value: { booleanValue: null, doubleValue: 26.186322212773735, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 912 }, + value: { booleanValue: null, doubleValue: 26.110653236954363, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 913 }, + value: { booleanValue: null, doubleValue: 26.01277013595578, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 914 }, + value: { booleanValue: null, doubleValue: 26.040673493385334, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 915 }, + value: { booleanValue: null, doubleValue: 26.145974069312686, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 916 }, + value: { booleanValue: null, doubleValue: 26.00589856118059, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 917 }, + value: { booleanValue: null, doubleValue: 26.069114593068097, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 918 }, + value: { booleanValue: null, doubleValue: 26.152702863344054, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 919 }, + value: { booleanValue: null, doubleValue: 26.02240790740575, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 920 }, + value: { booleanValue: null, doubleValue: 26.16254846256016, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 921 }, + value: { booleanValue: null, doubleValue: 26.082606449828226, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 922 }, + value: { booleanValue: null, doubleValue: 26.11134186987311, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 923 }, + value: { booleanValue: null, doubleValue: 26.151685013120034, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 924 }, + value: { booleanValue: null, doubleValue: 26.09436610099538, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 925 }, + value: { booleanValue: null, doubleValue: 26.14245686203132, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 926 }, + value: { booleanValue: null, doubleValue: 25.998575971668256, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 927 }, + value: { booleanValue: null, doubleValue: 26.147879322447235, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 928 }, + value: { booleanValue: null, doubleValue: 26.105323169499027, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 929 }, + value: { booleanValue: null, doubleValue: 26.094173072663835, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 930 }, + value: { booleanValue: null, doubleValue: 26.0660128068753, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 931 }, + value: { booleanValue: null, doubleValue: 26.07811540571235, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 932 }, + value: { booleanValue: null, doubleValue: 26.087441875309498, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 933 }, + value: { booleanValue: null, doubleValue: 26.154609783562055, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 934 }, + value: { booleanValue: null, doubleValue: 26.189638977906856, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 935 }, + value: { booleanValue: null, doubleValue: 26.156390077450784, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 936 }, + value: { booleanValue: null, doubleValue: 26.165146263594746, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 937 }, + value: { booleanValue: null, doubleValue: 26.114750954573555, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 938 }, + value: { booleanValue: null, doubleValue: 26.060699271625385, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 939 }, + value: { booleanValue: null, doubleValue: 26.039021726971505, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 940 }, + value: { booleanValue: null, doubleValue: 26.161193874543045, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 941 }, + value: { booleanValue: null, doubleValue: 26.149392637132035, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 942 }, + value: { booleanValue: null, doubleValue: 26.009646456767232, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 943 }, + value: { booleanValue: null, doubleValue: 26.198500226522327, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 944 }, + value: { booleanValue: null, doubleValue: 26.16948959097239, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 945 }, + value: { booleanValue: null, doubleValue: 26.052813905678253, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 946 }, + value: { booleanValue: null, doubleValue: 25.957980050011948, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 947 }, + value: { booleanValue: null, doubleValue: 26.104121422035153, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 948 }, + value: { booleanValue: null, doubleValue: 25.97208140184749, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 949 }, + value: { booleanValue: null, doubleValue: 26.130708421557053, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 950 }, + value: { booleanValue: null, doubleValue: 26.007931166189902, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 951 }, + value: { booleanValue: null, doubleValue: 26.1379501641153, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 952 }, + value: { booleanValue: null, doubleValue: 25.99183656456997, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 953 }, + value: { booleanValue: null, doubleValue: 26.11712948123176, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 954 }, + value: { booleanValue: null, doubleValue: 26.03844842851651, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 955 }, + value: { booleanValue: null, doubleValue: 26.196940581544577, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 956 }, + value: { booleanValue: null, doubleValue: 26.1468028986159, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 957 }, + value: { booleanValue: null, doubleValue: 26.11155758388499, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 958 }, + value: { booleanValue: null, doubleValue: 26.015558747037264, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 959 }, + value: { booleanValue: null, doubleValue: 26.05313952352026, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 960 }, + value: { booleanValue: null, doubleValue: 25.97019600701593, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 961 }, + value: { booleanValue: null, doubleValue: 26.18167387516637, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 962 }, + value: { booleanValue: null, doubleValue: 26.039016080940804, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 963 }, + value: { booleanValue: null, doubleValue: 26.10364812113572, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 964 }, + value: { booleanValue: null, doubleValue: 25.96758032442572, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 965 }, + value: { booleanValue: null, doubleValue: 26.066154416514564, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 966 }, + value: { booleanValue: null, doubleValue: 25.959937693165536, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 967 }, + value: { booleanValue: null, doubleValue: 26.05056355518658, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 968 }, + value: { booleanValue: null, doubleValue: 26.010049029647032, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 969 }, + value: { booleanValue: null, doubleValue: 26.038915380663482, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 970 }, + value: { booleanValue: null, doubleValue: 26.183950870886186, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 971 }, + value: { booleanValue: null, doubleValue: 26.065880267992785, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 972 }, + value: { booleanValue: null, doubleValue: 26.06523533223633, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 973 }, + value: { booleanValue: null, doubleValue: 26.10539970153159, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 974 }, + value: { booleanValue: null, doubleValue: 25.96885448118901, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 975 }, + value: { booleanValue: null, doubleValue: 26.188832982677226, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 976 }, + value: { booleanValue: null, doubleValue: 26.16034606885101, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 977 }, + value: { booleanValue: null, doubleValue: 26.12206275025737, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 978 }, + value: { booleanValue: null, doubleValue: 26.02357039872118, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 979 }, + value: { booleanValue: null, doubleValue: 26.01233820622709, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 980 }, + value: { booleanValue: null, doubleValue: 26.19647750360346, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 981 }, + value: { booleanValue: null, doubleValue: 26.05569333885327, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 982 }, + value: { booleanValue: null, doubleValue: 26.16782405949159, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 983 }, + value: { booleanValue: null, doubleValue: 26.082665257920418, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 984 }, + value: { booleanValue: null, doubleValue: 26.015009426181518, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 985 }, + value: { booleanValue: null, doubleValue: 25.980092091471526, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 986 }, + value: { booleanValue: null, doubleValue: 26.17652533167927, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 987 }, + value: { booleanValue: null, doubleValue: 26.071454145223385, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 988 }, + value: { booleanValue: null, doubleValue: 25.97766147926807, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 989 }, + value: { booleanValue: null, doubleValue: 25.96501794116896, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 990 }, + value: { booleanValue: null, doubleValue: 25.992616310046767, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 991 }, + value: { booleanValue: null, doubleValue: 26.021969260053034, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 992 }, + value: { booleanValue: null, doubleValue: 26.146334099611202, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 993 }, + value: { booleanValue: null, doubleValue: 26.09577991042227, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 994 }, + value: { booleanValue: null, doubleValue: 25.998960229908114, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 995 }, + value: { booleanValue: null, doubleValue: 26.131952059779934, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 996 }, + value: { booleanValue: null, doubleValue: 26.097300656895687, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 997 }, + value: { booleanValue: null, doubleValue: 26.1186294122577, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 998 }, + value: { booleanValue: null, doubleValue: 26.12211104352119, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 999 }, + value: { booleanValue: null, doubleValue: 26.062829482757582, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1000 }, + value: { booleanValue: null, doubleValue: 26.082206157706626, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1001 }, + value: { booleanValue: null, doubleValue: 25.9754088934159, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1002 }, + value: { booleanValue: null, doubleValue: 26.127346320029414, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1003 }, + value: { booleanValue: null, doubleValue: 25.999026421650463, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1004 }, + value: { booleanValue: null, doubleValue: 25.975497172639972, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1005 }, + value: { booleanValue: null, doubleValue: 26.161209354250385, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1006 }, + value: { booleanValue: null, doubleValue: 26.013008610284338, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1007 }, + value: { booleanValue: null, doubleValue: 26.01406906909006, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1008 }, + value: { booleanValue: null, doubleValue: 26.13132298484669, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1009 }, + value: { booleanValue: null, doubleValue: 26.150465780846115, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1010 }, + value: { booleanValue: null, doubleValue: 26.173130057209555, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1011 }, + value: { booleanValue: null, doubleValue: 26.108886972407515, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1012 }, + value: { booleanValue: null, doubleValue: 26.105767123919694, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1013 }, + value: { booleanValue: null, doubleValue: 26.06647931316302, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1014 }, + value: { booleanValue: null, doubleValue: 25.997629829107506, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1015 }, + value: { booleanValue: null, doubleValue: 26.083365130130183, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1016 }, + value: { booleanValue: null, doubleValue: 26.12203188979311, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1017 }, + value: { booleanValue: null, doubleValue: 26.091685397315395, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1018 }, + value: { booleanValue: null, doubleValue: 26.05562496092486, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1019 }, + value: { booleanValue: null, doubleValue: 26.11764545998253, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1020 }, + value: { booleanValue: null, doubleValue: 25.96185682512212, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1021 }, + value: { booleanValue: null, doubleValue: 26.14418936046285, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1022 }, + value: { booleanValue: null, doubleValue: 25.992216502983712, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1023 }, + value: { booleanValue: null, doubleValue: 26.17122287059937, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1024 }, + value: { booleanValue: null, doubleValue: 26.115169548186692, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1025 }, + value: { booleanValue: null, doubleValue: 26.14427094066706, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1026 }, + value: { booleanValue: null, doubleValue: 26.035106225082455, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1027 }, + value: { booleanValue: null, doubleValue: 26.040095031590287, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1028 }, + value: { booleanValue: null, doubleValue: 26.048993795121266, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1029 }, + value: { booleanValue: null, doubleValue: 26.103524483709116, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1030 }, + value: { booleanValue: null, doubleValue: 25.983356785878513, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1031 }, + value: { booleanValue: null, doubleValue: 26.121456918036138, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1032 }, + value: { booleanValue: null, doubleValue: 26.169977813043612, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1033 }, + value: { booleanValue: null, doubleValue: 26.106088182370723, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1034 }, + value: { booleanValue: null, doubleValue: 26.148079736246732, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1035 }, + value: { booleanValue: null, doubleValue: 26.100921929008432, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1036 }, + value: { booleanValue: null, doubleValue: 25.991234036105382, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1037 }, + value: { booleanValue: null, doubleValue: 25.961560917686278, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1038 }, + value: { booleanValue: null, doubleValue: 26.108035736376046, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1039 }, + value: { booleanValue: null, doubleValue: 26.075588143511407, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1040 }, + value: { booleanValue: null, doubleValue: 26.031114339953433, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1041 }, + value: { booleanValue: null, doubleValue: 26.182378139658656, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1042 }, + value: { booleanValue: null, doubleValue: 26.143330946074034, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1043 }, + value: { booleanValue: null, doubleValue: 26.010942403661435, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1044 }, + value: { booleanValue: null, doubleValue: 26.145857562616207, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1045 }, + value: { booleanValue: null, doubleValue: 25.95822594322786, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1046 }, + value: { booleanValue: null, doubleValue: 26.000826671218416, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1047 }, + value: { booleanValue: null, doubleValue: 26.006811726307742, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1048 }, + value: { booleanValue: null, doubleValue: 25.968748176831035, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1049 }, + value: { booleanValue: null, doubleValue: 26.011775906581917, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1050 }, + value: { booleanValue: null, doubleValue: 26.118867245471577, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1051 }, + value: { booleanValue: null, doubleValue: 26.196980240794808, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1052 }, + value: { booleanValue: null, doubleValue: 26.026800204862287, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1053 }, + value: { booleanValue: null, doubleValue: 26.024592697094405, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1054 }, + value: { booleanValue: null, doubleValue: 26.038194985951225, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1055 }, + value: { booleanValue: null, doubleValue: 26.122383547862885, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1056 }, + value: { booleanValue: null, doubleValue: 25.997098047943258, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1057 }, + value: { booleanValue: null, doubleValue: 26.1167049689837, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1058 }, + value: { booleanValue: null, doubleValue: 26.103922548559094, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1059 }, + value: { booleanValue: null, doubleValue: 26.078129996128748, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1060 }, + value: { booleanValue: null, doubleValue: 26.044979303943247, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1061 }, + value: { booleanValue: null, doubleValue: 26.02753625282676, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1062 }, + value: { booleanValue: null, doubleValue: 26.036678606260505, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1063 }, + value: { booleanValue: null, doubleValue: 26.159295525359, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1064 }, + value: { booleanValue: null, doubleValue: 26.08578930461774, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1065 }, + value: { booleanValue: null, doubleValue: 26.051224788214217, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1066 }, + value: { booleanValue: null, doubleValue: 26.123683859542957, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1067 }, + value: { booleanValue: null, doubleValue: 26.0908520258503, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1068 }, + value: { booleanValue: null, doubleValue: 26.10325279463871, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1069 }, + value: { booleanValue: null, doubleValue: 26.092608182038077, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1070 }, + value: { booleanValue: null, doubleValue: 26.073784936884593, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1071 }, + value: { booleanValue: null, doubleValue: 26.041553004116384, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1072 }, + value: { booleanValue: null, doubleValue: 25.998161026005157, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1073 }, + value: { booleanValue: null, doubleValue: 26.06753745863502, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1074 }, + value: { booleanValue: null, doubleValue: 25.987969287283416, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1075 }, + value: { booleanValue: null, doubleValue: 25.998812380667747, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1076 }, + value: { booleanValue: null, doubleValue: 26.17217697929834, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1077 }, + value: { booleanValue: null, doubleValue: 26.051374545101346, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1078 }, + value: { booleanValue: null, doubleValue: 26.083116905006822, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1079 }, + value: { booleanValue: null, doubleValue: 26.034457687073786, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1080 }, + value: { booleanValue: null, doubleValue: 26.070532138142546, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1081 }, + value: { booleanValue: null, doubleValue: 26.1260820716358, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1082 }, + value: { booleanValue: null, doubleValue: 26.00124333497779, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1083 }, + value: { booleanValue: null, doubleValue: 26.10340216758459, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1084 }, + value: { booleanValue: null, doubleValue: 26.127742736636208, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1085 }, + value: { booleanValue: null, doubleValue: 26.05607102611385, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1086 }, + value: { booleanValue: null, doubleValue: 26.189693422667965, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1087 }, + value: { booleanValue: null, doubleValue: 26.01273620359566, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1088 }, + value: { booleanValue: null, doubleValue: 26.022496853983675, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1089 }, + value: { booleanValue: null, doubleValue: 25.98338345214841, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1090 }, + value: { booleanValue: null, doubleValue: 26.08176658447877, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1091 }, + value: { booleanValue: null, doubleValue: 26.125190489894212, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1092 }, + value: { booleanValue: null, doubleValue: 26.065972518587756, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1093 }, + value: { booleanValue: null, doubleValue: 26.16057361121743, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1094 }, + value: { booleanValue: null, doubleValue: 26.093214559084977, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1095 }, + value: { booleanValue: null, doubleValue: 26.11312498397359, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1096 }, + value: { booleanValue: null, doubleValue: 26.03711635379368, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1097 }, + value: { booleanValue: null, doubleValue: 26.032204921109095, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1098 }, + value: { booleanValue: null, doubleValue: 26.186837098284204, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1099 }, + value: { booleanValue: null, doubleValue: 26.04690482715249, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1100 }, + value: { booleanValue: null, doubleValue: 26.11252564313896, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1101 }, + value: { booleanValue: null, doubleValue: 26.029853016573394, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1102 }, + value: { booleanValue: null, doubleValue: 26.040507597047004, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1103 }, + value: { booleanValue: null, doubleValue: 26.010048777112914, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1104 }, + value: { booleanValue: null, doubleValue: 26.062452130968797, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1105 }, + value: { booleanValue: null, doubleValue: 26.097502050197914, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1106 }, + value: { booleanValue: null, doubleValue: 26.10517677191864, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1107 }, + value: { booleanValue: null, doubleValue: 26.13859332051631, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1108 }, + value: { booleanValue: null, doubleValue: 26.186874402925614, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1109 }, + value: { booleanValue: null, doubleValue: 26.109579970637014, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1110 }, + value: { booleanValue: null, doubleValue: 26.18599425995433, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1111 }, + value: { booleanValue: null, doubleValue: 26.072153640426546, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1112 }, + value: { booleanValue: null, doubleValue: 26.17068412743337, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1113 }, + value: { booleanValue: null, doubleValue: 26.07691362089084, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1114 }, + value: { booleanValue: null, doubleValue: 26.062980079979404, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1115 }, + value: { booleanValue: null, doubleValue: 26.149044374791583, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1116 }, + value: { booleanValue: null, doubleValue: 26.198476170899635, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1117 }, + value: { booleanValue: null, doubleValue: 25.982268162583768, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1118 }, + value: { booleanValue: null, doubleValue: 26.03891333335003, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1119 }, + value: { booleanValue: null, doubleValue: 26.148774023476122, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1120 }, + value: { booleanValue: null, doubleValue: 26.10019660864542, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1121 }, + value: { booleanValue: null, doubleValue: 26.19439349879645, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1122 }, + value: { booleanValue: null, doubleValue: 26.076605277299404, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1123 }, + value: { booleanValue: null, doubleValue: 26.022290464279887, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1124 }, + value: { booleanValue: null, doubleValue: 26.083025506364418, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1125 }, + value: { booleanValue: null, doubleValue: 26.003962147006003, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1126 }, + value: { booleanValue: null, doubleValue: 26.110992148169082, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1127 }, + value: { booleanValue: null, doubleValue: 26.144275186842, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1128 }, + value: { booleanValue: null, doubleValue: 26.055646670730066, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1129 }, + value: { booleanValue: null, doubleValue: 26.070544344529633, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1130 }, + value: { booleanValue: null, doubleValue: 26.14150205023063, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1131 }, + value: { booleanValue: null, doubleValue: 26.040017405940706, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1132 }, + value: { booleanValue: null, doubleValue: 26.02307621342051, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1133 }, + value: { booleanValue: null, doubleValue: 26.149361412411814, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1134 }, + value: { booleanValue: null, doubleValue: 26.177259242644322, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1135 }, + value: { booleanValue: null, doubleValue: 26.012040414192683, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1136 }, + value: { booleanValue: null, doubleValue: 26.157638608034397, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1137 }, + value: { booleanValue: null, doubleValue: 26.108122101037992, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1138 }, + value: { booleanValue: null, doubleValue: 25.962853286336507, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1139 }, + value: { booleanValue: null, doubleValue: 26.04156031666431, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1140 }, + value: { booleanValue: null, doubleValue: 26.003461735536295, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1141 }, + value: { booleanValue: null, doubleValue: 26.0492665522124, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1142 }, + value: { booleanValue: null, doubleValue: 26.062401996300487, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1143 }, + value: { booleanValue: null, doubleValue: 26.115255363275118, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1144 }, + value: { booleanValue: null, doubleValue: 26.133166438227995, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1145 }, + value: { booleanValue: null, doubleValue: 25.976270828405198, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1146 }, + value: { booleanValue: null, doubleValue: 25.97940099117359, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1147 }, + value: { booleanValue: null, doubleValue: 26.090025095780128, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1148 }, + value: { booleanValue: null, doubleValue: 25.99587399919006, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1149 }, + value: { booleanValue: null, doubleValue: 26.132809669503168, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1150 }, + value: { booleanValue: null, doubleValue: 26.184948906614625, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1151 }, + value: { booleanValue: null, doubleValue: 26.171059882877184, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1152 }, + value: { booleanValue: null, doubleValue: 25.97436097991889, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1153 }, + value: { booleanValue: null, doubleValue: 26.011394756099623, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1154 }, + value: { booleanValue: null, doubleValue: 25.97653951700404, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1155 }, + value: { booleanValue: null, doubleValue: 26.120505084637035, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1156 }, + value: { booleanValue: null, doubleValue: 26.08534852100576, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1157 }, + value: { booleanValue: null, doubleValue: 26.05303778071299, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1158 }, + value: { booleanValue: null, doubleValue: 26.06862051611031, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1159 }, + value: { booleanValue: null, doubleValue: 26.042969155476737, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1160 }, + value: { booleanValue: null, doubleValue: 26.106999760406588, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1161 }, + value: { booleanValue: null, doubleValue: 25.96500094595874, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1162 }, + value: { booleanValue: null, doubleValue: 25.97365467670982, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1163 }, + value: { booleanValue: null, doubleValue: 26.034501411600118, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1164 }, + value: { booleanValue: null, doubleValue: 26.03756279747191, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1165 }, + value: { booleanValue: null, doubleValue: 26.052969370864133, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1166 }, + value: { booleanValue: null, doubleValue: 25.992138532284063, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1167 }, + value: { booleanValue: null, doubleValue: 25.997842996426744, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1168 }, + value: { booleanValue: null, doubleValue: 25.990881938852784, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1169 }, + value: { booleanValue: null, doubleValue: 26.05332032859546, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1170 }, + value: { booleanValue: null, doubleValue: 26.0776838330118, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1171 }, + value: { booleanValue: null, doubleValue: 26.075062157037596, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1172 }, + value: { booleanValue: null, doubleValue: 26.12068342356473, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1173 }, + value: { booleanValue: null, doubleValue: 26.167776143850435, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1174 }, + value: { booleanValue: null, doubleValue: 26.102059912828885, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1175 }, + value: { booleanValue: null, doubleValue: 25.958127717173994, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1176 }, + value: { booleanValue: null, doubleValue: 26.07378325279011, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1177 }, + value: { booleanValue: null, doubleValue: 26.015715731160565, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1178 }, + value: { booleanValue: null, doubleValue: 25.9908842917422, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1179 }, + value: { booleanValue: null, doubleValue: 26.115056706674665, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1180 }, + value: { booleanValue: null, doubleValue: 26.057646779107586, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1181 }, + value: { booleanValue: null, doubleValue: 26.15545200025217, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1182 }, + value: { booleanValue: null, doubleValue: 25.958778001529925, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1183 }, + value: { booleanValue: null, doubleValue: 26.0857658666367, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1184 }, + value: { booleanValue: null, doubleValue: 26.184719157457984, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1185 }, + value: { booleanValue: null, doubleValue: 25.976850097983174, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1186 }, + value: { booleanValue: null, doubleValue: 26.018524564822542, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1187 }, + value: { booleanValue: null, doubleValue: 26.040333344865058, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1188 }, + value: { booleanValue: null, doubleValue: 26.142105504024606, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1189 }, + value: { booleanValue: null, doubleValue: 26.14543826614178, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1190 }, + value: { booleanValue: null, doubleValue: 26.175991848581052, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1191 }, + value: { booleanValue: null, doubleValue: 26.139783209982244, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1192 }, + value: { booleanValue: null, doubleValue: 25.96382132906562, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1193 }, + value: { booleanValue: null, doubleValue: 25.959543198995625, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1194 }, + value: { booleanValue: null, doubleValue: 26.06156238697106, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1195 }, + value: { booleanValue: null, doubleValue: 25.992948603009168, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1196 }, + value: { booleanValue: null, doubleValue: 26.071054858203922, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1197 }, + value: { booleanValue: null, doubleValue: 26.09888112756124, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1198 }, + value: { booleanValue: null, doubleValue: 25.99170744940243, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1199 }, + value: { booleanValue: null, doubleValue: 25.968270723722707, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1200 }, + value: { booleanValue: null, doubleValue: 26.148217469520514, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1201 }, + value: { booleanValue: null, doubleValue: 26.051508928041876, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1202 }, + value: { booleanValue: null, doubleValue: 26.12784112868005, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1203 }, + value: { booleanValue: null, doubleValue: 26.091991829857342, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1204 }, + value: { booleanValue: null, doubleValue: 26.02840883322662, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1205 }, + value: { booleanValue: null, doubleValue: 26.164402613574694, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1206 }, + value: { booleanValue: null, doubleValue: 26.131627286860958, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1207 }, + value: { booleanValue: null, doubleValue: 26.098026714490228, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1208 }, + value: { booleanValue: null, doubleValue: 26.193045367193335, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1209 }, + value: { booleanValue: null, doubleValue: 26.047454324804356, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1210 }, + value: { booleanValue: null, doubleValue: 26.120421607721962, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1211 }, + value: { booleanValue: null, doubleValue: 26.07239027626804, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1212 }, + value: { booleanValue: null, doubleValue: 25.992521312295764, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1213 }, + value: { booleanValue: null, doubleValue: 26.145786242147928, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1214 }, + value: { booleanValue: null, doubleValue: 26.07257194180898, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1215 }, + value: { booleanValue: null, doubleValue: 26.182345066413447, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1216 }, + value: { booleanValue: null, doubleValue: 25.9784977435534, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1217 }, + value: { booleanValue: null, doubleValue: 26.010548303163002, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1218 }, + value: { booleanValue: null, doubleValue: 25.978920482857248, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1219 }, + value: { booleanValue: null, doubleValue: 25.970032218350124, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1220 }, + value: { booleanValue: null, doubleValue: 25.967625433525406, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1221 }, + value: { booleanValue: null, doubleValue: 25.995576866598867, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1222 }, + value: { booleanValue: null, doubleValue: 25.975440657152674, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1223 }, + value: { booleanValue: null, doubleValue: 26.18444939155377, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1224 }, + value: { booleanValue: null, doubleValue: 26.104609022116676, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1225 }, + value: { booleanValue: null, doubleValue: 26.170655183448417, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1226 }, + value: { booleanValue: null, doubleValue: 26.10661601976968, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1227 }, + value: { booleanValue: null, doubleValue: 26.113908517217162, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1228 }, + value: { booleanValue: null, doubleValue: 26.139813993332595, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1229 }, + value: { booleanValue: null, doubleValue: 26.078500718409572, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1230 }, + value: { booleanValue: null, doubleValue: 26.151688549372704, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1231 }, + value: { booleanValue: null, doubleValue: 26.17738060305147, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1232 }, + value: { booleanValue: null, doubleValue: 25.96259450514137, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1233 }, + value: { booleanValue: null, doubleValue: 25.99341200697986, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1234 }, + value: { booleanValue: null, doubleValue: 25.963535771320295, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1235 }, + value: { booleanValue: null, doubleValue: 26.047160150732083, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1236 }, + value: { booleanValue: null, doubleValue: 26.13408548317018, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1237 }, + value: { booleanValue: null, doubleValue: 26.195532722651937, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1238 }, + value: { booleanValue: null, doubleValue: 26.094770022293318, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1239 }, + value: { booleanValue: null, doubleValue: 26.164569299953033, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1240 }, + value: { booleanValue: null, doubleValue: 26.113040515904743, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1241 }, + value: { booleanValue: null, doubleValue: 26.04012658292103, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1242 }, + value: { booleanValue: null, doubleValue: 25.966441817537877, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1243 }, + value: { booleanValue: null, doubleValue: 26.01073138024668, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1244 }, + value: { booleanValue: null, doubleValue: 26.079386761805495, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1245 }, + value: { booleanValue: null, doubleValue: 26.041046687247402, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1246 }, + value: { booleanValue: null, doubleValue: 26.032445278537836, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1247 }, + value: { booleanValue: null, doubleValue: 25.990788263487378, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1248 }, + value: { booleanValue: null, doubleValue: 25.9645580472665, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1249 }, + value: { booleanValue: null, doubleValue: 25.970330628168345, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1250 }, + value: { booleanValue: null, doubleValue: 26.084621608787913, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1251 }, + value: { booleanValue: null, doubleValue: 26.08737676312876, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1252 }, + value: { booleanValue: null, doubleValue: 26.008649019000515, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1253 }, + value: { booleanValue: null, doubleValue: 26.12301487838694, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1254 }, + value: { booleanValue: null, doubleValue: 26.175343677361614, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1255 }, + value: { booleanValue: null, doubleValue: 26.17664253300523, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1256 }, + value: { booleanValue: null, doubleValue: 26.108627984975882, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1257 }, + value: { booleanValue: null, doubleValue: 26.11154413069556, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1258 }, + value: { booleanValue: null, doubleValue: 26.184361682468047, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1259 }, + value: { booleanValue: null, doubleValue: 26.15939685934721, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1260 }, + value: { booleanValue: null, doubleValue: 26.02900151662653, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1261 }, + value: { booleanValue: null, doubleValue: 26.131049489151522, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1262 }, + value: { booleanValue: null, doubleValue: 26.05336016545615, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1263 }, + value: { booleanValue: null, doubleValue: 26.189853936804308, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1264 }, + value: { booleanValue: null, doubleValue: 26.176969374945767, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1265 }, + value: { booleanValue: null, doubleValue: 26.131493623723777, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1266 }, + value: { booleanValue: null, doubleValue: 26.004435497361893, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1267 }, + value: { booleanValue: null, doubleValue: 26.09340401961288, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1268 }, + value: { booleanValue: null, doubleValue: 25.964981009244227, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1269 }, + value: { booleanValue: null, doubleValue: 26.11285992552498, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1270 }, + value: { booleanValue: null, doubleValue: 25.964838447300803, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1271 }, + value: { booleanValue: null, doubleValue: 26.09205699531244, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1272 }, + value: { booleanValue: null, doubleValue: 26.173410863824305, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1273 }, + value: { booleanValue: null, doubleValue: 26.08920479738535, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1274 }, + value: { booleanValue: null, doubleValue: 26.019950732446866, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1275 }, + value: { booleanValue: null, doubleValue: 26.001870815058695, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1276 }, + value: { booleanValue: null, doubleValue: 26.090303405899615, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1277 }, + value: { booleanValue: null, doubleValue: 26.185779540035412, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1278 }, + value: { booleanValue: null, doubleValue: 26.078007484047742, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1279 }, + value: { booleanValue: null, doubleValue: 25.979890452224204, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1280 }, + value: { booleanValue: null, doubleValue: 25.99609894339439, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1281 }, + value: { booleanValue: null, doubleValue: 26.014525203484666, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1282 }, + value: { booleanValue: null, doubleValue: 25.964777675586134, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1283 }, + value: { booleanValue: null, doubleValue: 26.094764704473725, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1284 }, + value: { booleanValue: null, doubleValue: 25.976507201029527, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1285 }, + value: { booleanValue: null, doubleValue: 26.150338783925, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1286 }, + value: { booleanValue: null, doubleValue: 25.965004375469885, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1287 }, + value: { booleanValue: null, doubleValue: 26.101065576464006, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1288 }, + value: { booleanValue: null, doubleValue: 26.00521914902571, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1289 }, + value: { booleanValue: null, doubleValue: 26.15630598665771, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1290 }, + value: { booleanValue: null, doubleValue: 26.07587268065739, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1291 }, + value: { booleanValue: null, doubleValue: 26.005882824936624, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1292 }, + value: { booleanValue: null, doubleValue: 26.17251763529793, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1293 }, + value: { booleanValue: null, doubleValue: 26.05047996644538, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1294 }, + value: { booleanValue: null, doubleValue: 26.005476753008985, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1295 }, + value: { booleanValue: null, doubleValue: 26.03814109798951, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1296 }, + value: { booleanValue: null, doubleValue: 26.047606313829302, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1297 }, + value: { booleanValue: null, doubleValue: 26.09231905296756, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1298 }, + value: { booleanValue: null, doubleValue: 26.01317263119677, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1299 }, + value: { booleanValue: null, doubleValue: 26.188228986266914, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1300 }, + value: { booleanValue: null, doubleValue: 25.963435416723893, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1301 }, + value: { booleanValue: null, doubleValue: 26.031611349957267, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1302 }, + value: { booleanValue: null, doubleValue: 26.10252206634527, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1303 }, + value: { booleanValue: null, doubleValue: 26.03157064464044, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1304 }, + value: { booleanValue: null, doubleValue: 26.11762299747286, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1305 }, + value: { booleanValue: null, doubleValue: 26.097446074547694, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1306 }, + value: { booleanValue: null, doubleValue: 26.14465396206835, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1307 }, + value: { booleanValue: null, doubleValue: 26.123781195234795, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1308 }, + value: { booleanValue: null, doubleValue: 26.14968716348391, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1309 }, + value: { booleanValue: null, doubleValue: 26.135859098113173, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1310 }, + value: { booleanValue: null, doubleValue: 26.142402728050772, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1311 }, + value: { booleanValue: null, doubleValue: 26.07457999143655, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1312 }, + value: { booleanValue: null, doubleValue: 26.052623692470398, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1313 }, + value: { booleanValue: null, doubleValue: 26.05272881190813, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1314 }, + value: { booleanValue: null, doubleValue: 25.957978262481678, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1315 }, + value: { booleanValue: null, doubleValue: 26.07056537130054, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1316 }, + value: { booleanValue: null, doubleValue: 26.043633211959595, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1317 }, + value: { booleanValue: null, doubleValue: 26.198175180010537, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1318 }, + value: { booleanValue: null, doubleValue: 26.17173689033975, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1319 }, + value: { booleanValue: null, doubleValue: 26.016346902457656, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1320 }, + value: { booleanValue: null, doubleValue: 26.04755735867758, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1321 }, + value: { booleanValue: null, doubleValue: 26.196759802577617, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1322 }, + value: { booleanValue: null, doubleValue: 26.016577513027002, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1323 }, + value: { booleanValue: null, doubleValue: 26.103953030491475, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1324 }, + value: { booleanValue: null, doubleValue: 26.09079897363467, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1325 }, + value: { booleanValue: null, doubleValue: 25.981395142163866, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1326 }, + value: { booleanValue: null, doubleValue: 26.046606361752932, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1327 }, + value: { booleanValue: null, doubleValue: 26.0366610261349, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1328 }, + value: { booleanValue: null, doubleValue: 26.135181918838523, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1329 }, + value: { booleanValue: null, doubleValue: 26.114689387218764, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1330 }, + value: { booleanValue: null, doubleValue: 25.97278543631518, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1331 }, + value: { booleanValue: null, doubleValue: 26.118382753522564, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1332 }, + value: { booleanValue: null, doubleValue: 26.178259693720296, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1333 }, + value: { booleanValue: null, doubleValue: 26.021256855670277, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1334 }, + value: { booleanValue: null, doubleValue: 26.125878954895548, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1335 }, + value: { booleanValue: null, doubleValue: 26.067803455805695, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1336 }, + value: { booleanValue: null, doubleValue: 26.08331425450015, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1337 }, + value: { booleanValue: null, doubleValue: 26.14510924813481, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1338 }, + value: { booleanValue: null, doubleValue: 26.07316365424833, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1339 }, + value: { booleanValue: null, doubleValue: 26.16898066897475, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1340 }, + value: { booleanValue: null, doubleValue: 26.049172147505395, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1341 }, + value: { booleanValue: null, doubleValue: 26.12197561679874, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1342 }, + value: { booleanValue: null, doubleValue: 26.046175387666096, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1343 }, + value: { booleanValue: null, doubleValue: 26.052526114037413, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1344 }, + value: { booleanValue: null, doubleValue: 25.9576755735661, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1345 }, + value: { booleanValue: null, doubleValue: 26.074804458021088, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1346 }, + value: { booleanValue: null, doubleValue: 26.1158137316277, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1347 }, + value: { booleanValue: null, doubleValue: 26.061317862190354, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1348 }, + value: { booleanValue: null, doubleValue: 26.138925546201524, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1349 }, + value: { booleanValue: null, doubleValue: 26.164332377937452, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1350 }, + value: { booleanValue: null, doubleValue: 26.095998294986945, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1351 }, + value: { booleanValue: null, doubleValue: 26.193026336507167, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1352 }, + value: { booleanValue: null, doubleValue: 26.0458160697341, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1353 }, + value: { booleanValue: null, doubleValue: 26.168917672764934, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1354 }, + value: { booleanValue: null, doubleValue: 25.99039516861819, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1355 }, + value: { booleanValue: null, doubleValue: 26.110376542180127, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1356 }, + value: { booleanValue: null, doubleValue: 26.19650979883208, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1357 }, + value: { booleanValue: null, doubleValue: 26.015136110792355, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1358 }, + value: { booleanValue: null, doubleValue: 26.192561118732474, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1359 }, + value: { booleanValue: null, doubleValue: 26.197930951108088, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1360 }, + value: { booleanValue: null, doubleValue: 26.05683439788157, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1361 }, + value: { booleanValue: null, doubleValue: 26.061009891658603, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1362 }, + value: { booleanValue: null, doubleValue: 25.995783749412727, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1363 }, + value: { booleanValue: null, doubleValue: 26.131290679633967, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1364 }, + value: { booleanValue: null, doubleValue: 25.966052022807194, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1365 }, + value: { booleanValue: null, doubleValue: 26.08038389670237, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1366 }, + value: { booleanValue: null, doubleValue: 26.133018367223094, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1367 }, + value: { booleanValue: null, doubleValue: 26.04849634691319, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1368 }, + value: { booleanValue: null, doubleValue: 25.983132390680613, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1369 }, + value: { booleanValue: null, doubleValue: 26.09815615121606, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1370 }, + value: { booleanValue: null, doubleValue: 26.169586072776678, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1371 }, + value: { booleanValue: null, doubleValue: 26.15631140964624, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1372 }, + value: { booleanValue: null, doubleValue: 26.13944821490687, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1373 }, + value: { booleanValue: null, doubleValue: 26.112026801077352, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1374 }, + value: { booleanValue: null, doubleValue: 26.19480037135054, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1375 }, + value: { booleanValue: null, doubleValue: 26.02420513057449, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1376 }, + value: { booleanValue: null, doubleValue: 26.051328187961786, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1377 }, + value: { booleanValue: null, doubleValue: 26.07355423872816, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1378 }, + value: { booleanValue: null, doubleValue: 26.017340311989063, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1379 }, + value: { booleanValue: null, doubleValue: 26.138611237237637, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1380 }, + value: { booleanValue: null, doubleValue: 25.961626766272893, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1381 }, + value: { booleanValue: null, doubleValue: 25.973834915847178, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1382 }, + value: { booleanValue: null, doubleValue: 26.17409616168625, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1383 }, + value: { booleanValue: null, doubleValue: 26.04542355621874, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1384 }, + value: { booleanValue: null, doubleValue: 26.078708577068795, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1385 }, + value: { booleanValue: null, doubleValue: 26.067663746837177, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1386 }, + value: { booleanValue: null, doubleValue: 25.956689366021642, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1387 }, + value: { booleanValue: null, doubleValue: 26.18899317816631, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1388 }, + value: { booleanValue: null, doubleValue: 26.036798639413693, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1389 }, + value: { booleanValue: null, doubleValue: 26.18529723038484, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1390 }, + value: { booleanValue: null, doubleValue: 26.025402967894852, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1391 }, + value: { booleanValue: null, doubleValue: 26.005724237883474, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1392 }, + value: { booleanValue: null, doubleValue: 25.960757888599932, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1393 }, + value: { booleanValue: null, doubleValue: 25.98805500882984, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1394 }, + value: { booleanValue: null, doubleValue: 26.18544095979073, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1395 }, + value: { booleanValue: null, doubleValue: 26.023765414114308, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1396 }, + value: { booleanValue: null, doubleValue: 26.186763304875818, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1397 }, + value: { booleanValue: null, doubleValue: 26.086164433910948, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1398 }, + value: { booleanValue: null, doubleValue: 26.038766238241053, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1399 }, + value: { booleanValue: null, doubleValue: 26.07961714328669, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1400 }, + value: { booleanValue: null, doubleValue: 26.001450036769114, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1401 }, + value: { booleanValue: null, doubleValue: 26.014914167589527, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1402 }, + value: { booleanValue: null, doubleValue: 26.034413125048207, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1403 }, + value: { booleanValue: null, doubleValue: 26.183085404674408, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1404 }, + value: { booleanValue: null, doubleValue: 26.14621037829088, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1405 }, + value: { booleanValue: null, doubleValue: 25.991011074525627, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1406 }, + value: { booleanValue: null, doubleValue: 26.005865210034017, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1407 }, + value: { booleanValue: null, doubleValue: 25.97399064206954, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1408 }, + value: { booleanValue: null, doubleValue: 25.956600792459103, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1409 }, + value: { booleanValue: null, doubleValue: 25.993166799464156, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1410 }, + value: { booleanValue: null, doubleValue: 26.111749718651943, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1411 }, + value: { booleanValue: null, doubleValue: 26.01898471570227, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1412 }, + value: { booleanValue: null, doubleValue: 26.14821230985571, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1413 }, + value: { booleanValue: null, doubleValue: 26.173791411262542, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1414 }, + value: { booleanValue: null, doubleValue: 26.197063602964384, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1415 }, + value: { booleanValue: null, doubleValue: 26.060669846266737, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1416 }, + value: { booleanValue: null, doubleValue: 25.967014895497343, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1417 }, + value: { booleanValue: null, doubleValue: 26.030913206993723, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1418 }, + value: { booleanValue: null, doubleValue: 26.028453185758124, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1419 }, + value: { booleanValue: null, doubleValue: 26.121913529363194, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1420 }, + value: { booleanValue: null, doubleValue: 26.12233609271908, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1421 }, + value: { booleanValue: null, doubleValue: 26.070829419990023, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1422 }, + value: { booleanValue: null, doubleValue: 26.160127325313763, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1423 }, + value: { booleanValue: null, doubleValue: 26.06386012797183, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1424 }, + value: { booleanValue: null, doubleValue: 26.074793114318094, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1425 }, + value: { booleanValue: null, doubleValue: 25.96507700021646, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1426 }, + value: { booleanValue: null, doubleValue: 26.06521597486295, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1427 }, + value: { booleanValue: null, doubleValue: 26.112314234662772, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1428 }, + value: { booleanValue: null, doubleValue: 26.12448857566117, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1429 }, + value: { booleanValue: null, doubleValue: 26.17416333043321, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1430 }, + value: { booleanValue: null, doubleValue: 26.07593211279747, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1431 }, + value: { booleanValue: null, doubleValue: 26.150185192002834, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1432 }, + value: { booleanValue: null, doubleValue: 26.01219331181405, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1433 }, + value: { booleanValue: null, doubleValue: 26.12124928939446, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1434 }, + value: { booleanValue: null, doubleValue: 26.060102341843375, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1435 }, + value: { booleanValue: null, doubleValue: 26.166819849086135, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1436 }, + value: { booleanValue: null, doubleValue: 26.146205705881737, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1437 }, + value: { booleanValue: null, doubleValue: 26.022181566470064, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1438 }, + value: { booleanValue: null, doubleValue: 25.969470058952872, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1439 }, + value: { booleanValue: null, doubleValue: 25.99103008294904, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1440 }, + value: { booleanValue: null, doubleValue: 25.989625045290556, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1441 }, + value: { booleanValue: null, doubleValue: 26.017861904160238, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1442 }, + value: { booleanValue: null, doubleValue: 26.05095009497745, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1443 }, + value: { booleanValue: null, doubleValue: 26.128090535766912, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1444 }, + value: { booleanValue: null, doubleValue: 26.11645616016983, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1445 }, + value: { booleanValue: null, doubleValue: 25.996195784077774, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1446 }, + value: { booleanValue: null, doubleValue: 26.121709650147864, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1447 }, + value: { booleanValue: null, doubleValue: 26.165466573570964, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1448 }, + value: { booleanValue: null, doubleValue: 26.085891307388984, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1449 }, + value: { booleanValue: null, doubleValue: 26.179937575191683, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1450 }, + value: { booleanValue: null, doubleValue: 26.10204546012287, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1451 }, + value: { booleanValue: null, doubleValue: 25.980731429017684, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1452 }, + value: { booleanValue: null, doubleValue: 26.15219274881415, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1453 }, + value: { booleanValue: null, doubleValue: 26.136577882915663, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1454 }, + value: { booleanValue: null, doubleValue: 25.98039261414213, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1455 }, + value: { booleanValue: null, doubleValue: 26.058264677521052, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1456 }, + value: { booleanValue: null, doubleValue: 26.075865435793748, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1457 }, + value: { booleanValue: null, doubleValue: 26.18052607708631, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1458 }, + value: { booleanValue: null, doubleValue: 26.079389747349175, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1459 }, + value: { booleanValue: null, doubleValue: 26.11082997424352, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1460 }, + value: { booleanValue: null, doubleValue: 26.08365900158388, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1461 }, + value: { booleanValue: null, doubleValue: 25.97828704078852, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1462 }, + value: { booleanValue: null, doubleValue: 26.086795206024636, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1463 }, + value: { booleanValue: null, doubleValue: 26.00701086992992, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1464 }, + value: { booleanValue: null, doubleValue: 26.06345405906239, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1465 }, + value: { booleanValue: null, doubleValue: 26.10097353280215, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1466 }, + value: { booleanValue: null, doubleValue: 26.031566128639646, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1467 }, + value: { booleanValue: null, doubleValue: 26.175848355168174, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1468 }, + value: { booleanValue: null, doubleValue: 25.9903406952553, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1469 }, + value: { booleanValue: null, doubleValue: 26.127190048275157, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1470 }, + value: { booleanValue: null, doubleValue: 25.960362205453226, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1471 }, + value: { booleanValue: null, doubleValue: 26.002479931999652, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1472 }, + value: { booleanValue: null, doubleValue: 26.131035715199605, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1473 }, + value: { booleanValue: null, doubleValue: 26.080736412338844, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1474 }, + value: { booleanValue: null, doubleValue: 25.970484025766385, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1475 }, + value: { booleanValue: null, doubleValue: 26.185642048536508, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1476 }, + value: { booleanValue: null, doubleValue: 26.07313349172438, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1477 }, + value: { booleanValue: null, doubleValue: 25.960112053521392, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1478 }, + value: { booleanValue: null, doubleValue: 26.165212332863188, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1479 }, + value: { booleanValue: null, doubleValue: 26.043788284807107, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1480 }, + value: { booleanValue: null, doubleValue: 26.083462028753114, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1481 }, + value: { booleanValue: null, doubleValue: 26.15390641093126, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1482 }, + value: { booleanValue: null, doubleValue: 26.170709766593355, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1483 }, + value: { booleanValue: null, doubleValue: 26.084818617356305, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1484 }, + value: { booleanValue: null, doubleValue: 26.023466879439876, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1485 }, + value: { booleanValue: null, doubleValue: 25.975285165287907, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1486 }, + value: { booleanValue: null, doubleValue: 26.09297023210089, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1487 }, + value: { booleanValue: null, doubleValue: 25.99819646158182, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1488 }, + value: { booleanValue: null, doubleValue: 26.091340558750776, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1489 }, + value: { booleanValue: null, doubleValue: 26.1792646123921, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1490 }, + value: { booleanValue: null, doubleValue: 26.02800926753397, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1491 }, + value: { booleanValue: null, doubleValue: 25.988583874044092, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1492 }, + value: { booleanValue: null, doubleValue: 26.1784574230129, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1493 }, + value: { booleanValue: null, doubleValue: 25.962030883144106, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1494 }, + value: { booleanValue: null, doubleValue: 26.137947137867528, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1495 }, + value: { booleanValue: null, doubleValue: 26.09210058678498, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1496 }, + value: { booleanValue: null, doubleValue: 26.06786196005914, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1497 }, + value: { booleanValue: null, doubleValue: 26.11291254981879, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1498 }, + value: { booleanValue: null, doubleValue: 26.178211124232586, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1499 }, + value: { booleanValue: null, doubleValue: 25.96277687437669, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1500 }, + value: { booleanValue: null, doubleValue: 26.087696875123832, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1501 }, + value: { booleanValue: null, doubleValue: 26.095655806314923, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1502 }, + value: { booleanValue: null, doubleValue: 26.13909558494827, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1503 }, + value: { booleanValue: null, doubleValue: 26.15466164241789, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1504 }, + value: { booleanValue: null, doubleValue: 26.050258483495124, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1505 }, + value: { booleanValue: null, doubleValue: 26.190350070366907, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1506 }, + value: { booleanValue: null, doubleValue: 26.04698318760323, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1507 }, + value: { booleanValue: null, doubleValue: 26.18963678315097, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1508 }, + value: { booleanValue: null, doubleValue: 26.17536789660967, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1509 }, + value: { booleanValue: null, doubleValue: 25.9636692155893, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1510 }, + value: { booleanValue: null, doubleValue: 26.042325489798085, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1511 }, + value: { booleanValue: null, doubleValue: 26.09925963347167, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1512 }, + value: { booleanValue: null, doubleValue: 26.075227708139906, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1513 }, + value: { booleanValue: null, doubleValue: 26.15580231640008, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1514 }, + value: { booleanValue: null, doubleValue: 26.04693791218391, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1515 }, + value: { booleanValue: null, doubleValue: 26.02300222703399, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1516 }, + value: { booleanValue: null, doubleValue: 26.191693348762623, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1517 }, + value: { booleanValue: null, doubleValue: 26.194031753442356, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1518 }, + value: { booleanValue: null, doubleValue: 26.19104394669999, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1519 }, + value: { booleanValue: null, doubleValue: 26.01586160876405, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1520 }, + value: { booleanValue: null, doubleValue: 26.014682492175044, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1521 }, + value: { booleanValue: null, doubleValue: 26.08676474031865, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1522 }, + value: { booleanValue: null, doubleValue: 26.05666236381241, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1523 }, + value: { booleanValue: null, doubleValue: 26.11021622587443, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1524 }, + value: { booleanValue: null, doubleValue: 26.1895700644828, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1525 }, + value: { booleanValue: null, doubleValue: 26.027209032953653, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1526 }, + value: { booleanValue: null, doubleValue: 25.973204411303424, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1527 }, + value: { booleanValue: null, doubleValue: 26.197824243775557, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1528 }, + value: { booleanValue: null, doubleValue: 26.06794298576894, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1529 }, + value: { booleanValue: null, doubleValue: 26.05599012969357, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1530 }, + value: { booleanValue: null, doubleValue: 26.06290703753765, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1531 }, + value: { booleanValue: null, doubleValue: 25.967925984583545, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1532 }, + value: { booleanValue: null, doubleValue: 26.02456653461973, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1533 }, + value: { booleanValue: null, doubleValue: 26.17367238418649, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1534 }, + value: { booleanValue: null, doubleValue: 26.085066931251006, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1535 }, + value: { booleanValue: null, doubleValue: 26.055223935459885, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1536 }, + value: { booleanValue: null, doubleValue: 26.04968586680632, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1537 }, + value: { booleanValue: null, doubleValue: 26.1271193916469, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1538 }, + value: { booleanValue: null, doubleValue: 26.17314328296872, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1539 }, + value: { booleanValue: null, doubleValue: 25.980442585991085, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1540 }, + value: { booleanValue: null, doubleValue: 26.003346100132838, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1541 }, + value: { booleanValue: null, doubleValue: 26.13292632885528, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1542 }, + value: { booleanValue: null, doubleValue: 25.9916462635655, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1543 }, + value: { booleanValue: null, doubleValue: 26.115269190094804, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1544 }, + value: { booleanValue: null, doubleValue: 26.144550205447974, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1545 }, + value: { booleanValue: null, doubleValue: 26.19306787962389, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1546 }, + value: { booleanValue: null, doubleValue: 26.053273342162957, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1547 }, + value: { booleanValue: null, doubleValue: 26.15601785726695, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1548 }, + value: { booleanValue: null, doubleValue: 26.100151393713574, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1549 }, + value: { booleanValue: null, doubleValue: 26.002201829735174, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1550 }, + value: { booleanValue: null, doubleValue: 26.18021344624061, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1551 }, + value: { booleanValue: null, doubleValue: 26.10263871281641, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1552 }, + value: { booleanValue: null, doubleValue: 26.1436916920418, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1553 }, + value: { booleanValue: null, doubleValue: 26.022955773949896, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1554 }, + value: { booleanValue: null, doubleValue: 25.975610595092096, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1555 }, + value: { booleanValue: null, doubleValue: 26.151119553255583, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1556 }, + value: { booleanValue: null, doubleValue: 25.99731527585028, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1557 }, + value: { booleanValue: null, doubleValue: 26.097567780132152, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1558 }, + value: { booleanValue: null, doubleValue: 26.160382026728602, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1559 }, + value: { booleanValue: null, doubleValue: 26.194606522636818, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1560 }, + value: { booleanValue: null, doubleValue: 26.061773371595656, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1561 }, + value: { booleanValue: null, doubleValue: 25.99998338694505, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1562 }, + value: { booleanValue: null, doubleValue: 26.032314991692548, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1563 }, + value: { booleanValue: null, doubleValue: 26.01112181246068, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1564 }, + value: { booleanValue: null, doubleValue: 25.995541964435784, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1565 }, + value: { booleanValue: null, doubleValue: 26.079856832169416, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1566 }, + value: { booleanValue: null, doubleValue: 26.076543636403848, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1567 }, + value: { booleanValue: null, doubleValue: 26.135748114996485, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1568 }, + value: { booleanValue: null, doubleValue: 26.090564040888587, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1569 }, + value: { booleanValue: null, doubleValue: 26.130848761689695, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1570 }, + value: { booleanValue: null, doubleValue: 25.999001124473835, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1571 }, + value: { booleanValue: null, doubleValue: 26.053453523298078, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1572 }, + value: { booleanValue: null, doubleValue: 26.064621975944327, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1573 }, + value: { booleanValue: null, doubleValue: 26.145767085595743, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1574 }, + value: { booleanValue: null, doubleValue: 25.983887727825937, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1575 }, + value: { booleanValue: null, doubleValue: 26.09463441148772, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1576 }, + value: { booleanValue: null, doubleValue: 26.189924707908606, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1577 }, + value: { booleanValue: null, doubleValue: 26.043456654982876, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1578 }, + value: { booleanValue: null, doubleValue: 26.11594666375743, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1579 }, + value: { booleanValue: null, doubleValue: 26.18815259499464, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1580 }, + value: { booleanValue: null, doubleValue: 26.167623153531867, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1581 }, + value: { booleanValue: null, doubleValue: 26.038320455388796, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1582 }, + value: { booleanValue: null, doubleValue: 26.171216995719533, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1583 }, + value: { booleanValue: null, doubleValue: 26.142331453915492, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1584 }, + value: { booleanValue: null, doubleValue: 26.186318318985702, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1585 }, + value: { booleanValue: null, doubleValue: 26.046140538533233, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1586 }, + value: { booleanValue: null, doubleValue: 25.986625799069067, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1587 }, + value: { booleanValue: null, doubleValue: 25.97207180481114, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1588 }, + value: { booleanValue: null, doubleValue: 25.98956623179971, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1589 }, + value: { booleanValue: null, doubleValue: 26.09927225829237, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1590 }, + value: { booleanValue: null, doubleValue: 26.073767352921138, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1591 }, + value: { booleanValue: null, doubleValue: 26.193668519921925, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1592 }, + value: { booleanValue: null, doubleValue: 26.031161519490595, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1593 }, + value: { booleanValue: null, doubleValue: 26.14123819906379, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1594 }, + value: { booleanValue: null, doubleValue: 26.132361752196942, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1595 }, + value: { booleanValue: null, doubleValue: 26.034806280578334, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1596 }, + value: { booleanValue: null, doubleValue: 26.123351779826407, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1597 }, + value: { booleanValue: null, doubleValue: 26.035849748287195, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1598 }, + value: { booleanValue: null, doubleValue: 26.19596683510982, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1599 }, + value: { booleanValue: null, doubleValue: 26.108168105359823, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1600 }, + value: { booleanValue: null, doubleValue: 26.12197204791505, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1601 }, + value: { booleanValue: null, doubleValue: 26.099197711521246, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1602 }, + value: { booleanValue: null, doubleValue: 25.97798652082585, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1603 }, + value: { booleanValue: null, doubleValue: 25.988664763371382, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1604 }, + value: { booleanValue: null, doubleValue: 26.159444947319326, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1605 }, + value: { booleanValue: null, doubleValue: 26.012540852095952, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1606 }, + value: { booleanValue: null, doubleValue: 26.058748101700747, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1607 }, + value: { booleanValue: null, doubleValue: 26.18071198628054, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1608 }, + value: { booleanValue: null, doubleValue: 26.023561117655365, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1609 }, + value: { booleanValue: null, doubleValue: 26.120698183453836, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1610 }, + value: { booleanValue: null, doubleValue: 26.162153556540925, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1611 }, + value: { booleanValue: null, doubleValue: 26.01433030408066, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1612 }, + value: { booleanValue: null, doubleValue: 25.9840589933312, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1613 }, + value: { booleanValue: null, doubleValue: 25.964353635940203, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1614 }, + value: { booleanValue: null, doubleValue: 26.15052709726382, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1615 }, + value: { booleanValue: null, doubleValue: 26.122860622594793, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1616 }, + value: { booleanValue: null, doubleValue: 26.16874477876862, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1617 }, + value: { booleanValue: null, doubleValue: 26.102656995162103, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1618 }, + value: { booleanValue: null, doubleValue: 25.959574586665095, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1619 }, + value: { booleanValue: null, doubleValue: 26.16911142963407, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1620 }, + value: { booleanValue: null, doubleValue: 26.10170844386535, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1621 }, + value: { booleanValue: null, doubleValue: 26.190984418755306, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1622 }, + value: { booleanValue: null, doubleValue: 26.091079824881252, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1623 }, + value: { booleanValue: null, doubleValue: 26.155909501106922, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1624 }, + value: { booleanValue: null, doubleValue: 26.122617052263518, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1625 }, + value: { booleanValue: null, doubleValue: 25.976411180890555, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1626 }, + value: { booleanValue: null, doubleValue: 26.121217494873516, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1627 }, + value: { booleanValue: null, doubleValue: 26.118735993605764, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1628 }, + value: { booleanValue: null, doubleValue: 26.005776277316286, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1629 }, + value: { booleanValue: null, doubleValue: 26.0836034020628, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1630 }, + value: { booleanValue: null, doubleValue: 26.170728372594613, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1631 }, + value: { booleanValue: null, doubleValue: 26.064036099250153, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1632 }, + value: { booleanValue: null, doubleValue: 26.085674962172277, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1633 }, + value: { booleanValue: null, doubleValue: 26.089226797211328, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1634 }, + value: { booleanValue: null, doubleValue: 26.075537561643355, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1635 }, + value: { booleanValue: null, doubleValue: 25.976872210432283, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1636 }, + value: { booleanValue: null, doubleValue: 26.120666152616515, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1637 }, + value: { booleanValue: null, doubleValue: 25.982877501813082, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1638 }, + value: { booleanValue: null, doubleValue: 26.083579227786995, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1639 }, + value: { booleanValue: null, doubleValue: 26.02892859709454, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1640 }, + value: { booleanValue: null, doubleValue: 26.147402790236114, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1641 }, + value: { booleanValue: null, doubleValue: 26.052706949305488, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1642 }, + value: { booleanValue: null, doubleValue: 26.105552216088803, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1643 }, + value: { booleanValue: null, doubleValue: 25.990132538038413, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1644 }, + value: { booleanValue: null, doubleValue: 26.162572397992314, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1645 }, + value: { booleanValue: null, doubleValue: 26.086093823021503, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1646 }, + value: { booleanValue: null, doubleValue: 26.11577191075325, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1647 }, + value: { booleanValue: null, doubleValue: 26.16017423483395, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1648 }, + value: { booleanValue: null, doubleValue: 26.05260444485187, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1649 }, + value: { booleanValue: null, doubleValue: 26.052713384455803, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1650 }, + value: { booleanValue: null, doubleValue: 26.036554567629334, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1651 }, + value: { booleanValue: null, doubleValue: 26.040977781901013, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1652 }, + value: { booleanValue: null, doubleValue: 25.984330378164454, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1653 }, + value: { booleanValue: null, doubleValue: 26.114480892450246, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1654 }, + value: { booleanValue: null, doubleValue: 26.13100534529696, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1655 }, + value: { booleanValue: null, doubleValue: 25.962415035756543, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1656 }, + value: { booleanValue: null, doubleValue: 25.97390929111163, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1657 }, + value: { booleanValue: null, doubleValue: 26.039814418898793, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1658 }, + value: { booleanValue: null, doubleValue: 25.9802828032482, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1659 }, + value: { booleanValue: null, doubleValue: 25.97865351597304, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1660 }, + value: { booleanValue: null, doubleValue: 26.150742255566804, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1661 }, + value: { booleanValue: null, doubleValue: 26.097805347195404, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1662 }, + value: { booleanValue: null, doubleValue: 26.13261711024971, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1663 }, + value: { booleanValue: null, doubleValue: 26.17326690153989, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1664 }, + value: { booleanValue: null, doubleValue: 26.154182868665128, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1665 }, + value: { booleanValue: null, doubleValue: 26.072119876662406, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1666 }, + value: { booleanValue: null, doubleValue: 26.099870596091886, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1667 }, + value: { booleanValue: null, doubleValue: 25.999540309583224, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1668 }, + value: { booleanValue: null, doubleValue: 26.180501026996627, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1669 }, + value: { booleanValue: null, doubleValue: 26.142982706965768, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1670 }, + value: { booleanValue: null, doubleValue: 26.059416184546553, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1671 }, + value: { booleanValue: null, doubleValue: 26.191738758113704, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1672 }, + value: { booleanValue: null, doubleValue: 25.981005075677622, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1673 }, + value: { booleanValue: null, doubleValue: 26.011145699845997, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1674 }, + value: { booleanValue: null, doubleValue: 25.99881952347468, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1675 }, + value: { booleanValue: null, doubleValue: 26.031328509368084, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1676 }, + value: { booleanValue: null, doubleValue: 26.14051046863752, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1677 }, + value: { booleanValue: null, doubleValue: 26.141056541592178, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1678 }, + value: { booleanValue: null, doubleValue: 26.08097098609935, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1679 }, + value: { booleanValue: null, doubleValue: 25.99822672022508, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1680 }, + value: { booleanValue: null, doubleValue: 26.16499649356774, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1681 }, + value: { booleanValue: null, doubleValue: 26.07707987966272, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1682 }, + value: { booleanValue: null, doubleValue: 25.958870454875278, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1683 }, + value: { booleanValue: null, doubleValue: 26.189862870601736, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1684 }, + value: { booleanValue: null, doubleValue: 26.12725373881023, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1685 }, + value: { booleanValue: null, doubleValue: 26.011595902474845, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1686 }, + value: { booleanValue: null, doubleValue: 25.95590664783625, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1687 }, + value: { booleanValue: null, doubleValue: 25.973770608921534, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1688 }, + value: { booleanValue: null, doubleValue: 26.04102764135799, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1689 }, + value: { booleanValue: null, doubleValue: 26.11769506901174, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1690 }, + value: { booleanValue: null, doubleValue: 26.05901895362155, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1691 }, + value: { booleanValue: null, doubleValue: 26.001902439830022, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1692 }, + value: { booleanValue: null, doubleValue: 26.071581436322596, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1693 }, + value: { booleanValue: null, doubleValue: 26.19089408268139, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1694 }, + value: { booleanValue: null, doubleValue: 26.17598296655879, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1695 }, + value: { booleanValue: null, doubleValue: 26.15258991135691, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1696 }, + value: { booleanValue: null, doubleValue: 26.010007164782504, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1697 }, + value: { booleanValue: null, doubleValue: 26.181410826238977, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1698 }, + value: { booleanValue: null, doubleValue: 26.136478844162262, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1699 }, + value: { booleanValue: null, doubleValue: 26.123380606778067, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1700 }, + value: { booleanValue: null, doubleValue: 25.986974518241976, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1701 }, + value: { booleanValue: null, doubleValue: 26.157814979735267, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1702 }, + value: { booleanValue: null, doubleValue: 26.055021405239398, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1703 }, + value: { booleanValue: null, doubleValue: 26.04104103784619, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1704 }, + value: { booleanValue: null, doubleValue: 25.960030407360122, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1705 }, + value: { booleanValue: null, doubleValue: 26.116629821367326, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1706 }, + value: { booleanValue: null, doubleValue: 26.10800731420426, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1707 }, + value: { booleanValue: null, doubleValue: 26.109927007305743, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1708 }, + value: { booleanValue: null, doubleValue: 26.179320702383023, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1709 }, + value: { booleanValue: null, doubleValue: 26.15383832638752, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1710 }, + value: { booleanValue: null, doubleValue: 26.121732755387264, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1711 }, + value: { booleanValue: null, doubleValue: 26.056256560747542, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1712 }, + value: { booleanValue: null, doubleValue: 26.122551265417794, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1713 }, + value: { booleanValue: null, doubleValue: 26.135104429444993, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1714 }, + value: { booleanValue: null, doubleValue: 26.07565946344938, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1715 }, + value: { booleanValue: null, doubleValue: 25.97980474443738, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1716 }, + value: { booleanValue: null, doubleValue: 26.048560378924684, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1717 }, + value: { booleanValue: null, doubleValue: 26.12484519316353, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1718 }, + value: { booleanValue: null, doubleValue: 26.089350076872282, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1719 }, + value: { booleanValue: null, doubleValue: 26.009835626708217, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1720 }, + value: { booleanValue: null, doubleValue: 26.084581263366807, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1721 }, + value: { booleanValue: null, doubleValue: 26.074118620446427, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1722 }, + value: { booleanValue: null, doubleValue: 25.97114250239898, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1723 }, + value: { booleanValue: null, doubleValue: 26.16050528350173, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1724 }, + value: { booleanValue: null, doubleValue: 26.13846714563254, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1725 }, + value: { booleanValue: null, doubleValue: 26.119618773103724, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1726 }, + value: { booleanValue: null, doubleValue: 26.099299352442333, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1727 }, + value: { booleanValue: null, doubleValue: 25.992177946220654, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1728 }, + value: { booleanValue: null, doubleValue: 26.08386573337886, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1729 }, + value: { booleanValue: null, doubleValue: 26.056721245579457, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1730 }, + value: { booleanValue: null, doubleValue: 26.04034315400864, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1731 }, + value: { booleanValue: null, doubleValue: 26.088334117423223, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1732 }, + value: { booleanValue: null, doubleValue: 26.059911245286866, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1733 }, + value: { booleanValue: null, doubleValue: 26.155320071210465, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1734 }, + value: { booleanValue: null, doubleValue: 26.02798821135039, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1735 }, + value: { booleanValue: null, doubleValue: 26.07441729414495, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1736 }, + value: { booleanValue: null, doubleValue: 26.095763417048623, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1737 }, + value: { booleanValue: null, doubleValue: 26.163046523273675, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1738 }, + value: { booleanValue: null, doubleValue: 26.19586544376507, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1739 }, + value: { booleanValue: null, doubleValue: 26.042859349992217, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1740 }, + value: { booleanValue: null, doubleValue: 26.041171798764225, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1741 }, + value: { booleanValue: null, doubleValue: 26.12904938091771, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1742 }, + value: { booleanValue: null, doubleValue: 25.97625948635477, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1743 }, + value: { booleanValue: null, doubleValue: 26.093218439005067, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1744 }, + value: { booleanValue: null, doubleValue: 26.188913559264453, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1745 }, + value: { booleanValue: null, doubleValue: 26.13588434009581, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1746 }, + value: { booleanValue: null, doubleValue: 26.072505828961546, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1747 }, + value: { booleanValue: null, doubleValue: 26.148595554918327, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1748 }, + value: { booleanValue: null, doubleValue: 26.007442254624035, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1749 }, + value: { booleanValue: null, doubleValue: 26.040198228260415, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1750 }, + value: { booleanValue: null, doubleValue: 26.052460912961216, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1751 }, + value: { booleanValue: null, doubleValue: 26.036290136644656, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1752 }, + value: { booleanValue: null, doubleValue: 26.049359118564077, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1753 }, + value: { booleanValue: null, doubleValue: 26.068370294019424, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1754 }, + value: { booleanValue: null, doubleValue: 26.136482827085796, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1755 }, + value: { booleanValue: null, doubleValue: 26.050640474594072, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1756 }, + value: { booleanValue: null, doubleValue: 26.032486782523396, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1757 }, + value: { booleanValue: null, doubleValue: 25.981055094675703, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1758 }, + value: { booleanValue: null, doubleValue: 26.113109434044233, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1759 }, + value: { booleanValue: null, doubleValue: 26.167984046576592, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1760 }, + value: { booleanValue: null, doubleValue: 25.957431401902156, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1761 }, + value: { booleanValue: null, doubleValue: 26.173405628359898, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1762 }, + value: { booleanValue: null, doubleValue: 26.075810245853642, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1763 }, + value: { booleanValue: null, doubleValue: 26.080999348530764, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1764 }, + value: { booleanValue: null, doubleValue: 26.026685676587295, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1765 }, + value: { booleanValue: null, doubleValue: 26.131889128379168, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1766 }, + value: { booleanValue: null, doubleValue: 25.970071038442562, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1767 }, + value: { booleanValue: null, doubleValue: 26.14405524019326, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1768 }, + value: { booleanValue: null, doubleValue: 26.039198065750252, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1769 }, + value: { booleanValue: null, doubleValue: 26.137867478075925, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1770 }, + value: { booleanValue: null, doubleValue: 25.956390406059533, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1771 }, + value: { booleanValue: null, doubleValue: 26.183546381179934, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1772 }, + value: { booleanValue: null, doubleValue: 26.087625026696777, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1773 }, + value: { booleanValue: null, doubleValue: 26.15337055275645, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1774 }, + value: { booleanValue: null, doubleValue: 26.062419752516575, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1775 }, + value: { booleanValue: null, doubleValue: 26.147209591662122, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1776 }, + value: { booleanValue: null, doubleValue: 26.193119877841866, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1777 }, + value: { booleanValue: null, doubleValue: 26.050513815515384, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1778 }, + value: { booleanValue: null, doubleValue: 26.11523342587212, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1779 }, + value: { booleanValue: null, doubleValue: 26.11555204687438, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1780 }, + value: { booleanValue: null, doubleValue: 26.14792170252824, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1781 }, + value: { booleanValue: null, doubleValue: 26.09696744473977, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1782 }, + value: { booleanValue: null, doubleValue: 26.125913718857632, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1783 }, + value: { booleanValue: null, doubleValue: 26.09283290436918, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1784 }, + value: { booleanValue: null, doubleValue: 26.09626810477206, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1785 }, + value: { booleanValue: null, doubleValue: 25.974321365758094, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1786 }, + value: { booleanValue: null, doubleValue: 26.12445063029546, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1787 }, + value: { booleanValue: null, doubleValue: 26.189246182573882, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1788 }, + value: { booleanValue: null, doubleValue: 25.9754045944261, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1789 }, + value: { booleanValue: null, doubleValue: 26.194446239791265, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1790 }, + value: { booleanValue: null, doubleValue: 26.183792563987872, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1791 }, + value: { booleanValue: null, doubleValue: 26.079640426953244, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1792 }, + value: { booleanValue: null, doubleValue: 26.017573366785175, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1793 }, + value: { booleanValue: null, doubleValue: 26.091592815378714, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1794 }, + value: { booleanValue: null, doubleValue: 26.17580322743983, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1795 }, + value: { booleanValue: null, doubleValue: 26.191499234598837, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1796 }, + value: { booleanValue: null, doubleValue: 26.05579768313989, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1797 }, + value: { booleanValue: null, doubleValue: 26.013529237362597, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1798 }, + value: { booleanValue: null, doubleValue: 26.144759758582552, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1799 }, + value: { booleanValue: null, doubleValue: 25.98563759609915, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1800 }, + value: { booleanValue: null, doubleValue: 26.12574357472545, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1801 }, + value: { booleanValue: null, doubleValue: 26.00911544547595, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1802 }, + value: { booleanValue: null, doubleValue: 26.161989469663254, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1803 }, + value: { booleanValue: null, doubleValue: 25.96035433021331, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1804 }, + value: { booleanValue: null, doubleValue: 26.130466209244503, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1805 }, + value: { booleanValue: null, doubleValue: 26.167484608613933, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1806 }, + value: { booleanValue: null, doubleValue: 26.068565113239526, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1807 }, + value: { booleanValue: null, doubleValue: 26.167557218933393, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1808 }, + value: { booleanValue: null, doubleValue: 26.08066583214504, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1809 }, + value: { booleanValue: null, doubleValue: 26.162402661912118, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1810 }, + value: { booleanValue: null, doubleValue: 26.149433848112036, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1811 }, + value: { booleanValue: null, doubleValue: 26.155253990187948, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1812 }, + value: { booleanValue: null, doubleValue: 25.971294166114202, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1813 }, + value: { booleanValue: null, doubleValue: 26.112125654783224, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1814 }, + value: { booleanValue: null, doubleValue: 26.179124020052733, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1815 }, + value: { booleanValue: null, doubleValue: 25.960258472766625, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1816 }, + value: { booleanValue: null, doubleValue: 26.18448719019579, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1817 }, + value: { booleanValue: null, doubleValue: 25.967721344478186, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1818 }, + value: { booleanValue: null, doubleValue: 26.139338859936373, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1819 }, + value: { booleanValue: null, doubleValue: 26.172591334992564, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1820 }, + value: { booleanValue: null, doubleValue: 26.00438248711997, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1821 }, + value: { booleanValue: null, doubleValue: 26.132762273770233, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1822 }, + value: { booleanValue: null, doubleValue: 26.195047121453612, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1823 }, + value: { booleanValue: null, doubleValue: 26.06002884763296, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1824 }, + value: { booleanValue: null, doubleValue: 26.196392790127447, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1825 }, + value: { booleanValue: null, doubleValue: 26.062768487779483, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1826 }, + value: { booleanValue: null, doubleValue: 26.070152940128402, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1827 }, + value: { booleanValue: null, doubleValue: 26.014632316872643, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1828 }, + value: { booleanValue: null, doubleValue: 26.138512815047203, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1829 }, + value: { booleanValue: null, doubleValue: 26.010965134167094, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1830 }, + value: { booleanValue: null, doubleValue: 26.04974657709582, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1831 }, + value: { booleanValue: null, doubleValue: 26.134403283252084, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1832 }, + value: { booleanValue: null, doubleValue: 26.140500767711547, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1833 }, + value: { booleanValue: null, doubleValue: 26.101449496516008, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1834 }, + value: { booleanValue: null, doubleValue: 26.16770775472968, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1835 }, + value: { booleanValue: null, doubleValue: 26.14068051386684, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1836 }, + value: { booleanValue: null, doubleValue: 26.103506426725588, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1837 }, + value: { booleanValue: null, doubleValue: 25.986549277905027, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1838 }, + value: { booleanValue: null, doubleValue: 25.956193931449057, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1839 }, + value: { booleanValue: null, doubleValue: 26.147416496360854, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1840 }, + value: { booleanValue: null, doubleValue: 26.177289542826024, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1841 }, + value: { booleanValue: null, doubleValue: 26.19328344813277, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1842 }, + value: { booleanValue: null, doubleValue: 26.118818397331843, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1843 }, + value: { booleanValue: null, doubleValue: 26.03447314729806, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1844 }, + value: { booleanValue: null, doubleValue: 25.992671910251175, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1845 }, + value: { booleanValue: null, doubleValue: 26.13344347371927, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1846 }, + value: { booleanValue: null, doubleValue: 26.195751341267478, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1847 }, + value: { booleanValue: null, doubleValue: 26.10193612620321, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1848 }, + value: { booleanValue: null, doubleValue: 26.07638850897726, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1849 }, + value: { booleanValue: null, doubleValue: 26.10123858041638, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1850 }, + value: { booleanValue: null, doubleValue: 26.113064142356457, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1851 }, + value: { booleanValue: null, doubleValue: 26.087585779721095, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1852 }, + value: { booleanValue: null, doubleValue: 26.026533644345307, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1853 }, + value: { booleanValue: null, doubleValue: 26.125431588739968, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1854 }, + value: { booleanValue: null, doubleValue: 25.963841644797743, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1855 }, + value: { booleanValue: null, doubleValue: 25.986767122989544, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1856 }, + value: { booleanValue: null, doubleValue: 26.076434427759445, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1857 }, + value: { booleanValue: null, doubleValue: 26.15440952191618, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1858 }, + value: { booleanValue: null, doubleValue: 26.095018557523844, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1859 }, + value: { booleanValue: null, doubleValue: 26.137673759081093, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1860 }, + value: { booleanValue: null, doubleValue: 26.177495384484217, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1861 }, + value: { booleanValue: null, doubleValue: 26.196733728750782, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1862 }, + value: { booleanValue: null, doubleValue: 26.139056432402672, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1863 }, + value: { booleanValue: null, doubleValue: 26.194371803076542, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1864 }, + value: { booleanValue: null, doubleValue: 26.12371787829847, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1865 }, + value: { booleanValue: null, doubleValue: 25.988478443839544, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1866 }, + value: { booleanValue: null, doubleValue: 26.114958057088558, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1867 }, + value: { booleanValue: null, doubleValue: 25.962873579381228, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1868 }, + value: { booleanValue: null, doubleValue: 26.19661834508721, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1869 }, + value: { booleanValue: null, doubleValue: 26.089136806548407, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1870 }, + value: { booleanValue: null, doubleValue: 26.03763644286546, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1871 }, + value: { booleanValue: null, doubleValue: 26.119830362977215, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1872 }, + value: { booleanValue: null, doubleValue: 26.065487351348406, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1873 }, + value: { booleanValue: null, doubleValue: 25.969240570122324, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1874 }, + value: { booleanValue: null, doubleValue: 26.05352054239761, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1875 }, + value: { booleanValue: null, doubleValue: 26.159408106233094, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1876 }, + value: { booleanValue: null, doubleValue: 26.06416257685353, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1877 }, + value: { booleanValue: null, doubleValue: 26.130549350355494, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1878 }, + value: { booleanValue: null, doubleValue: 26.045906503875916, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1879 }, + value: { booleanValue: null, doubleValue: 26.03096932095319, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1880 }, + value: { booleanValue: null, doubleValue: 26.116587127234858, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1881 }, + value: { booleanValue: null, doubleValue: 26.17276967350942, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1882 }, + value: { booleanValue: null, doubleValue: 26.073477378273537, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1883 }, + value: { booleanValue: null, doubleValue: 26.03419797141653, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1884 }, + value: { booleanValue: null, doubleValue: 26.117883116007402, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1885 }, + value: { booleanValue: null, doubleValue: 26.11772898905806, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1886 }, + value: { booleanValue: null, doubleValue: 25.99748088974937, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1887 }, + value: { booleanValue: null, doubleValue: 26.156948587088102, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1888 }, + value: { booleanValue: null, doubleValue: 26.09028843239176, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1889 }, + value: { booleanValue: null, doubleValue: 26.15063806361158, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1890 }, + value: { booleanValue: null, doubleValue: 26.032569240733164, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1891 }, + value: { booleanValue: null, doubleValue: 26.128987487452655, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1892 }, + value: { booleanValue: null, doubleValue: 26.169293781208253, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1893 }, + value: { booleanValue: null, doubleValue: 26.007169985807074, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1894 }, + value: { booleanValue: null, doubleValue: 26.128107448203416, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1895 }, + value: { booleanValue: null, doubleValue: 26.163704075556787, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1896 }, + value: { booleanValue: null, doubleValue: 26.015858951062242, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1897 }, + value: { booleanValue: null, doubleValue: 26.099924519380895, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1898 }, + value: { booleanValue: null, doubleValue: 26.084043606460423, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1899 }, + value: { booleanValue: null, doubleValue: 26.159068371584702, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1900 }, + value: { booleanValue: null, doubleValue: 26.148161315432603, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1901 }, + value: { booleanValue: null, doubleValue: 26.13939120980562, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1902 }, + value: { booleanValue: null, doubleValue: 26.141114008439242, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1903 }, + value: { booleanValue: null, doubleValue: 26.045931859227807, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1904 }, + value: { booleanValue: null, doubleValue: 26.145572250461935, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1905 }, + value: { booleanValue: null, doubleValue: 26.181593980634226, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1906 }, + value: { booleanValue: null, doubleValue: 26.126241579682123, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1907 }, + value: { booleanValue: null, doubleValue: 25.995665863367567, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1908 }, + value: { booleanValue: null, doubleValue: 26.12651606713678, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1909 }, + value: { booleanValue: null, doubleValue: 26.18112249510211, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1910 }, + value: { booleanValue: null, doubleValue: 26.099470368735286, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1911 }, + value: { booleanValue: null, doubleValue: 26.058630721884274, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1912 }, + value: { booleanValue: null, doubleValue: 26.150915909270115, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1913 }, + value: { booleanValue: null, doubleValue: 26.124891130107496, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1914 }, + value: { booleanValue: null, doubleValue: 26.107577209336004, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1915 }, + value: { booleanValue: null, doubleValue: 26.198230404022713, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1916 }, + value: { booleanValue: null, doubleValue: 26.086733500652244, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1917 }, + value: { booleanValue: null, doubleValue: 26.145856760880633, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1918 }, + value: { booleanValue: null, doubleValue: 25.95839711089705, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1919 }, + value: { booleanValue: null, doubleValue: 26.143643803968903, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1920 }, + value: { booleanValue: null, doubleValue: 26.013079661767094, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1921 }, + value: { booleanValue: null, doubleValue: 26.046742546286282, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1922 }, + value: { booleanValue: null, doubleValue: 26.061707056455198, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1923 }, + value: { booleanValue: null, doubleValue: 25.978881955330802, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1924 }, + value: { booleanValue: null, doubleValue: 26.1948935598473, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1925 }, + value: { booleanValue: null, doubleValue: 26.060783561458855, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1926 }, + value: { booleanValue: null, doubleValue: 26.147147305741854, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1927 }, + value: { booleanValue: null, doubleValue: 26.01403741378676, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1928 }, + value: { booleanValue: null, doubleValue: 25.98530967131825, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1929 }, + value: { booleanValue: null, doubleValue: 26.18964689217826, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1930 }, + value: { booleanValue: null, doubleValue: 26.197465264084677, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1931 }, + value: { booleanValue: null, doubleValue: 26.064760241586885, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1932 }, + value: { booleanValue: null, doubleValue: 26.037789218908056, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1933 }, + value: { booleanValue: null, doubleValue: 26.063256665206602, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1934 }, + value: { booleanValue: null, doubleValue: 25.999386289216645, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1935 }, + value: { booleanValue: null, doubleValue: 26.09741203236151, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1936 }, + value: { booleanValue: null, doubleValue: 26.117540199914842, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1937 }, + value: { booleanValue: null, doubleValue: 25.968256799905326, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1938 }, + value: { booleanValue: null, doubleValue: 26.049539215034255, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1939 }, + value: { booleanValue: null, doubleValue: 26.01934901976549, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1940 }, + value: { booleanValue: null, doubleValue: 26.01657333444908, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1941 }, + value: { booleanValue: null, doubleValue: 26.044569256432577, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1942 }, + value: { booleanValue: null, doubleValue: 26.067011012794076, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1943 }, + value: { booleanValue: null, doubleValue: 26.194745375842494, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1944 }, + value: { booleanValue: null, doubleValue: 26.005224905478574, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1945 }, + value: { booleanValue: null, doubleValue: 26.089977818046762, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1946 }, + value: { booleanValue: null, doubleValue: 26.123001444432468, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1947 }, + value: { booleanValue: null, doubleValue: 26.13042594983448, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1948 }, + value: { booleanValue: null, doubleValue: 25.96012993188497, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1949 }, + value: { booleanValue: null, doubleValue: 26.123208285767713, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1950 }, + value: { booleanValue: null, doubleValue: 26.014021194721128, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1951 }, + value: { booleanValue: null, doubleValue: 26.18712130102889, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1952 }, + value: { booleanValue: null, doubleValue: 26.033524971448394, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1953 }, + value: { booleanValue: null, doubleValue: 26.105902799124703, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1954 }, + value: { booleanValue: null, doubleValue: 26.123002081767183, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1955 }, + value: { booleanValue: null, doubleValue: 26.004247357350398, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1956 }, + value: { booleanValue: null, doubleValue: 26.02613887860506, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1957 }, + value: { booleanValue: null, doubleValue: 26.118588926271542, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1958 }, + value: { booleanValue: null, doubleValue: 26.146449159985323, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1959 }, + value: { booleanValue: null, doubleValue: 26.00632044981233, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1960 }, + value: { booleanValue: null, doubleValue: 26.14032565162957, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1961 }, + value: { booleanValue: null, doubleValue: 26.072947907050235, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1962 }, + value: { booleanValue: null, doubleValue: 26.147135401657337, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1963 }, + value: { booleanValue: null, doubleValue: 25.986837357895745, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1964 }, + value: { booleanValue: null, doubleValue: 26.103684458279464, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1965 }, + value: { booleanValue: null, doubleValue: 26.12306724763074, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1966 }, + value: { booleanValue: null, doubleValue: 26.15732875075846, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1967 }, + value: { booleanValue: null, doubleValue: 26.188834415147376, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1968 }, + value: { booleanValue: null, doubleValue: 26.052332613308785, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1969 }, + value: { booleanValue: null, doubleValue: 26.081277730537685, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1970 }, + value: { booleanValue: null, doubleValue: 26.0561847840817, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1971 }, + value: { booleanValue: null, doubleValue: 26.061103119567846, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1972 }, + value: { booleanValue: null, doubleValue: 26.171425088756745, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1973 }, + value: { booleanValue: null, doubleValue: 26.169789453122206, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1974 }, + value: { booleanValue: null, doubleValue: 26.191372353950438, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1975 }, + value: { booleanValue: null, doubleValue: 26.16368012877831, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1976 }, + value: { booleanValue: null, doubleValue: 26.01225553716266, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1977 }, + value: { booleanValue: null, doubleValue: 25.97060610618074, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1978 }, + value: { booleanValue: null, doubleValue: 26.169131810284814, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1979 }, + value: { booleanValue: null, doubleValue: 26.124524332296733, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1980 }, + value: { booleanValue: null, doubleValue: 26.06095674581687, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1981 }, + value: { booleanValue: null, doubleValue: 26.18456677266231, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1982 }, + value: { booleanValue: null, doubleValue: 26.113651879267188, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1983 }, + value: { booleanValue: null, doubleValue: 26.05923462823935, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1984 }, + value: { booleanValue: null, doubleValue: 26.05470279885074, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1985 }, + value: { booleanValue: null, doubleValue: 26.191940656834557, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1986 }, + value: { booleanValue: null, doubleValue: 26.071645794149145, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1987 }, + value: { booleanValue: null, doubleValue: 26.005884407454587, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1988 }, + value: { booleanValue: null, doubleValue: 26.018550006883604, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1989 }, + value: { booleanValue: null, doubleValue: 26.073128692450815, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1990 }, + value: { booleanValue: null, doubleValue: 26.173308883241727, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1991 }, + value: { booleanValue: null, doubleValue: 26.05455032390832, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1992 }, + value: { booleanValue: null, doubleValue: 25.957336292501953, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1993 }, + value: { booleanValue: null, doubleValue: 25.97115802056496, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1994 }, + value: { booleanValue: null, doubleValue: 26.130055758858415, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1995 }, + value: { booleanValue: null, doubleValue: 26.102809072102502, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1996 }, + value: { booleanValue: null, doubleValue: 26.136104489662024, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1997 }, + value: { booleanValue: null, doubleValue: 26.070892520765767, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1998 }, + value: { booleanValue: null, doubleValue: 26.197569174467315, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 1999 }, + value: { booleanValue: null, doubleValue: 26.135092336005165, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2000 }, + value: { booleanValue: null, doubleValue: 26.097336159900596, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2001 }, + value: { booleanValue: null, doubleValue: 26.136237780490987, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2002 }, + value: { booleanValue: null, doubleValue: 26.061013688688792, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2003 }, + value: { booleanValue: null, doubleValue: 26.05652607057869, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2004 }, + value: { booleanValue: null, doubleValue: 26.066330138898355, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2005 }, + value: { booleanValue: null, doubleValue: 26.085996950999277, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2006 }, + value: { booleanValue: null, doubleValue: 25.983850160114915, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2007 }, + value: { booleanValue: null, doubleValue: 26.10741358281832, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2008 }, + value: { booleanValue: null, doubleValue: 25.9673826440452, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2009 }, + value: { booleanValue: null, doubleValue: 26.18467977832644, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2010 }, + value: { booleanValue: null, doubleValue: 26.063082417893852, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2011 }, + value: { booleanValue: null, doubleValue: 26.10793815429028, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2012 }, + value: { booleanValue: null, doubleValue: 26.191490065246253, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2013 }, + value: { booleanValue: null, doubleValue: 26.192520663504443, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2014 }, + value: { booleanValue: null, doubleValue: 26.10811337296539, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2015 }, + value: { booleanValue: null, doubleValue: 26.017686063752254, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2016 }, + value: { booleanValue: null, doubleValue: 26.13620173793986, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2017 }, + value: { booleanValue: null, doubleValue: 26.02350843576733, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2018 }, + value: { booleanValue: null, doubleValue: 25.973375296131195, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2019 }, + value: { booleanValue: null, doubleValue: 26.079253441268293, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2020 }, + value: { booleanValue: null, doubleValue: 26.00414445844585, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2021 }, + value: { booleanValue: null, doubleValue: 26.014036510416542, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2022 }, + value: { booleanValue: null, doubleValue: 26.088521233168493, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2023 }, + value: { booleanValue: null, doubleValue: 26.056888208928278, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2024 }, + value: { booleanValue: null, doubleValue: 26.177589432554125, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2025 }, + value: { booleanValue: null, doubleValue: 26.116050602329427, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2026 }, + value: { booleanValue: null, doubleValue: 25.99253642923749, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2027 }, + value: { booleanValue: null, doubleValue: 26.175689581737714, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2028 }, + value: { booleanValue: null, doubleValue: 26.02425080053625, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2029 }, + value: { booleanValue: null, doubleValue: 26.181502362533966, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2030 }, + value: { booleanValue: null, doubleValue: 26.141199004450684, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2031 }, + value: { booleanValue: null, doubleValue: 25.971588534845683, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2032 }, + value: { booleanValue: null, doubleValue: 26.05299701179011, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2033 }, + value: { booleanValue: null, doubleValue: 26.094066948690347, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2034 }, + value: { booleanValue: null, doubleValue: 26.073571442747397, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2035 }, + value: { booleanValue: null, doubleValue: 26.087333758674074, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2036 }, + value: { booleanValue: null, doubleValue: 25.978693931108552, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2037 }, + value: { booleanValue: null, doubleValue: 26.18750628456131, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2038 }, + value: { booleanValue: null, doubleValue: 25.98127949336205, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2039 }, + value: { booleanValue: null, doubleValue: 26.124015423432095, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2040 }, + value: { booleanValue: null, doubleValue: 25.964499492119966, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2041 }, + value: { booleanValue: null, doubleValue: 26.113286815455496, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2042 }, + value: { booleanValue: null, doubleValue: 26.189900090779, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2043 }, + value: { booleanValue: null, doubleValue: 26.13696716252124, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2044 }, + value: { booleanValue: null, doubleValue: 26.0880860145467, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2045 }, + value: { booleanValue: null, doubleValue: 26.01014074183887, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2046 }, + value: { booleanValue: null, doubleValue: 26.120622535813872, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2047 }, + value: { booleanValue: null, doubleValue: 26.186971912961376, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2048 }, + value: { booleanValue: null, doubleValue: 26.144534830323238, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2049 }, + value: { booleanValue: null, doubleValue: 26.14168935724811, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2050 }, + value: { booleanValue: null, doubleValue: 26.03625940982689, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2051 }, + value: { booleanValue: null, doubleValue: 26.004284791592152, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2052 }, + value: { booleanValue: null, doubleValue: 26.097503404584387, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2053 }, + value: { booleanValue: null, doubleValue: 25.99857739947139, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2054 }, + value: { booleanValue: null, doubleValue: 26.07994876282409, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2055 }, + value: { booleanValue: null, doubleValue: 26.120854676588053, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2056 }, + value: { booleanValue: null, doubleValue: 26.086874455526267, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2057 }, + value: { booleanValue: null, doubleValue: 26.06410677747696, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2058 }, + value: { booleanValue: null, doubleValue: 26.12249548844223, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2059 }, + value: { booleanValue: null, doubleValue: 25.98240978691282, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2060 }, + value: { booleanValue: null, doubleValue: 26.099665919039946, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2061 }, + value: { booleanValue: null, doubleValue: 26.17026775562283, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2062 }, + value: { booleanValue: null, doubleValue: 26.197911543961084, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2063 }, + value: { booleanValue: null, doubleValue: 26.160904099163332, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2064 }, + value: { booleanValue: null, doubleValue: 25.969714938411634, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2065 }, + value: { booleanValue: null, doubleValue: 26.134574720959538, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2066 }, + value: { booleanValue: null, doubleValue: 26.17579387947623, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2067 }, + value: { booleanValue: null, doubleValue: 25.959345131697287, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2068 }, + value: { booleanValue: null, doubleValue: 26.06070639759019, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2069 }, + value: { booleanValue: null, doubleValue: 26.022035290453758, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2070 }, + value: { booleanValue: null, doubleValue: 26.148208491091232, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2071 }, + value: { booleanValue: null, doubleValue: 26.081222746244492, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2072 }, + value: { booleanValue: null, doubleValue: 26.013712042465762, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2073 }, + value: { booleanValue: null, doubleValue: 26.17523929538364, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2074 }, + value: { booleanValue: null, doubleValue: 26.11023752862658, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2075 }, + value: { booleanValue: null, doubleValue: 26.051574089156826, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2076 }, + value: { booleanValue: null, doubleValue: 26.030126224959826, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2077 }, + value: { booleanValue: null, doubleValue: 26.195249837081956, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2078 }, + value: { booleanValue: null, doubleValue: 26.00530522037123, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2079 }, + value: { booleanValue: null, doubleValue: 26.066378849154034, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2080 }, + value: { booleanValue: null, doubleValue: 26.170009827967412, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2081 }, + value: { booleanValue: null, doubleValue: 26.060678335133225, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2082 }, + value: { booleanValue: null, doubleValue: 26.174728363840547, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2083 }, + value: { booleanValue: null, doubleValue: 25.973088223089263, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2084 }, + value: { booleanValue: null, doubleValue: 26.036771614287762, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2085 }, + value: { booleanValue: null, doubleValue: 26.155900081621116, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2086 }, + value: { booleanValue: null, doubleValue: 26.00175056329478, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2087 }, + value: { booleanValue: null, doubleValue: 26.119639581966133, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2088 }, + value: { booleanValue: null, doubleValue: 26.0690167219992, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2089 }, + value: { booleanValue: null, doubleValue: 25.96358124813729, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2090 }, + value: { booleanValue: null, doubleValue: 26.072916138100265, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2091 }, + value: { booleanValue: null, doubleValue: 26.083144714394244, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2092 }, + value: { booleanValue: null, doubleValue: 26.026340444418054, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2093 }, + value: { booleanValue: null, doubleValue: 26.082361548478588, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2094 }, + value: { booleanValue: null, doubleValue: 26.112663448682934, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2095 }, + value: { booleanValue: null, doubleValue: 26.007449143550215, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2096 }, + value: { booleanValue: null, doubleValue: 26.037295026864793, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2097 }, + value: { booleanValue: null, doubleValue: 26.159486413691106, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2098 }, + value: { booleanValue: null, doubleValue: 26.10864886338973, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2099 }, + value: { booleanValue: null, doubleValue: 26.09949774447494, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2100 }, + value: { booleanValue: null, doubleValue: 26.014658439806084, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2101 }, + value: { booleanValue: null, doubleValue: 26.171186233952827, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2102 }, + value: { booleanValue: null, doubleValue: 26.19826869281155, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2103 }, + value: { booleanValue: null, doubleValue: 26.029618769106737, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2104 }, + value: { booleanValue: null, doubleValue: 26.13594449828829, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2105 }, + value: { booleanValue: null, doubleValue: 26.13487878876843, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2106 }, + value: { booleanValue: null, doubleValue: 26.125185206970677, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2107 }, + value: { booleanValue: null, doubleValue: 26.16609103071798, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2108 }, + value: { booleanValue: null, doubleValue: 26.170216038122163, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2109 }, + value: { booleanValue: null, doubleValue: 26.006997554824583, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2110 }, + value: { booleanValue: null, doubleValue: 26.065154818465135, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2111 }, + value: { booleanValue: null, doubleValue: 25.96465029727357, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2112 }, + value: { booleanValue: null, doubleValue: 26.198466017411654, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2113 }, + value: { booleanValue: null, doubleValue: 26.092053827766737, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2114 }, + value: { booleanValue: null, doubleValue: 26.00578551443695, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2115 }, + value: { booleanValue: null, doubleValue: 26.119939051586538, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2116 }, + value: { booleanValue: null, doubleValue: 26.062111998545863, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2117 }, + value: { booleanValue: null, doubleValue: 26.148192702321992, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2118 }, + value: { booleanValue: null, doubleValue: 26.191783646517052, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2119 }, + value: { booleanValue: null, doubleValue: 25.95920813550804, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2120 }, + value: { booleanValue: null, doubleValue: 26.194202042840082, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2121 }, + value: { booleanValue: null, doubleValue: 26.180427676831577, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2122 }, + value: { booleanValue: null, doubleValue: 26.17736116060842, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2123 }, + value: { booleanValue: null, doubleValue: 25.9644933316593, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2124 }, + value: { booleanValue: null, doubleValue: 25.96591320806619, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2125 }, + value: { booleanValue: null, doubleValue: 26.17685322458468, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2126 }, + value: { booleanValue: null, doubleValue: 25.985847309802672, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2127 }, + value: { booleanValue: null, doubleValue: 26.089380710755226, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2128 }, + value: { booleanValue: null, doubleValue: 26.09629683714365, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2129 }, + value: { booleanValue: null, doubleValue: 26.081118041397083, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2130 }, + value: { booleanValue: null, doubleValue: 26.01044276783895, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2131 }, + value: { booleanValue: null, doubleValue: 25.972345588665195, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2132 }, + value: { booleanValue: null, doubleValue: 26.16340099715272, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2133 }, + value: { booleanValue: null, doubleValue: 26.03638667556048, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2134 }, + value: { booleanValue: null, doubleValue: 25.98644893071399, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2135 }, + value: { booleanValue: null, doubleValue: 26.133928302618784, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2136 }, + value: { booleanValue: null, doubleValue: 25.993343146484744, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2137 }, + value: { booleanValue: null, doubleValue: 26.12891299557372, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2138 }, + value: { booleanValue: null, doubleValue: 26.129650047053197, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2139 }, + value: { booleanValue: null, doubleValue: 26.018007037283876, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2140 }, + value: { booleanValue: null, doubleValue: 25.99546776115283, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2141 }, + value: { booleanValue: null, doubleValue: 26.184167974371945, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2142 }, + value: { booleanValue: null, doubleValue: 26.067511678247296, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2143 }, + value: { booleanValue: null, doubleValue: 26.179055796353648, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2144 }, + value: { booleanValue: null, doubleValue: 26.133880916397857, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2145 }, + value: { booleanValue: null, doubleValue: 26.0614276458522, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2146 }, + value: { booleanValue: null, doubleValue: 26.01559472215507, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2147 }, + value: { booleanValue: null, doubleValue: 26.159146585148775, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2148 }, + value: { booleanValue: null, doubleValue: 26.07843214566053, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2149 }, + value: { booleanValue: null, doubleValue: 26.165209410320728, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2150 }, + value: { booleanValue: null, doubleValue: 26.120975707807276, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2151 }, + value: { booleanValue: null, doubleValue: 26.140261716172542, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2152 }, + value: { booleanValue: null, doubleValue: 25.98384235419191, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2153 }, + value: { booleanValue: null, doubleValue: 25.967331447190535, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2154 }, + value: { booleanValue: null, doubleValue: 26.104414849611565, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2155 }, + value: { booleanValue: null, doubleValue: 26.147866201191263, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2156 }, + value: { booleanValue: null, doubleValue: 26.041739312668508, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2157 }, + value: { booleanValue: null, doubleValue: 26.017769273589728, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2158 }, + value: { booleanValue: null, doubleValue: 26.058140574223007, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2159 }, + value: { booleanValue: null, doubleValue: 26.126116161658487, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2160 }, + value: { booleanValue: null, doubleValue: 26.09830878716796, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2161 }, + value: { booleanValue: null, doubleValue: 26.036349575229497, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2162 }, + value: { booleanValue: null, doubleValue: 26.178613215364248, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2163 }, + value: { booleanValue: null, doubleValue: 26.029379271446253, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2164 }, + value: { booleanValue: null, doubleValue: 26.059335587320252, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2165 }, + value: { booleanValue: null, doubleValue: 26.03408423002958, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2166 }, + value: { booleanValue: null, doubleValue: 26.110083108760445, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2167 }, + value: { booleanValue: null, doubleValue: 26.03908397422679, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2168 }, + value: { booleanValue: null, doubleValue: 26.127696885121157, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2169 }, + value: { booleanValue: null, doubleValue: 25.998946984866055, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2170 }, + value: { booleanValue: null, doubleValue: 25.9923798563882, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2171 }, + value: { booleanValue: null, doubleValue: 26.12770614317839, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2172 }, + value: { booleanValue: null, doubleValue: 25.979944079044984, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2173 }, + value: { booleanValue: null, doubleValue: 26.190246284086125, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2174 }, + value: { booleanValue: null, doubleValue: 26.199111343660174, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2175 }, + value: { booleanValue: null, doubleValue: 26.10901643910135, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2176 }, + value: { booleanValue: null, doubleValue: 26.014470488241567, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2177 }, + value: { booleanValue: null, doubleValue: 26.19184637926067, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2178 }, + value: { booleanValue: null, doubleValue: 26.17289559536016, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2179 }, + value: { booleanValue: null, doubleValue: 26.019017191714358, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2180 }, + value: { booleanValue: null, doubleValue: 25.97706648225415, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2181 }, + value: { booleanValue: null, doubleValue: 26.16049231908416, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2182 }, + value: { booleanValue: null, doubleValue: 25.979744284402177, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2183 }, + value: { booleanValue: null, doubleValue: 25.964606407581215, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2184 }, + value: { booleanValue: null, doubleValue: 26.023419136147623, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2185 }, + value: { booleanValue: null, doubleValue: 25.96040362488464, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2186 }, + value: { booleanValue: null, doubleValue: 26.124786675469352, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2187 }, + value: { booleanValue: null, doubleValue: 26.03604979410071, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2188 }, + value: { booleanValue: null, doubleValue: 26.114639022969218, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2189 }, + value: { booleanValue: null, doubleValue: 26.02899116611411, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2190 }, + value: { booleanValue: null, doubleValue: 25.99761253049056, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2191 }, + value: { booleanValue: null, doubleValue: 26.047312714843788, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2192 }, + value: { booleanValue: null, doubleValue: 26.08794167822948, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2193 }, + value: { booleanValue: null, doubleValue: 25.99825453008787, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2194 }, + value: { booleanValue: null, doubleValue: 26.02184401589926, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2195 }, + value: { booleanValue: null, doubleValue: 26.031778855576984, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2196 }, + value: { booleanValue: null, doubleValue: 25.994143629124952, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2197 }, + value: { booleanValue: null, doubleValue: 26.053122936094777, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2198 }, + value: { booleanValue: null, doubleValue: 26.073868676873513, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2199 }, + value: { booleanValue: null, doubleValue: 26.170255181094305, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2200 }, + value: { booleanValue: null, doubleValue: 26.022648963780792, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2201 }, + value: { booleanValue: null, doubleValue: 26.044605945129025, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2202 }, + value: { booleanValue: null, doubleValue: 26.095862246772754, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2203 }, + value: { booleanValue: null, doubleValue: 26.153882017578074, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2204 }, + value: { booleanValue: null, doubleValue: 26.18188665956463, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2205 }, + value: { booleanValue: null, doubleValue: 26.021383806718692, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2206 }, + value: { booleanValue: null, doubleValue: 26.082326392842344, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2207 }, + value: { booleanValue: null, doubleValue: 26.136529034724234, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2208 }, + value: { booleanValue: null, doubleValue: 26.14460069686356, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2209 }, + value: { booleanValue: null, doubleValue: 25.959351468403916, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2210 }, + value: { booleanValue: null, doubleValue: 26.06481765226991, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2211 }, + value: { booleanValue: null, doubleValue: 26.057791544513606, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2212 }, + value: { booleanValue: null, doubleValue: 26.029002787545977, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2213 }, + value: { booleanValue: null, doubleValue: 26.15827059983005, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2214 }, + value: { booleanValue: null, doubleValue: 25.95815468737545, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2215 }, + value: { booleanValue: null, doubleValue: 26.10347243788568, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2216 }, + value: { booleanValue: null, doubleValue: 26.068716759037727, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2217 }, + value: { booleanValue: null, doubleValue: 26.07737803988329, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2218 }, + value: { booleanValue: null, doubleValue: 26.15620458437835, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2219 }, + value: { booleanValue: null, doubleValue: 25.95861518502827, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2220 }, + value: { booleanValue: null, doubleValue: 26.112401025790213, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2221 }, + value: { booleanValue: null, doubleValue: 26.19572248835662, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2222 }, + value: { booleanValue: null, doubleValue: 26.1439648137495, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2223 }, + value: { booleanValue: null, doubleValue: 26.140980566828055, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2224 }, + value: { booleanValue: null, doubleValue: 26.021563025831124, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2225 }, + value: { booleanValue: null, doubleValue: 26.199083369454264, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2226 }, + value: { booleanValue: null, doubleValue: 25.98567036309059, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2227 }, + value: { booleanValue: null, doubleValue: 26.00171398002923, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2228 }, + value: { booleanValue: null, doubleValue: 26.0308760686407, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2229 }, + value: { booleanValue: null, doubleValue: 25.99624242857281, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2230 }, + value: { booleanValue: null, doubleValue: 26.151822806752357, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2231 }, + value: { booleanValue: null, doubleValue: 26.151762924576122, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2232 }, + value: { booleanValue: null, doubleValue: 25.974973673324307, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2233 }, + value: { booleanValue: null, doubleValue: 26.076276633324746, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2234 }, + value: { booleanValue: null, doubleValue: 26.12727434237632, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2235 }, + value: { booleanValue: null, doubleValue: 26.039643149517563, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2236 }, + value: { booleanValue: null, doubleValue: 26.152139574800415, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2237 }, + value: { booleanValue: null, doubleValue: 26.01798204754383, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2238 }, + value: { booleanValue: null, doubleValue: 26.040909456442908, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2239 }, + value: { booleanValue: null, doubleValue: 25.971210850568795, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2240 }, + value: { booleanValue: null, doubleValue: 25.95711541235585, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2241 }, + value: { booleanValue: null, doubleValue: 25.982482736416067, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2242 }, + value: { booleanValue: null, doubleValue: 26.152043309245528, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2243 }, + value: { booleanValue: null, doubleValue: 25.997421815945962, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2244 }, + value: { booleanValue: null, doubleValue: 26.162230414483687, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2245 }, + value: { booleanValue: null, doubleValue: 26.007315233573284, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2246 }, + value: { booleanValue: null, doubleValue: 26.109704904317372, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2247 }, + value: { booleanValue: null, doubleValue: 26.056483834671802, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2248 }, + value: { booleanValue: null, doubleValue: 25.962021007417064, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2249 }, + value: { booleanValue: null, doubleValue: 26.086389363658455, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2250 }, + value: { booleanValue: null, doubleValue: 26.115457894176867, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2251 }, + value: { booleanValue: null, doubleValue: 26.109838916003795, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2252 }, + value: { booleanValue: null, doubleValue: 26.040469507661005, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2253 }, + value: { booleanValue: null, doubleValue: 26.024957529148068, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2254 }, + value: { booleanValue: null, doubleValue: 26.14999204292912, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2255 }, + value: { booleanValue: null, doubleValue: 26.15079026503029, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2256 }, + value: { booleanValue: null, doubleValue: 26.073162473257565, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2257 }, + value: { booleanValue: null, doubleValue: 26.03731376249497, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2258 }, + value: { booleanValue: null, doubleValue: 26.11648353242512, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2259 }, + value: { booleanValue: null, doubleValue: 26.06723710141755, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2260 }, + value: { booleanValue: null, doubleValue: 26.024169592413998, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2261 }, + value: { booleanValue: null, doubleValue: 26.021504858439343, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2262 }, + value: { booleanValue: null, doubleValue: 26.131226511118413, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2263 }, + value: { booleanValue: null, doubleValue: 26.19303836883419, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2264 }, + value: { booleanValue: null, doubleValue: 25.95554464824104, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2265 }, + value: { booleanValue: null, doubleValue: 25.979428783904556, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2266 }, + value: { booleanValue: null, doubleValue: 26.110645305611435, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2267 }, + value: { booleanValue: null, doubleValue: 26.114771651198676, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2268 }, + value: { booleanValue: null, doubleValue: 26.045177406987868, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2269 }, + value: { booleanValue: null, doubleValue: 26.084401565302446, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2270 }, + value: { booleanValue: null, doubleValue: 26.186369110842513, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2271 }, + value: { booleanValue: null, doubleValue: 26.019150104613644, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2272 }, + value: { booleanValue: null, doubleValue: 26.115740988868893, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2273 }, + value: { booleanValue: null, doubleValue: 26.047823429918875, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2274 }, + value: { booleanValue: null, doubleValue: 26.097819317101074, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2275 }, + value: { booleanValue: null, doubleValue: 26.198136089610887, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2276 }, + value: { booleanValue: null, doubleValue: 25.987299112099056, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2277 }, + value: { booleanValue: null, doubleValue: 26.023646568240036, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2278 }, + value: { booleanValue: null, doubleValue: 26.02319140696033, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2279 }, + value: { booleanValue: null, doubleValue: 25.95709759852315, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2280 }, + value: { booleanValue: null, doubleValue: 26.080635116490463, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2281 }, + value: { booleanValue: null, doubleValue: 26.187782440429388, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2282 }, + value: { booleanValue: null, doubleValue: 26.00359116566166, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2283 }, + value: { booleanValue: null, doubleValue: 26.151255076518535, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2284 }, + value: { booleanValue: null, doubleValue: 26.05752915660611, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2285 }, + value: { booleanValue: null, doubleValue: 25.979536763174433, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2286 }, + value: { booleanValue: null, doubleValue: 26.046210349971233, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2287 }, + value: { booleanValue: null, doubleValue: 26.082944594837734, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2288 }, + value: { booleanValue: null, doubleValue: 26.010203515933025, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2289 }, + value: { booleanValue: null, doubleValue: 26.161038012422946, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2290 }, + value: { booleanValue: null, doubleValue: 25.9954500624368, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2291 }, + value: { booleanValue: null, doubleValue: 26.15038798182841, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2292 }, + value: { booleanValue: null, doubleValue: 26.024138027315033, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2293 }, + value: { booleanValue: null, doubleValue: 26.12216500810837, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2294 }, + value: { booleanValue: null, doubleValue: 26.169292997946414, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2295 }, + value: { booleanValue: null, doubleValue: 26.047456573740316, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2296 }, + value: { booleanValue: null, doubleValue: 26.009321296686434, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2297 }, + value: { booleanValue: null, doubleValue: 26.118397950200688, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2298 }, + value: { booleanValue: null, doubleValue: 25.985397798750213, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2299 }, + value: { booleanValue: null, doubleValue: 26.045878044772742, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2300 }, + value: { booleanValue: null, doubleValue: 26.123213504448117, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2301 }, + value: { booleanValue: null, doubleValue: 25.98562406465766, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2302 }, + value: { booleanValue: null, doubleValue: 26.070651423517795, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2303 }, + value: { booleanValue: null, doubleValue: 26.004621474701946, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2304 }, + value: { booleanValue: null, doubleValue: 25.95698124342082, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2305 }, + value: { booleanValue: null, doubleValue: 26.029844693313922, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2306 }, + value: { booleanValue: null, doubleValue: 26.110722076889466, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2307 }, + value: { booleanValue: null, doubleValue: 26.071926878487567, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2308 }, + value: { booleanValue: null, doubleValue: 26.152619688182632, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2309 }, + value: { booleanValue: null, doubleValue: 26.08658275440152, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2310 }, + value: { booleanValue: null, doubleValue: 25.96205642305011, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2311 }, + value: { booleanValue: null, doubleValue: 26.19135598349576, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2312 }, + value: { booleanValue: null, doubleValue: 26.18536560428635, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2313 }, + value: { booleanValue: null, doubleValue: 26.030907717478918, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2314 }, + value: { booleanValue: null, doubleValue: 26.024862370945144, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2315 }, + value: { booleanValue: null, doubleValue: 26.008928958547703, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2316 }, + value: { booleanValue: null, doubleValue: 26.07208574622426, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2317 }, + value: { booleanValue: null, doubleValue: 26.102119233048338, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2318 }, + value: { booleanValue: null, doubleValue: 26.114043889653466, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2319 }, + value: { booleanValue: null, doubleValue: 26.150896126162777, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2320 }, + value: { booleanValue: null, doubleValue: 26.116533206197378, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2321 }, + value: { booleanValue: null, doubleValue: 26.053700081735837, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2322 }, + value: { booleanValue: null, doubleValue: 26.13374867541949, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2323 }, + value: { booleanValue: null, doubleValue: 26.019501006918837, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2324 }, + value: { booleanValue: null, doubleValue: 25.99956203931957, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2325 }, + value: { booleanValue: null, doubleValue: 26.02279070314904, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2326 }, + value: { booleanValue: null, doubleValue: 26.023050256486638, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2327 }, + value: { booleanValue: null, doubleValue: 26.16746676937056, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2328 }, + value: { booleanValue: null, doubleValue: 26.11900507418011, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2329 }, + value: { booleanValue: null, doubleValue: 26.063589894102215, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2330 }, + value: { booleanValue: null, doubleValue: 26.0093719363259, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2331 }, + value: { booleanValue: null, doubleValue: 26.15359399137697, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2332 }, + value: { booleanValue: null, doubleValue: 26.155157043241807, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2333 }, + value: { booleanValue: null, doubleValue: 26.086079738520052, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2334 }, + value: { booleanValue: null, doubleValue: 25.985408633547372, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2335 }, + value: { booleanValue: null, doubleValue: 25.970785118952946, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2336 }, + value: { booleanValue: null, doubleValue: 26.15644913997072, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2337 }, + value: { booleanValue: null, doubleValue: 25.97452710088043, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2338 }, + value: { booleanValue: null, doubleValue: 25.98373965051196, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2339 }, + value: { booleanValue: null, doubleValue: 25.99005566549568, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2340 }, + value: { booleanValue: null, doubleValue: 26.135842143171953, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2341 }, + value: { booleanValue: null, doubleValue: 26.031968505796037, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2342 }, + value: { booleanValue: null, doubleValue: 25.97490008683274, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2343 }, + value: { booleanValue: null, doubleValue: 26.145615125241196, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2344 }, + value: { booleanValue: null, doubleValue: 26.11794299501244, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2345 }, + value: { booleanValue: null, doubleValue: 26.11071056469173, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2346 }, + value: { booleanValue: null, doubleValue: 26.056118395878443, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2347 }, + value: { booleanValue: null, doubleValue: 26.195095599071205, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2348 }, + value: { booleanValue: null, doubleValue: 26.06160985216531, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2349 }, + value: { booleanValue: null, doubleValue: 26.17446546739092, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2350 }, + value: { booleanValue: null, doubleValue: 25.981825166580713, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2351 }, + value: { booleanValue: null, doubleValue: 26.11857856555235, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2352 }, + value: { booleanValue: null, doubleValue: 26.15258477303831, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2353 }, + value: { booleanValue: null, doubleValue: 26.130516442057086, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2354 }, + value: { booleanValue: null, doubleValue: 26.096324185059306, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2355 }, + value: { booleanValue: null, doubleValue: 26.156120618851283, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2356 }, + value: { booleanValue: null, doubleValue: 26.109391983867184, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2357 }, + value: { booleanValue: null, doubleValue: 25.993610898580307, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2358 }, + value: { booleanValue: null, doubleValue: 25.98444201001244, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2359 }, + value: { booleanValue: null, doubleValue: 26.116411873780283, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2360 }, + value: { booleanValue: null, doubleValue: 25.956916382650725, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2361 }, + value: { booleanValue: null, doubleValue: 26.174670317777803, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2362 }, + value: { booleanValue: null, doubleValue: 26.019160461049292, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2363 }, + value: { booleanValue: null, doubleValue: 26.060823920615007, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2364 }, + value: { booleanValue: null, doubleValue: 26.12598895621357, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2365 }, + value: { booleanValue: null, doubleValue: 25.959413168616713, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2366 }, + value: { booleanValue: null, doubleValue: 26.11336658420419, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2367 }, + value: { booleanValue: null, doubleValue: 26.03996990395278, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2368 }, + value: { booleanValue: null, doubleValue: 26.101164835359928, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2369 }, + value: { booleanValue: null, doubleValue: 26.039002372651723, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2370 }, + value: { booleanValue: null, doubleValue: 26.136430871764233, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2371 }, + value: { booleanValue: null, doubleValue: 26.126727329961863, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2372 }, + value: { booleanValue: null, doubleValue: 25.964284316499086, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2373 }, + value: { booleanValue: null, doubleValue: 26.15588188967281, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2374 }, + value: { booleanValue: null, doubleValue: 26.198757299071975, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2375 }, + value: { booleanValue: null, doubleValue: 26.059423362604914, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2376 }, + value: { booleanValue: null, doubleValue: 26.1263306014636, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2377 }, + value: { booleanValue: null, doubleValue: 26.003216815134067, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2378 }, + value: { booleanValue: null, doubleValue: 25.97595048929205, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2379 }, + value: { booleanValue: null, doubleValue: 26.03596734312827, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2380 }, + value: { booleanValue: null, doubleValue: 26.043043932856513, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2381 }, + value: { booleanValue: null, doubleValue: 26.158731911376304, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2382 }, + value: { booleanValue: null, doubleValue: 26.11854827908074, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2383 }, + value: { booleanValue: null, doubleValue: 26.03434032270294, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2384 }, + value: { booleanValue: null, doubleValue: 26.03889219127845, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2385 }, + value: { booleanValue: null, doubleValue: 26.065516639837444, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2386 }, + value: { booleanValue: null, doubleValue: 25.997265795178514, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2387 }, + value: { booleanValue: null, doubleValue: 25.975914937751696, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2388 }, + value: { booleanValue: null, doubleValue: 26.11206963548708, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2389 }, + value: { booleanValue: null, doubleValue: 26.19813483428227, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2390 }, + value: { booleanValue: null, doubleValue: 26.07059160135451, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2391 }, + value: { booleanValue: null, doubleValue: 26.099037479057383, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2392 }, + value: { booleanValue: null, doubleValue: 26.030243491765333, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2393 }, + value: { booleanValue: null, doubleValue: 26.08996239169711, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2394 }, + value: { booleanValue: null, doubleValue: 25.98708573597572, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2395 }, + value: { booleanValue: null, doubleValue: 25.99063700940469, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2396 }, + value: { booleanValue: null, doubleValue: 26.174275360129204, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2397 }, + value: { booleanValue: null, doubleValue: 25.98738222645736, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2398 }, + value: { booleanValue: null, doubleValue: 26.1334198630038, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2399 }, + value: { booleanValue: null, doubleValue: 26.146431498806216, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2400 }, + value: { booleanValue: null, doubleValue: 26.124005973237974, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2401 }, + value: { booleanValue: null, doubleValue: 25.96227506874706, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2402 }, + value: { booleanValue: null, doubleValue: 26.047122957815304, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2403 }, + value: { booleanValue: null, doubleValue: 26.14802211863943, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2404 }, + value: { booleanValue: null, doubleValue: 26.161269808395776, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2405 }, + value: { booleanValue: null, doubleValue: 26.075478516723024, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2406 }, + value: { booleanValue: null, doubleValue: 26.021993527603296, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2407 }, + value: { booleanValue: null, doubleValue: 26.00867591250624, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2408 }, + value: { booleanValue: null, doubleValue: 26.000006949557868, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2409 }, + value: { booleanValue: null, doubleValue: 26.100856832464547, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2410 }, + value: { booleanValue: null, doubleValue: 26.044932019090698, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2411 }, + value: { booleanValue: null, doubleValue: 26.02344126351153, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2412 }, + value: { booleanValue: null, doubleValue: 26.18957114356005, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2413 }, + value: { booleanValue: null, doubleValue: 25.956267032729798, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2414 }, + value: { booleanValue: null, doubleValue: 26.02504157312813, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2415 }, + value: { booleanValue: null, doubleValue: 25.975423160195383, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2416 }, + value: { booleanValue: null, doubleValue: 26.089414646568958, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2417 }, + value: { booleanValue: null, doubleValue: 26.02289973470563, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2418 }, + value: { booleanValue: null, doubleValue: 26.171670308186812, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2419 }, + value: { booleanValue: null, doubleValue: 25.97785763920192, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2420 }, + value: { booleanValue: null, doubleValue: 26.045969451370944, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2421 }, + value: { booleanValue: null, doubleValue: 26.069295830720137, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2422 }, + value: { booleanValue: null, doubleValue: 26.037819782709747, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2423 }, + value: { booleanValue: null, doubleValue: 26.028983414791753, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2424 }, + value: { booleanValue: null, doubleValue: 26.003363441859666, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2425 }, + value: { booleanValue: null, doubleValue: 26.115252739152464, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2426 }, + value: { booleanValue: null, doubleValue: 26.167115148118523, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2427 }, + value: { booleanValue: null, doubleValue: 26.148823055235844, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2428 }, + value: { booleanValue: null, doubleValue: 26.082993087448923, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2429 }, + value: { booleanValue: null, doubleValue: 26.007259420487436, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2430 }, + value: { booleanValue: null, doubleValue: 26.1365407910821, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2431 }, + value: { booleanValue: null, doubleValue: 26.184620716786355, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2432 }, + value: { booleanValue: null, doubleValue: 26.064343103478226, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2433 }, + value: { booleanValue: null, doubleValue: 26.00812446128285, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2434 }, + value: { booleanValue: null, doubleValue: 26.118420118456175, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2435 }, + value: { booleanValue: null, doubleValue: 26.187549173609572, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2436 }, + value: { booleanValue: null, doubleValue: 26.078146246540708, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2437 }, + value: { booleanValue: null, doubleValue: 26.08437014146665, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2438 }, + value: { booleanValue: null, doubleValue: 26.16363509598905, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2439 }, + value: { booleanValue: null, doubleValue: 25.985537777131196, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2440 }, + value: { booleanValue: null, doubleValue: 26.09140332342589, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2441 }, + value: { booleanValue: null, doubleValue: 26.135346886711268, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2442 }, + value: { booleanValue: null, doubleValue: 25.983898009723372, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2443 }, + value: { booleanValue: null, doubleValue: 26.064638340169864, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2444 }, + value: { booleanValue: null, doubleValue: 26.030935479826127, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2445 }, + value: { booleanValue: null, doubleValue: 26.176664793667864, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2446 }, + value: { booleanValue: null, doubleValue: 26.053424281678307, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2447 }, + value: { booleanValue: null, doubleValue: 26.19735138181934, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2448 }, + value: { booleanValue: null, doubleValue: 26.095771495396495, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2449 }, + value: { booleanValue: null, doubleValue: 25.98027624950446, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2450 }, + value: { booleanValue: null, doubleValue: 26.01374700182526, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2451 }, + value: { booleanValue: null, doubleValue: 26.133983018405416, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2452 }, + value: { booleanValue: null, doubleValue: 26.08885602574698, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2453 }, + value: { booleanValue: null, doubleValue: 26.0435467842452, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2454 }, + value: { booleanValue: null, doubleValue: 26.00805805874809, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2455 }, + value: { booleanValue: null, doubleValue: 25.96402318812525, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2456 }, + value: { booleanValue: null, doubleValue: 25.99523375682702, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2457 }, + value: { booleanValue: null, doubleValue: 26.160645758481635, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2458 }, + value: { booleanValue: null, doubleValue: 26.024994327023958, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2459 }, + value: { booleanValue: null, doubleValue: 26.015146184143347, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2460 }, + value: { booleanValue: null, doubleValue: 26.014266076312914, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2461 }, + value: { booleanValue: null, doubleValue: 26.001306780546845, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2462 }, + value: { booleanValue: null, doubleValue: 25.973597418432806, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2463 }, + value: { booleanValue: null, doubleValue: 25.993750759926606, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2464 }, + value: { booleanValue: null, doubleValue: 26.17591191050344, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2465 }, + value: { booleanValue: null, doubleValue: 26.083589313839084, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2466 }, + value: { booleanValue: null, doubleValue: 26.181973296247055, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2467 }, + value: { booleanValue: null, doubleValue: 25.97000856513307, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2468 }, + value: { booleanValue: null, doubleValue: 26.161708623007897, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2469 }, + value: { booleanValue: null, doubleValue: 26.15371921818259, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2470 }, + value: { booleanValue: null, doubleValue: 26.181963326699556, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2471 }, + value: { booleanValue: null, doubleValue: 25.98696120511037, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2472 }, + value: { booleanValue: null, doubleValue: 26.154595353344146, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2473 }, + value: { booleanValue: null, doubleValue: 25.97990820495203, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2474 }, + value: { booleanValue: null, doubleValue: 26.16176840348353, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2475 }, + value: { booleanValue: null, doubleValue: 25.955143992999663, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2476 }, + value: { booleanValue: null, doubleValue: 26.01032671223104, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2477 }, + value: { booleanValue: null, doubleValue: 26.187878524083033, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2478 }, + value: { booleanValue: null, doubleValue: 25.991898818036653, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2479 }, + value: { booleanValue: null, doubleValue: 25.964439030571224, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2480 }, + value: { booleanValue: null, doubleValue: 26.149813996761562, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2481 }, + value: { booleanValue: null, doubleValue: 26.039049846943907, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2482 }, + value: { booleanValue: null, doubleValue: 26.059215100391175, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2483 }, + value: { booleanValue: null, doubleValue: 26.185953440553853, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2484 }, + value: { booleanValue: null, doubleValue: 26.075290626141168, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2485 }, + value: { booleanValue: null, doubleValue: 26.05956530512669, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2486 }, + value: { booleanValue: null, doubleValue: 26.002725038178824, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2487 }, + value: { booleanValue: null, doubleValue: 26.196522040213154, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2488 }, + value: { booleanValue: null, doubleValue: 26.05543490194564, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2489 }, + value: { booleanValue: null, doubleValue: 26.08888096227136, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2490 }, + value: { booleanValue: null, doubleValue: 25.997489944944864, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2491 }, + value: { booleanValue: null, doubleValue: 26.102211717733127, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2492 }, + value: { booleanValue: null, doubleValue: 26.05892169871936, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2493 }, + value: { booleanValue: null, doubleValue: 26.072857883479966, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2494 }, + value: { booleanValue: null, doubleValue: 26.11178580719343, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2495 }, + value: { booleanValue: null, doubleValue: 26.032955936967394, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2496 }, + value: { booleanValue: null, doubleValue: 26.083226055956466, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2497 }, + value: { booleanValue: null, doubleValue: 26.188274044168693, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2498 }, + value: { booleanValue: null, doubleValue: 26.192987165917003, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2499 }, + value: { booleanValue: null, doubleValue: 25.96503980317062, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2500 }, + value: { booleanValue: null, doubleValue: 26.175542723229714, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2501 }, + value: { booleanValue: null, doubleValue: 26.115011275237375, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2502 }, + value: { booleanValue: null, doubleValue: 26.095495001888512, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2503 }, + value: { booleanValue: null, doubleValue: 26.14778533555431, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2504 }, + value: { booleanValue: null, doubleValue: 26.083636873610292, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2505 }, + value: { booleanValue: null, doubleValue: 26.115265556091725, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2506 }, + value: { booleanValue: null, doubleValue: 26.094876166437444, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2507 }, + value: { booleanValue: null, doubleValue: 26.16654790989521, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2508 }, + value: { booleanValue: null, doubleValue: 25.961215001658037, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2509 }, + value: { booleanValue: null, doubleValue: 26.016016724370328, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2510 }, + value: { booleanValue: null, doubleValue: 26.183453300479723, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2511 }, + value: { booleanValue: null, doubleValue: 26.041305543675932, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2512 }, + value: { booleanValue: null, doubleValue: 26.033006322623947, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2513 }, + value: { booleanValue: null, doubleValue: 26.15750456604309, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2514 }, + value: { booleanValue: null, doubleValue: 26.14707991043201, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2515 }, + value: { booleanValue: null, doubleValue: 26.148759727080996, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2516 }, + value: { booleanValue: null, doubleValue: 25.975500555493912, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2517 }, + value: { booleanValue: null, doubleValue: 26.143084540855448, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2518 }, + value: { booleanValue: null, doubleValue: 26.026092490187814, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2519 }, + value: { booleanValue: null, doubleValue: 26.111411929780466, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2520 }, + value: { booleanValue: null, doubleValue: 26.18814968305381, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2521 }, + value: { booleanValue: null, doubleValue: 26.184997914822638, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2522 }, + value: { booleanValue: null, doubleValue: 26.148006270446185, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2523 }, + value: { booleanValue: null, doubleValue: 26.179579246237058, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2524 }, + value: { booleanValue: null, doubleValue: 26.08614265529536, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2525 }, + value: { booleanValue: null, doubleValue: 25.96801087141721, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2526 }, + value: { booleanValue: null, doubleValue: 26.16556503395884, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2527 }, + value: { booleanValue: null, doubleValue: 26.029391091377036, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2528 }, + value: { booleanValue: null, doubleValue: 26.18853459008916, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2529 }, + value: { booleanValue: null, doubleValue: 26.191628638512576, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2530 }, + value: { booleanValue: null, doubleValue: 26.118144619308083, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2531 }, + value: { booleanValue: null, doubleValue: 26.114846756307717, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2532 }, + value: { booleanValue: null, doubleValue: 26.19612787184108, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2533 }, + value: { booleanValue: null, doubleValue: 26.052215943447145, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2534 }, + value: { booleanValue: null, doubleValue: 26.186566593540455, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2535 }, + value: { booleanValue: null, doubleValue: 26.0778561362494, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2536 }, + value: { booleanValue: null, doubleValue: 26.198314177675428, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2537 }, + value: { booleanValue: null, doubleValue: 26.012969962686597, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2538 }, + value: { booleanValue: null, doubleValue: 26.109332626103072, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2539 }, + value: { booleanValue: null, doubleValue: 26.109573235124042, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2540 }, + value: { booleanValue: null, doubleValue: 26.065282642776218, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2541 }, + value: { booleanValue: null, doubleValue: 26.092774257030765, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2542 }, + value: { booleanValue: null, doubleValue: 26.008321605475984, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2543 }, + value: { booleanValue: null, doubleValue: 26.192841936166126, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2544 }, + value: { booleanValue: null, doubleValue: 26.05572989106015, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2545 }, + value: { booleanValue: null, doubleValue: 25.965183990070635, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2546 }, + value: { booleanValue: null, doubleValue: 26.023690121923167, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2547 }, + value: { booleanValue: null, doubleValue: 26.045177957492662, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2548 }, + value: { booleanValue: null, doubleValue: 26.198038019246418, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2549 }, + value: { booleanValue: null, doubleValue: 26.079583323503773, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2550 }, + value: { booleanValue: null, doubleValue: 26.141173971334364, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2551 }, + value: { booleanValue: null, doubleValue: 25.960231846387643, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2552 }, + value: { booleanValue: null, doubleValue: 26.190244835931928, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2553 }, + value: { booleanValue: null, doubleValue: 26.074054890375344, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2554 }, + value: { booleanValue: null, doubleValue: 26.117326798344134, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2555 }, + value: { booleanValue: null, doubleValue: 26.081264088323206, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2556 }, + value: { booleanValue: null, doubleValue: 26.049487829444168, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2557 }, + value: { booleanValue: null, doubleValue: 26.134446883069636, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2558 }, + value: { booleanValue: null, doubleValue: 26.189465087310637, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2559 }, + value: { booleanValue: null, doubleValue: 25.984466910341737, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2560 }, + value: { booleanValue: null, doubleValue: 25.986884564858755, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2561 }, + value: { booleanValue: null, doubleValue: 26.132475016690112, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2562 }, + value: { booleanValue: null, doubleValue: 26.165157018968973, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2563 }, + value: { booleanValue: null, doubleValue: 26.063697911533403, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2564 }, + value: { booleanValue: null, doubleValue: 26.173762479783672, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2565 }, + value: { booleanValue: null, doubleValue: 26.17157912417199, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2566 }, + value: { booleanValue: null, doubleValue: 26.078268451244835, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2567 }, + value: { booleanValue: null, doubleValue: 25.988194814845574, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2568 }, + value: { booleanValue: null, doubleValue: 26.026666348474524, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2569 }, + value: { booleanValue: null, doubleValue: 25.960499856170703, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2570 }, + value: { booleanValue: null, doubleValue: 26.038484866392757, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2571 }, + value: { booleanValue: null, doubleValue: 26.089991291982326, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2572 }, + value: { booleanValue: null, doubleValue: 25.986522881324287, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2573 }, + value: { booleanValue: null, doubleValue: 26.14498426914903, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2574 }, + value: { booleanValue: null, doubleValue: 26.12288204243071, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2575 }, + value: { booleanValue: null, doubleValue: 26.086884806340667, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2576 }, + value: { booleanValue: null, doubleValue: 26.101399013237387, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2577 }, + value: { booleanValue: null, doubleValue: 26.08191881004596, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2578 }, + value: { booleanValue: null, doubleValue: 26.13705426412933, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2579 }, + value: { booleanValue: null, doubleValue: 25.970086815950232, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2580 }, + value: { booleanValue: null, doubleValue: 26.12118834610493, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2581 }, + value: { booleanValue: null, doubleValue: 26.07721020704157, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2582 }, + value: { booleanValue: null, doubleValue: 26.063991070599723, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2583 }, + value: { booleanValue: null, doubleValue: 25.997213245088318, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2584 }, + value: { booleanValue: null, doubleValue: 26.198354632389734, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2585 }, + value: { booleanValue: null, doubleValue: 26.073852292577964, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2586 }, + value: { booleanValue: null, doubleValue: 26.15540974889535, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2587 }, + value: { booleanValue: null, doubleValue: 26.17785497039846, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2588 }, + value: { booleanValue: null, doubleValue: 26.134045312987734, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2589 }, + value: { booleanValue: null, doubleValue: 26.01824889309542, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2590 }, + value: { booleanValue: null, doubleValue: 26.12416618364707, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2591 }, + value: { booleanValue: null, doubleValue: 26.138001713466267, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2592 }, + value: { booleanValue: null, doubleValue: 26.13124907946044, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2593 }, + value: { booleanValue: null, doubleValue: 26.02953113974412, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2594 }, + value: { booleanValue: null, doubleValue: 25.994027203652212, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2595 }, + value: { booleanValue: null, doubleValue: 26.187496855562927, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2596 }, + value: { booleanValue: null, doubleValue: 26.180614430756574, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2597 }, + value: { booleanValue: null, doubleValue: 26.051771844045174, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2598 }, + value: { booleanValue: null, doubleValue: 26.13216689451624, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2599 }, + value: { booleanValue: null, doubleValue: 25.97087749872625, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2600 }, + value: { booleanValue: null, doubleValue: 26.09723471279795, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2601 }, + value: { booleanValue: null, doubleValue: 26.014027229733248, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2602 }, + value: { booleanValue: null, doubleValue: 26.04892662582759, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2603 }, + value: { booleanValue: null, doubleValue: 26.195743484850432, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2604 }, + value: { booleanValue: null, doubleValue: 26.173163935792758, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2605 }, + value: { booleanValue: null, doubleValue: 26.09134246490415, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2606 }, + value: { booleanValue: null, doubleValue: 26.18015937607626, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2607 }, + value: { booleanValue: null, doubleValue: 26.085925690242714, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2608 }, + value: { booleanValue: null, doubleValue: 26.19904013270544, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2609 }, + value: { booleanValue: null, doubleValue: 26.134537213810912, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2610 }, + value: { booleanValue: null, doubleValue: 26.072318625650635, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2611 }, + value: { booleanValue: null, doubleValue: 26.120298167976127, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2612 }, + value: { booleanValue: null, doubleValue: 26.18405502596133, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2613 }, + value: { booleanValue: null, doubleValue: 26.164857281422194, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2614 }, + value: { booleanValue: null, doubleValue: 26.173901770760487, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2615 }, + value: { booleanValue: null, doubleValue: 26.090132521211363, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2616 }, + value: { booleanValue: null, doubleValue: 26.15032590301071, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2617 }, + value: { booleanValue: null, doubleValue: 26.003864426682448, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2618 }, + value: { booleanValue: null, doubleValue: 26.092880981681645, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2619 }, + value: { booleanValue: null, doubleValue: 26.09218720811316, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2620 }, + value: { booleanValue: null, doubleValue: 26.124605466977233, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2621 }, + value: { booleanValue: null, doubleValue: 25.982270842614412, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2622 }, + value: { booleanValue: null, doubleValue: 26.08072282292235, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2623 }, + value: { booleanValue: null, doubleValue: 26.164535999874513, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2624 }, + value: { booleanValue: null, doubleValue: 25.990093667562082, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2625 }, + value: { booleanValue: null, doubleValue: 26.157803802954636, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2626 }, + value: { booleanValue: null, doubleValue: 26.085600149947105, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2627 }, + value: { booleanValue: null, doubleValue: 26.18077432329323, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2628 }, + value: { booleanValue: null, doubleValue: 26.171205323634634, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2629 }, + value: { booleanValue: null, doubleValue: 26.192862529755644, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2630 }, + value: { booleanValue: null, doubleValue: 26.098760454435038, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2631 }, + value: { booleanValue: null, doubleValue: 26.04707787631482, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2632 }, + value: { booleanValue: null, doubleValue: 26.089138546842083, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2633 }, + value: { booleanValue: null, doubleValue: 25.956010995091898, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2634 }, + value: { booleanValue: null, doubleValue: 25.96081294639184, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2635 }, + value: { booleanValue: null, doubleValue: 25.99715691884887, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2636 }, + value: { booleanValue: null, doubleValue: 26.008589574568884, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2637 }, + value: { booleanValue: null, doubleValue: 26.182204245512626, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2638 }, + value: { booleanValue: null, doubleValue: 26.003208351849658, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2639 }, + value: { booleanValue: null, doubleValue: 26.108207994046925, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2640 }, + value: { booleanValue: null, doubleValue: 26.08505110160376, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2641 }, + value: { booleanValue: null, doubleValue: 26.08426114507502, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2642 }, + value: { booleanValue: null, doubleValue: 26.121475363095396, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2643 }, + value: { booleanValue: null, doubleValue: 26.001305477720162, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2644 }, + value: { booleanValue: null, doubleValue: 26.18122798215405, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2645 }, + value: { booleanValue: null, doubleValue: 26.195490046093997, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2646 }, + value: { booleanValue: null, doubleValue: 26.01395394675858, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2647 }, + value: { booleanValue: null, doubleValue: 25.960459338157783, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2648 }, + value: { booleanValue: null, doubleValue: 26.153722592354296, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2649 }, + value: { booleanValue: null, doubleValue: 26.06114604317487, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2650 }, + value: { booleanValue: null, doubleValue: 26.185629291279767, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2651 }, + value: { booleanValue: null, doubleValue: 26.026603861577605, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2652 }, + value: { booleanValue: null, doubleValue: 26.124764101732087, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2653 }, + value: { booleanValue: null, doubleValue: 26.039681099449904, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2654 }, + value: { booleanValue: null, doubleValue: 26.137062317746366, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2655 }, + value: { booleanValue: null, doubleValue: 26.196590307194857, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2656 }, + value: { booleanValue: null, doubleValue: 26.118902222907426, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2657 }, + value: { booleanValue: null, doubleValue: 26.17902257282781, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2658 }, + value: { booleanValue: null, doubleValue: 26.110251048727072, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2659 }, + value: { booleanValue: null, doubleValue: 26.056022130016615, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2660 }, + value: { booleanValue: null, doubleValue: 26.19875326397267, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2661 }, + value: { booleanValue: null, doubleValue: 25.97586882906521, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2662 }, + value: { booleanValue: null, doubleValue: 25.96045603745968, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2663 }, + value: { booleanValue: null, doubleValue: 26.130822641032513, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2664 }, + value: { booleanValue: null, doubleValue: 26.025472574318876, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2665 }, + value: { booleanValue: null, doubleValue: 26.19133947461646, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2666 }, + value: { booleanValue: null, doubleValue: 26.027667386316676, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2667 }, + value: { booleanValue: null, doubleValue: 26.06468512754396, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2668 }, + value: { booleanValue: null, doubleValue: 25.969035332306685, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2669 }, + value: { booleanValue: null, doubleValue: 26.028544693650645, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2670 }, + value: { booleanValue: null, doubleValue: 26.179870017059834, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2671 }, + value: { booleanValue: null, doubleValue: 26.071405462005632, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2672 }, + value: { booleanValue: null, doubleValue: 26.16943114044332, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2673 }, + value: { booleanValue: null, doubleValue: 26.098114027269418, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2674 }, + value: { booleanValue: null, doubleValue: 25.987161061084308, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2675 }, + value: { booleanValue: null, doubleValue: 26.064243177255875, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2676 }, + value: { booleanValue: null, doubleValue: 26.017601919525266, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2677 }, + value: { booleanValue: null, doubleValue: 26.049414216030254, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2678 }, + value: { booleanValue: null, doubleValue: 25.985941100149113, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2679 }, + value: { booleanValue: null, doubleValue: 26.196532364045133, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2680 }, + value: { booleanValue: null, doubleValue: 25.98849229124003, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2681 }, + value: { booleanValue: null, doubleValue: 26.177735422764812, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2682 }, + value: { booleanValue: null, doubleValue: 26.185044287582038, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2683 }, + value: { booleanValue: null, doubleValue: 26.053340626238562, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2684 }, + value: { booleanValue: null, doubleValue: 26.054592164225152, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2685 }, + value: { booleanValue: null, doubleValue: 26.006893411714316, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2686 }, + value: { booleanValue: null, doubleValue: 26.154829154841188, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2687 }, + value: { booleanValue: null, doubleValue: 25.993784465600147, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2688 }, + value: { booleanValue: null, doubleValue: 25.986792919883897, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2689 }, + value: { booleanValue: null, doubleValue: 26.188493547143512, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2690 }, + value: { booleanValue: null, doubleValue: 26.115036127877218, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2691 }, + value: { booleanValue: null, doubleValue: 26.155831838552597, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2692 }, + value: { booleanValue: null, doubleValue: 26.17671167141266, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2693 }, + value: { booleanValue: null, doubleValue: 26.195676199596356, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2694 }, + value: { booleanValue: null, doubleValue: 26.177140159006054, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2695 }, + value: { booleanValue: null, doubleValue: 26.19783196636037, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2696 }, + value: { booleanValue: null, doubleValue: 26.091143062012236, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2697 }, + value: { booleanValue: null, doubleValue: 26.17605446359245, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2698 }, + value: { booleanValue: null, doubleValue: 26.084155325317862, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2699 }, + value: { booleanValue: null, doubleValue: 26.013697346179327, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2700 }, + value: { booleanValue: null, doubleValue: 25.967662410154553, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2701 }, + value: { booleanValue: null, doubleValue: 25.97259574754424, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2702 }, + value: { booleanValue: null, doubleValue: 26.020385188000674, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2703 }, + value: { booleanValue: null, doubleValue: 26.09369032612115, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2704 }, + value: { booleanValue: null, doubleValue: 26.16972552062517, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2705 }, + value: { booleanValue: null, doubleValue: 26.009068494583282, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2706 }, + value: { booleanValue: null, doubleValue: 26.168450774666365, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2707 }, + value: { booleanValue: null, doubleValue: 26.000817885627196, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2708 }, + value: { booleanValue: null, doubleValue: 26.076348799559675, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2709 }, + value: { booleanValue: null, doubleValue: 26.013008591792936, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2710 }, + value: { booleanValue: null, doubleValue: 26.006842373541637, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2711 }, + value: { booleanValue: null, doubleValue: 26.0623065547181, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2712 }, + value: { booleanValue: null, doubleValue: 26.189593195267285, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2713 }, + value: { booleanValue: null, doubleValue: 26.081820749478428, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2714 }, + value: { booleanValue: null, doubleValue: 25.98498820779143, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2715 }, + value: { booleanValue: null, doubleValue: 26.142434818680883, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2716 }, + value: { booleanValue: null, doubleValue: 25.98474713824453, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2717 }, + value: { booleanValue: null, doubleValue: 26.016277154613295, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2718 }, + value: { booleanValue: null, doubleValue: 26.176200197198355, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2719 }, + value: { booleanValue: null, doubleValue: 25.9992747636883, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2720 }, + value: { booleanValue: null, doubleValue: 26.042484303717576, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2721 }, + value: { booleanValue: null, doubleValue: 25.968690056875783, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2722 }, + value: { booleanValue: null, doubleValue: 26.009210380735016, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2723 }, + value: { booleanValue: null, doubleValue: 26.07924847347957, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2724 }, + value: { booleanValue: null, doubleValue: 26.007518936776727, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2725 }, + value: { booleanValue: null, doubleValue: 25.967372833284806, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2726 }, + value: { booleanValue: null, doubleValue: 26.068952071392125, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2727 }, + value: { booleanValue: null, doubleValue: 26.1101126022353, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2728 }, + value: { booleanValue: null, doubleValue: 26.076272935023894, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2729 }, + value: { booleanValue: null, doubleValue: 26.198675049764134, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2730 }, + value: { booleanValue: null, doubleValue: 26.15459563986071, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2731 }, + value: { booleanValue: null, doubleValue: 26.069406127639617, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2732 }, + value: { booleanValue: null, doubleValue: 26.11499186328823, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2733 }, + value: { booleanValue: null, doubleValue: 26.031879529851107, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2734 }, + value: { booleanValue: null, doubleValue: 26.01687627056716, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2735 }, + value: { booleanValue: null, doubleValue: 26.021699805105484, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2736 }, + value: { booleanValue: null, doubleValue: 25.9863391258917, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2737 }, + value: { booleanValue: null, doubleValue: 26.147365810177583, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2738 }, + value: { booleanValue: null, doubleValue: 25.990677544766548, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2739 }, + value: { booleanValue: null, doubleValue: 26.181445566833528, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2740 }, + value: { booleanValue: null, doubleValue: 26.147529340082965, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2741 }, + value: { booleanValue: null, doubleValue: 26.042920038352992, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2742 }, + value: { booleanValue: null, doubleValue: 26.09417325934477, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2743 }, + value: { booleanValue: null, doubleValue: 26.013608976362853, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2744 }, + value: { booleanValue: null, doubleValue: 26.137609266521363, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2745 }, + value: { booleanValue: null, doubleValue: 26.0542944591347, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2746 }, + value: { booleanValue: null, doubleValue: 26.10741197329366, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2747 }, + value: { booleanValue: null, doubleValue: 26.114469128583096, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2748 }, + value: { booleanValue: null, doubleValue: 26.14813798655121, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2749 }, + value: { booleanValue: null, doubleValue: 26.07332997402687, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2750 }, + value: { booleanValue: null, doubleValue: 26.16108918120166, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2751 }, + value: { booleanValue: null, doubleValue: 26.089151728654087, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2752 }, + value: { booleanValue: null, doubleValue: 26.1840831400852, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2753 }, + value: { booleanValue: null, doubleValue: 26.17772275143721, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2754 }, + value: { booleanValue: null, doubleValue: 26.10925227634185, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2755 }, + value: { booleanValue: null, doubleValue: 26.177148697790155, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2756 }, + value: { booleanValue: null, doubleValue: 26.141635385726783, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2757 }, + value: { booleanValue: null, doubleValue: 26.034520597857288, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2758 }, + value: { booleanValue: null, doubleValue: 25.98767157492881, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2759 }, + value: { booleanValue: null, doubleValue: 26.09517478971458, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2760 }, + value: { booleanValue: null, doubleValue: 26.09502437635406, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2761 }, + value: { booleanValue: null, doubleValue: 26.021362142865094, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2762 }, + value: { booleanValue: null, doubleValue: 26.150884024507853, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2763 }, + value: { booleanValue: null, doubleValue: 26.186529605057842, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2764 }, + value: { booleanValue: null, doubleValue: 26.050085217238674, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2765 }, + value: { booleanValue: null, doubleValue: 26.06451200615768, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2766 }, + value: { booleanValue: null, doubleValue: 26.068694768422077, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2767 }, + value: { booleanValue: null, doubleValue: 26.14055295382675, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2768 }, + value: { booleanValue: null, doubleValue: 26.151294813965013, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2769 }, + value: { booleanValue: null, doubleValue: 25.97681753587166, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2770 }, + value: { booleanValue: null, doubleValue: 26.174167118071733, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2771 }, + value: { booleanValue: null, doubleValue: 26.117603221806196, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2772 }, + value: { booleanValue: null, doubleValue: 26.102936380257347, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2773 }, + value: { booleanValue: null, doubleValue: 26.178175603106105, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2774 }, + value: { booleanValue: null, doubleValue: 25.99612317286398, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2775 }, + value: { booleanValue: null, doubleValue: 25.975383169884356, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2776 }, + value: { booleanValue: null, doubleValue: 25.957252773964512, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2777 }, + value: { booleanValue: null, doubleValue: 26.06261885778022, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2778 }, + value: { booleanValue: null, doubleValue: 26.149317000087454, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2779 }, + value: { booleanValue: null, doubleValue: 26.172508050499054, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2780 }, + value: { booleanValue: null, doubleValue: 26.0524127242357, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2781 }, + value: { booleanValue: null, doubleValue: 26.136807111303526, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2782 }, + value: { booleanValue: null, doubleValue: 26.163294884503703, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2783 }, + value: { booleanValue: null, doubleValue: 26.071100235357445, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2784 }, + value: { booleanValue: null, doubleValue: 26.12517264079651, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2785 }, + value: { booleanValue: null, doubleValue: 26.111643001990526, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2786 }, + value: { booleanValue: null, doubleValue: 25.981910698514522, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2787 }, + value: { booleanValue: null, doubleValue: 26.020668793929907, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2788 }, + value: { booleanValue: null, doubleValue: 26.005050946085877, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2789 }, + value: { booleanValue: null, doubleValue: 26.10416830286299, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2790 }, + value: { booleanValue: null, doubleValue: 26.04662074063422, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2791 }, + value: { booleanValue: null, doubleValue: 26.161284539190415, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2792 }, + value: { booleanValue: null, doubleValue: 26.19313782212125, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2793 }, + value: { booleanValue: null, doubleValue: 26.110590363451298, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2794 }, + value: { booleanValue: null, doubleValue: 26.041564799371788, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2795 }, + value: { booleanValue: null, doubleValue: 25.96098084220982, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2796 }, + value: { booleanValue: null, doubleValue: 26.162394076037778, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2797 }, + value: { booleanValue: null, doubleValue: 26.045716146183334, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2798 }, + value: { booleanValue: null, doubleValue: 26.038683759349144, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2799 }, + value: { booleanValue: null, doubleValue: 26.08698201926202, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2800 }, + value: { booleanValue: null, doubleValue: 26.077873087379242, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2801 }, + value: { booleanValue: null, doubleValue: 26.133865833992562, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2802 }, + value: { booleanValue: null, doubleValue: 26.17484760650335, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2803 }, + value: { booleanValue: null, doubleValue: 26.091106084640582, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2804 }, + value: { booleanValue: null, doubleValue: 26.042000502772563, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2805 }, + value: { booleanValue: null, doubleValue: 25.980183895985082, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2806 }, + value: { booleanValue: null, doubleValue: 26.04994539736538, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2807 }, + value: { booleanValue: null, doubleValue: 25.97362847651527, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2808 }, + value: { booleanValue: null, doubleValue: 26.171092133629678, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2809 }, + value: { booleanValue: null, doubleValue: 26.1749263632172, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2810 }, + value: { booleanValue: null, doubleValue: 26.17560387819127, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2811 }, + value: { booleanValue: null, doubleValue: 26.000016707412478, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2812 }, + value: { booleanValue: null, doubleValue: 26.040215452015747, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2813 }, + value: { booleanValue: null, doubleValue: 26.06933240655961, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2814 }, + value: { booleanValue: null, doubleValue: 26.01094474566341, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2815 }, + value: { booleanValue: null, doubleValue: 25.95763075580304, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2816 }, + value: { booleanValue: null, doubleValue: 26.02815099584512, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2817 }, + value: { booleanValue: null, doubleValue: 25.975988113839644, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2818 }, + value: { booleanValue: null, doubleValue: 25.99109386927625, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2819 }, + value: { booleanValue: null, doubleValue: 25.95593370415102, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2820 }, + value: { booleanValue: null, doubleValue: 26.11639493685993, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2821 }, + value: { booleanValue: null, doubleValue: 26.129169548804235, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2822 }, + value: { booleanValue: null, doubleValue: 26.085476764789682, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2823 }, + value: { booleanValue: null, doubleValue: 26.18217267212529, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2824 }, + value: { booleanValue: null, doubleValue: 26.190523143591996, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2825 }, + value: { booleanValue: null, doubleValue: 25.996308424782658, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2826 }, + value: { booleanValue: null, doubleValue: 25.982546642721836, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2827 }, + value: { booleanValue: null, doubleValue: 26.091599429146456, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2828 }, + value: { booleanValue: null, doubleValue: 26.182453830001087, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2829 }, + value: { booleanValue: null, doubleValue: 25.976152441430422, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2830 }, + value: { booleanValue: null, doubleValue: 26.142088737821968, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2831 }, + value: { booleanValue: null, doubleValue: 26.12508466200904, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2832 }, + value: { booleanValue: null, doubleValue: 26.1772562169238, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2833 }, + value: { booleanValue: null, doubleValue: 26.198659366813736, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2834 }, + value: { booleanValue: null, doubleValue: 26.0991982168449, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2835 }, + value: { booleanValue: null, doubleValue: 26.107941519574347, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2836 }, + value: { booleanValue: null, doubleValue: 26.176463684250947, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2837 }, + value: { booleanValue: null, doubleValue: 26.16110473414386, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2838 }, + value: { booleanValue: null, doubleValue: 26.140686780522053, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2839 }, + value: { booleanValue: null, doubleValue: 26.068153139346293, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2840 }, + value: { booleanValue: null, doubleValue: 26.05882865807554, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2841 }, + value: { booleanValue: null, doubleValue: 26.046271764988905, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2842 }, + value: { booleanValue: null, doubleValue: 25.95920630491195, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2843 }, + value: { booleanValue: null, doubleValue: 26.107012262564005, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2844 }, + value: { booleanValue: null, doubleValue: 26.1848263475702, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2845 }, + value: { booleanValue: null, doubleValue: 26.108133024166086, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2846 }, + value: { booleanValue: null, doubleValue: 26.104692577174553, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2847 }, + value: { booleanValue: null, doubleValue: 26.10233717021449, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2848 }, + value: { booleanValue: null, doubleValue: 26.154438489130516, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2849 }, + value: { booleanValue: null, doubleValue: 25.994190140776087, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2850 }, + value: { booleanValue: null, doubleValue: 26.028138689495115, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2851 }, + value: { booleanValue: null, doubleValue: 26.12362848811779, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2852 }, + value: { booleanValue: null, doubleValue: 26.121500726680523, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2853 }, + value: { booleanValue: null, doubleValue: 25.974769777618715, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2854 }, + value: { booleanValue: null, doubleValue: 25.960365945141916, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2855 }, + value: { booleanValue: null, doubleValue: 26.16622940240415, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2856 }, + value: { booleanValue: null, doubleValue: 26.12062899240089, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2857 }, + value: { booleanValue: null, doubleValue: 25.991888183542617, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2858 }, + value: { booleanValue: null, doubleValue: 26.13847113714645, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2859 }, + value: { booleanValue: null, doubleValue: 26.14586344144205, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2860 }, + value: { booleanValue: null, doubleValue: 25.96158058277712, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2861 }, + value: { booleanValue: null, doubleValue: 26.062112298307905, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2862 }, + value: { booleanValue: null, doubleValue: 26.125325672341557, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2863 }, + value: { booleanValue: null, doubleValue: 26.034022671988904, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2864 }, + value: { booleanValue: null, doubleValue: 26.12610927062608, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2865 }, + value: { booleanValue: null, doubleValue: 26.124116889420975, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2866 }, + value: { booleanValue: null, doubleValue: 26.14186413254701, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2867 }, + value: { booleanValue: null, doubleValue: 26.18486391200024, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2868 }, + value: { booleanValue: null, doubleValue: 26.02249400383529, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2869 }, + value: { booleanValue: null, doubleValue: 25.99189167307936, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2870 }, + value: { booleanValue: null, doubleValue: 26.13761263938407, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2871 }, + value: { booleanValue: null, doubleValue: 26.010197506239077, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2872 }, + value: { booleanValue: null, doubleValue: 26.156534237253883, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2873 }, + value: { booleanValue: null, doubleValue: 26.009168049334814, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2874 }, + value: { booleanValue: null, doubleValue: 26.143317324311663, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2875 }, + value: { booleanValue: null, doubleValue: 26.191911986306565, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2876 }, + value: { booleanValue: null, doubleValue: 26.12690410552647, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2877 }, + value: { booleanValue: null, doubleValue: 26.04897806166398, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2878 }, + value: { booleanValue: null, doubleValue: 26.066707648097, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2879 }, + value: { booleanValue: null, doubleValue: 26.188273200441888, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2880 }, + value: { booleanValue: null, doubleValue: 25.99655161789142, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2881 }, + value: { booleanValue: null, doubleValue: 26.104897457667686, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2882 }, + value: { booleanValue: null, doubleValue: 26.12863468666412, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2883 }, + value: { booleanValue: null, doubleValue: 26.064260227386722, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2884 }, + value: { booleanValue: null, doubleValue: 26.038180904024937, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2885 }, + value: { booleanValue: null, doubleValue: 26.052827554168474, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2886 }, + value: { booleanValue: null, doubleValue: 26.12036690187708, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2887 }, + value: { booleanValue: null, doubleValue: 26.17338360592329, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2888 }, + value: { booleanValue: null, doubleValue: 26.05441842095454, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2889 }, + value: { booleanValue: null, doubleValue: 26.016787290425242, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2890 }, + value: { booleanValue: null, doubleValue: 26.176411515856827, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2891 }, + value: { booleanValue: null, doubleValue: 26.155094912118937, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2892 }, + value: { booleanValue: null, doubleValue: 26.188509517676835, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2893 }, + value: { booleanValue: null, doubleValue: 25.982190200837714, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2894 }, + value: { booleanValue: null, doubleValue: 25.99986141097675, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2895 }, + value: { booleanValue: null, doubleValue: 26.11782740104403, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2896 }, + value: { booleanValue: null, doubleValue: 26.10234832951809, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2897 }, + value: { booleanValue: null, doubleValue: 26.06979255833638, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2898 }, + value: { booleanValue: null, doubleValue: 26.07998332363682, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2899 }, + value: { booleanValue: null, doubleValue: 26.158986272699686, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2900 }, + value: { booleanValue: null, doubleValue: 26.011851119903653, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2901 }, + value: { booleanValue: null, doubleValue: 25.981123778456716, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2902 }, + value: { booleanValue: null, doubleValue: 26.036024478494628, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2903 }, + value: { booleanValue: null, doubleValue: 26.09614115234521, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2904 }, + value: { booleanValue: null, doubleValue: 26.012560482878012, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2905 }, + value: { booleanValue: null, doubleValue: 26.014067073433495, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2906 }, + value: { booleanValue: null, doubleValue: 25.976347354204467, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2907 }, + value: { booleanValue: null, doubleValue: 25.961560992761253, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2908 }, + value: { booleanValue: null, doubleValue: 26.174275183245687, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2909 }, + value: { booleanValue: null, doubleValue: 26.157734202125507, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2910 }, + value: { booleanValue: null, doubleValue: 25.979171049184515, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2911 }, + value: { booleanValue: null, doubleValue: 26.035471997831195, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2912 }, + value: { booleanValue: null, doubleValue: 26.061008836469412, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2913 }, + value: { booleanValue: null, doubleValue: 26.149044952140137, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2914 }, + value: { booleanValue: null, doubleValue: 26.025193746712482, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2915 }, + value: { booleanValue: null, doubleValue: 26.18313637112095, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2916 }, + value: { booleanValue: null, doubleValue: 26.024163583100933, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2917 }, + value: { booleanValue: null, doubleValue: 26.16970933706992, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2918 }, + value: { booleanValue: null, doubleValue: 26.075587603201456, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2919 }, + value: { booleanValue: null, doubleValue: 26.08507323649925, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2920 }, + value: { booleanValue: null, doubleValue: 26.053799806303495, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2921 }, + value: { booleanValue: null, doubleValue: 25.96164427202267, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2922 }, + value: { booleanValue: null, doubleValue: 26.06778954994738, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2923 }, + value: { booleanValue: null, doubleValue: 26.09282977805238, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2924 }, + value: { booleanValue: null, doubleValue: 26.059876930896394, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2925 }, + value: { booleanValue: null, doubleValue: 26.063150901482953, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2926 }, + value: { booleanValue: null, doubleValue: 26.02852187895588, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2927 }, + value: { booleanValue: null, doubleValue: 26.002502430841147, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2928 }, + value: { booleanValue: null, doubleValue: 25.9635788679502, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2929 }, + value: { booleanValue: null, doubleValue: 26.05878730744057, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2930 }, + value: { booleanValue: null, doubleValue: 26.148478273862928, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2931 }, + value: { booleanValue: null, doubleValue: 26.013767362614832, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2932 }, + value: { booleanValue: null, doubleValue: 26.01731437884924, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2933 }, + value: { booleanValue: null, doubleValue: 26.012954946752885, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2934 }, + value: { booleanValue: null, doubleValue: 25.96923907357564, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2935 }, + value: { booleanValue: null, doubleValue: 25.96282107368785, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2936 }, + value: { booleanValue: null, doubleValue: 26.130747121304424, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2937 }, + value: { booleanValue: null, doubleValue: 26.149418790698803, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2938 }, + value: { booleanValue: null, doubleValue: 25.99365809038821, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2939 }, + value: { booleanValue: null, doubleValue: 26.167744783595793, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2940 }, + value: { booleanValue: null, doubleValue: 26.127088365156474, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2941 }, + value: { booleanValue: null, doubleValue: 26.103954257557806, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2942 }, + value: { booleanValue: null, doubleValue: 26.191882128155235, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2943 }, + value: { booleanValue: null, doubleValue: 26.06454642709732, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2944 }, + value: { booleanValue: null, doubleValue: 26.086398668298145, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2945 }, + value: { booleanValue: null, doubleValue: 26.102118746002304, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2946 }, + value: { booleanValue: null, doubleValue: 26.03390647528432, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2947 }, + value: { booleanValue: null, doubleValue: 26.06736289286625, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2948 }, + value: { booleanValue: null, doubleValue: 26.06084199699816, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2949 }, + value: { booleanValue: null, doubleValue: 25.973499709495144, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2950 }, + value: { booleanValue: null, doubleValue: 26.07714390432562, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2951 }, + value: { booleanValue: null, doubleValue: 26.08449631280012, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2952 }, + value: { booleanValue: null, doubleValue: 26.056693198784714, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2953 }, + value: { booleanValue: null, doubleValue: 26.1411992208561, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2954 }, + value: { booleanValue: null, doubleValue: 26.1043796787694, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2955 }, + value: { booleanValue: null, doubleValue: 26.163620087381865, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2956 }, + value: { booleanValue: null, doubleValue: 26.153721523551607, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2957 }, + value: { booleanValue: null, doubleValue: 26.02820012527264, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2958 }, + value: { booleanValue: null, doubleValue: 26.05373259167644, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2959 }, + value: { booleanValue: null, doubleValue: 25.959584829569152, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2960 }, + value: { booleanValue: null, doubleValue: 26.085270726745094, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2961 }, + value: { booleanValue: null, doubleValue: 26.009544448578243, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2962 }, + value: { booleanValue: null, doubleValue: 26.0694294164714, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2963 }, + value: { booleanValue: null, doubleValue: 26.0862247049496, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2964 }, + value: { booleanValue: null, doubleValue: 26.0828586480943, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2965 }, + value: { booleanValue: null, doubleValue: 26.02601661105888, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2966 }, + value: { booleanValue: null, doubleValue: 26.180375969987693, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2967 }, + value: { booleanValue: null, doubleValue: 26.045117320101063, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2968 }, + value: { booleanValue: null, doubleValue: 26.054704449407442, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2969 }, + value: { booleanValue: null, doubleValue: 25.968122328535618, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2970 }, + value: { booleanValue: null, doubleValue: 26.10043255992938, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2971 }, + value: { booleanValue: null, doubleValue: 26.128351098977145, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2972 }, + value: { booleanValue: null, doubleValue: 25.985016874943327, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2973 }, + value: { booleanValue: null, doubleValue: 26.081955718981366, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2974 }, + value: { booleanValue: null, doubleValue: 26.12406262362727, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2975 }, + value: { booleanValue: null, doubleValue: 26.1032998557488, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2976 }, + value: { booleanValue: null, doubleValue: 26.161582429449727, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2977 }, + value: { booleanValue: null, doubleValue: 26.110464347934943, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2978 }, + value: { booleanValue: null, doubleValue: 26.062376417466844, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2979 }, + value: { booleanValue: null, doubleValue: 26.11350883289939, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2980 }, + value: { booleanValue: null, doubleValue: 26.17772529535801, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2981 }, + value: { booleanValue: null, doubleValue: 26.094385630609775, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2982 }, + value: { booleanValue: null, doubleValue: 26.187583970226946, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2983 }, + value: { booleanValue: null, doubleValue: 26.11140540215125, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2984 }, + value: { booleanValue: null, doubleValue: 26.13388661438077, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2985 }, + value: { booleanValue: null, doubleValue: 25.97493301055932, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2986 }, + value: { booleanValue: null, doubleValue: 26.17604487850253, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2987 }, + value: { booleanValue: null, doubleValue: 26.129019185802836, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2988 }, + value: { booleanValue: null, doubleValue: 26.15611359303043, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2989 }, + value: { booleanValue: null, doubleValue: 26.130599163304286, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2990 }, + value: { booleanValue: null, doubleValue: 26.07521495857895, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2991 }, + value: { booleanValue: null, doubleValue: 26.06024527490267, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2992 }, + value: { booleanValue: null, doubleValue: 25.97895871457427, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2993 }, + value: { booleanValue: null, doubleValue: 26.073992696913496, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2994 }, + value: { booleanValue: null, doubleValue: 25.967735490645506, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2995 }, + value: { booleanValue: null, doubleValue: 26.0191318689231, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2996 }, + value: { booleanValue: null, doubleValue: 26.087191628016424, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2997 }, + value: { booleanValue: null, doubleValue: 26.014119292488573, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2998 }, + value: { booleanValue: null, doubleValue: 26.137224920118303, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 2999 }, + value: { booleanValue: null, doubleValue: 26.144631181288787, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3000 }, + value: { booleanValue: null, doubleValue: 26.047628268808484, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3001 }, + value: { booleanValue: null, doubleValue: 26.160860525051223, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3002 }, + value: { booleanValue: null, doubleValue: 26.10641993695383, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3003 }, + value: { booleanValue: null, doubleValue: 26.19305777573464, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3004 }, + value: { booleanValue: null, doubleValue: 26.008374100052333, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3005 }, + value: { booleanValue: null, doubleValue: 26.086426556890128, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3006 }, + value: { booleanValue: null, doubleValue: 26.062052068503128, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3007 }, + value: { booleanValue: null, doubleValue: 26.0346285648466, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3008 }, + value: { booleanValue: null, doubleValue: 26.19441648034664, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3009 }, + value: { booleanValue: null, doubleValue: 26.117375185880412, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3010 }, + value: { booleanValue: null, doubleValue: 25.968223279512618, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3011 }, + value: { booleanValue: null, doubleValue: 26.186553419549146, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3012 }, + value: { booleanValue: null, doubleValue: 25.97664147066631, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3013 }, + value: { booleanValue: null, doubleValue: 26.16218802896874, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3014 }, + value: { booleanValue: null, doubleValue: 26.112310937573568, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3015 }, + value: { booleanValue: null, doubleValue: 26.19062420282157, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3016 }, + value: { booleanValue: null, doubleValue: 26.012388387334894, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3017 }, + value: { booleanValue: null, doubleValue: 26.013538962620867, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3018 }, + value: { booleanValue: null, doubleValue: 26.185035219106034, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3019 }, + value: { booleanValue: null, doubleValue: 26.000636017997298, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3020 }, + value: { booleanValue: null, doubleValue: 26.033813073062415, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3021 }, + value: { booleanValue: null, doubleValue: 26.048558736664233, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3022 }, + value: { booleanValue: null, doubleValue: 26.107207265600923, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3023 }, + value: { booleanValue: null, doubleValue: 26.012766283285906, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3024 }, + value: { booleanValue: null, doubleValue: 26.168420487055073, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3025 }, + value: { booleanValue: null, doubleValue: 26.045870856746554, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3026 }, + value: { booleanValue: null, doubleValue: 26.07873035541031, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3027 }, + value: { booleanValue: null, doubleValue: 25.98927868223911, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3028 }, + value: { booleanValue: null, doubleValue: 26.125194086093607, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3029 }, + value: { booleanValue: null, doubleValue: 26.10171094597491, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3030 }, + value: { booleanValue: null, doubleValue: 26.026944208400145, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3031 }, + value: { booleanValue: null, doubleValue: 26.168542237262656, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3032 }, + value: { booleanValue: null, doubleValue: 25.981859763807513, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3033 }, + value: { booleanValue: null, doubleValue: 26.09661481166229, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3034 }, + value: { booleanValue: null, doubleValue: 26.119507073470874, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3035 }, + value: { booleanValue: null, doubleValue: 25.995116060931196, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3036 }, + value: { booleanValue: null, doubleValue: 25.991888681795984, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3037 }, + value: { booleanValue: null, doubleValue: 26.019444999855466, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3038 }, + value: { booleanValue: null, doubleValue: 25.97782274705683, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3039 }, + value: { booleanValue: null, doubleValue: 25.984929880720305, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3040 }, + value: { booleanValue: null, doubleValue: 25.968373588796357, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3041 }, + value: { booleanValue: null, doubleValue: 26.014801325672614, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3042 }, + value: { booleanValue: null, doubleValue: 26.19135308702311, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3043 }, + value: { booleanValue: null, doubleValue: 26.134201565573136, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3044 }, + value: { booleanValue: null, doubleValue: 25.974797174531528, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3045 }, + value: { booleanValue: null, doubleValue: 26.14595638346157, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3046 }, + value: { booleanValue: null, doubleValue: 26.08459273568805, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3047 }, + value: { booleanValue: null, doubleValue: 25.986643558508366, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3048 }, + value: { booleanValue: null, doubleValue: 25.955629226132697, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3049 }, + value: { booleanValue: null, doubleValue: 26.13432787988549, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3050 }, + value: { booleanValue: null, doubleValue: 26.17341834447151, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3051 }, + value: { booleanValue: null, doubleValue: 26.10174615966403, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3052 }, + value: { booleanValue: null, doubleValue: 26.01553667496494, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3053 }, + value: { booleanValue: null, doubleValue: 26.05636803519312, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3054 }, + value: { booleanValue: null, doubleValue: 26.061683487345327, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3055 }, + value: { booleanValue: null, doubleValue: 26.013178631694892, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3056 }, + value: { booleanValue: null, doubleValue: 26.042663648420312, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3057 }, + value: { booleanValue: null, doubleValue: 26.113403665626148, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3058 }, + value: { booleanValue: null, doubleValue: 26.190252097038154, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3059 }, + value: { booleanValue: null, doubleValue: 25.982757354434597, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3060 }, + value: { booleanValue: null, doubleValue: 26.07469378903712, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3061 }, + value: { booleanValue: null, doubleValue: 25.99697168666042, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3062 }, + value: { booleanValue: null, doubleValue: 26.134268759586618, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3063 }, + value: { booleanValue: null, doubleValue: 26.132735349490822, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3064 }, + value: { booleanValue: null, doubleValue: 26.038869399605105, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3065 }, + value: { booleanValue: null, doubleValue: 26.10063619944434, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3066 }, + value: { booleanValue: null, doubleValue: 26.170454353723507, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3067 }, + value: { booleanValue: null, doubleValue: 25.971022099252536, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3068 }, + value: { booleanValue: null, doubleValue: 26.062255302148923, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3069 }, + value: { booleanValue: null, doubleValue: 26.06590134885258, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3070 }, + value: { booleanValue: null, doubleValue: 26.011168289908877, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3071 }, + value: { booleanValue: null, doubleValue: 26.050704997114845, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3072 }, + value: { booleanValue: null, doubleValue: 26.112830483976666, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3073 }, + value: { booleanValue: null, doubleValue: 26.02461389227519, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3074 }, + value: { booleanValue: null, doubleValue: 26.101527032214147, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3075 }, + value: { booleanValue: null, doubleValue: 26.08358966748649, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3076 }, + value: { booleanValue: null, doubleValue: 25.99819230352989, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3077 }, + value: { booleanValue: null, doubleValue: 25.999951102582923, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3078 }, + value: { booleanValue: null, doubleValue: 25.972439937518544, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3079 }, + value: { booleanValue: null, doubleValue: 25.981972067951553, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3080 }, + value: { booleanValue: null, doubleValue: 25.991399582785863, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3081 }, + value: { booleanValue: null, doubleValue: 25.996102805646085, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3082 }, + value: { booleanValue: null, doubleValue: 25.993388094813255, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3083 }, + value: { booleanValue: null, doubleValue: 25.968693827525975, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3084 }, + value: { booleanValue: null, doubleValue: 26.064844552167308, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3085 }, + value: { booleanValue: null, doubleValue: 26.1710091481737, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3086 }, + value: { booleanValue: null, doubleValue: 26.002328596780252, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3087 }, + value: { booleanValue: null, doubleValue: 26.08478177993271, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3088 }, + value: { booleanValue: null, doubleValue: 25.96595893630978, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3089 }, + value: { booleanValue: null, doubleValue: 26.088634931836193, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3090 }, + value: { booleanValue: null, doubleValue: 26.091815940601442, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3091 }, + value: { booleanValue: null, doubleValue: 25.981598511341176, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3092 }, + value: { booleanValue: null, doubleValue: 26.105902744176113, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3093 }, + value: { booleanValue: null, doubleValue: 26.021875709095582, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3094 }, + value: { booleanValue: null, doubleValue: 25.961176923349708, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3095 }, + value: { booleanValue: null, doubleValue: 26.095456921090374, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3096 }, + value: { booleanValue: null, doubleValue: 25.96062119805382, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3097 }, + value: { booleanValue: null, doubleValue: 25.96955462820405, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3098 }, + value: { booleanValue: null, doubleValue: 26.143781413766916, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3099 }, + value: { booleanValue: null, doubleValue: 26.147338519854042, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3100 }, + value: { booleanValue: null, doubleValue: 26.15541848096122, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3101 }, + value: { booleanValue: null, doubleValue: 25.991735011047503, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3102 }, + value: { booleanValue: null, doubleValue: 26.106724368136724, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3103 }, + value: { booleanValue: null, doubleValue: 26.16362149008999, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3104 }, + value: { booleanValue: null, doubleValue: 26.011074490565516, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3105 }, + value: { booleanValue: null, doubleValue: 26.162797297528932, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3106 }, + value: { booleanValue: null, doubleValue: 25.981815391345403, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3107 }, + value: { booleanValue: null, doubleValue: 25.961918417431104, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3108 }, + value: { booleanValue: null, doubleValue: 26.193164411058685, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3109 }, + value: { booleanValue: null, doubleValue: 26.080506211236678, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3110 }, + value: { booleanValue: null, doubleValue: 25.993904773049316, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3111 }, + value: { booleanValue: null, doubleValue: 26.046635374912594, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3112 }, + value: { booleanValue: null, doubleValue: 26.166620280746944, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3113 }, + value: { booleanValue: null, doubleValue: 26.195315740811864, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3114 }, + value: { booleanValue: null, doubleValue: 26.177966782941724, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3115 }, + value: { booleanValue: null, doubleValue: 26.13583463434962, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3116 }, + value: { booleanValue: null, doubleValue: 26.097148761792955, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3117 }, + value: { booleanValue: null, doubleValue: 26.08714959313427, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3118 }, + value: { booleanValue: null, doubleValue: 25.99282230625857, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3119 }, + value: { booleanValue: null, doubleValue: 26.107806256036827, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3120 }, + value: { booleanValue: null, doubleValue: 26.174746185901842, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3121 }, + value: { booleanValue: null, doubleValue: 26.122003442356636, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3122 }, + value: { booleanValue: null, doubleValue: 26.174545500603575, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3123 }, + value: { booleanValue: null, doubleValue: 26.007453593529572, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3124 }, + value: { booleanValue: null, doubleValue: 26.142431918686604, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3125 }, + value: { booleanValue: null, doubleValue: 26.014643645810587, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3126 }, + value: { booleanValue: null, doubleValue: 26.169269221464457, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3127 }, + value: { booleanValue: null, doubleValue: 26.028503990558637, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3128 }, + value: { booleanValue: null, doubleValue: 25.9804835764623, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3129 }, + value: { booleanValue: null, doubleValue: 26.03775020141272, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3130 }, + value: { booleanValue: null, doubleValue: 25.982546731893198, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3131 }, + value: { booleanValue: null, doubleValue: 26.017738098462694, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3132 }, + value: { booleanValue: null, doubleValue: 25.960760833898153, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3133 }, + value: { booleanValue: null, doubleValue: 26.113199052513355, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3134 }, + value: { booleanValue: null, doubleValue: 25.959837208044213, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3135 }, + value: { booleanValue: null, doubleValue: 26.10860720503548, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3136 }, + value: { booleanValue: null, doubleValue: 26.002101350564402, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3137 }, + value: { booleanValue: null, doubleValue: 26.169936194985915, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3138 }, + value: { booleanValue: null, doubleValue: 26.001701819465907, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3139 }, + value: { booleanValue: null, doubleValue: 25.961986551209755, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3140 }, + value: { booleanValue: null, doubleValue: 26.101809047620858, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3141 }, + value: { booleanValue: null, doubleValue: 26.173836671301427, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3142 }, + value: { booleanValue: null, doubleValue: 25.998952709678797, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3143 }, + value: { booleanValue: null, doubleValue: 26.169014591411308, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3144 }, + value: { booleanValue: null, doubleValue: 26.132391083263403, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3145 }, + value: { booleanValue: null, doubleValue: 26.162596149661848, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3146 }, + value: { booleanValue: null, doubleValue: 26.011256676879324, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3147 }, + value: { booleanValue: null, doubleValue: 26.11124386043258, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3148 }, + value: { booleanValue: null, doubleValue: 26.139125523663218, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3149 }, + value: { booleanValue: null, doubleValue: 26.195975293424745, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3150 }, + value: { booleanValue: null, doubleValue: 26.120760758419543, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3151 }, + value: { booleanValue: null, doubleValue: 26.167967086130147, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3152 }, + value: { booleanValue: null, doubleValue: 26.003051631035568, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3153 }, + value: { booleanValue: null, doubleValue: 26.16331904004185, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3154 }, + value: { booleanValue: null, doubleValue: 25.98942881268805, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3155 }, + value: { booleanValue: null, doubleValue: 26.03445112873943, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3156 }, + value: { booleanValue: null, doubleValue: 26.141856069608494, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3157 }, + value: { booleanValue: null, doubleValue: 26.154701718741073, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3158 }, + value: { booleanValue: null, doubleValue: 26.100362620757664, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3159 }, + value: { booleanValue: null, doubleValue: 25.974239199414416, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3160 }, + value: { booleanValue: null, doubleValue: 26.15274752606171, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3161 }, + value: { booleanValue: null, doubleValue: 25.999253442873112, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3162 }, + value: { booleanValue: null, doubleValue: 26.163745775136807, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3163 }, + value: { booleanValue: null, doubleValue: 26.006930051377704, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3164 }, + value: { booleanValue: null, doubleValue: 26.007822862585833, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3165 }, + value: { booleanValue: null, doubleValue: 26.167774708809592, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3166 }, + value: { booleanValue: null, doubleValue: 26.16298245097609, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3167 }, + value: { booleanValue: null, doubleValue: 26.138665040880365, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3168 }, + value: { booleanValue: null, doubleValue: 26.031506611905982, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3169 }, + value: { booleanValue: null, doubleValue: 26.139072871155918, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3170 }, + value: { booleanValue: null, doubleValue: 25.995227753133186, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3171 }, + value: { booleanValue: null, doubleValue: 25.960008173378938, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3172 }, + value: { booleanValue: null, doubleValue: 26.158676682812413, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3173 }, + value: { booleanValue: null, doubleValue: 25.978951462646947, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3174 }, + value: { booleanValue: null, doubleValue: 25.994974784229147, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3175 }, + value: { booleanValue: null, doubleValue: 26.132273351975098, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3176 }, + value: { booleanValue: null, doubleValue: 26.12306483917852, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3177 }, + value: { booleanValue: null, doubleValue: 26.005254456051023, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3178 }, + value: { booleanValue: null, doubleValue: 26.021574152016544, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3179 }, + value: { booleanValue: null, doubleValue: 25.99222260870713, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3180 }, + value: { booleanValue: null, doubleValue: 25.991402762575756, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3181 }, + value: { booleanValue: null, doubleValue: 26.034165661308776, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3182 }, + value: { booleanValue: null, doubleValue: 25.9626382516353, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3183 }, + value: { booleanValue: null, doubleValue: 26.042517058683934, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3184 }, + value: { booleanValue: null, doubleValue: 26.02747409266923, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3185 }, + value: { booleanValue: null, doubleValue: 26.084460164340268, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3186 }, + value: { booleanValue: null, doubleValue: 26.094315367351417, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3187 }, + value: { booleanValue: null, doubleValue: 26.104761720304353, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3188 }, + value: { booleanValue: null, doubleValue: 25.98232712914804, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3189 }, + value: { booleanValue: null, doubleValue: 26.041442031492853, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3190 }, + value: { booleanValue: null, doubleValue: 26.020497920161688, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3191 }, + value: { booleanValue: null, doubleValue: 26.10619525446054, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3192 }, + value: { booleanValue: null, doubleValue: 25.993536544596207, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3193 }, + value: { booleanValue: null, doubleValue: 26.19279693409479, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3194 }, + value: { booleanValue: null, doubleValue: 26.06823241127362, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3195 }, + value: { booleanValue: null, doubleValue: 26.181343829512187, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3196 }, + value: { booleanValue: null, doubleValue: 26.140388308919054, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3197 }, + value: { booleanValue: null, doubleValue: 25.974571997830047, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3198 }, + value: { booleanValue: null, doubleValue: 26.06885609310114, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3199 }, + value: { booleanValue: null, doubleValue: 26.02967107740588, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3200 }, + value: { booleanValue: null, doubleValue: 26.147914473961542, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3201 }, + value: { booleanValue: null, doubleValue: 26.043913180305474, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3202 }, + value: { booleanValue: null, doubleValue: 26.133723126092086, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3203 }, + value: { booleanValue: null, doubleValue: 26.18966394603642, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3204 }, + value: { booleanValue: null, doubleValue: 26.178481636354167, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3205 }, + value: { booleanValue: null, doubleValue: 26.126231393021662, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3206 }, + value: { booleanValue: null, doubleValue: 26.109355282904467, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3207 }, + value: { booleanValue: null, doubleValue: 26.164152255374653, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3208 }, + value: { booleanValue: null, doubleValue: 25.9781264713, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3209 }, + value: { booleanValue: null, doubleValue: 26.114289154778255, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3210 }, + value: { booleanValue: null, doubleValue: 26.13907556149189, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3211 }, + value: { booleanValue: null, doubleValue: 26.158946758067014, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3212 }, + value: { booleanValue: null, doubleValue: 26.083949001666515, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3213 }, + value: { booleanValue: null, doubleValue: 25.99689016746562, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3214 }, + value: { booleanValue: null, doubleValue: 26.07472182460202, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3215 }, + value: { booleanValue: null, doubleValue: 26.06510077321212, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3216 }, + value: { booleanValue: null, doubleValue: 26.06298719356571, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3217 }, + value: { booleanValue: null, doubleValue: 26.134740944658216, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3218 }, + value: { booleanValue: null, doubleValue: 26.04939849919705, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3219 }, + value: { booleanValue: null, doubleValue: 26.077163616168107, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3220 }, + value: { booleanValue: null, doubleValue: 26.01697460523029, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3221 }, + value: { booleanValue: null, doubleValue: 26.162325858934196, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3222 }, + value: { booleanValue: null, doubleValue: 26.053220554334448, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3223 }, + value: { booleanValue: null, doubleValue: 26.16206782409407, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3224 }, + value: { booleanValue: null, doubleValue: 26.111632575182544, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3225 }, + value: { booleanValue: null, doubleValue: 26.18961015469723, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3226 }, + value: { booleanValue: null, doubleValue: 26.033044047930947, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3227 }, + value: { booleanValue: null, doubleValue: 26.060231768139676, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3228 }, + value: { booleanValue: null, doubleValue: 26.12404324206003, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3229 }, + value: { booleanValue: null, doubleValue: 26.004156663588212, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3230 }, + value: { booleanValue: null, doubleValue: 26.195073597915137, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3231 }, + value: { booleanValue: null, doubleValue: 26.179016699937506, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3232 }, + value: { booleanValue: null, doubleValue: 26.11007862139597, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3233 }, + value: { booleanValue: null, doubleValue: 25.985765009268917, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3234 }, + value: { booleanValue: null, doubleValue: 26.154107491203426, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3235 }, + value: { booleanValue: null, doubleValue: 26.079436082941406, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3236 }, + value: { booleanValue: null, doubleValue: 26.14524919824765, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3237 }, + value: { booleanValue: null, doubleValue: 26.13480589498774, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3238 }, + value: { booleanValue: null, doubleValue: 26.186964893796723, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3239 }, + value: { booleanValue: null, doubleValue: 25.997782372128995, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3240 }, + value: { booleanValue: null, doubleValue: 26.1258825271905, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3241 }, + value: { booleanValue: null, doubleValue: 26.023419183437994, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3242 }, + value: { booleanValue: null, doubleValue: 26.16362827476274, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3243 }, + value: { booleanValue: null, doubleValue: 25.99210374474922, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3244 }, + value: { booleanValue: null, doubleValue: 26.03393506473534, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3245 }, + value: { booleanValue: null, doubleValue: 26.06048711995746, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3246 }, + value: { booleanValue: null, doubleValue: 26.12064967694437, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3247 }, + value: { booleanValue: null, doubleValue: 25.970756220512573, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3248 }, + value: { booleanValue: null, doubleValue: 26.103969491591247, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3249 }, + value: { booleanValue: null, doubleValue: 26.099136150827384, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3250 }, + value: { booleanValue: null, doubleValue: 26.17189211720057, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3251 }, + value: { booleanValue: null, doubleValue: 26.10117146828563, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3252 }, + value: { booleanValue: null, doubleValue: 26.067252948906077, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3253 }, + value: { booleanValue: null, doubleValue: 26.120876651823043, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3254 }, + value: { booleanValue: null, doubleValue: 26.030908410395316, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3255 }, + value: { booleanValue: null, doubleValue: 26.116030379873724, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3256 }, + value: { booleanValue: null, doubleValue: 25.963114057710104, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3257 }, + value: { booleanValue: null, doubleValue: 26.150570574073445, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3258 }, + value: { booleanValue: null, doubleValue: 26.044641433408895, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3259 }, + value: { booleanValue: null, doubleValue: 26.14240907708654, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3260 }, + value: { booleanValue: null, doubleValue: 25.960703772819826, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3261 }, + value: { booleanValue: null, doubleValue: 26.158843191168874, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3262 }, + value: { booleanValue: null, doubleValue: 26.045506616828582, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3263 }, + value: { booleanValue: null, doubleValue: 26.15390371882114, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3264 }, + value: { booleanValue: null, doubleValue: 26.1575313497025, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3265 }, + value: { booleanValue: null, doubleValue: 26.12366176918188, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3266 }, + value: { booleanValue: null, doubleValue: 25.984613256740495, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3267 }, + value: { booleanValue: null, doubleValue: 26.188178829855744, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3268 }, + value: { booleanValue: null, doubleValue: 26.10246500103243, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3269 }, + value: { booleanValue: null, doubleValue: 25.9792526713113, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3270 }, + value: { booleanValue: null, doubleValue: 26.004884081864812, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3271 }, + value: { booleanValue: null, doubleValue: 26.033126962775903, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3272 }, + value: { booleanValue: null, doubleValue: 26.0354547359438, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3273 }, + value: { booleanValue: null, doubleValue: 26.125659899489794, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3274 }, + value: { booleanValue: null, doubleValue: 26.078869073348486, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3275 }, + value: { booleanValue: null, doubleValue: 26.051065416197222, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3276 }, + value: { booleanValue: null, doubleValue: 25.994373126468837, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3277 }, + value: { booleanValue: null, doubleValue: 26.004771584919112, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3278 }, + value: { booleanValue: null, doubleValue: 26.19051523765666, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3279 }, + value: { booleanValue: null, doubleValue: 26.00848448739512, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3280 }, + value: { booleanValue: null, doubleValue: 26.029754564906302, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3281 }, + value: { booleanValue: null, doubleValue: 26.107292814737626, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3282 }, + value: { booleanValue: null, doubleValue: 26.087857422711625, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3283 }, + value: { booleanValue: null, doubleValue: 26.00430318870295, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3284 }, + value: { booleanValue: null, doubleValue: 26.14493466770914, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3285 }, + value: { booleanValue: null, doubleValue: 25.963403013131547, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3286 }, + value: { booleanValue: null, doubleValue: 25.995209207975417, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3287 }, + value: { booleanValue: null, doubleValue: 26.013595182253713, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3288 }, + value: { booleanValue: null, doubleValue: 26.12570533348199, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3289 }, + value: { booleanValue: null, doubleValue: 26.140096679855304, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3290 }, + value: { booleanValue: null, doubleValue: 26.114080973615785, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3291 }, + value: { booleanValue: null, doubleValue: 26.1341503556643, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3292 }, + value: { booleanValue: null, doubleValue: 25.973463920283045, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3293 }, + value: { booleanValue: null, doubleValue: 26.127297261365268, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3294 }, + value: { booleanValue: null, doubleValue: 26.06254188566016, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3295 }, + value: { booleanValue: null, doubleValue: 26.142615370015786, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3296 }, + value: { booleanValue: null, doubleValue: 26.061553242469113, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3297 }, + value: { booleanValue: null, doubleValue: 26.053507369973573, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3298 }, + value: { booleanValue: null, doubleValue: 25.995920441426392, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3299 }, + value: { booleanValue: null, doubleValue: 25.984878300100643, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3300 }, + value: { booleanValue: null, doubleValue: 26.00876717678411, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3301 }, + value: { booleanValue: null, doubleValue: 26.061508975523157, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3302 }, + value: { booleanValue: null, doubleValue: 25.982634145113657, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3303 }, + value: { booleanValue: null, doubleValue: 26.166669224536253, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3304 }, + value: { booleanValue: null, doubleValue: 26.03414795478484, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3305 }, + value: { booleanValue: null, doubleValue: 26.018876562636414, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3306 }, + value: { booleanValue: null, doubleValue: 25.969526636317394, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3307 }, + value: { booleanValue: null, doubleValue: 26.037776257110615, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3308 }, + value: { booleanValue: null, doubleValue: 26.02230271757478, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3309 }, + value: { booleanValue: null, doubleValue: 26.132951466042282, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3310 }, + value: { booleanValue: null, doubleValue: 26.156396310825613, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3311 }, + value: { booleanValue: null, doubleValue: 26.030572504274478, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3312 }, + value: { booleanValue: null, doubleValue: 25.99067926030456, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3313 }, + value: { booleanValue: null, doubleValue: 26.042062840357637, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3314 }, + value: { booleanValue: null, doubleValue: 26.120571761792675, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3315 }, + value: { booleanValue: null, doubleValue: 25.969641983208145, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3316 }, + value: { booleanValue: null, doubleValue: 26.00051858760589, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3317 }, + value: { booleanValue: null, doubleValue: 26.037593641268113, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3318 }, + value: { booleanValue: null, doubleValue: 26.017092126117028, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3319 }, + value: { booleanValue: null, doubleValue: 26.123874683766875, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3320 }, + value: { booleanValue: null, doubleValue: 26.061723387513673, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3321 }, + value: { booleanValue: null, doubleValue: 26.160470217028575, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3322 }, + value: { booleanValue: null, doubleValue: 26.004377287597983, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3323 }, + value: { booleanValue: null, doubleValue: 26.109379133922676, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3324 }, + value: { booleanValue: null, doubleValue: 25.98086970606337, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3325 }, + value: { booleanValue: null, doubleValue: 26.154226280682174, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3326 }, + value: { booleanValue: null, doubleValue: 26.05735151621605, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3327 }, + value: { booleanValue: null, doubleValue: 26.07317105543887, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3328 }, + value: { booleanValue: null, doubleValue: 26.109913029830928, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3329 }, + value: { booleanValue: null, doubleValue: 26.09754536257, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3330 }, + value: { booleanValue: null, doubleValue: 26.104939929333835, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3331 }, + value: { booleanValue: null, doubleValue: 26.14633356659133, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3332 }, + value: { booleanValue: null, doubleValue: 26.107339068089985, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3333 }, + value: { booleanValue: null, doubleValue: 26.030757161287966, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3334 }, + value: { booleanValue: null, doubleValue: 26.111171555319395, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3335 }, + value: { booleanValue: null, doubleValue: 26.067329366960507, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3336 }, + value: { booleanValue: null, doubleValue: 26.072368820684602, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3337 }, + value: { booleanValue: null, doubleValue: 26.13809828800434, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3338 }, + value: { booleanValue: null, doubleValue: 26.051440882352598, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3339 }, + value: { booleanValue: null, doubleValue: 26.108550027029025, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3340 }, + value: { booleanValue: null, doubleValue: 26.030383924105656, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3341 }, + value: { booleanValue: null, doubleValue: 26.07811783838007, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3342 }, + value: { booleanValue: null, doubleValue: 26.15449840429259, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3343 }, + value: { booleanValue: null, doubleValue: 26.080570089855488, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3344 }, + value: { booleanValue: null, doubleValue: 26.034638842900378, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3345 }, + value: { booleanValue: null, doubleValue: 26.06841241739449, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3346 }, + value: { booleanValue: null, doubleValue: 26.010098411420678, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3347 }, + value: { booleanValue: null, doubleValue: 26.090209227975986, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3348 }, + value: { booleanValue: null, doubleValue: 26.094078703955557, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3349 }, + value: { booleanValue: null, doubleValue: 26.058016032001603, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3350 }, + value: { booleanValue: null, doubleValue: 26.045808743550324, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3351 }, + value: { booleanValue: null, doubleValue: 26.095414419458507, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3352 }, + value: { booleanValue: null, doubleValue: 26.065921360401763, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3353 }, + value: { booleanValue: null, doubleValue: 26.047923278880603, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3354 }, + value: { booleanValue: null, doubleValue: 25.98825189721722, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3355 }, + value: { booleanValue: null, doubleValue: 25.999191131904027, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3356 }, + value: { booleanValue: null, doubleValue: 26.196890443859026, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3357 }, + value: { booleanValue: null, doubleValue: 26.191123246300663, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3358 }, + value: { booleanValue: null, doubleValue: 25.97938886810675, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3359 }, + value: { booleanValue: null, doubleValue: 26.137366472790372, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3360 }, + value: { booleanValue: null, doubleValue: 26.183320153903196, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3361 }, + value: { booleanValue: null, doubleValue: 26.118792050388542, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3362 }, + value: { booleanValue: null, doubleValue: 25.969954444799562, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3363 }, + value: { booleanValue: null, doubleValue: 26.140243097069668, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3364 }, + value: { booleanValue: null, doubleValue: 26.191179073406442, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3365 }, + value: { booleanValue: null, doubleValue: 26.023936476897052, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3366 }, + value: { booleanValue: null, doubleValue: 26.060628022650995, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3367 }, + value: { booleanValue: null, doubleValue: 25.97331607878718, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3368 }, + value: { booleanValue: null, doubleValue: 26.097461238133693, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3369 }, + value: { booleanValue: null, doubleValue: 26.18895616451241, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3370 }, + value: { booleanValue: null, doubleValue: 26.177757110262945, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3371 }, + value: { booleanValue: null, doubleValue: 25.99955802283922, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3372 }, + value: { booleanValue: null, doubleValue: 25.99285189415678, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3373 }, + value: { booleanValue: null, doubleValue: 25.955762722619333, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3374 }, + value: { booleanValue: null, doubleValue: 26.18004993678433, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3375 }, + value: { booleanValue: null, doubleValue: 26.106719067921247, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3376 }, + value: { booleanValue: null, doubleValue: 26.133970814700433, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3377 }, + value: { booleanValue: null, doubleValue: 26.02167643673878, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3378 }, + value: { booleanValue: null, doubleValue: 26.18382299788414, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3379 }, + value: { booleanValue: null, doubleValue: 26.085075531779015, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3380 }, + value: { booleanValue: null, doubleValue: 25.97052358806315, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3381 }, + value: { booleanValue: null, doubleValue: 26.026009727735584, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3382 }, + value: { booleanValue: null, doubleValue: 26.195786237157662, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3383 }, + value: { booleanValue: null, doubleValue: 25.983283513493653, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3384 }, + value: { booleanValue: null, doubleValue: 26.142826136988887, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3385 }, + value: { booleanValue: null, doubleValue: 25.965442924446037, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3386 }, + value: { booleanValue: null, doubleValue: 25.99811837546015, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3387 }, + value: { booleanValue: null, doubleValue: 26.06285678719515, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3388 }, + value: { booleanValue: null, doubleValue: 26.195999217266746, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3389 }, + value: { booleanValue: null, doubleValue: 26.19808617267803, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3390 }, + value: { booleanValue: null, doubleValue: 26.047110663095776, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3391 }, + value: { booleanValue: null, doubleValue: 26.083499411351355, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3392 }, + value: { booleanValue: null, doubleValue: 26.1341863957931, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3393 }, + value: { booleanValue: null, doubleValue: 26.031461036637214, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3394 }, + value: { booleanValue: null, doubleValue: 26.072981375270118, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3395 }, + value: { booleanValue: null, doubleValue: 26.122711800495278, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3396 }, + value: { booleanValue: null, doubleValue: 26.039894815059746, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3397 }, + value: { booleanValue: null, doubleValue: 26.10676117261109, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3398 }, + value: { booleanValue: null, doubleValue: 26.003797320531927, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3399 }, + value: { booleanValue: null, doubleValue: 25.96656886161926, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3400 }, + value: { booleanValue: null, doubleValue: 26.180674678580516, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3401 }, + value: { booleanValue: null, doubleValue: 26.014718753995417, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3402 }, + value: { booleanValue: null, doubleValue: 26.06043020757963, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3403 }, + value: { booleanValue: null, doubleValue: 26.169589163882357, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3404 }, + value: { booleanValue: null, doubleValue: 25.958239848777023, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3405 }, + value: { booleanValue: null, doubleValue: 26.037960080015672, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3406 }, + value: { booleanValue: null, doubleValue: 25.959931273511103, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3407 }, + value: { booleanValue: null, doubleValue: 26.062779964044513, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3408 }, + value: { booleanValue: null, doubleValue: 26.134791386149452, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3409 }, + value: { booleanValue: null, doubleValue: 26.01680655753798, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3410 }, + value: { booleanValue: null, doubleValue: 26.047262610256148, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3411 }, + value: { booleanValue: null, doubleValue: 26.13877063614753, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3412 }, + value: { booleanValue: null, doubleValue: 26.143521413539084, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3413 }, + value: { booleanValue: null, doubleValue: 26.129241042078228, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3414 }, + value: { booleanValue: null, doubleValue: 26.11711184162164, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3415 }, + value: { booleanValue: null, doubleValue: 26.018817151803336, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3416 }, + value: { booleanValue: null, doubleValue: 26.13484629195527, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3417 }, + value: { booleanValue: null, doubleValue: 26.140610710199894, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3418 }, + value: { booleanValue: null, doubleValue: 26.09409789082847, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3419 }, + value: { booleanValue: null, doubleValue: 26.112312868082785, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3420 }, + value: { booleanValue: null, doubleValue: 26.07963220991825, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3421 }, + value: { booleanValue: null, doubleValue: 26.04857420072204, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3422 }, + value: { booleanValue: null, doubleValue: 26.038105653611925, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3423 }, + value: { booleanValue: null, doubleValue: 26.19555078668823, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3424 }, + value: { booleanValue: null, doubleValue: 26.195341479335365, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3425 }, + value: { booleanValue: null, doubleValue: 26.048841765947383, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3426 }, + value: { booleanValue: null, doubleValue: 26.12692176092983, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3427 }, + value: { booleanValue: null, doubleValue: 26.071175397150384, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3428 }, + value: { booleanValue: null, doubleValue: 26.08406092890352, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3429 }, + value: { booleanValue: null, doubleValue: 26.195897873355918, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3430 }, + value: { booleanValue: null, doubleValue: 26.145244558260046, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3431 }, + value: { booleanValue: null, doubleValue: 26.115401233844494, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3432 }, + value: { booleanValue: null, doubleValue: 26.099338214649958, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3433 }, + value: { booleanValue: null, doubleValue: 25.96814333262432, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3434 }, + value: { booleanValue: null, doubleValue: 26.189548691728927, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3435 }, + value: { booleanValue: null, doubleValue: 26.02974437684442, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3436 }, + value: { booleanValue: null, doubleValue: 26.146443108297525, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3437 }, + value: { booleanValue: null, doubleValue: 26.19662020133718, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3438 }, + value: { booleanValue: null, doubleValue: 26.190994443249643, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3439 }, + value: { booleanValue: null, doubleValue: 26.050229092630385, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3440 }, + value: { booleanValue: null, doubleValue: 26.11638429530815, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3441 }, + value: { booleanValue: null, doubleValue: 26.04268310449293, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3442 }, + value: { booleanValue: null, doubleValue: 26.089097134339244, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3443 }, + value: { booleanValue: null, doubleValue: 26.046266883456042, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3444 }, + value: { booleanValue: null, doubleValue: 26.112313719405975, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3445 }, + value: { booleanValue: null, doubleValue: 26.048535269056536, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3446 }, + value: { booleanValue: null, doubleValue: 26.18481181996767, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3447 }, + value: { booleanValue: null, doubleValue: 26.014462730938572, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3448 }, + value: { booleanValue: null, doubleValue: 26.007526937770518, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3449 }, + value: { booleanValue: null, doubleValue: 26.04891560035683, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3450 }, + value: { booleanValue: null, doubleValue: 26.08031265526445, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3451 }, + value: { booleanValue: null, doubleValue: 26.17932614173815, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3452 }, + value: { booleanValue: null, doubleValue: 26.020124171374537, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3453 }, + value: { booleanValue: null, doubleValue: 26.041599187921115, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3454 }, + value: { booleanValue: null, doubleValue: 25.961235123609505, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3455 }, + value: { booleanValue: null, doubleValue: 25.997017032451335, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3456 }, + value: { booleanValue: null, doubleValue: 25.99500670498937, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3457 }, + value: { booleanValue: null, doubleValue: 26.056880589018938, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3458 }, + value: { booleanValue: null, doubleValue: 26.031461922078925, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3459 }, + value: { booleanValue: null, doubleValue: 26.122958075924902, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3460 }, + value: { booleanValue: null, doubleValue: 26.165835080489153, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3461 }, + value: { booleanValue: null, doubleValue: 26.058120958447013, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3462 }, + value: { booleanValue: null, doubleValue: 25.96035290407749, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3463 }, + value: { booleanValue: null, doubleValue: 26.174359417210926, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3464 }, + value: { booleanValue: null, doubleValue: 26.107255601151017, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3465 }, + value: { booleanValue: null, doubleValue: 26.103886014456503, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3466 }, + value: { booleanValue: null, doubleValue: 26.099695983121663, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3467 }, + value: { booleanValue: null, doubleValue: 26.196663921464083, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3468 }, + value: { booleanValue: null, doubleValue: 26.01348193205486, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3469 }, + value: { booleanValue: null, doubleValue: 25.982397984439295, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3470 }, + value: { booleanValue: null, doubleValue: 26.193572405932716, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3471 }, + value: { booleanValue: null, doubleValue: 25.990811623920592, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3472 }, + value: { booleanValue: null, doubleValue: 26.05927034420989, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3473 }, + value: { booleanValue: null, doubleValue: 25.961920665745783, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3474 }, + value: { booleanValue: null, doubleValue: 26.097606307081374, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3475 }, + value: { booleanValue: null, doubleValue: 26.11673758625963, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3476 }, + value: { booleanValue: null, doubleValue: 26.14325551195424, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3477 }, + value: { booleanValue: null, doubleValue: 26.13037518298423, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3478 }, + value: { booleanValue: null, doubleValue: 25.983519713398433, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3479 }, + value: { booleanValue: null, doubleValue: 25.986912688027584, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3480 }, + value: { booleanValue: null, doubleValue: 26.13964590942178, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3481 }, + value: { booleanValue: null, doubleValue: 26.187677524279714, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3482 }, + value: { booleanValue: null, doubleValue: 25.98638273485471, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3483 }, + value: { booleanValue: null, doubleValue: 26.027244532007757, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3484 }, + value: { booleanValue: null, doubleValue: 26.001785785742555, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3485 }, + value: { booleanValue: null, doubleValue: 25.965383825521464, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3486 }, + value: { booleanValue: null, doubleValue: 26.04981100515028, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3487 }, + value: { booleanValue: null, doubleValue: 25.980364427859136, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3488 }, + value: { booleanValue: null, doubleValue: 25.98339251626429, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3489 }, + value: { booleanValue: null, doubleValue: 26.00909876175444, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3490 }, + value: { booleanValue: null, doubleValue: 26.051513834528794, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3491 }, + value: { booleanValue: null, doubleValue: 26.157692852336027, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3492 }, + value: { booleanValue: null, doubleValue: 25.993900111666505, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3493 }, + value: { booleanValue: null, doubleValue: 26.09601480152615, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3494 }, + value: { booleanValue: null, doubleValue: 26.125830195186822, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3495 }, + value: { booleanValue: null, doubleValue: 26.065857292511513, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3496 }, + value: { booleanValue: null, doubleValue: 26.19392772995276, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3497 }, + value: { booleanValue: null, doubleValue: 26.011029681748386, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3498 }, + value: { booleanValue: null, doubleValue: 26.090186402045777, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3499 }, + value: { booleanValue: null, doubleValue: 26.07026063909579, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3500 }, + value: { booleanValue: null, doubleValue: 26.144242490229594, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3501 }, + value: { booleanValue: null, doubleValue: 26.0122525753055, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3502 }, + value: { booleanValue: null, doubleValue: 26.02572828318955, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3503 }, + value: { booleanValue: null, doubleValue: 25.993034156053636, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3504 }, + value: { booleanValue: null, doubleValue: 26.093913472808325, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3505 }, + value: { booleanValue: null, doubleValue: 26.178042471615665, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3506 }, + value: { booleanValue: null, doubleValue: 26.18778632371407, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3507 }, + value: { booleanValue: null, doubleValue: 26.13817518611, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3508 }, + value: { booleanValue: null, doubleValue: 26.052078021771703, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3509 }, + value: { booleanValue: null, doubleValue: 25.980524268081552, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3510 }, + value: { booleanValue: null, doubleValue: 26.13543544421701, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3511 }, + value: { booleanValue: null, doubleValue: 26.05918190949516, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3512 }, + value: { booleanValue: null, doubleValue: 26.19234672418145, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3513 }, + value: { booleanValue: null, doubleValue: 26.00134281036434, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3514 }, + value: { booleanValue: null, doubleValue: 25.967853889949232, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3515 }, + value: { booleanValue: null, doubleValue: 26.06742986333448, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3516 }, + value: { booleanValue: null, doubleValue: 26.14561552155349, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3517 }, + value: { booleanValue: null, doubleValue: 26.033057361722097, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3518 }, + value: { booleanValue: null, doubleValue: 26.13471031020947, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3519 }, + value: { booleanValue: null, doubleValue: 26.104437581468712, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3520 }, + value: { booleanValue: null, doubleValue: 26.019807408330472, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3521 }, + value: { booleanValue: null, doubleValue: 26.035797167322436, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3522 }, + value: { booleanValue: null, doubleValue: 26.13322771679653, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3523 }, + value: { booleanValue: null, doubleValue: 26.071627937124557, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3524 }, + value: { booleanValue: null, doubleValue: 25.956123412552643, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3525 }, + value: { booleanValue: null, doubleValue: 26.125580275959873, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3526 }, + value: { booleanValue: null, doubleValue: 26.099064803597233, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3527 }, + value: { booleanValue: null, doubleValue: 26.03547193413588, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3528 }, + value: { booleanValue: null, doubleValue: 25.985928269155945, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3529 }, + value: { booleanValue: null, doubleValue: 26.081027845334752, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3530 }, + value: { booleanValue: null, doubleValue: 26.195525547264324, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3531 }, + value: { booleanValue: null, doubleValue: 25.95600229540032, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3532 }, + value: { booleanValue: null, doubleValue: 26.052478152226048, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3533 }, + value: { booleanValue: null, doubleValue: 26.051294735941987, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3534 }, + value: { booleanValue: null, doubleValue: 26.068822481840098, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3535 }, + value: { booleanValue: null, doubleValue: 25.959207383708808, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3536 }, + value: { booleanValue: null, doubleValue: 26.12289789688089, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3537 }, + value: { booleanValue: null, doubleValue: 26.057462633095856, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3538 }, + value: { booleanValue: null, doubleValue: 26.00567354402798, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3539 }, + value: { booleanValue: null, doubleValue: 26.039571338736963, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3540 }, + value: { booleanValue: null, doubleValue: 25.985775019025215, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3541 }, + value: { booleanValue: null, doubleValue: 25.992972996755597, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3542 }, + value: { booleanValue: null, doubleValue: 25.987437706461595, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3543 }, + value: { booleanValue: null, doubleValue: 26.039787968306303, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3544 }, + value: { booleanValue: null, doubleValue: 26.155081618743896, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3545 }, + value: { booleanValue: null, doubleValue: 26.07603853690884, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3546 }, + value: { booleanValue: null, doubleValue: 26.128680699042928, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3547 }, + value: { booleanValue: null, doubleValue: 26.084279151308095, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3548 }, + value: { booleanValue: null, doubleValue: 26.070831040206954, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3549 }, + value: { booleanValue: null, doubleValue: 26.03450041053947, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3550 }, + value: { booleanValue: null, doubleValue: 26.10304680666288, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3551 }, + value: { booleanValue: null, doubleValue: 26.128914570775184, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3552 }, + value: { booleanValue: null, doubleValue: 26.029731549836324, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3553 }, + value: { booleanValue: null, doubleValue: 26.15453077841378, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3554 }, + value: { booleanValue: null, doubleValue: 26.11057519088981, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3555 }, + value: { booleanValue: null, doubleValue: 26.063029035260886, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3556 }, + value: { booleanValue: null, doubleValue: 26.06599043067445, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3557 }, + value: { booleanValue: null, doubleValue: 26.00410637455703, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3558 }, + value: { booleanValue: null, doubleValue: 26.058928223564507, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3559 }, + value: { booleanValue: null, doubleValue: 26.144021838627236, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3560 }, + value: { booleanValue: null, doubleValue: 26.163525560464617, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3561 }, + value: { booleanValue: null, doubleValue: 25.983860714135634, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3562 }, + value: { booleanValue: null, doubleValue: 26.16372727868355, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3563 }, + value: { booleanValue: null, doubleValue: 26.148317444929354, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3564 }, + value: { booleanValue: null, doubleValue: 25.988155930596342, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3565 }, + value: { booleanValue: null, doubleValue: 26.19375171927526, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3566 }, + value: { booleanValue: null, doubleValue: 26.075765662774707, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3567 }, + value: { booleanValue: null, doubleValue: 26.17372580428509, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3568 }, + value: { booleanValue: null, doubleValue: 25.995323201328283, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3569 }, + value: { booleanValue: null, doubleValue: 26.17510478833906, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3570 }, + value: { booleanValue: null, doubleValue: 26.159975788367113, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3571 }, + value: { booleanValue: null, doubleValue: 25.99261183565565, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3572 }, + value: { booleanValue: null, doubleValue: 26.064385383487483, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3573 }, + value: { booleanValue: null, doubleValue: 26.062951104178264, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3574 }, + value: { booleanValue: null, doubleValue: 25.98889191250296, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3575 }, + value: { booleanValue: null, doubleValue: 26.11676710073302, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3576 }, + value: { booleanValue: null, doubleValue: 26.043206065332086, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3577 }, + value: { booleanValue: null, doubleValue: 25.969575368701292, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3578 }, + value: { booleanValue: null, doubleValue: 26.079822174274735, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3579 }, + value: { booleanValue: null, doubleValue: 26.198496502291352, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3580 }, + value: { booleanValue: null, doubleValue: 26.137826787054887, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3581 }, + value: { booleanValue: null, doubleValue: 25.99901632436841, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3582 }, + value: { booleanValue: null, doubleValue: 26.05637590486814, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3583 }, + value: { booleanValue: null, doubleValue: 25.960449323274517, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3584 }, + value: { booleanValue: null, doubleValue: 26.086170989458168, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3585 }, + value: { booleanValue: null, doubleValue: 26.045478877934755, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3586 }, + value: { booleanValue: null, doubleValue: 26.073312644609448, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3587 }, + value: { booleanValue: null, doubleValue: 26.014398334762404, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3588 }, + value: { booleanValue: null, doubleValue: 26.07125542034944, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3589 }, + value: { booleanValue: null, doubleValue: 26.191738988485408, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3590 }, + value: { booleanValue: null, doubleValue: 26.17554115037969, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3591 }, + value: { booleanValue: null, doubleValue: 26.122824479769196, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3592 }, + value: { booleanValue: null, doubleValue: 26.067599274873245, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3593 }, + value: { booleanValue: null, doubleValue: 26.09338164422447, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3594 }, + value: { booleanValue: null, doubleValue: 26.18606877016689, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3595 }, + value: { booleanValue: null, doubleValue: 25.973088130925383, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3596 }, + value: { booleanValue: null, doubleValue: 26.100852697343825, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3597 }, + value: { booleanValue: null, doubleValue: 26.103926615012316, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3598 }, + value: { booleanValue: null, doubleValue: 26.056828589389788, integerValue: null, stringValue: null }, + }, + { + quality: 'GOOD', + timestamp: { offsetInNanos: 0, timeInSeconds: 3599 }, + value: { booleanValue: null, doubleValue: 25.974618179787953, integerValue: null, stringValue: null }, + }, +]; + +export const MINUTE_AGGREGATED_DATA = [ + { + quality: 'GOOD', + timestamp: 0, + value: { + average: 2.2862789387888993, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 60, + value: { + average: 2.2727355380166734, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 120, + value: { + average: 2.2826150122413718, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 180, + value: { + average: 2.2878909004060333, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 240, + value: { + average: 2.270572658642694, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 300, + value: { + average: 2.276201231347054, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 360, + value: { + average: 2.283267117406507, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 420, + value: { + average: 2.275705208093063, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 480, + value: { + average: 2.2803040360288676, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 540, + value: { + average: 2.2766048247147754, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 600, + value: { + average: 2.2929863076821855, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 660, + value: { + average: 2.2817386518716707, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 720, + value: { + average: 2.2772301958293673, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 780, + value: { + average: 2.2927395514986713, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 840, + value: { + average: 2.2706157913833995, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 900, + value: { + average: 2.2675973306871593, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 960, + value: { + average: 2.281510341870235, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 1020, + value: { + average: 2.27760876934276, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 1080, + value: { + average: 2.282339912170001, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 1140, + value: { + average: 2.2761477063545104, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 1200, + value: { + average: 2.2787369165712335, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 1260, + value: { + average: 2.2807032002419065, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 1320, + value: { + average: 2.27322722998438, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 1380, + value: { + average: 2.2752078492770704, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 1440, + value: { + average: 2.2747900992346484, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 1500, + value: { + average: 2.2826635613781856, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 1560, + value: { + average: 2.276162135069859, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 1620, + value: { + average: 2.28596372496679, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 1680, + value: { + average: 2.2799919642286235, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 1740, + value: { + average: 2.2745512170882827, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 1800, + value: { + average: 2.2873979812860252, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 1860, + value: { + average: 2.28619915648282, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 1920, + value: { + average: 2.2813799235346224, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 1980, + value: { + average: 2.2877626254536048, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 2040, + value: { + average: 2.2842453459173897, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 2100, + value: { + average: 2.281534402364655, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 2160, + value: { + average: 2.2795853882297314, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 2220, + value: { + average: 2.2954259993852912, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 2280, + value: { + average: 2.2888404266072677, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 2340, + value: { + average: 2.276336087605311, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 2400, + value: { + average: 2.27998878406856, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 2460, + value: { + average: 2.276353094436364, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 2520, + value: { + average: 2.2822392666659663, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 2580, + value: { + average: 2.279246951302391, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 2640, + value: { + average: 2.2754447873646035, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 2700, + value: { + average: 2.2719132600083864, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 2760, + value: { + average: 2.2748549459937824, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 2820, + value: { + average: 2.281767938286678, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 2880, + value: { + average: 2.2838393720995542, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 2940, + value: { + average: 2.279252793631443, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 3000, + value: { + average: 2.270068819281972, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 3060, + value: { + average: 2.2866246696380013, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 3120, + value: { + average: 2.274127453804214, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 3180, + value: { + average: 2.283979937606916, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 3240, + value: { + average: 2.2743677290008746, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 3300, + value: { + average: 2.2814764933572276, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 3360, + value: { + average: 2.279671745873095, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 3420, + value: { + average: 2.2666607940400794, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 3480, + value: { + average: 2.281551954607636, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 3540, + value: { + average: 2.277681547612062, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, +]; + +export const HOUR_AGGREGATED_DATA = [ + { + quality: 'GOOD', + timestamp: 0, + value: { + average: 2.2799817452054616, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 3600, + value: { + average: 2.2801662983691435, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 7200, + value: { + average: 2.282168367384251, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 10800, + value: { + average: 2.2801084258355355, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 14400, + value: { + average: 2.279671044349137, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 18000, + value: { + average: 2.2806674867614527, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 21600, + value: { + average: 2.2800748131169586, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 25200, + value: { + average: 2.282780402115138, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 28800, + value: { + average: 2.2819285167448506, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 32400, + value: { + average: 2.281711361899398, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 36000, + value: { + average: 2.2811024137597316, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 39600, + value: { + average: 2.2825324990183797, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 43200, + value: { + average: 2.2824985038098027, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 46800, + value: { + average: 2.2809113051451977, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 50400, + value: { + average: 2.2809731583414408, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 54000, + value: { + average: 2.2818675730474443, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 57600, + value: { + average: 2.2812345196708157, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 61200, + value: { + average: 2.2816023503017218, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 64800, + value: { + average: 2.2799790109591966, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 68400, + value: { + average: 2.2811121539657004, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 72000, + value: { + average: 2.2827397300405994, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 75600, + value: { + average: 2.281663435803868, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 79200, + value: { + average: 2.281584464460453, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 82800, + value: { + average: 2.281639145749843, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, +]; + +export const DAY_AGGREGATED_DATA = [ + { + quality: 'GOOD', + timestamp: 0, + value: { + average: 2.281385349295653, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 86400, + value: { + average: 2.2811533982310155, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 172800, + value: { + average: 2.28124722505799, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 259200, + value: { + average: 2.280995227833079, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 345600, + value: { + average: 2.2812844237706074, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 432000, + value: { + average: 2.2811006892389734, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 518400, + value: { + average: 2.281024065911222, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 604800, + value: { + average: 2.281169506537591, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 691200, + value: { + average: 2.2810961767201023, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 777600, + value: { + average: 2.2809321653681747, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 864000, + value: { + average: 2.281235039922175, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 950400, + value: { + average: 2.281011227124478, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 1036800, + value: { + average: 2.281131702597321, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 1123200, + value: { + average: 2.281224709341047, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 1209600, + value: { + average: 2.281420109811682, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 1296000, + value: { + average: 2.2812411414621923, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 1382400, + value: { + average: 2.2812141643556916, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 1468800, + value: { + average: 2.2812790754429235, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 1555200, + value: { + average: 2.2813277328543835, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 1641600, + value: { + average: 2.2814662733397055, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 1728000, + value: { + average: 2.2808803765716803, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 1814400, + value: { + average: 2.2814658545108286, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 1900800, + value: { + average: 2.2813114565946186, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 1987200, + value: { + average: 2.2814021867654333, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 2073600, + value: { + average: 2.281335634348815, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 2160000, + value: { + average: 2.2813924535831935, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 2246400, + value: { + average: 2.2812064312257667, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 2332800, + value: { + average: 2.2811952482871525, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 2419200, + value: { + average: 2.281030356785025, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, + { + quality: 'GOOD', + timestamp: 2505600, + value: { + average: 2.2810445047485484, + count: null, + maximum: null, + minimum: null, + standardDeviation: null, + sum: null, + }, + }, +]; diff --git a/packages/components/src/testing/mocks/response.ts b/packages/components/src/testing/mocks/response.ts new file mode 100644 index 000000000..addedb325 --- /dev/null +++ b/packages/components/src/testing/mocks/response.ts @@ -0,0 +1,68 @@ +import { RAW_DATA, MINUTE_AGGREGATED_DATA, HOUR_AGGREGATED_DATA, DAY_AGGREGATED_DATA } from './data'; +import { SupportedResolutions } from '@iot-app-kit/core/src/data-sources/site-wise/util/resolution'; +import { MINUTE_IN_MS, HOUR_IN_MS, DAY_IN_MS } from '@iot-app-kit/core/src/common/time'; + +const MINUTE_IN_S = MINUTE_IN_MS / 1000; +const HOUR_IN_S = HOUR_IN_MS / 1000; +const DAY_IN_S = DAY_IN_MS / 1000; + +export const mockDataResponse = (startDate: Date, endDate: Date, resolution?: string) => { + const startTimestampInSeconds = Math.round(startDate.getTime()) / 1000; + const endTimestampInSeconds = Math.round(endDate.getTime()) / 1000; + + const data = []; + + if (resolution === SupportedResolutions.ONE_MINUTE) { + for (let timestamp = startTimestampInSeconds; timestamp <= endTimestampInSeconds; timestamp += MINUTE_IN_S) { + data.push({ + ...MINUTE_AGGREGATED_DATA[timestamp % MINUTE_AGGREGATED_DATA.length], + timestamp, + }); + } + + return { + body: { + aggregatedValues: data, + }, + }; + } else if (resolution === SupportedResolutions.ONE_HOUR) { + for (let timestamp = startTimestampInSeconds; timestamp <= endTimestampInSeconds; timestamp += HOUR_IN_S) { + data.push({ + ...HOUR_AGGREGATED_DATA[timestamp % HOUR_AGGREGATED_DATA.length], + timestamp, + }); + } + + return { + body: { + aggregatedValues: data, + }, + }; + } else if (resolution === SupportedResolutions.ONE_DAY) { + for (let timestamp = startTimestampInSeconds; timestamp <= endTimestampInSeconds; timestamp += DAY_IN_S) { + data.push({ + ...DAY_AGGREGATED_DATA[timestamp % DAY_AGGREGATED_DATA.length], + timestamp, + }); + } + + return { + body: { + aggregatedValues: data, + }, + }; + } else { + for (let timeInSeconds = startTimestampInSeconds; timeInSeconds <= endTimestampInSeconds; timeInSeconds++) { + data.push({ + ...RAW_DATA[timeInSeconds % RAW_DATA.length], + timestamp: { offsetInNanos: 0, timeInSeconds }, + }); + } + + return { + body: { + assetPropertyValueHistory: data, + }, + }; + } +}; diff --git a/packages/components/src/testing/renderChart.tsx b/packages/components/src/testing/renderChart.tsx index dce00381f..e9da91240 100644 --- a/packages/components/src/testing/renderChart.tsx +++ b/packages/components/src/testing/renderChart.tsx @@ -2,19 +2,15 @@ import { mount } from '@cypress/vue'; import { h } from 'vue'; import { DataModule, - DataStream, SiteWiseDataStreamQuery, TimeSeriesDataRequestSettings, StyleSettingsMap, + initialize, } from '@iot-app-kit/core'; import { MinimalViewPortConfig } from '@synchro-charts/core'; +import { MINUTE_IN_MS } from '@iot-app-kit/core/src/common/time'; +import { SupportedResolutions } from '@iot-app-kit/core/src/data-sources/site-wise/util/resolution'; const { applyPolyfills, defineCustomElements } = require('@iot-app-kit/components/loader'); -import { DATA_STREAM } from '@iot-app-kit/components/src/testing/mockWidgetProperties'; -import { SITEWISE_DATA_SOURCE, TimeSeriesDataRequest } from '@iot-app-kit/core'; -import { SECOND_IN_MS, MINUTE_IN_MS, HOUR_IN_MS } from '@iot-app-kit/core/src/common/time'; -import { DataSource, DataSourceRequest } from '@iot-app-kit/core/src/data-module/types'; -import { toDataStreamId } from '@iot-app-kit/core/src/data-sources/site-wise/util/dataStreamId'; -import { IotAppKitDataModule } from '@iot-app-kit/core/src/data-module/IotAppKitDataModule'; import '@synchro-charts/core/dist/synchro-charts/synchro-charts.css'; applyPolyfills().then(() => defineCustomElements()); @@ -23,106 +19,19 @@ export const testChartContainerClassName = 'test-chart-container'; export const testChartContainerClassNameSelector = `.${testChartContainerClassName}`; -const FIVE_MINUTES_IN_MS = MINUTE_IN_MS * 5; -const THREE_MINUTES_IN_MS = MINUTE_IN_MS * 3; - -const start = new Date(2022, 0, 0, 0, 0); -const end = new Date(start.getTime() + FIVE_MINUTES_IN_MS); - -const DEFAULT_RESOLUTION_MAPPING = { - [THREE_MINUTES_IN_MS]: MINUTE_IN_MS, -}; - -const sinusoid = (factor: number) => { - return Math.sin(factor / 10); -}; - -const data = Array.from(Array(HOUR_IN_MS / SECOND_IN_MS)).map((_, i) => ({ - x: new Date(start.getTime() - HOUR_IN_MS / 2 + SECOND_IN_MS * i).getTime(), - y: sinusoid(i), -})); - -const aggregates = { - [MINUTE_IN_MS]: Array.from(Array(HOUR_IN_MS / MINUTE_IN_MS)).map((_, i) => ({ - x: new Date(start.getTime() - HOUR_IN_MS / 2 + MINUTE_IN_MS * i).getTime(), - y: sinusoid(i), - })), -}; - -const determineResolution = ({ resolution, request }: { resolution: number; request: TimeSeriesDataRequest }) => { - const viewportRange = (request.viewport as any).end - (request.viewport as any).start; - - let determinedResolution = resolution; - - if (request.settings?.resolution == '0') { - return 0; - } - - if (request.settings?.resolution) { - const matchedResolution = Object.entries(request.settings.resolution) - .sort((a, b) => parseInt(b[0]) - parseInt(a[0])) - .find((resolutionMapping) => parseInt(resolutionMapping[0]) < viewportRange); - - if (matchedResolution) { - determinedResolution = matchedResolution[1] as number; - } - } - - return determinedResolution; -}; - -const createMockSiteWiseDataSource = ( - dataStreams: DataStream[], - resolution: number = 0 -): DataSource => ({ - name: SITEWISE_DATA_SOURCE, - initiateRequest: ({ request, onSuccess }: DataSourceRequest) => { - const start = (request.viewport as any).start.getTime(); - const end = (request.viewport as any).end.getTime(); - - let determinedResolution = determineResolution({ resolution, request }); - - if (determinedResolution === 0) { - onSuccess([ - { - ...dataStreams[0], - resolution: determinedResolution, - data: data.filter(({ x }) => x > start && x < end), - }, - ]); - } else { - onSuccess([ - { - ...dataStreams[0], - resolution: determinedResolution, - aggregates: { [MINUTE_IN_MS]: aggregates[MINUTE_IN_MS].filter(({ x }) => x > start && x < end) }, - }, - ]); - } - }, - getRequestsFromQuery: ({ query, request }) => { - let determinedResolution = determineResolution({ resolution, request }); - - return query.assets - .map(({ assetId, properties }) => - properties.map(({ propertyId }) => ({ - id: toDataStreamId({ assetId, propertyId }), - resolution: determinedResolution, - })) - ) - .flat(); +const newDefaultAppKit = initialize({ + awsCredentials: { + accessKeyId: 'accessKeyId', + secretAccessKey: 'secretAccessKey', }, + awsRegion: 'us-east-1', }); -const defaultAppKit = new IotAppKitDataModule(); -const dataSource = createMockSiteWiseDataSource([DATA_STREAM]); -defaultAppKit.registerDataSource(dataSource); - const defaultChartType = 'iot-line-chart'; const defaultQueries = [ { - source: dataSource.name, + source: 'site-wise', assets: [ { assetId: 'some-asset-id', @@ -132,14 +41,22 @@ const defaultQueries = [ }, ]; -const defaultSettings = { resolution: DEFAULT_RESOLUTION_MAPPING, fetchAggregatedData: true }; +const defaultSettings = { + resolution: { + [3 * MINUTE_IN_MS]: SupportedResolutions.ONE_MINUTE, + }, + fetchAggregatedData: true, +}; + +const start = new Date(2022, 0, 0, 0, 0); +const end = new Date(start.getTime() + 5 * MINUTE_IN_MS); const defaultViewport = { start, end }; export const renderChart = ( { chartType = defaultChartType, - appKit = defaultAppKit, + appKit = newDefaultAppKit, queries = defaultQueries, settings = defaultSettings, viewport = defaultViewport, @@ -153,7 +70,7 @@ export const renderChart = ( styleSettings?: StyleSettingsMap; } = { chartType: defaultChartType, - appKit: defaultAppKit, + appKit: newDefaultAppKit, queries: defaultQueries, settings: defaultSettings, viewport: defaultViewport,