// Smart Home Energy Insights (voice-activated-smart-home-control) v1 — Prisma seed
// Synthetic sample data, CC0-1.0. Generated deterministically; re-running the
// generator with the same spec and seed reproduces this file exactly.
//
// Delegates are named after the tables (prisma.devices), which assumes models
// mapped to those table names. Rename the delegates if your models differ.
import { PrismaClient } from '@prisma/client';

const prisma = new PrismaClient();

async function main() {
    await prisma.devices.createMany({
        data: [
            { id: 1, device_type: "thermostat", model: "sensor doorbell", installation_date: "2020-12-18" },
            { id: 2, device_type: "thermostat", model: "camera", installation_date: "2021-11-07" },
            { id: 3, device_type: "thermostat", model: "lock", installation_date: "2020-07-09" },
            { id: 4, device_type: "thermostat", model: "plug controller switch", installation_date: "2022-05-23" },
            { id: 5, device_type: "security_camera", model: "controller", installation_date: "2021-10-07" },
            { id: 6, device_type: "light", model: "switch", installation_date: "2023-10-02" },
            { id: 7, device_type: "light", model: "system", installation_date: "2020-06-05" },
            { id: 8, device_type: "thermostat", model: "outlet module thermostat", installation_date: "2020-11-29" },
            { id: 9, device_type: "light", model: "gateway appliance lock", installation_date: "2021-04-10" },
            { id: 10, device_type: "thermostat", model: "hub sensor display", installation_date: "2023-12-07" },
            { id: 11, device_type: "light", model: "plug system", installation_date: "2023-03-16" },
            { id: 12, device_type: "light", model: "bulb", installation_date: "2021-02-25" },
            { id: 13, device_type: "thermostat", model: "detector lock", installation_date: "2023-07-07" },
            { id: 14, device_type: "light", model: "switch lock", installation_date: "2021-01-01" },
            { id: 15, device_type: "speaker", model: "speaker controller", installation_date: "2021-02-22" },
            { id: 16, device_type: "thermostat", model: "camera appliance controller", installation_date: "2023-11-16" },
            { id: 17, device_type: "light", model: "detector thermometer monitor", installation_date: "2020-06-13" },
            { id: 18, device_type: "thermostat", model: "lock", installation_date: "2020-06-04" },
            { id: 19, device_type: "security_camera", model: "monitor", installation_date: "2022-12-30" },
            { id: 20, device_type: "speaker", model: "system gateway camera", installation_date: "2020-04-23" },
            { id: 21, device_type: "security_camera", model: "plug", installation_date: "2022-01-02" },
            { id: 22, device_type: "light", model: "monitor", installation_date: "2022-05-27" },
            { id: 23, device_type: "light", model: "display system detector", installation_date: "2021-08-30" },
            { id: 24, device_type: "thermostat", model: "system", installation_date: "2023-05-14" },
            { id: 25, device_type: "security_camera", model: "hub controller lock", installation_date: "2020-04-25" },
            { id: 26, device_type: "thermostat", model: "detector", installation_date: "2021-08-22" },
            { id: 27, device_type: "thermostat", model: "plug", installation_date: "2021-01-02" },
            { id: 28, device_type: "light", model: "thermometer hub module", installation_date: "2020-11-03" },
            { id: 29, device_type: "light", model: "lock sensor switch", installation_date: "2021-09-09" },
            { id: 30, device_type: "security_camera", model: "display sensor switch", installation_date: "2020-10-29" },
            { id: 31, device_type: "light", model: "appliance", installation_date: "2021-10-09" },
            { id: 32, device_type: "security_camera", model: "sensor module monitor", installation_date: "2022-03-24" },
            { id: 33, device_type: "light", model: "fan monitor", installation_date: "2023-10-01" },
            { id: 34, device_type: "light", model: "thermometer hub switch", installation_date: "2023-04-30" },
            { id: 35, device_type: "security_camera", model: "speaker appliance display", installation_date: "2023-02-19" },
            { id: 36, device_type: "speaker", model: "controller", installation_date: "2020-01-21" },
            { id: 37, device_type: "light", model: "switch controller appliance", installation_date: "2020-03-07" },
            { id: 38, device_type: "security_camera", model: "bulb", installation_date: "2020-05-20" },
            { id: 39, device_type: "light", model: "speaker bulb module", installation_date: "2022-09-20" },
            { id: 40, device_type: "speaker", model: "speaker", installation_date: "2023-02-26" },
            { id: 41, device_type: "thermostat", model: "thermostat controller", installation_date: "2022-04-14" },
            { id: 42, device_type: "light", model: "module lock", installation_date: "2022-06-04" },
            { id: 43, device_type: "light", model: "camera bulb", installation_date: "2021-08-06" },
            { id: 44, device_type: "speaker", model: "plug", installation_date: "2023-11-15" },
            { id: 45, device_type: "thermostat", model: "module doorbell", installation_date: "2021-01-29" },
            { id: 46, device_type: "light", model: "appliance hub", installation_date: "2022-10-24" },
            { id: 47, device_type: "light", model: "doorbell lock", installation_date: "2021-07-09" },
            { id: 48, device_type: "light", model: "sensor", installation_date: "2021-09-23" },
            { id: 49, device_type: "thermostat", model: "thermostat", installation_date: "2023-03-07" },
            { id: 50, device_type: "light", model: "lock", installation_date: "2021-07-16" },
        ],
    });
    await prisma.energy_consumption.createMany({
        data: [
            { id: 1, device_id: 6, consumption_kwh: "9.68", recorded_at: new Date("2023-09-01T21:59:12Z"), peak_consumption_kwh: "3.94", average_consumption_kwh: "3.56" },
            { id: 2, device_id: 37, consumption_kwh: "9.91", recorded_at: new Date("2023-08-30T07:13:06Z"), peak_consumption_kwh: "5.37", average_consumption_kwh: "4.45" },
            { id: 3, device_id: 34, consumption_kwh: "10.00", recorded_at: new Date("2023-05-27T10:17:26Z"), peak_consumption_kwh: "6.28", average_consumption_kwh: "4.20" },
            { id: 4, device_id: 24, consumption_kwh: "5.80", recorded_at: new Date("2023-04-23T10:56:21Z"), peak_consumption_kwh: "6.30", average_consumption_kwh: "5.01" },
            { id: 5, device_id: 25, consumption_kwh: "9.99", recorded_at: new Date("2023-02-23T03:11:14Z"), peak_consumption_kwh: "5.03", average_consumption_kwh: "8.47" },
            { id: 6, device_id: 3, consumption_kwh: "3.42", recorded_at: new Date("2023-11-01T02:35:58Z"), peak_consumption_kwh: "3.56", average_consumption_kwh: "2.16" },
            { id: 7, device_id: 45, consumption_kwh: "9.42", recorded_at: new Date("2023-11-09T09:25:22Z"), peak_consumption_kwh: "3.84", average_consumption_kwh: "4.72" },
            { id: 8, device_id: 3, consumption_kwh: "4.85", recorded_at: new Date("2023-07-17T20:31:34Z"), peak_consumption_kwh: "7.03", average_consumption_kwh: "4.53" },
            { id: 9, device_id: 16, consumption_kwh: "2.91", recorded_at: new Date("2023-11-08T02:33:09Z"), peak_consumption_kwh: "4.55", average_consumption_kwh: "7.61" },
            { id: 10, device_id: 23, consumption_kwh: "1.93", recorded_at: new Date("2023-04-02T13:03:59Z"), peak_consumption_kwh: "2.88", average_consumption_kwh: "3.34" },
            { id: 11, device_id: 34, consumption_kwh: "6.18", recorded_at: new Date("2023-10-12T13:50:10Z"), peak_consumption_kwh: "4.27", average_consumption_kwh: "4.36" },
            { id: 12, device_id: 19, consumption_kwh: "9.08", recorded_at: new Date("2023-07-14T21:57:31Z"), peak_consumption_kwh: "5.56", average_consumption_kwh: "4.05" },
            { id: 13, device_id: 4, consumption_kwh: "7.62", recorded_at: new Date("2023-03-22T21:36:28Z"), peak_consumption_kwh: "3.58", average_consumption_kwh: "4.01" },
            { id: 14, device_id: 46, consumption_kwh: "9.76", recorded_at: new Date("2023-03-14T01:06:43Z"), peak_consumption_kwh: "3.38", average_consumption_kwh: "5.81" },
            { id: 15, device_id: 22, consumption_kwh: "9.63", recorded_at: new Date("2023-08-04T23:49:39Z"), peak_consumption_kwh: "4.01", average_consumption_kwh: "6.65" },
            { id: 16, device_id: 6, consumption_kwh: "1.84", recorded_at: new Date("2023-01-05T06:16:54Z"), peak_consumption_kwh: "3.15", average_consumption_kwh: "7.85" },
            { id: 17, device_id: 29, consumption_kwh: "3.98", recorded_at: new Date("2023-06-21T23:05:24Z"), peak_consumption_kwh: "4.29", average_consumption_kwh: "4.86" },
            { id: 18, device_id: 15, consumption_kwh: "6.91", recorded_at: new Date("2023-01-22T05:58:42Z"), peak_consumption_kwh: "5.47", average_consumption_kwh: "5.61" },
            { id: 19, device_id: 26, consumption_kwh: "5.20", recorded_at: new Date("2023-07-31T22:45:42Z"), peak_consumption_kwh: "3.92", average_consumption_kwh: "4.73" },
            { id: 20, device_id: 2, consumption_kwh: "9.74", recorded_at: new Date("2023-08-30T21:32:50Z"), peak_consumption_kwh: "5.08", average_consumption_kwh: "5.64" },
            { id: 21, device_id: 11, consumption_kwh: "4.94", recorded_at: new Date("2023-09-10T17:17:13Z"), peak_consumption_kwh: "2.48", average_consumption_kwh: "6.04" },
            { id: 22, device_id: 23, consumption_kwh: "6.81", recorded_at: new Date("2023-09-26T00:01:42Z"), peak_consumption_kwh: "5.92", average_consumption_kwh: "5.13" },
            { id: 23, device_id: 47, consumption_kwh: "9.49", recorded_at: new Date("2023-05-05T19:11:33Z"), peak_consumption_kwh: "5.09", average_consumption_kwh: "5.33" },
            { id: 24, device_id: 37, consumption_kwh: "7.39", recorded_at: new Date("2023-12-29T14:45:07Z"), peak_consumption_kwh: "4.19", average_consumption_kwh: "5.55" },
            { id: 25, device_id: 21, consumption_kwh: "9.96", recorded_at: new Date("2023-11-13T19:03:03Z"), peak_consumption_kwh: "5.99", average_consumption_kwh: "4.89" },
            { id: 26, device_id: 27, consumption_kwh: "7.07", recorded_at: new Date("2023-12-19T01:59:49Z"), peak_consumption_kwh: "3.13", average_consumption_kwh: "2.58" },
            { id: 27, device_id: 20, consumption_kwh: "9.00", recorded_at: new Date("2023-05-09T10:05:56Z"), peak_consumption_kwh: "5.35", average_consumption_kwh: "5.41" },
            { id: 28, device_id: 25, consumption_kwh: "4.16", recorded_at: new Date("2023-05-05T03:31:23Z"), peak_consumption_kwh: "4.13", average_consumption_kwh: "4.43" },
            { id: 29, device_id: 25, consumption_kwh: "6.17", recorded_at: new Date("2023-06-27T13:02:32Z"), peak_consumption_kwh: "2.87", average_consumption_kwh: "5.32" },
            { id: 30, device_id: 35, consumption_kwh: "9.34", recorded_at: new Date("2023-09-07T21:16:13Z"), peak_consumption_kwh: "4.25", average_consumption_kwh: "1.99" },
            { id: 31, device_id: 32, consumption_kwh: "0.13", recorded_at: new Date("2023-02-01T03:22:56Z"), peak_consumption_kwh: "2.79", average_consumption_kwh: "4.78" },
            { id: 32, device_id: 38, consumption_kwh: "9.99", recorded_at: new Date("2023-02-20T03:11:13Z"), peak_consumption_kwh: "5.14", average_consumption_kwh: "3.79" },
            { id: 33, device_id: 17, consumption_kwh: "4.40", recorded_at: new Date("2023-10-31T04:45:26Z"), peak_consumption_kwh: "4.45", average_consumption_kwh: "5.03" },
            { id: 34, device_id: 49, consumption_kwh: "7.48", recorded_at: new Date("2023-10-31T23:00:03Z"), peak_consumption_kwh: "5.85", average_consumption_kwh: "4.88" },
            { id: 35, device_id: 47, consumption_kwh: "9.84", recorded_at: new Date("2023-12-04T21:12:51Z"), peak_consumption_kwh: "3.64", average_consumption_kwh: "7.07" },
            { id: 36, device_id: 22, consumption_kwh: "1.33", recorded_at: new Date("2023-05-25T08:39:52Z"), peak_consumption_kwh: "3.71", average_consumption_kwh: "7.15" },
            { id: 37, device_id: 15, consumption_kwh: "9.59", recorded_at: new Date("2023-01-06T11:25:19Z"), peak_consumption_kwh: "7.79", average_consumption_kwh: "2.15" },
            { id: 38, device_id: 28, consumption_kwh: "9.98", recorded_at: new Date("2023-04-02T17:02:48Z"), peak_consumption_kwh: "4.62", average_consumption_kwh: "5.00" },
            { id: 39, device_id: 20, consumption_kwh: "8.91", recorded_at: new Date("2023-02-06T08:26:46Z"), peak_consumption_kwh: "5.00", average_consumption_kwh: "6.98" },
            { id: 40, device_id: 18, consumption_kwh: "9.52", recorded_at: new Date("2023-01-31T19:32:04Z"), peak_consumption_kwh: "5.72", average_consumption_kwh: "4.79" },
            { id: 41, device_id: 38, consumption_kwh: "9.99", recorded_at: new Date("2023-08-26T02:01:57Z"), peak_consumption_kwh: "4.70", average_consumption_kwh: "4.15" },
            { id: 42, device_id: 41, consumption_kwh: "9.72", recorded_at: new Date("2023-02-21T20:47:29Z"), peak_consumption_kwh: "3.03", average_consumption_kwh: "5.86" },
            { id: 43, device_id: 6, consumption_kwh: "8.53", recorded_at: new Date("2023-04-03T11:24:40Z"), peak_consumption_kwh: "5.91", average_consumption_kwh: "3.64" },
            { id: 44, device_id: 28, consumption_kwh: "7.62", recorded_at: new Date("2023-08-12T15:30:24Z"), peak_consumption_kwh: "5.08", average_consumption_kwh: "4.75" },
            { id: 45, device_id: 5, consumption_kwh: "6.30", recorded_at: new Date("2023-08-18T23:29:28Z"), peak_consumption_kwh: "2.53", average_consumption_kwh: "3.37" },
            { id: 46, device_id: 17, consumption_kwh: "8.79", recorded_at: new Date("2023-05-12T09:16:51Z"), peak_consumption_kwh: "2.77", average_consumption_kwh: "3.45" },
            { id: 47, device_id: 23, consumption_kwh: "7.13", recorded_at: new Date("2023-02-17T04:19:41Z"), peak_consumption_kwh: "2.92", average_consumption_kwh: "5.04" },
            { id: 48, device_id: 48, consumption_kwh: "3.07", recorded_at: new Date("2023-02-16T16:00:19Z"), peak_consumption_kwh: "5.96", average_consumption_kwh: "6.08" },
            { id: 49, device_id: 50, consumption_kwh: "7.02", recorded_at: new Date("2023-11-14T02:47:53Z"), peak_consumption_kwh: "6.87", average_consumption_kwh: "4.49" },
            { id: 50, device_id: 40, consumption_kwh: "9.99", recorded_at: new Date("2023-03-25T06:44:56Z"), peak_consumption_kwh: "5.67", average_consumption_kwh: "7.07" },
            { id: 51, device_id: 30, consumption_kwh: "2.88", recorded_at: new Date("2023-11-03T20:01:47Z"), peak_consumption_kwh: "4.31", average_consumption_kwh: "7.03" },
            { id: 52, device_id: 50, consumption_kwh: "0.46", recorded_at: new Date("2023-02-25T06:15:08Z"), peak_consumption_kwh: "6.94", average_consumption_kwh: "5.72" },
            { id: 53, device_id: 45, consumption_kwh: "4.07", recorded_at: new Date("2023-08-18T17:32:38Z"), peak_consumption_kwh: "3.27", average_consumption_kwh: "4.48" },
            { id: 54, device_id: 23, consumption_kwh: "9.97", recorded_at: new Date("2023-10-12T09:53:18Z"), peak_consumption_kwh: "6.84", average_consumption_kwh: "3.24" },
            { id: 55, device_id: 15, consumption_kwh: "0.91", recorded_at: new Date("2023-10-27T22:42:59Z"), peak_consumption_kwh: "4.19", average_consumption_kwh: "4.35" },
            { id: 56, device_id: 48, consumption_kwh: "6.82", recorded_at: new Date("2023-03-26T15:17:08Z"), peak_consumption_kwh: "4.38", average_consumption_kwh: "5.96" },
            { id: 57, device_id: 39, consumption_kwh: "5.76", recorded_at: new Date("2023-12-07T07:23:25Z"), peak_consumption_kwh: "4.07", average_consumption_kwh: "5.29" },
            { id: 58, device_id: 38, consumption_kwh: "9.93", recorded_at: new Date("2023-02-25T07:09:28Z"), peak_consumption_kwh: "7.16", average_consumption_kwh: "6.13" },
            { id: 59, device_id: 50, consumption_kwh: "8.27", recorded_at: new Date("2023-01-13T15:00:09Z"), peak_consumption_kwh: "3.66", average_consumption_kwh: "5.04" },
            { id: 60, device_id: 33, consumption_kwh: "4.78", recorded_at: new Date("2023-06-25T04:06:17Z"), peak_consumption_kwh: "3.95", average_consumption_kwh: "4.80" },
            { id: 61, device_id: 46, consumption_kwh: "1.44", recorded_at: new Date("2023-12-04T21:36:46Z"), peak_consumption_kwh: "2.79", average_consumption_kwh: "3.81" },
            { id: 62, device_id: 8, consumption_kwh: "7.05", recorded_at: new Date("2023-10-27T18:21:46Z"), peak_consumption_kwh: "4.76", average_consumption_kwh: "5.32" },
            { id: 63, device_id: 16, consumption_kwh: "8.63", recorded_at: new Date("2023-04-11T15:25:03Z"), peak_consumption_kwh: "7.46", average_consumption_kwh: "5.22" },
            { id: 64, device_id: 40, consumption_kwh: "3.16", recorded_at: new Date("2023-04-18T18:31:22Z"), peak_consumption_kwh: "6.77", average_consumption_kwh: "6.88" },
            { id: 65, device_id: 36, consumption_kwh: "9.10", recorded_at: new Date("2023-12-13T16:07:07Z"), peak_consumption_kwh: "8.49", average_consumption_kwh: "6.13" },
            { id: 66, device_id: 13, consumption_kwh: "7.25", recorded_at: new Date("2023-08-22T06:36:56Z"), peak_consumption_kwh: "3.96", average_consumption_kwh: "2.97" },
            { id: 67, device_id: 16, consumption_kwh: "1.11", recorded_at: new Date("2023-09-16T11:33:09Z"), peak_consumption_kwh: "3.80", average_consumption_kwh: "6.47" },
            { id: 68, device_id: 26, consumption_kwh: "2.05", recorded_at: new Date("2023-09-03T01:10:58Z"), peak_consumption_kwh: "2.42", average_consumption_kwh: "4.79" },
            { id: 69, device_id: 5, consumption_kwh: "6.69", recorded_at: new Date("2023-11-05T21:42:35Z"), peak_consumption_kwh: "6.38", average_consumption_kwh: "6.71" },
            { id: 70, device_id: 21, consumption_kwh: "8.75", recorded_at: new Date("2023-02-16T15:23:01Z"), peak_consumption_kwh: "4.34", average_consumption_kwh: "5.30" },
            { id: 71, device_id: 43, consumption_kwh: "9.68", recorded_at: new Date("2023-08-24T07:10:38Z"), peak_consumption_kwh: "5.32", average_consumption_kwh: "6.06" },
            { id: 72, device_id: 45, consumption_kwh: "6.55", recorded_at: new Date("2023-12-27T16:42:29Z"), peak_consumption_kwh: "7.25", average_consumption_kwh: "4.82" },
            { id: 73, device_id: 39, consumption_kwh: "8.87", recorded_at: new Date("2023-01-17T23:29:56Z"), peak_consumption_kwh: "2.15", average_consumption_kwh: "2.70" },
            { id: 74, device_id: 15, consumption_kwh: "8.27", recorded_at: new Date("2023-06-17T01:40:38Z"), peak_consumption_kwh: "5.65", average_consumption_kwh: "4.21" },
            { id: 75, device_id: 40, consumption_kwh: "9.82", recorded_at: new Date("2023-09-06T00:30:26Z"), peak_consumption_kwh: "6.50", average_consumption_kwh: "4.52" },
            { id: 76, device_id: 34, consumption_kwh: "10.00", recorded_at: new Date("2023-08-02T03:54:57Z"), peak_consumption_kwh: "5.24", average_consumption_kwh: "5.15" },
            { id: 77, device_id: 8, consumption_kwh: "7.97", recorded_at: new Date("2023-08-20T19:32:12Z"), peak_consumption_kwh: "6.12", average_consumption_kwh: "5.57" },
            { id: 78, device_id: 7, consumption_kwh: "8.27", recorded_at: new Date("2023-05-18T14:17:06Z"), peak_consumption_kwh: "5.67", average_consumption_kwh: "4.18" },
            { id: 79, device_id: 18, consumption_kwh: "0.08", recorded_at: new Date("2023-03-31T03:10:36Z"), peak_consumption_kwh: "2.20", average_consumption_kwh: "4.71" },
            { id: 80, device_id: 40, consumption_kwh: "7.82", recorded_at: new Date("2023-12-10T03:19:55Z"), peak_consumption_kwh: "6.43", average_consumption_kwh: "5.15" },
            { id: 81, device_id: 42, consumption_kwh: "6.01", recorded_at: new Date("2023-08-02T17:02:05Z"), peak_consumption_kwh: "5.78", average_consumption_kwh: "5.46" },
            { id: 82, device_id: 43, consumption_kwh: "4.89", recorded_at: new Date("2023-10-16T17:05:23Z"), peak_consumption_kwh: "0.95", average_consumption_kwh: "3.95" },
            { id: 83, device_id: 41, consumption_kwh: "10.00", recorded_at: new Date("2023-07-08T03:57:36Z"), peak_consumption_kwh: "4.48", average_consumption_kwh: "4.78" },
            { id: 84, device_id: 1, consumption_kwh: "9.82", recorded_at: new Date("2023-03-30T19:15:12Z"), peak_consumption_kwh: "2.72", average_consumption_kwh: "5.85" },
            { id: 85, device_id: 47, consumption_kwh: "9.86", recorded_at: new Date("2023-03-15T17:38:24Z"), peak_consumption_kwh: "4.60", average_consumption_kwh: "3.94" },
            { id: 86, device_id: 40, consumption_kwh: "3.42", recorded_at: new Date("2023-07-17T02:06:40Z"), peak_consumption_kwh: "3.85", average_consumption_kwh: "4.79" },
            { id: 87, device_id: 50, consumption_kwh: "9.88", recorded_at: new Date("2023-06-09T10:35:37Z"), peak_consumption_kwh: "4.31", average_consumption_kwh: "5.95" },
            { id: 88, device_id: 32, consumption_kwh: "6.80", recorded_at: new Date("2023-07-12T13:52:46Z"), peak_consumption_kwh: "4.79", average_consumption_kwh: "4.33" },
            { id: 89, device_id: 30, consumption_kwh: "4.91", recorded_at: new Date("2023-12-11T05:47:30Z"), peak_consumption_kwh: "5.65", average_consumption_kwh: "3.88" },
            { id: 90, device_id: 29, consumption_kwh: "8.03", recorded_at: new Date("2023-04-16T18:24:35Z"), peak_consumption_kwh: "3.80", average_consumption_kwh: "7.48" },
            { id: 91, device_id: 33, consumption_kwh: "10.00", recorded_at: new Date("2023-06-29T11:30:09Z"), peak_consumption_kwh: "6.60", average_consumption_kwh: "4.80" },
            { id: 92, device_id: 21, consumption_kwh: "5.59", recorded_at: new Date("2023-12-11T18:26:05Z"), peak_consumption_kwh: "5.42", average_consumption_kwh: "4.13" },
            { id: 93, device_id: 23, consumption_kwh: "2.83", recorded_at: new Date("2023-03-23T12:06:18Z"), peak_consumption_kwh: "1.85", average_consumption_kwh: "3.26" },
            { id: 94, device_id: 21, consumption_kwh: "9.85", recorded_at: new Date("2023-11-23T22:23:20Z"), peak_consumption_kwh: "4.07", average_consumption_kwh: "4.94" },
            { id: 95, device_id: 4, consumption_kwh: "8.24", recorded_at: new Date("2023-07-31T01:17:24Z"), peak_consumption_kwh: "3.92", average_consumption_kwh: "8.36" },
            { id: 96, device_id: 27, consumption_kwh: "9.30", recorded_at: new Date("2023-01-26T12:25:11Z"), peak_consumption_kwh: "6.30", average_consumption_kwh: "5.63" },
            { id: 97, device_id: 50, consumption_kwh: "4.13", recorded_at: new Date("2023-04-12T03:34:17Z"), peak_consumption_kwh: "3.25", average_consumption_kwh: "6.56" },
            { id: 98, device_id: 13, consumption_kwh: "8.75", recorded_at: new Date("2023-07-13T05:32:11Z"), peak_consumption_kwh: "6.43", average_consumption_kwh: "6.23" },
            { id: 99, device_id: 7, consumption_kwh: "7.36", recorded_at: new Date("2023-01-12T15:45:33Z"), peak_consumption_kwh: "6.45", average_consumption_kwh: "3.21" },
            { id: 100, device_id: 35, consumption_kwh: "9.50", recorded_at: new Date("2023-04-27T05:39:06Z"), peak_consumption_kwh: "5.27", average_consumption_kwh: "6.27" },
            { id: 101, device_id: 44, consumption_kwh: "7.69", recorded_at: new Date("2023-08-27T22:29:58Z"), peak_consumption_kwh: "7.83", average_consumption_kwh: "5.36" },
            { id: 102, device_id: 8, consumption_kwh: "2.38", recorded_at: new Date("2023-02-16T09:15:14Z"), peak_consumption_kwh: "4.54", average_consumption_kwh: "7.94" },
            { id: 103, device_id: 14, consumption_kwh: "5.16", recorded_at: new Date("2023-06-03T12:09:59Z"), peak_consumption_kwh: "6.27", average_consumption_kwh: "7.20" },
            { id: 104, device_id: 22, consumption_kwh: "1.85", recorded_at: new Date("2023-07-31T21:24:25Z"), peak_consumption_kwh: "6.31", average_consumption_kwh: "4.73" },
            { id: 105, device_id: 38, consumption_kwh: "5.66", recorded_at: new Date("2023-03-03T13:14:56Z"), peak_consumption_kwh: "7.60", average_consumption_kwh: "3.55" },
            { id: 106, device_id: 48, consumption_kwh: "5.97", recorded_at: new Date("2023-06-07T08:50:41Z"), peak_consumption_kwh: "4.70", average_consumption_kwh: "5.95" },
            { id: 107, device_id: 50, consumption_kwh: "9.85", recorded_at: new Date("2023-06-16T18:20:19Z"), peak_consumption_kwh: "3.93", average_consumption_kwh: "4.81" },
            { id: 108, device_id: 30, consumption_kwh: "4.65", recorded_at: new Date("2023-10-06T00:38:10Z"), peak_consumption_kwh: "3.36", average_consumption_kwh: "2.61" },
            { id: 109, device_id: 43, consumption_kwh: "2.09", recorded_at: new Date("2023-04-23T14:39:41Z"), peak_consumption_kwh: "3.63", average_consumption_kwh: "3.44" },
            { id: 110, device_id: 38, consumption_kwh: "9.08", recorded_at: new Date("2023-11-19T04:02:19Z"), peak_consumption_kwh: "5.71", average_consumption_kwh: "7.26" },
            { id: 111, device_id: 13, consumption_kwh: "9.25", recorded_at: new Date("2023-10-10T18:27:58Z"), peak_consumption_kwh: "4.14", average_consumption_kwh: "7.15" },
            { id: 112, device_id: 19, consumption_kwh: "8.29", recorded_at: new Date("2023-09-04T00:30:12Z"), peak_consumption_kwh: "4.45", average_consumption_kwh: "6.93" },
            { id: 113, device_id: 49, consumption_kwh: "2.06", recorded_at: new Date("2023-02-02T01:05:19Z"), peak_consumption_kwh: "6.08", average_consumption_kwh: "5.86" },
            { id: 114, device_id: 25, consumption_kwh: "3.65", recorded_at: new Date("2023-03-06T07:48:05Z"), peak_consumption_kwh: "1.92", average_consumption_kwh: "5.70" },
            { id: 115, device_id: 9, consumption_kwh: "9.55", recorded_at: new Date("2023-04-28T12:51:22Z"), peak_consumption_kwh: "5.48", average_consumption_kwh: "3.80" },
            { id: 116, device_id: 39, consumption_kwh: "3.54", recorded_at: new Date("2023-06-15T05:09:55Z"), peak_consumption_kwh: "3.59", average_consumption_kwh: "5.28" },
            { id: 117, device_id: 14, consumption_kwh: "1.79", recorded_at: new Date("2023-09-14T11:43:24Z"), peak_consumption_kwh: "3.00", average_consumption_kwh: "4.16" },
            { id: 118, device_id: 20, consumption_kwh: "8.77", recorded_at: new Date("2023-07-06T10:00:36Z"), peak_consumption_kwh: "3.98", average_consumption_kwh: "4.11" },
            { id: 119, device_id: 4, consumption_kwh: "7.38", recorded_at: new Date("2023-10-11T06:14:10Z"), peak_consumption_kwh: "5.11", average_consumption_kwh: "5.43" },
            { id: 120, device_id: 2, consumption_kwh: "8.45", recorded_at: new Date("2023-07-01T04:29:46Z"), peak_consumption_kwh: "5.44", average_consumption_kwh: "3.70" },
            { id: 121, device_id: 4, consumption_kwh: "7.04", recorded_at: new Date("2023-07-21T08:52:18Z"), peak_consumption_kwh: "4.06", average_consumption_kwh: "6.99" },
            { id: 122, device_id: 29, consumption_kwh: "6.82", recorded_at: new Date("2023-06-21T20:01:16Z"), peak_consumption_kwh: "6.23", average_consumption_kwh: "3.33" },
            { id: 123, device_id: 47, consumption_kwh: "6.15", recorded_at: new Date("2023-08-13T13:42:26Z"), peak_consumption_kwh: "4.01", average_consumption_kwh: "2.95" },
            { id: 124, device_id: 29, consumption_kwh: "9.24", recorded_at: new Date("2023-12-03T19:14:00Z"), peak_consumption_kwh: "2.50", average_consumption_kwh: "4.41" },
            { id: 125, device_id: 49, consumption_kwh: "8.47", recorded_at: new Date("2023-06-25T13:07:21Z"), peak_consumption_kwh: "3.92", average_consumption_kwh: "4.80" },
            { id: 126, device_id: 22, consumption_kwh: "9.80", recorded_at: new Date("2023-02-09T12:14:03Z"), peak_consumption_kwh: "5.67", average_consumption_kwh: "2.15" },
            { id: 127, device_id: 36, consumption_kwh: "0.31", recorded_at: new Date("2023-03-29T00:12:24Z"), peak_consumption_kwh: "1.86", average_consumption_kwh: "5.46" },
            { id: 128, device_id: 14, consumption_kwh: "8.09", recorded_at: new Date("2023-09-11T17:40:16Z"), peak_consumption_kwh: "5.12", average_consumption_kwh: "3.64" },
            { id: 129, device_id: 10, consumption_kwh: "3.97", recorded_at: new Date("2023-01-23T22:30:10Z"), peak_consumption_kwh: "3.81", average_consumption_kwh: "4.73" },
            { id: 130, device_id: 45, consumption_kwh: "1.89", recorded_at: new Date("2023-11-25T15:20:14Z"), peak_consumption_kwh: "7.72", average_consumption_kwh: "6.03" },
            { id: 131, device_id: 44, consumption_kwh: "9.41", recorded_at: new Date("2023-12-22T01:29:46Z"), peak_consumption_kwh: "7.52", average_consumption_kwh: "4.28" },
            { id: 132, device_id: 31, consumption_kwh: "7.33", recorded_at: new Date("2023-06-18T22:37:42Z"), peak_consumption_kwh: "3.56", average_consumption_kwh: "3.94" },
            { id: 133, device_id: 30, consumption_kwh: "2.93", recorded_at: new Date("2023-12-16T18:03:04Z"), peak_consumption_kwh: "4.70", average_consumption_kwh: "5.19" },
            { id: 134, device_id: 31, consumption_kwh: "5.11", recorded_at: new Date("2023-01-07T03:09:17Z"), peak_consumption_kwh: "5.47", average_consumption_kwh: "7.24" },
            { id: 135, device_id: 39, consumption_kwh: "9.90", recorded_at: new Date("2023-06-02T19:55:33Z"), peak_consumption_kwh: "4.42", average_consumption_kwh: "4.83" },
            { id: 136, device_id: 22, consumption_kwh: "8.63", recorded_at: new Date("2023-06-28T11:00:00Z"), peak_consumption_kwh: "5.74", average_consumption_kwh: "7.57" },
            { id: 137, device_id: 32, consumption_kwh: "3.97", recorded_at: new Date("2023-09-09T18:46:30Z"), peak_consumption_kwh: "2.53", average_consumption_kwh: "6.21" },
            { id: 138, device_id: 15, consumption_kwh: "9.31", recorded_at: new Date("2023-03-11T07:34:58Z"), peak_consumption_kwh: "4.11", average_consumption_kwh: "7.05" },
            { id: 139, device_id: 3, consumption_kwh: "9.61", recorded_at: new Date("2023-02-18T22:16:34Z"), peak_consumption_kwh: "7.72", average_consumption_kwh: "4.73" },
            { id: 140, device_id: 8, consumption_kwh: "2.89", recorded_at: new Date("2023-12-19T17:55:11Z"), peak_consumption_kwh: "8.29", average_consumption_kwh: "5.49" },
            { id: 141, device_id: 40, consumption_kwh: "9.44", recorded_at: new Date("2023-06-12T17:10:06Z"), peak_consumption_kwh: "3.47", average_consumption_kwh: "3.28" },
            { id: 142, device_id: 29, consumption_kwh: "6.10", recorded_at: new Date("2023-01-01T02:01:05Z"), peak_consumption_kwh: "6.69", average_consumption_kwh: "6.71" },
            { id: 143, device_id: 3, consumption_kwh: "6.40", recorded_at: new Date("2023-05-21T20:16:42Z"), peak_consumption_kwh: "4.82", average_consumption_kwh: "4.98" },
            { id: 144, device_id: 35, consumption_kwh: "9.82", recorded_at: new Date("2023-12-19T08:12:18Z"), peak_consumption_kwh: "2.68", average_consumption_kwh: "5.39" },
            { id: 145, device_id: 45, consumption_kwh: "8.51", recorded_at: new Date("2023-03-24T15:48:15Z"), peak_consumption_kwh: "1.75", average_consumption_kwh: "6.94" },
            { id: 146, device_id: 43, consumption_kwh: "2.74", recorded_at: new Date("2023-02-26T16:59:50Z"), peak_consumption_kwh: "4.28", average_consumption_kwh: "8.02" },
            { id: 147, device_id: 34, consumption_kwh: "2.70", recorded_at: new Date("2023-10-13T23:05:09Z"), peak_consumption_kwh: "4.31", average_consumption_kwh: "3.11" },
            { id: 148, device_id: 29, consumption_kwh: "7.06", recorded_at: new Date("2023-12-29T03:06:10Z"), peak_consumption_kwh: "6.52", average_consumption_kwh: "6.10" },
            { id: 149, device_id: 23, consumption_kwh: "8.72", recorded_at: new Date("2023-05-07T01:37:34Z"), peak_consumption_kwh: "3.48", average_consumption_kwh: "3.31" },
            { id: 150, device_id: 47, consumption_kwh: "5.70", recorded_at: new Date("2023-07-24T16:31:14Z"), peak_consumption_kwh: "5.13", average_consumption_kwh: "5.03" },
            { id: 151, device_id: 25, consumption_kwh: "8.34", recorded_at: new Date("2023-10-13T09:20:16Z"), peak_consumption_kwh: "5.57", average_consumption_kwh: "6.95" },
            { id: 152, device_id: 50, consumption_kwh: "7.20", recorded_at: new Date("2023-05-20T10:17:45Z"), peak_consumption_kwh: "2.74", average_consumption_kwh: "6.76" },
            { id: 153, device_id: 10, consumption_kwh: "3.49", recorded_at: new Date("2023-08-11T13:05:28Z"), peak_consumption_kwh: "3.80", average_consumption_kwh: "3.98" },
            { id: 154, device_id: 45, consumption_kwh: "9.63", recorded_at: new Date("2023-09-10T16:45:27Z"), peak_consumption_kwh: "6.68", average_consumption_kwh: "3.50" },
            { id: 155, device_id: 41, consumption_kwh: "8.21", recorded_at: new Date("2023-03-30T23:36:26Z"), peak_consumption_kwh: "3.92", average_consumption_kwh: "5.66" },
            { id: 156, device_id: 4, consumption_kwh: "8.41", recorded_at: new Date("2023-02-10T15:29:17Z"), peak_consumption_kwh: "2.78", average_consumption_kwh: "4.35" },
            { id: 157, device_id: 2, consumption_kwh: "9.99", recorded_at: new Date("2023-05-20T05:37:47Z"), peak_consumption_kwh: "3.99", average_consumption_kwh: "4.43" },
            { id: 158, device_id: 41, consumption_kwh: "6.00", recorded_at: new Date("2023-02-05T06:06:16Z"), peak_consumption_kwh: "4.01", average_consumption_kwh: "4.98" },
            { id: 159, device_id: 35, consumption_kwh: "7.23", recorded_at: new Date("2023-07-19T13:18:35Z"), peak_consumption_kwh: "5.96", average_consumption_kwh: "6.99" },
            { id: 160, device_id: 13, consumption_kwh: "9.90", recorded_at: new Date("2023-05-18T18:53:36Z"), peak_consumption_kwh: "4.79", average_consumption_kwh: "6.63" },
            { id: 161, device_id: 25, consumption_kwh: "2.25", recorded_at: new Date("2023-12-15T05:26:31Z"), peak_consumption_kwh: "5.24", average_consumption_kwh: "8.00" },
            { id: 162, device_id: 34, consumption_kwh: "8.24", recorded_at: new Date("2023-05-05T07:43:37Z"), peak_consumption_kwh: "4.96", average_consumption_kwh: "5.58" },
            { id: 163, device_id: 46, consumption_kwh: "9.96", recorded_at: new Date("2023-04-15T12:57:06Z"), peak_consumption_kwh: "3.39", average_consumption_kwh: "6.31" },
            { id: 164, device_id: 50, consumption_kwh: "9.96", recorded_at: new Date("2023-12-07T15:10:13Z"), peak_consumption_kwh: "6.06", average_consumption_kwh: "3.83" },
            { id: 165, device_id: 24, consumption_kwh: "8.92", recorded_at: new Date("2023-03-24T02:59:31Z"), peak_consumption_kwh: "8.21", average_consumption_kwh: "5.98" },
            { id: 166, device_id: 50, consumption_kwh: "1.68", recorded_at: new Date("2023-09-11T20:09:20Z"), peak_consumption_kwh: "4.15", average_consumption_kwh: "5.52" },
            { id: 167, device_id: 6, consumption_kwh: "8.65", recorded_at: new Date("2023-04-01T11:22:35Z"), peak_consumption_kwh: "7.27", average_consumption_kwh: "5.34" },
            { id: 168, device_id: 32, consumption_kwh: "4.69", recorded_at: new Date("2023-01-24T02:15:17Z"), peak_consumption_kwh: "5.93", average_consumption_kwh: "3.46" },
            { id: 169, device_id: 18, consumption_kwh: "9.51", recorded_at: new Date("2023-08-21T17:30:54Z"), peak_consumption_kwh: "4.50", average_consumption_kwh: "2.58" },
            { id: 170, device_id: 28, consumption_kwh: "0.25", recorded_at: new Date("2023-09-11T06:59:44Z"), peak_consumption_kwh: "4.69", average_consumption_kwh: "4.93" },
            { id: 171, device_id: 26, consumption_kwh: "9.99", recorded_at: new Date("2023-12-27T09:52:39Z"), peak_consumption_kwh: "2.04", average_consumption_kwh: "6.10" },
            { id: 172, device_id: 42, consumption_kwh: "4.39", recorded_at: new Date("2023-08-10T07:19:28Z"), peak_consumption_kwh: "4.25", average_consumption_kwh: "4.31" },
            { id: 173, device_id: 43, consumption_kwh: "8.04", recorded_at: new Date("2023-05-14T15:07:47Z"), peak_consumption_kwh: "5.76", average_consumption_kwh: "5.64" },
            { id: 174, device_id: 44, consumption_kwh: "1.81", recorded_at: new Date("2023-03-29T08:44:27Z"), peak_consumption_kwh: "5.72", average_consumption_kwh: "5.89" },
            { id: 175, device_id: 49, consumption_kwh: "0.39", recorded_at: new Date("2023-05-30T14:54:48Z"), peak_consumption_kwh: "3.60", average_consumption_kwh: "3.73" },
            { id: 176, device_id: 10, consumption_kwh: "9.29", recorded_at: new Date("2023-08-18T07:00:31Z"), peak_consumption_kwh: "6.54", average_consumption_kwh: "4.79" },
            { id: 177, device_id: 24, consumption_kwh: "2.37", recorded_at: new Date("2023-02-21T07:43:15Z"), peak_consumption_kwh: "4.15", average_consumption_kwh: "7.26" },
            { id: 178, device_id: 15, consumption_kwh: "9.71", recorded_at: new Date("2023-01-24T19:42:59Z"), peak_consumption_kwh: "8.56", average_consumption_kwh: "5.80" },
            { id: 179, device_id: 22, consumption_kwh: "5.47", recorded_at: new Date("2023-05-04T23:39:14Z"), peak_consumption_kwh: "6.87", average_consumption_kwh: "6.41" },
            { id: 180, device_id: 12, consumption_kwh: "1.23", recorded_at: new Date("2023-12-27T13:50:37Z"), peak_consumption_kwh: "3.91", average_consumption_kwh: "3.66" },
            { id: 181, device_id: 14, consumption_kwh: "9.75", recorded_at: new Date("2023-12-03T07:11:16Z"), peak_consumption_kwh: "5.59", average_consumption_kwh: "6.82" },
            { id: 182, device_id: 4, consumption_kwh: "3.22", recorded_at: new Date("2023-06-07T09:11:45Z"), peak_consumption_kwh: "3.60", average_consumption_kwh: "4.67" },
            { id: 183, device_id: 32, consumption_kwh: "0.25", recorded_at: new Date("2023-04-04T10:02:15Z"), peak_consumption_kwh: "3.87", average_consumption_kwh: "7.10" },
            { id: 184, device_id: 16, consumption_kwh: "6.92", recorded_at: new Date("2023-08-31T09:26:53Z"), peak_consumption_kwh: "3.50", average_consumption_kwh: "3.54" },
            { id: 185, device_id: 30, consumption_kwh: "9.89", recorded_at: new Date("2023-08-16T16:26:43Z"), peak_consumption_kwh: "4.39", average_consumption_kwh: "4.87" },
            { id: 186, device_id: 19, consumption_kwh: "0.48", recorded_at: new Date("2023-04-19T21:32:41Z"), peak_consumption_kwh: "5.43", average_consumption_kwh: "4.92" },
            { id: 187, device_id: 10, consumption_kwh: "2.89", recorded_at: new Date("2023-05-06T02:18:01Z"), peak_consumption_kwh: "6.30", average_consumption_kwh: "2.29" },
            { id: 188, device_id: 22, consumption_kwh: "9.98", recorded_at: new Date("2023-09-01T07:21:08Z"), peak_consumption_kwh: "5.28", average_consumption_kwh: "7.19" },
            { id: 189, device_id: 38, consumption_kwh: "0.19", recorded_at: new Date("2023-10-19T23:21:32Z"), peak_consumption_kwh: "6.31", average_consumption_kwh: "2.62" },
            { id: 190, device_id: 10, consumption_kwh: "9.57", recorded_at: new Date("2023-08-30T07:01:36Z"), peak_consumption_kwh: "4.22", average_consumption_kwh: "7.66" },
            { id: 191, device_id: 36, consumption_kwh: "9.92", recorded_at: new Date("2023-10-12T08:02:09Z"), peak_consumption_kwh: "7.48", average_consumption_kwh: "4.91" },
            { id: 192, device_id: 43, consumption_kwh: "7.36", recorded_at: new Date("2023-12-14T16:29:39Z"), peak_consumption_kwh: "3.69", average_consumption_kwh: "4.94" },
            { id: 193, device_id: 43, consumption_kwh: "9.31", recorded_at: new Date("2023-06-13T10:54:00Z"), peak_consumption_kwh: "3.74", average_consumption_kwh: "2.60" },
            { id: 194, device_id: 49, consumption_kwh: "9.44", recorded_at: new Date("2023-10-20T02:27:24Z"), peak_consumption_kwh: "5.39", average_consumption_kwh: "6.33" },
            { id: 195, device_id: 26, consumption_kwh: "8.94", recorded_at: new Date("2023-10-13T04:47:46Z"), peak_consumption_kwh: "3.47", average_consumption_kwh: "6.42" },
            { id: 196, device_id: 6, consumption_kwh: "9.87", recorded_at: new Date("2023-10-23T00:37:20Z"), peak_consumption_kwh: "5.27", average_consumption_kwh: "5.47" },
            { id: 197, device_id: 44, consumption_kwh: "7.39", recorded_at: new Date("2023-05-17T18:05:27Z"), peak_consumption_kwh: "4.25", average_consumption_kwh: "2.57" },
            { id: 198, device_id: 19, consumption_kwh: "4.92", recorded_at: new Date("2023-07-25T21:43:30Z"), peak_consumption_kwh: "3.15", average_consumption_kwh: "6.77" },
            { id: 199, device_id: 33, consumption_kwh: "5.19", recorded_at: new Date("2023-09-05T00:45:53Z"), peak_consumption_kwh: "3.21", average_consumption_kwh: "5.89" },
            { id: 200, device_id: 5, consumption_kwh: "3.87", recorded_at: new Date("2023-11-13T22:24:54Z"), peak_consumption_kwh: "6.32", average_consumption_kwh: "3.82" },
            { id: 201, device_id: 10, consumption_kwh: "8.64", recorded_at: new Date("2023-11-01T10:54:50Z"), peak_consumption_kwh: "7.23", average_consumption_kwh: "3.62" },
            { id: 202, device_id: 40, consumption_kwh: "7.92", recorded_at: new Date("2023-10-06T02:58:39Z"), peak_consumption_kwh: "3.74", average_consumption_kwh: "6.97" },
            { id: 203, device_id: 10, consumption_kwh: "8.15", recorded_at: new Date("2023-04-12T05:25:38Z"), peak_consumption_kwh: "6.91", average_consumption_kwh: "4.86" },
            { id: 204, device_id: 16, consumption_kwh: "7.70", recorded_at: new Date("2023-04-10T20:02:30Z"), peak_consumption_kwh: "6.69", average_consumption_kwh: "6.47" },
            { id: 205, device_id: 13, consumption_kwh: "0.16", recorded_at: new Date("2023-01-30T00:11:07Z"), peak_consumption_kwh: "3.35", average_consumption_kwh: "4.85" },
            { id: 206, device_id: 35, consumption_kwh: "9.83", recorded_at: new Date("2023-08-30T05:12:28Z"), peak_consumption_kwh: "4.67", average_consumption_kwh: "7.52" },
            { id: 207, device_id: 9, consumption_kwh: "9.54", recorded_at: new Date("2023-09-28T00:55:46Z"), peak_consumption_kwh: "4.42", average_consumption_kwh: "4.34" },
            { id: 208, device_id: 44, consumption_kwh: "5.71", recorded_at: new Date("2023-05-05T19:13:40Z"), peak_consumption_kwh: "4.46", average_consumption_kwh: "3.86" },
            { id: 209, device_id: 14, consumption_kwh: "8.84", recorded_at: new Date("2023-09-25T15:51:58Z"), peak_consumption_kwh: "6.61", average_consumption_kwh: "4.11" },
            { id: 210, device_id: 42, consumption_kwh: "7.16", recorded_at: new Date("2023-05-30T11:57:17Z"), peak_consumption_kwh: "7.93", average_consumption_kwh: "3.66" },
            { id: 211, device_id: 18, consumption_kwh: "1.64", recorded_at: new Date("2023-10-18T20:11:28Z"), peak_consumption_kwh: "4.44", average_consumption_kwh: "4.54" },
            { id: 212, device_id: 37, consumption_kwh: "5.91", recorded_at: new Date("2023-08-31T10:07:15Z"), peak_consumption_kwh: "6.19", average_consumption_kwh: "3.17" },
            { id: 213, device_id: 40, consumption_kwh: "9.32", recorded_at: new Date("2023-11-12T23:38:09Z"), peak_consumption_kwh: "0.76", average_consumption_kwh: "5.21" },
            { id: 214, device_id: 22, consumption_kwh: "9.27", recorded_at: new Date("2023-12-16T14:23:09Z"), peak_consumption_kwh: "7.10", average_consumption_kwh: "2.78" },
            { id: 215, device_id: 48, consumption_kwh: "6.70", recorded_at: new Date("2023-10-20T06:52:19Z"), peak_consumption_kwh: "5.43", average_consumption_kwh: "3.09" },
            { id: 216, device_id: 11, consumption_kwh: "2.87", recorded_at: new Date("2023-01-31T23:56:05Z"), peak_consumption_kwh: "7.27", average_consumption_kwh: "4.85" },
            { id: 217, device_id: 49, consumption_kwh: "6.81", recorded_at: new Date("2023-07-16T10:29:32Z"), peak_consumption_kwh: "4.92", average_consumption_kwh: "6.09" },
            { id: 218, device_id: 27, consumption_kwh: "0.02", recorded_at: new Date("2023-05-26T01:10:49Z"), peak_consumption_kwh: "5.83", average_consumption_kwh: "7.72" },
            { id: 219, device_id: 21, consumption_kwh: "5.57", recorded_at: new Date("2023-08-11T15:45:28Z"), peak_consumption_kwh: "4.02", average_consumption_kwh: "3.48" },
            { id: 220, device_id: 47, consumption_kwh: "8.63", recorded_at: new Date("2023-01-15T18:06:53Z"), peak_consumption_kwh: "3.59", average_consumption_kwh: "6.15" },
            { id: 221, device_id: 5, consumption_kwh: "9.61", recorded_at: new Date("2023-05-21T10:06:56Z"), peak_consumption_kwh: "6.34", average_consumption_kwh: "7.51" },
            { id: 222, device_id: 31, consumption_kwh: "3.74", recorded_at: new Date("2023-07-07T18:17:49Z"), peak_consumption_kwh: "4.40", average_consumption_kwh: "4.47" },
            { id: 223, device_id: 33, consumption_kwh: "1.59", recorded_at: new Date("2023-10-02T21:28:21Z"), peak_consumption_kwh: "6.62", average_consumption_kwh: "5.98" },
            { id: 224, device_id: 17, consumption_kwh: "8.21", recorded_at: new Date("2023-08-07T13:23:14Z"), peak_consumption_kwh: "5.26", average_consumption_kwh: "7.47" },
            { id: 225, device_id: 33, consumption_kwh: "5.81", recorded_at: new Date("2023-05-27T01:27:41Z"), peak_consumption_kwh: "7.86", average_consumption_kwh: "5.98" },
            { id: 226, device_id: 3, consumption_kwh: "5.79", recorded_at: new Date("2023-10-02T04:45:49Z"), peak_consumption_kwh: "5.89", average_consumption_kwh: "4.49" },
            { id: 227, device_id: 29, consumption_kwh: "9.87", recorded_at: new Date("2023-07-07T01:23:31Z"), peak_consumption_kwh: "4.84", average_consumption_kwh: "5.44" },
            { id: 228, device_id: 21, consumption_kwh: "3.52", recorded_at: new Date("2023-08-08T23:10:37Z"), peak_consumption_kwh: "6.15", average_consumption_kwh: "5.46" },
            { id: 229, device_id: 22, consumption_kwh: "4.66", recorded_at: new Date("2023-03-08T06:33:04Z"), peak_consumption_kwh: "8.03", average_consumption_kwh: "3.47" },
            { id: 230, device_id: 40, consumption_kwh: "6.72", recorded_at: new Date("2023-08-27T10:33:37Z"), peak_consumption_kwh: "5.92", average_consumption_kwh: "6.42" },
            { id: 231, device_id: 17, consumption_kwh: "3.04", recorded_at: new Date("2023-01-26T15:42:03Z"), peak_consumption_kwh: "4.40", average_consumption_kwh: "3.64" },
            { id: 232, device_id: 41, consumption_kwh: "1.76", recorded_at: new Date("2023-08-01T04:00:00Z"), peak_consumption_kwh: "4.14", average_consumption_kwh: "7.78" },
            { id: 233, device_id: 9, consumption_kwh: "3.00", recorded_at: new Date("2023-08-15T22:42:54Z"), peak_consumption_kwh: "2.17", average_consumption_kwh: "3.19" },
            { id: 234, device_id: 2, consumption_kwh: "2.68", recorded_at: new Date("2023-11-29T05:15:13Z"), peak_consumption_kwh: "3.62", average_consumption_kwh: "7.35" },
            { id: 235, device_id: 13, consumption_kwh: "3.90", recorded_at: new Date("2023-12-25T17:16:52Z"), peak_consumption_kwh: "3.47", average_consumption_kwh: "4.58" },
            { id: 236, device_id: 27, consumption_kwh: "9.99", recorded_at: new Date("2023-10-22T04:54:23Z"), peak_consumption_kwh: "4.50", average_consumption_kwh: "5.46" },
            { id: 237, device_id: 38, consumption_kwh: "3.23", recorded_at: new Date("2023-03-12T21:45:21Z"), peak_consumption_kwh: "3.97", average_consumption_kwh: "2.93" },
            { id: 238, device_id: 42, consumption_kwh: "0.32", recorded_at: new Date("2023-09-19T07:09:23Z"), peak_consumption_kwh: "7.14", average_consumption_kwh: "3.33" },
            { id: 239, device_id: 50, consumption_kwh: "8.79", recorded_at: new Date("2023-07-27T20:21:21Z"), peak_consumption_kwh: "4.88", average_consumption_kwh: "5.66" },
            { id: 240, device_id: 44, consumption_kwh: "2.75", recorded_at: new Date("2023-01-01T06:21:13Z"), peak_consumption_kwh: "3.67", average_consumption_kwh: "3.47" },
            { id: 241, device_id: 27, consumption_kwh: "5.40", recorded_at: new Date("2023-09-26T00:14:05Z"), peak_consumption_kwh: "4.74", average_consumption_kwh: "1.95" },
            { id: 242, device_id: 15, consumption_kwh: "3.42", recorded_at: new Date("2023-05-28T05:23:03Z"), peak_consumption_kwh: "2.82", average_consumption_kwh: "4.71" },
            { id: 243, device_id: 17, consumption_kwh: "8.12", recorded_at: new Date("2023-06-23T10:41:42Z"), peak_consumption_kwh: "6.45", average_consumption_kwh: "4.23" },
            { id: 244, device_id: 49, consumption_kwh: "8.80", recorded_at: new Date("2023-04-15T22:03:47Z"), peak_consumption_kwh: "6.14", average_consumption_kwh: "6.64" },
            { id: 245, device_id: 45, consumption_kwh: "7.49", recorded_at: new Date("2023-08-03T08:32:55Z"), peak_consumption_kwh: "3.44", average_consumption_kwh: "6.25" },
            { id: 246, device_id: 36, consumption_kwh: "4.83", recorded_at: new Date("2023-10-28T05:16:28Z"), peak_consumption_kwh: "5.65", average_consumption_kwh: "3.69" },
            { id: 247, device_id: 48, consumption_kwh: "4.29", recorded_at: new Date("2023-02-15T17:52:41Z"), peak_consumption_kwh: "4.43", average_consumption_kwh: "4.36" },
            { id: 248, device_id: 40, consumption_kwh: "8.89", recorded_at: new Date("2023-08-13T02:19:14Z"), peak_consumption_kwh: "6.85", average_consumption_kwh: "3.42" },
            { id: 249, device_id: 47, consumption_kwh: "9.51", recorded_at: new Date("2023-04-21T08:04:16Z"), peak_consumption_kwh: "7.18", average_consumption_kwh: "5.01" },
            { id: 250, device_id: 8, consumption_kwh: "5.70", recorded_at: new Date("2023-10-21T07:00:01Z"), peak_consumption_kwh: "6.73", average_consumption_kwh: "7.46" },
            { id: 251, device_id: 4, consumption_kwh: "9.94", recorded_at: new Date("2023-12-21T10:49:04Z"), peak_consumption_kwh: "5.78", average_consumption_kwh: "7.04" },
            { id: 252, device_id: 23, consumption_kwh: "9.73", recorded_at: new Date("2023-08-06T18:47:09Z"), peak_consumption_kwh: "2.56", average_consumption_kwh: "6.49" },
            { id: 253, device_id: 46, consumption_kwh: "7.77", recorded_at: new Date("2023-02-25T11:47:04Z"), peak_consumption_kwh: "4.24", average_consumption_kwh: "3.78" },
            { id: 254, device_id: 27, consumption_kwh: "9.66", recorded_at: new Date("2023-10-15T22:09:03Z"), peak_consumption_kwh: "7.36", average_consumption_kwh: "6.16" },
            { id: 255, device_id: 1, consumption_kwh: "8.35", recorded_at: new Date("2023-01-03T16:57:47Z"), peak_consumption_kwh: "5.09", average_consumption_kwh: "1.49" },
            { id: 256, device_id: 16, consumption_kwh: "3.09", recorded_at: new Date("2023-07-31T14:50:49Z"), peak_consumption_kwh: "2.65", average_consumption_kwh: "4.32" },
            { id: 257, device_id: 40, consumption_kwh: "5.98", recorded_at: new Date("2023-12-31T12:34:16Z"), peak_consumption_kwh: "1.75", average_consumption_kwh: "4.44" },
            { id: 258, device_id: 50, consumption_kwh: "3.36", recorded_at: new Date("2023-07-12T09:04:18Z"), peak_consumption_kwh: "3.61", average_consumption_kwh: "4.59" },
            { id: 259, device_id: 4, consumption_kwh: "9.57", recorded_at: new Date("2023-10-08T05:36:13Z"), peak_consumption_kwh: "3.52", average_consumption_kwh: "6.29" },
            { id: 260, device_id: 32, consumption_kwh: "1.29", recorded_at: new Date("2023-02-25T11:37:58Z"), peak_consumption_kwh: "2.82", average_consumption_kwh: "2.80" },
            { id: 261, device_id: 23, consumption_kwh: "2.94", recorded_at: new Date("2023-01-27T10:15:00Z"), peak_consumption_kwh: "8.96", average_consumption_kwh: "3.32" },
            { id: 262, device_id: 2, consumption_kwh: "4.81", recorded_at: new Date("2023-11-25T17:48:11Z"), peak_consumption_kwh: "5.02", average_consumption_kwh: "4.14" },
            { id: 263, device_id: 16, consumption_kwh: "7.98", recorded_at: new Date("2023-04-05T21:39:18Z"), peak_consumption_kwh: "3.83", average_consumption_kwh: "3.81" },
            { id: 264, device_id: 31, consumption_kwh: "3.77", recorded_at: new Date("2023-02-10T13:01:13Z"), peak_consumption_kwh: "5.75", average_consumption_kwh: "3.39" },
            { id: 265, device_id: 42, consumption_kwh: "9.70", recorded_at: new Date("2023-04-18T13:52:19Z"), peak_consumption_kwh: "3.53", average_consumption_kwh: "5.36" },
            { id: 266, device_id: 23, consumption_kwh: "3.14", recorded_at: new Date("2023-04-12T15:09:01Z"), peak_consumption_kwh: "3.51", average_consumption_kwh: "5.75" },
            { id: 267, device_id: 23, consumption_kwh: "9.22", recorded_at: new Date("2023-05-02T01:38:55Z"), peak_consumption_kwh: "2.16", average_consumption_kwh: "4.32" },
            { id: 268, device_id: 33, consumption_kwh: "8.86", recorded_at: new Date("2023-01-06T06:10:18Z"), peak_consumption_kwh: "6.38", average_consumption_kwh: "6.82" },
            { id: 269, device_id: 44, consumption_kwh: "3.58", recorded_at: new Date("2023-05-09T09:26:30Z"), peak_consumption_kwh: "4.13", average_consumption_kwh: "4.12" },
            { id: 270, device_id: 14, consumption_kwh: "6.83", recorded_at: new Date("2023-03-18T06:19:14Z"), peak_consumption_kwh: "5.83", average_consumption_kwh: "7.27" },
            { id: 271, device_id: 15, consumption_kwh: "5.37", recorded_at: new Date("2023-07-02T13:10:29Z"), peak_consumption_kwh: "5.70", average_consumption_kwh: "6.77" },
            { id: 272, device_id: 46, consumption_kwh: "6.57", recorded_at: new Date("2023-07-22T12:36:54Z"), peak_consumption_kwh: "3.59", average_consumption_kwh: "3.40" },
            { id: 273, device_id: 14, consumption_kwh: "8.63", recorded_at: new Date("2023-01-19T15:54:57Z"), peak_consumption_kwh: "3.71", average_consumption_kwh: "5.93" },
            { id: 274, device_id: 12, consumption_kwh: "4.58", recorded_at: new Date("2023-07-07T15:28:12Z"), peak_consumption_kwh: "4.14", average_consumption_kwh: "5.48" },
            { id: 275, device_id: 9, consumption_kwh: "4.41", recorded_at: new Date("2023-06-15T03:18:10Z"), peak_consumption_kwh: "3.74", average_consumption_kwh: "5.09" },
            { id: 276, device_id: 9, consumption_kwh: "9.75", recorded_at: new Date("2023-10-23T01:30:01Z"), peak_consumption_kwh: "3.08", average_consumption_kwh: "5.37" },
            { id: 277, device_id: 6, consumption_kwh: "2.94", recorded_at: new Date("2023-02-18T04:26:12Z"), peak_consumption_kwh: "3.55", average_consumption_kwh: "4.39" },
            { id: 278, device_id: 29, consumption_kwh: "1.88", recorded_at: new Date("2023-12-19T04:03:08Z"), peak_consumption_kwh: "5.90", average_consumption_kwh: "3.93" },
            { id: 279, device_id: 8, consumption_kwh: "0.33", recorded_at: new Date("2023-07-23T05:15:28Z"), peak_consumption_kwh: "7.15", average_consumption_kwh: "2.67" },
            { id: 280, device_id: 48, consumption_kwh: "6.81", recorded_at: new Date("2023-03-29T11:33:15Z"), peak_consumption_kwh: "3.23", average_consumption_kwh: "4.55" },
            { id: 281, device_id: 20, consumption_kwh: "3.50", recorded_at: new Date("2023-10-27T05:41:38Z"), peak_consumption_kwh: "7.09", average_consumption_kwh: "3.42" },
            { id: 282, device_id: 48, consumption_kwh: "0.76", recorded_at: new Date("2023-09-26T05:53:55Z"), peak_consumption_kwh: "6.02", average_consumption_kwh: "4.14" },
            { id: 283, device_id: 40, consumption_kwh: "9.98", recorded_at: new Date("2023-05-23T10:36:09Z"), peak_consumption_kwh: "4.69", average_consumption_kwh: "6.15" },
            { id: 284, device_id: 32, consumption_kwh: "7.45", recorded_at: new Date("2023-04-30T21:55:24Z"), peak_consumption_kwh: "6.32", average_consumption_kwh: "3.68" },
            { id: 285, device_id: 24, consumption_kwh: "7.68", recorded_at: new Date("2023-02-18T08:21:31Z"), peak_consumption_kwh: "3.86", average_consumption_kwh: "3.17" },
            { id: 286, device_id: 18, consumption_kwh: "3.42", recorded_at: new Date("2023-03-28T00:13:38Z"), peak_consumption_kwh: "5.90", average_consumption_kwh: "6.64" },
            { id: 287, device_id: 35, consumption_kwh: "8.89", recorded_at: new Date("2023-07-03T09:00:33Z"), peak_consumption_kwh: "5.13", average_consumption_kwh: "4.10" },
            { id: 288, device_id: 12, consumption_kwh: "0.60", recorded_at: new Date("2023-09-26T01:25:27Z"), peak_consumption_kwh: "3.26", average_consumption_kwh: "5.40" },
            { id: 289, device_id: 50, consumption_kwh: "9.85", recorded_at: new Date("2023-12-24T07:26:05Z"), peak_consumption_kwh: "4.55", average_consumption_kwh: "4.25" },
            { id: 290, device_id: 50, consumption_kwh: "9.06", recorded_at: new Date("2023-09-15T11:36:36Z"), peak_consumption_kwh: "5.91", average_consumption_kwh: "7.38" },
            { id: 291, device_id: 11, consumption_kwh: "9.94", recorded_at: new Date("2023-06-08T09:05:32Z"), peak_consumption_kwh: "4.02", average_consumption_kwh: "6.35" },
            { id: 292, device_id: 2, consumption_kwh: "6.91", recorded_at: new Date("2023-02-19T06:19:31Z"), peak_consumption_kwh: "3.99", average_consumption_kwh: "4.72" },
            { id: 293, device_id: 21, consumption_kwh: "9.54", recorded_at: new Date("2023-03-25T22:47:28Z"), peak_consumption_kwh: "4.99", average_consumption_kwh: "5.79" },
            { id: 294, device_id: 46, consumption_kwh: "5.88", recorded_at: new Date("2023-11-17T23:30:59Z"), peak_consumption_kwh: "3.65", average_consumption_kwh: "4.74" },
            { id: 295, device_id: 46, consumption_kwh: "5.70", recorded_at: new Date("2023-06-15T12:27:08Z"), peak_consumption_kwh: "2.59", average_consumption_kwh: "5.44" },
            { id: 296, device_id: 39, consumption_kwh: "8.33", recorded_at: new Date("2023-12-21T18:38:25Z"), peak_consumption_kwh: "3.27", average_consumption_kwh: "5.02" },
            { id: 297, device_id: 11, consumption_kwh: "6.01", recorded_at: new Date("2023-08-10T15:24:59Z"), peak_consumption_kwh: "3.47", average_consumption_kwh: "4.36" },
            { id: 298, device_id: 42, consumption_kwh: "7.04", recorded_at: new Date("2023-02-14T22:20:59Z"), peak_consumption_kwh: "5.25", average_consumption_kwh: "4.90" },
            { id: 299, device_id: 3, consumption_kwh: "6.48", recorded_at: new Date("2023-12-09T15:56:54Z"), peak_consumption_kwh: "6.07", average_consumption_kwh: "6.45" },
            { id: 300, device_id: 32, consumption_kwh: "8.96", recorded_at: new Date("2023-12-12T09:16:55Z"), peak_consumption_kwh: "6.50", average_consumption_kwh: "2.68" },
            { id: 301, device_id: 10, consumption_kwh: "3.34", recorded_at: new Date("2023-02-27T11:33:43Z"), peak_consumption_kwh: "5.66", average_consumption_kwh: "7.46" },
            { id: 302, device_id: 32, consumption_kwh: "0.66", recorded_at: new Date("2023-04-07T06:03:23Z"), peak_consumption_kwh: "4.62", average_consumption_kwh: "3.74" },
            { id: 303, device_id: 37, consumption_kwh: "4.55", recorded_at: new Date("2023-09-24T04:04:18Z"), peak_consumption_kwh: "2.43", average_consumption_kwh: "4.42" },
            { id: 304, device_id: 4, consumption_kwh: "5.92", recorded_at: new Date("2023-07-15T20:47:08Z"), peak_consumption_kwh: "4.93", average_consumption_kwh: "6.44" },
            { id: 305, device_id: 39, consumption_kwh: "9.52", recorded_at: new Date("2023-01-07T05:58:58Z"), peak_consumption_kwh: "4.63", average_consumption_kwh: "2.00" },
            { id: 306, device_id: 37, consumption_kwh: "6.76", recorded_at: new Date("2023-09-28T12:33:52Z"), peak_consumption_kwh: "6.37", average_consumption_kwh: "5.29" },
            { id: 307, device_id: 38, consumption_kwh: "1.25", recorded_at: new Date("2023-02-04T13:28:43Z"), peak_consumption_kwh: "4.44", average_consumption_kwh: "3.53" },
            { id: 308, device_id: 49, consumption_kwh: "6.96", recorded_at: new Date("2023-01-20T17:18:43Z"), peak_consumption_kwh: "3.23", average_consumption_kwh: "7.00" },
            { id: 309, device_id: 5, consumption_kwh: "9.93", recorded_at: new Date("2023-02-12T20:14:50Z"), peak_consumption_kwh: "4.58", average_consumption_kwh: "5.26" },
            { id: 310, device_id: 17, consumption_kwh: "7.05", recorded_at: new Date("2023-09-25T12:49:38Z"), peak_consumption_kwh: "3.12", average_consumption_kwh: "5.00" },
            { id: 311, device_id: 47, consumption_kwh: "3.70", recorded_at: new Date("2023-07-31T15:18:59Z"), peak_consumption_kwh: "2.63", average_consumption_kwh: "5.46" },
            { id: 312, device_id: 48, consumption_kwh: "9.01", recorded_at: new Date("2023-05-16T09:19:52Z"), peak_consumption_kwh: "4.33", average_consumption_kwh: "4.87" },
            { id: 313, device_id: 26, consumption_kwh: "7.19", recorded_at: new Date("2023-04-16T17:38:06Z"), peak_consumption_kwh: "3.47", average_consumption_kwh: "4.34" },
            { id: 314, device_id: 13, consumption_kwh: "8.98", recorded_at: new Date("2023-01-18T21:38:22Z"), peak_consumption_kwh: "4.54", average_consumption_kwh: "3.45" },
            { id: 315, device_id: 24, consumption_kwh: "5.94", recorded_at: new Date("2023-08-08T19:17:31Z"), peak_consumption_kwh: "2.35", average_consumption_kwh: "4.74" },
            { id: 316, device_id: 46, consumption_kwh: "4.72", recorded_at: new Date("2023-03-28T20:16:30Z"), peak_consumption_kwh: "4.54", average_consumption_kwh: "5.83" },
            { id: 317, device_id: 13, consumption_kwh: "7.65", recorded_at: new Date("2023-02-18T07:35:00Z"), peak_consumption_kwh: "5.47", average_consumption_kwh: "3.30" },
            { id: 318, device_id: 2, consumption_kwh: "4.88", recorded_at: new Date("2023-07-19T04:49:58Z"), peak_consumption_kwh: "4.86", average_consumption_kwh: "6.93" },
            { id: 319, device_id: 11, consumption_kwh: "1.11", recorded_at: new Date("2023-03-12T15:51:59Z"), peak_consumption_kwh: "5.94", average_consumption_kwh: "4.09" },
            { id: 320, device_id: 49, consumption_kwh: "1.10", recorded_at: new Date("2023-06-08T22:48:11Z"), peak_consumption_kwh: "4.34", average_consumption_kwh: "4.46" },
            { id: 321, device_id: 13, consumption_kwh: "9.33", recorded_at: new Date("2023-06-28T01:12:33Z"), peak_consumption_kwh: "7.39", average_consumption_kwh: "3.01" },
            { id: 322, device_id: 45, consumption_kwh: "9.02", recorded_at: new Date("2023-03-03T15:27:19Z"), peak_consumption_kwh: "5.87", average_consumption_kwh: "1.05" },
            { id: 323, device_id: 22, consumption_kwh: "9.83", recorded_at: new Date("2023-05-07T22:29:04Z"), peak_consumption_kwh: "5.29", average_consumption_kwh: "6.37" },
            { id: 324, device_id: 33, consumption_kwh: "5.36", recorded_at: new Date("2023-11-28T02:02:12Z"), peak_consumption_kwh: "4.13", average_consumption_kwh: "3.80" },
            { id: 325, device_id: 36, consumption_kwh: "3.78", recorded_at: new Date("2023-02-02T03:53:29Z"), peak_consumption_kwh: "5.16", average_consumption_kwh: "5.84" },
            { id: 326, device_id: 42, consumption_kwh: "9.76", recorded_at: new Date("2023-11-11T03:35:14Z"), peak_consumption_kwh: "4.69", average_consumption_kwh: "4.30" },
            { id: 327, device_id: 4, consumption_kwh: "9.99", recorded_at: new Date("2023-08-28T14:42:46Z"), peak_consumption_kwh: "3.81", average_consumption_kwh: "4.64" },
            { id: 328, device_id: 25, consumption_kwh: "7.99", recorded_at: new Date("2023-10-21T13:32:38Z"), peak_consumption_kwh: "4.74", average_consumption_kwh: "6.42" },
            { id: 329, device_id: 22, consumption_kwh: "7.61", recorded_at: new Date("2023-11-11T01:15:29Z"), peak_consumption_kwh: "5.51", average_consumption_kwh: "5.07" },
            { id: 330, device_id: 4, consumption_kwh: "9.73", recorded_at: new Date("2023-08-13T22:11:40Z"), peak_consumption_kwh: "6.08", average_consumption_kwh: "3.32" },
            { id: 331, device_id: 35, consumption_kwh: "7.99", recorded_at: new Date("2023-10-18T07:58:11Z"), peak_consumption_kwh: "3.19", average_consumption_kwh: "7.57" },
            { id: 332, device_id: 28, consumption_kwh: "9.60", recorded_at: new Date("2023-07-31T22:27:41Z"), peak_consumption_kwh: "6.43", average_consumption_kwh: "4.87" },
            { id: 333, device_id: 39, consumption_kwh: "9.94", recorded_at: new Date("2023-01-23T08:13:29Z"), peak_consumption_kwh: "3.57", average_consumption_kwh: "7.48" },
            { id: 334, device_id: 9, consumption_kwh: "1.16", recorded_at: new Date("2023-08-13T21:00:14Z"), peak_consumption_kwh: "4.57", average_consumption_kwh: "2.21" },
            { id: 335, device_id: 31, consumption_kwh: "4.02", recorded_at: new Date("2023-08-27T10:51:21Z"), peak_consumption_kwh: "4.53", average_consumption_kwh: "3.89" },
            { id: 336, device_id: 50, consumption_kwh: "3.28", recorded_at: new Date("2023-07-21T23:06:54Z"), peak_consumption_kwh: "4.76", average_consumption_kwh: "4.65" },
            { id: 337, device_id: 23, consumption_kwh: "9.32", recorded_at: new Date("2023-11-28T08:22:51Z"), peak_consumption_kwh: "7.59", average_consumption_kwh: "5.68" },
            { id: 338, device_id: 4, consumption_kwh: "8.94", recorded_at: new Date("2023-09-04T17:20:21Z"), peak_consumption_kwh: "4.40", average_consumption_kwh: "3.19" },
            { id: 339, device_id: 20, consumption_kwh: "9.66", recorded_at: new Date("2023-08-23T04:56:29Z"), peak_consumption_kwh: "2.87", average_consumption_kwh: "5.62" },
            { id: 340, device_id: 3, consumption_kwh: "9.70", recorded_at: new Date("2023-12-02T15:23:58Z"), peak_consumption_kwh: "5.78", average_consumption_kwh: "5.10" },
            { id: 341, device_id: 2, consumption_kwh: "9.36", recorded_at: new Date("2023-07-31T15:51:53Z"), peak_consumption_kwh: "5.09", average_consumption_kwh: "6.01" },
            { id: 342, device_id: 40, consumption_kwh: "7.62", recorded_at: new Date("2023-05-17T14:53:21Z"), peak_consumption_kwh: "5.66", average_consumption_kwh: "1.99" },
            { id: 343, device_id: 4, consumption_kwh: "7.83", recorded_at: new Date("2023-10-29T04:55:35Z"), peak_consumption_kwh: "5.36", average_consumption_kwh: "5.13" },
            { id: 344, device_id: 29, consumption_kwh: "7.23", recorded_at: new Date("2023-05-03T11:53:41Z"), peak_consumption_kwh: "3.24", average_consumption_kwh: "4.78" },
            { id: 345, device_id: 35, consumption_kwh: "8.13", recorded_at: new Date("2023-03-16T12:12:32Z"), peak_consumption_kwh: "5.61", average_consumption_kwh: "2.85" },
            { id: 346, device_id: 10, consumption_kwh: "8.47", recorded_at: new Date("2023-11-01T17:35:09Z"), peak_consumption_kwh: "6.54", average_consumption_kwh: "4.34" },
            { id: 347, device_id: 43, consumption_kwh: "6.69", recorded_at: new Date("2023-07-18T09:58:00Z"), peak_consumption_kwh: "1.27", average_consumption_kwh: "5.13" },
            { id: 348, device_id: 43, consumption_kwh: "4.30", recorded_at: new Date("2023-03-12T02:02:49Z"), peak_consumption_kwh: "8.32", average_consumption_kwh: "5.40" },
            { id: 349, device_id: 43, consumption_kwh: "6.32", recorded_at: new Date("2023-02-06T18:26:55Z"), peak_consumption_kwh: "5.57", average_consumption_kwh: "2.67" },
            { id: 350, device_id: 48, consumption_kwh: "8.80", recorded_at: new Date("2023-05-03T23:46:38Z"), peak_consumption_kwh: "4.86", average_consumption_kwh: "4.29" },
            { id: 351, device_id: 26, consumption_kwh: "8.66", recorded_at: new Date("2023-06-08T21:41:29Z"), peak_consumption_kwh: "6.03", average_consumption_kwh: "7.72" },
            { id: 352, device_id: 1, consumption_kwh: "9.98", recorded_at: new Date("2023-09-08T05:22:31Z"), peak_consumption_kwh: "2.04", average_consumption_kwh: "2.94" },
            { id: 353, device_id: 41, consumption_kwh: "9.95", recorded_at: new Date("2023-04-24T23:53:16Z"), peak_consumption_kwh: "5.08", average_consumption_kwh: "4.13" },
            { id: 354, device_id: 5, consumption_kwh: "9.74", recorded_at: new Date("2023-07-31T16:52:02Z"), peak_consumption_kwh: "3.63", average_consumption_kwh: "5.81" },
            { id: 355, device_id: 25, consumption_kwh: "9.57", recorded_at: new Date("2023-09-17T17:03:43Z"), peak_consumption_kwh: "6.38", average_consumption_kwh: "5.24" },
            { id: 356, device_id: 12, consumption_kwh: "9.47", recorded_at: new Date("2023-07-22T01:21:07Z"), peak_consumption_kwh: "7.23", average_consumption_kwh: "6.95" },
            { id: 357, device_id: 34, consumption_kwh: "10.00", recorded_at: new Date("2023-05-17T15:05:24Z"), peak_consumption_kwh: "5.05", average_consumption_kwh: "4.91" },
            { id: 358, device_id: 13, consumption_kwh: "9.27", recorded_at: new Date("2023-11-09T00:08:53Z"), peak_consumption_kwh: "3.96", average_consumption_kwh: "4.60" },
            { id: 359, device_id: 10, consumption_kwh: "1.72", recorded_at: new Date("2023-12-13T04:37:25Z"), peak_consumption_kwh: "4.84", average_consumption_kwh: "4.59" },
            { id: 360, device_id: 21, consumption_kwh: "7.17", recorded_at: new Date("2023-08-08T02:40:54Z"), peak_consumption_kwh: "4.07", average_consumption_kwh: "4.88" },
            { id: 361, device_id: 33, consumption_kwh: "4.64", recorded_at: new Date("2023-02-26T05:26:45Z"), peak_consumption_kwh: "4.56", average_consumption_kwh: "5.28" },
            { id: 362, device_id: 25, consumption_kwh: "9.88", recorded_at: new Date("2023-01-24T17:43:12Z"), peak_consumption_kwh: "3.62", average_consumption_kwh: "4.30" },
            { id: 363, device_id: 12, consumption_kwh: "10.00", recorded_at: new Date("2023-08-05T01:39:48Z"), peak_consumption_kwh: "3.88", average_consumption_kwh: "5.15" },
            { id: 364, device_id: 13, consumption_kwh: "3.36", recorded_at: new Date("2023-05-15T02:24:38Z"), peak_consumption_kwh: "3.84", average_consumption_kwh: "5.88" },
            { id: 365, device_id: 36, consumption_kwh: "8.33", recorded_at: new Date("2023-11-29T06:13:14Z"), peak_consumption_kwh: "3.72", average_consumption_kwh: "5.87" },
            { id: 366, device_id: 31, consumption_kwh: "5.53", recorded_at: new Date("2023-11-01T23:03:42Z"), peak_consumption_kwh: "5.43", average_consumption_kwh: "4.98" },
            { id: 367, device_id: 30, consumption_kwh: "7.72", recorded_at: new Date("2023-06-18T23:55:56Z"), peak_consumption_kwh: "4.92", average_consumption_kwh: "4.34" },
            { id: 368, device_id: 26, consumption_kwh: "3.62", recorded_at: new Date("2023-05-16T22:54:07Z"), peak_consumption_kwh: "6.01", average_consumption_kwh: "5.21" },
            { id: 369, device_id: 16, consumption_kwh: "0.74", recorded_at: new Date("2023-08-15T11:06:30Z"), peak_consumption_kwh: "4.80", average_consumption_kwh: "2.39" },
            { id: 370, device_id: 5, consumption_kwh: "5.85", recorded_at: new Date("2023-02-15T17:39:11Z"), peak_consumption_kwh: "4.34", average_consumption_kwh: "3.83" },
            { id: 371, device_id: 18, consumption_kwh: "2.19", recorded_at: new Date("2023-10-15T05:13:22Z"), peak_consumption_kwh: "5.64", average_consumption_kwh: "4.93" },
            { id: 372, device_id: 32, consumption_kwh: "4.95", recorded_at: new Date("2023-02-06T20:57:47Z"), peak_consumption_kwh: "8.76", average_consumption_kwh: "5.89" },
            { id: 373, device_id: 17, consumption_kwh: "3.55", recorded_at: new Date("2023-02-06T02:27:26Z"), peak_consumption_kwh: "4.19", average_consumption_kwh: "3.68" },
            { id: 374, device_id: 10, consumption_kwh: "9.94", recorded_at: new Date("2023-03-04T03:05:49Z"), peak_consumption_kwh: "2.48", average_consumption_kwh: "2.94" },
            { id: 375, device_id: 29, consumption_kwh: "2.52", recorded_at: new Date("2023-06-04T02:01:56Z"), peak_consumption_kwh: "4.95", average_consumption_kwh: "3.79" },
            { id: 376, device_id: 7, consumption_kwh: "2.99", recorded_at: new Date("2023-06-29T09:33:21Z"), peak_consumption_kwh: "4.23", average_consumption_kwh: "4.06" },
            { id: 377, device_id: 26, consumption_kwh: "9.99", recorded_at: new Date("2023-05-17T05:32:00Z"), peak_consumption_kwh: "6.19", average_consumption_kwh: "6.11" },
            { id: 378, device_id: 43, consumption_kwh: "6.47", recorded_at: new Date("2023-12-31T08:04:12Z"), peak_consumption_kwh: "4.30", average_consumption_kwh: "4.72" },
            { id: 379, device_id: 42, consumption_kwh: "8.88", recorded_at: new Date("2023-12-05T13:40:09Z"), peak_consumption_kwh: "7.42", average_consumption_kwh: "5.98" },
            { id: 380, device_id: 31, consumption_kwh: "8.14", recorded_at: new Date("2023-06-13T22:40:38Z"), peak_consumption_kwh: "5.81", average_consumption_kwh: "6.43" },
            { id: 381, device_id: 31, consumption_kwh: "3.78", recorded_at: new Date("2023-06-08T08:01:54Z"), peak_consumption_kwh: "4.26", average_consumption_kwh: "5.41" },
            { id: 382, device_id: 10, consumption_kwh: "0.52", recorded_at: new Date("2023-05-14T17:00:00Z"), peak_consumption_kwh: "3.97", average_consumption_kwh: "8.15" },
            { id: 383, device_id: 15, consumption_kwh: "5.55", recorded_at: new Date("2023-07-18T07:34:31Z"), peak_consumption_kwh: "5.36", average_consumption_kwh: "0.75" },
            { id: 384, device_id: 9, consumption_kwh: "9.05", recorded_at: new Date("2023-03-05T20:27:38Z"), peak_consumption_kwh: "3.72", average_consumption_kwh: "3.01" },
            { id: 385, device_id: 34, consumption_kwh: "9.98", recorded_at: new Date("2023-12-08T08:06:08Z"), peak_consumption_kwh: "2.77", average_consumption_kwh: "4.43" },
            { id: 386, device_id: 1, consumption_kwh: "9.15", recorded_at: new Date("2023-06-09T11:44:02Z"), peak_consumption_kwh: "5.99", average_consumption_kwh: "6.75" },
            { id: 387, device_id: 14, consumption_kwh: "0.50", recorded_at: new Date("2023-05-08T02:00:06Z"), peak_consumption_kwh: "4.95", average_consumption_kwh: "3.47" },
            { id: 388, device_id: 31, consumption_kwh: "6.94", recorded_at: new Date("2023-06-12T20:11:30Z"), peak_consumption_kwh: "4.57", average_consumption_kwh: "6.37" },
            { id: 389, device_id: 37, consumption_kwh: "9.86", recorded_at: new Date("2023-09-27T04:19:06Z"), peak_consumption_kwh: "5.47", average_consumption_kwh: "4.98" },
            { id: 390, device_id: 3, consumption_kwh: "3.71", recorded_at: new Date("2023-04-06T18:43:12Z"), peak_consumption_kwh: "4.88", average_consumption_kwh: "5.74" },
            { id: 391, device_id: 49, consumption_kwh: "9.33", recorded_at: new Date("2023-06-30T10:37:39Z"), peak_consumption_kwh: "8.40", average_consumption_kwh: "5.14" },
            { id: 392, device_id: 47, consumption_kwh: "5.88", recorded_at: new Date("2023-01-11T14:11:36Z"), peak_consumption_kwh: "5.00", average_consumption_kwh: "6.83" },
            { id: 393, device_id: 1, consumption_kwh: "2.06", recorded_at: new Date("2023-12-31T12:55:32Z"), peak_consumption_kwh: "7.09", average_consumption_kwh: "4.63" },
            { id: 394, device_id: 21, consumption_kwh: "6.80", recorded_at: new Date("2023-05-25T04:43:28Z"), peak_consumption_kwh: "5.91", average_consumption_kwh: "5.15" },
            { id: 395, device_id: 44, consumption_kwh: "8.33", recorded_at: new Date("2023-07-13T14:35:44Z"), peak_consumption_kwh: "6.88", average_consumption_kwh: "4.19" },
            { id: 396, device_id: 1, consumption_kwh: "4.10", recorded_at: new Date("2023-08-16T13:38:30Z"), peak_consumption_kwh: "3.93", average_consumption_kwh: "5.80" },
            { id: 397, device_id: 17, consumption_kwh: "7.18", recorded_at: new Date("2023-06-26T12:11:27Z"), peak_consumption_kwh: "5.56", average_consumption_kwh: "7.48" },
            { id: 398, device_id: 16, consumption_kwh: "9.37", recorded_at: new Date("2023-01-12T00:56:16Z"), peak_consumption_kwh: "4.43", average_consumption_kwh: "3.71" },
            { id: 399, device_id: 27, consumption_kwh: "0.70", recorded_at: new Date("2023-08-07T22:25:17Z"), peak_consumption_kwh: "5.39", average_consumption_kwh: "2.33" },
            { id: 400, device_id: 31, consumption_kwh: "8.44", recorded_at: new Date("2023-11-04T06:56:52Z"), peak_consumption_kwh: "6.40", average_consumption_kwh: "3.17" },
            { id: 401, device_id: 11, consumption_kwh: "8.23", recorded_at: new Date("2023-05-29T07:14:29Z"), peak_consumption_kwh: "5.46", average_consumption_kwh: "2.39" },
            { id: 402, device_id: 35, consumption_kwh: "4.52", recorded_at: new Date("2023-04-02T01:54:37Z"), peak_consumption_kwh: "2.87", average_consumption_kwh: "3.15" },
            { id: 403, device_id: 5, consumption_kwh: "1.64", recorded_at: new Date("2023-05-27T08:38:32Z"), peak_consumption_kwh: "4.51", average_consumption_kwh: "4.52" },
            { id: 404, device_id: 23, consumption_kwh: "7.31", recorded_at: new Date("2023-06-08T00:36:01Z"), peak_consumption_kwh: "3.66", average_consumption_kwh: "3.92" },
            { id: 405, device_id: 15, consumption_kwh: "9.53", recorded_at: new Date("2023-07-31T00:14:02Z"), peak_consumption_kwh: "5.61", average_consumption_kwh: "5.79" },
            { id: 406, device_id: 32, consumption_kwh: "2.54", recorded_at: new Date("2023-08-19T23:19:32Z"), peak_consumption_kwh: "4.75", average_consumption_kwh: "4.73" },
            { id: 407, device_id: 48, consumption_kwh: "5.72", recorded_at: new Date("2023-08-16T20:44:42Z"), peak_consumption_kwh: "4.83", average_consumption_kwh: "2.22" },
            { id: 408, device_id: 26, consumption_kwh: "8.46", recorded_at: new Date("2023-05-13T22:41:00Z"), peak_consumption_kwh: "5.81", average_consumption_kwh: "3.27" },
            { id: 409, device_id: 32, consumption_kwh: "0.28", recorded_at: new Date("2023-01-17T05:43:25Z"), peak_consumption_kwh: "6.22", average_consumption_kwh: "5.44" },
            { id: 410, device_id: 4, consumption_kwh: "3.94", recorded_at: new Date("2023-02-26T07:02:34Z"), peak_consumption_kwh: "5.19", average_consumption_kwh: "3.30" },
            { id: 411, device_id: 21, consumption_kwh: "9.84", recorded_at: new Date("2023-11-25T18:01:05Z"), peak_consumption_kwh: "7.68", average_consumption_kwh: "5.34" },
            { id: 412, device_id: 13, consumption_kwh: "1.81", recorded_at: new Date("2023-01-31T09:23:01Z"), peak_consumption_kwh: "3.63", average_consumption_kwh: "2.62" },
            { id: 413, device_id: 9, consumption_kwh: "9.92", recorded_at: new Date("2023-08-09T11:11:57Z"), peak_consumption_kwh: "2.37", average_consumption_kwh: "5.52" },
            { id: 414, device_id: 24, consumption_kwh: "6.01", recorded_at: new Date("2023-08-22T18:47:21Z"), peak_consumption_kwh: "4.38", average_consumption_kwh: "6.01" },
            { id: 415, device_id: 21, consumption_kwh: "0.78", recorded_at: new Date("2023-12-10T20:47:27Z"), peak_consumption_kwh: "4.65", average_consumption_kwh: "5.44" },
            { id: 416, device_id: 35, consumption_kwh: "8.59", recorded_at: new Date("2023-12-13T03:44:10Z"), peak_consumption_kwh: "4.35", average_consumption_kwh: "4.90" },
            { id: 417, device_id: 11, consumption_kwh: "9.89", recorded_at: new Date("2023-06-17T10:08:36Z"), peak_consumption_kwh: "6.14", average_consumption_kwh: "2.66" },
            { id: 418, device_id: 34, consumption_kwh: "9.81", recorded_at: new Date("2023-01-06T16:25:08Z"), peak_consumption_kwh: "5.19", average_consumption_kwh: "3.78" },
            { id: 419, device_id: 9, consumption_kwh: "8.98", recorded_at: new Date("2023-11-14T13:55:25Z"), peak_consumption_kwh: "3.66", average_consumption_kwh: "5.56" },
            { id: 420, device_id: 7, consumption_kwh: "7.03", recorded_at: new Date("2023-05-07T21:11:04Z"), peak_consumption_kwh: "4.93", average_consumption_kwh: "4.24" },
            { id: 421, device_id: 20, consumption_kwh: "5.95", recorded_at: new Date("2023-06-23T04:29:25Z"), peak_consumption_kwh: "4.15", average_consumption_kwh: "5.43" },
            { id: 422, device_id: 19, consumption_kwh: "6.52", recorded_at: new Date("2023-06-24T12:24:02Z"), peak_consumption_kwh: "5.05", average_consumption_kwh: "5.73" },
            { id: 423, device_id: 7, consumption_kwh: "7.82", recorded_at: new Date("2023-04-01T17:34:47Z"), peak_consumption_kwh: "2.59", average_consumption_kwh: "6.57" },
            { id: 424, device_id: 3, consumption_kwh: "7.83", recorded_at: new Date("2023-01-16T22:37:06Z"), peak_consumption_kwh: "5.68", average_consumption_kwh: "5.93" },
            { id: 425, device_id: 13, consumption_kwh: "3.51", recorded_at: new Date("2023-11-02T14:13:03Z"), peak_consumption_kwh: "7.46", average_consumption_kwh: "5.13" },
            { id: 426, device_id: 43, consumption_kwh: "0.99", recorded_at: new Date("2023-12-24T15:56:35Z"), peak_consumption_kwh: "7.54", average_consumption_kwh: "4.21" },
            { id: 427, device_id: 9, consumption_kwh: "3.08", recorded_at: new Date("2023-12-02T20:20:32Z"), peak_consumption_kwh: "2.22", average_consumption_kwh: "3.25" },
            { id: 428, device_id: 9, consumption_kwh: "1.69", recorded_at: new Date("2023-02-22T04:49:41Z"), peak_consumption_kwh: "5.47", average_consumption_kwh: "5.55" },
            { id: 429, device_id: 43, consumption_kwh: "6.09", recorded_at: new Date("2023-04-23T13:07:45Z"), peak_consumption_kwh: "7.64", average_consumption_kwh: "5.29" },
            { id: 430, device_id: 16, consumption_kwh: "5.52", recorded_at: new Date("2023-02-17T02:04:33Z"), peak_consumption_kwh: "2.82", average_consumption_kwh: "6.01" },
            { id: 431, device_id: 41, consumption_kwh: "6.45", recorded_at: new Date("2023-01-18T22:28:14Z"), peak_consumption_kwh: "2.81", average_consumption_kwh: "3.75" },
            { id: 432, device_id: 11, consumption_kwh: "0.13", recorded_at: new Date("2023-06-03T02:53:32Z"), peak_consumption_kwh: "5.44", average_consumption_kwh: "7.37" },
            { id: 433, device_id: 43, consumption_kwh: "10.00", recorded_at: new Date("2023-09-12T22:19:55Z"), peak_consumption_kwh: "4.57", average_consumption_kwh: "4.53" },
            { id: 434, device_id: 42, consumption_kwh: "9.74", recorded_at: new Date("2023-12-20T15:54:01Z"), peak_consumption_kwh: "7.03", average_consumption_kwh: "3.91" },
            { id: 435, device_id: 24, consumption_kwh: "5.37", recorded_at: new Date("2023-02-05T23:23:55Z"), peak_consumption_kwh: "5.71", average_consumption_kwh: "4.66" },
            { id: 436, device_id: 17, consumption_kwh: "8.95", recorded_at: new Date("2023-07-19T18:57:57Z"), peak_consumption_kwh: "6.83", average_consumption_kwh: "5.06" },
            { id: 437, device_id: 11, consumption_kwh: "6.00", recorded_at: new Date("2023-04-24T08:44:27Z"), peak_consumption_kwh: "7.68", average_consumption_kwh: "4.93" },
            { id: 438, device_id: 1, consumption_kwh: "5.54", recorded_at: new Date("2023-09-27T12:49:08Z"), peak_consumption_kwh: "7.23", average_consumption_kwh: "6.26" },
            { id: 439, device_id: 37, consumption_kwh: "9.90", recorded_at: new Date("2023-05-10T07:12:42Z"), peak_consumption_kwh: "4.38", average_consumption_kwh: "4.80" },
            { id: 440, device_id: 24, consumption_kwh: "6.83", recorded_at: new Date("2023-12-25T11:16:10Z"), peak_consumption_kwh: "6.85", average_consumption_kwh: "4.49" },
            { id: 441, device_id: 25, consumption_kwh: "9.34", recorded_at: new Date("2023-03-13T08:24:04Z"), peak_consumption_kwh: "4.75", average_consumption_kwh: "5.29" },
            { id: 442, device_id: 10, consumption_kwh: "2.24", recorded_at: new Date("2023-03-18T09:35:50Z"), peak_consumption_kwh: "6.01", average_consumption_kwh: "5.16" },
            { id: 443, device_id: 19, consumption_kwh: "2.54", recorded_at: new Date("2023-12-02T06:06:04Z"), peak_consumption_kwh: "5.52", average_consumption_kwh: "5.22" },
            { id: 444, device_id: 5, consumption_kwh: "9.29", recorded_at: new Date("2023-04-29T06:32:29Z"), peak_consumption_kwh: "5.46", average_consumption_kwh: "4.21" },
            { id: 445, device_id: 35, consumption_kwh: "7.79", recorded_at: new Date("2023-07-22T04:09:28Z"), peak_consumption_kwh: "4.41", average_consumption_kwh: "6.50" },
            { id: 446, device_id: 4, consumption_kwh: "0.57", recorded_at: new Date("2023-03-18T07:40:46Z"), peak_consumption_kwh: "5.27", average_consumption_kwh: "5.49" },
            { id: 447, device_id: 6, consumption_kwh: "9.60", recorded_at: new Date("2023-11-24T02:15:58Z"), peak_consumption_kwh: "5.71", average_consumption_kwh: "3.47" },
            { id: 448, device_id: 28, consumption_kwh: "9.32", recorded_at: new Date("2023-07-10T22:50:34Z"), peak_consumption_kwh: "4.34", average_consumption_kwh: "4.99" },
            { id: 449, device_id: 45, consumption_kwh: "5.30", recorded_at: new Date("2023-10-14T13:46:05Z"), peak_consumption_kwh: "3.94", average_consumption_kwh: "5.32" },
            { id: 450, device_id: 1, consumption_kwh: "8.27", recorded_at: new Date("2023-02-28T22:59:46Z"), peak_consumption_kwh: "4.86", average_consumption_kwh: "5.77" },
            { id: 451, device_id: 7, consumption_kwh: "6.74", recorded_at: new Date("2023-12-28T14:41:34Z"), peak_consumption_kwh: "7.50", average_consumption_kwh: "2.98" },
            { id: 452, device_id: 43, consumption_kwh: "8.90", recorded_at: new Date("2023-02-19T12:54:53Z"), peak_consumption_kwh: "8.06", average_consumption_kwh: "5.03" },
            { id: 453, device_id: 40, consumption_kwh: "4.02", recorded_at: new Date("2023-01-04T18:29:32Z"), peak_consumption_kwh: "4.36", average_consumption_kwh: "3.17" },
            { id: 454, device_id: 40, consumption_kwh: "9.97", recorded_at: new Date("2023-06-16T18:02:25Z"), peak_consumption_kwh: "4.92", average_consumption_kwh: "7.53" },
            { id: 455, device_id: 33, consumption_kwh: "5.72", recorded_at: new Date("2023-12-16T20:34:33Z"), peak_consumption_kwh: "5.30", average_consumption_kwh: "3.94" },
            { id: 456, device_id: 31, consumption_kwh: "9.18", recorded_at: new Date("2023-07-01T02:12:22Z"), peak_consumption_kwh: "4.76", average_consumption_kwh: "4.53" },
            { id: 457, device_id: 28, consumption_kwh: "5.22", recorded_at: new Date("2023-10-16T00:00:10Z"), peak_consumption_kwh: "6.65", average_consumption_kwh: "6.34" },
            { id: 458, device_id: 29, consumption_kwh: "9.81", recorded_at: new Date("2023-04-25T21:10:27Z"), peak_consumption_kwh: "4.91", average_consumption_kwh: "5.04" },
            { id: 459, device_id: 44, consumption_kwh: "9.95", recorded_at: new Date("2023-11-08T14:04:32Z"), peak_consumption_kwh: "5.71", average_consumption_kwh: "7.52" },
            { id: 460, device_id: 10, consumption_kwh: "7.19", recorded_at: new Date("2023-11-22T17:01:07Z"), peak_consumption_kwh: "4.31", average_consumption_kwh: "2.56" },
            { id: 461, device_id: 31, consumption_kwh: "9.47", recorded_at: new Date("2023-05-11T04:13:25Z"), peak_consumption_kwh: "6.67", average_consumption_kwh: "4.13" },
            { id: 462, device_id: 26, consumption_kwh: "9.95", recorded_at: new Date("2023-06-08T00:05:22Z"), peak_consumption_kwh: "4.29", average_consumption_kwh: "5.60" },
            { id: 463, device_id: 18, consumption_kwh: "4.26", recorded_at: new Date("2023-10-13T19:53:39Z"), peak_consumption_kwh: "5.11", average_consumption_kwh: "5.31" },
            { id: 464, device_id: 11, consumption_kwh: "9.02", recorded_at: new Date("2023-11-06T17:25:47Z"), peak_consumption_kwh: "4.28", average_consumption_kwh: "5.89" },
            { id: 465, device_id: 41, consumption_kwh: "4.53", recorded_at: new Date("2023-09-24T12:46:30Z"), peak_consumption_kwh: "5.05", average_consumption_kwh: "7.77" },
            { id: 466, device_id: 2, consumption_kwh: "6.37", recorded_at: new Date("2023-05-23T20:51:06Z"), peak_consumption_kwh: "5.86", average_consumption_kwh: "5.62" },
            { id: 467, device_id: 17, consumption_kwh: "9.05", recorded_at: new Date("2023-05-09T16:39:01Z"), peak_consumption_kwh: "7.45", average_consumption_kwh: "4.94" },
            { id: 468, device_id: 1, consumption_kwh: "1.43", recorded_at: new Date("2023-07-15T00:56:02Z"), peak_consumption_kwh: "6.70", average_consumption_kwh: "1.89" },
            { id: 469, device_id: 22, consumption_kwh: "2.02", recorded_at: new Date("2023-03-20T16:55:41Z"), peak_consumption_kwh: "3.83", average_consumption_kwh: "4.58" },
            { id: 470, device_id: 24, consumption_kwh: "8.76", recorded_at: new Date("2023-03-06T04:11:54Z"), peak_consumption_kwh: "3.99", average_consumption_kwh: "7.85" },
            { id: 471, device_id: 40, consumption_kwh: "9.97", recorded_at: new Date("2023-09-03T19:13:02Z"), peak_consumption_kwh: "3.33", average_consumption_kwh: "3.11" },
            { id: 472, device_id: 33, consumption_kwh: "8.32", recorded_at: new Date("2023-02-05T12:41:27Z"), peak_consumption_kwh: "2.31", average_consumption_kwh: "8.58" },
            { id: 473, device_id: 44, consumption_kwh: "1.06", recorded_at: new Date("2023-05-29T14:48:40Z"), peak_consumption_kwh: "5.82", average_consumption_kwh: "4.56" },
            { id: 474, device_id: 40, consumption_kwh: "0.57", recorded_at: new Date("2023-03-27T18:39:36Z"), peak_consumption_kwh: "3.48", average_consumption_kwh: "5.84" },
            { id: 475, device_id: 23, consumption_kwh: "0.80", recorded_at: new Date("2023-01-28T07:13:04Z"), peak_consumption_kwh: "7.02", average_consumption_kwh: "4.23" },
            { id: 476, device_id: 21, consumption_kwh: "7.14", recorded_at: new Date("2023-09-27T06:25:56Z"), peak_consumption_kwh: "4.82", average_consumption_kwh: "5.53" },
            { id: 477, device_id: 6, consumption_kwh: "0.62", recorded_at: new Date("2023-10-20T16:38:07Z"), peak_consumption_kwh: "4.06", average_consumption_kwh: "4.62" },
            { id: 478, device_id: 21, consumption_kwh: "8.68", recorded_at: new Date("2023-04-03T18:21:39Z"), peak_consumption_kwh: "4.42", average_consumption_kwh: "4.44" },
            { id: 479, device_id: 28, consumption_kwh: "7.97", recorded_at: new Date("2023-01-15T10:40:38Z"), peak_consumption_kwh: "7.74", average_consumption_kwh: "4.05" },
            { id: 480, device_id: 43, consumption_kwh: "4.33", recorded_at: new Date("2023-06-02T07:43:47Z"), peak_consumption_kwh: "1.92", average_consumption_kwh: "7.98" },
            { id: 481, device_id: 4, consumption_kwh: "7.83", recorded_at: new Date("2023-01-19T12:24:43Z"), peak_consumption_kwh: "3.09", average_consumption_kwh: "7.72" },
            { id: 482, device_id: 36, consumption_kwh: "6.35", recorded_at: new Date("2023-04-14T10:52:16Z"), peak_consumption_kwh: "4.21", average_consumption_kwh: "5.44" },
            { id: 483, device_id: 48, consumption_kwh: "7.10", recorded_at: new Date("2023-05-01T19:39:10Z"), peak_consumption_kwh: "5.30", average_consumption_kwh: "2.86" },
            { id: 484, device_id: 41, consumption_kwh: "6.87", recorded_at: new Date("2023-02-26T00:29:43Z"), peak_consumption_kwh: "7.68", average_consumption_kwh: "1.08" },
            { id: 485, device_id: 30, consumption_kwh: "0.84", recorded_at: new Date("2023-02-27T03:15:55Z"), peak_consumption_kwh: "5.05", average_consumption_kwh: "3.56" },
            { id: 486, device_id: 15, consumption_kwh: "7.79", recorded_at: new Date("2023-08-28T10:52:41Z"), peak_consumption_kwh: "7.42", average_consumption_kwh: "4.05" },
            { id: 487, device_id: 36, consumption_kwh: "0.04", recorded_at: new Date("2023-04-23T11:19:48Z"), peak_consumption_kwh: "5.96", average_consumption_kwh: "3.77" },
            { id: 488, device_id: 19, consumption_kwh: "7.84", recorded_at: new Date("2023-10-20T02:43:25Z"), peak_consumption_kwh: "3.76", average_consumption_kwh: "6.70" },
            { id: 489, device_id: 10, consumption_kwh: "9.76", recorded_at: new Date("2023-03-21T16:49:30Z"), peak_consumption_kwh: "3.12", average_consumption_kwh: "3.82" },
            { id: 490, device_id: 27, consumption_kwh: "8.72", recorded_at: new Date("2023-10-30T04:59:34Z"), peak_consumption_kwh: "6.82", average_consumption_kwh: "4.31" },
            { id: 491, device_id: 41, consumption_kwh: "10.00", recorded_at: new Date("2023-12-31T05:11:55Z"), peak_consumption_kwh: "7.56", average_consumption_kwh: "3.16" },
            { id: 492, device_id: 39, consumption_kwh: "10.00", recorded_at: new Date("2023-02-09T06:54:13Z"), peak_consumption_kwh: "3.93", average_consumption_kwh: "7.48" },
            { id: 493, device_id: 44, consumption_kwh: "1.74", recorded_at: new Date("2023-12-16T04:00:38Z"), peak_consumption_kwh: "6.59", average_consumption_kwh: "4.41" },
            { id: 494, device_id: 28, consumption_kwh: "6.53", recorded_at: new Date("2023-01-09T04:53:38Z"), peak_consumption_kwh: "6.60", average_consumption_kwh: "4.44" },
            { id: 495, device_id: 50, consumption_kwh: "9.93", recorded_at: new Date("2023-09-30T20:48:23Z"), peak_consumption_kwh: "5.88", average_consumption_kwh: "5.51" },
            { id: 496, device_id: 19, consumption_kwh: "4.44", recorded_at: new Date("2023-07-11T16:38:49Z"), peak_consumption_kwh: "4.67", average_consumption_kwh: "4.67" },
            { id: 497, device_id: 12, consumption_kwh: "0.56", recorded_at: new Date("2023-02-02T09:18:19Z"), peak_consumption_kwh: "4.02", average_consumption_kwh: "6.25" },
            { id: 498, device_id: 9, consumption_kwh: "5.41", recorded_at: new Date("2023-08-28T13:33:41Z"), peak_consumption_kwh: "5.77", average_consumption_kwh: "7.45" },
            { id: 499, device_id: 7, consumption_kwh: "7.67", recorded_at: new Date("2023-12-08T09:46:59Z"), peak_consumption_kwh: "4.91", average_consumption_kwh: "6.36" },
            { id: 500, device_id: 43, consumption_kwh: "9.03", recorded_at: new Date("2023-08-10T09:49:02Z"), peak_consumption_kwh: "2.46", average_consumption_kwh: "5.81" },
        ],
    });
    await prisma.routine_schedules.createMany({
        data: [
            { id: 1, device_id: 26, scheduled_time: "17:21:29", routine_name: "dinner", duration_minutes: 679 },
            { id: 2, device_id: 46, scheduled_time: "12:52:55", routine_name: "cooking party", duration_minutes: 749 },
            { id: 3, device_id: 47, scheduled_time: "19:38:20", routine_name: "comfort", duration_minutes: 911 },
            { id: 4, device_id: 5, scheduled_time: "13:24:49", routine_name: "home study", duration_minutes: 695 },
            { id: 5, device_id: 17, scheduled_time: "06:45:00", routine_name: "home", duration_minutes: 930 },
            { id: 6, device_id: 20, scheduled_time: "07:33:50", routine_name: "cooking security party", duration_minutes: 284 },
            { id: 7, device_id: 41, scheduled_time: "02:04:53", routine_name: "morning", duration_minutes: 792 },
            { id: 8, device_id: 22, scheduled_time: "17:49:33", routine_name: "dinner", duration_minutes: 966 },
            { id: 9, device_id: 36, scheduled_time: "18:25:47", routine_name: "wake exercise away", duration_minutes: 971 },
            { id: 10, device_id: 39, scheduled_time: "23:48:02", routine_name: "morning energy", duration_minutes: 711 },
            { id: 11, device_id: 6, scheduled_time: "16:08:51", routine_name: "comfort entertainment cleaning", duration_minutes: 1030 },
            { id: 12, device_id: 3, scheduled_time: "14:36:16", routine_name: "cooking security", duration_minutes: 514 },
            { id: 13, device_id: 27, scheduled_time: "06:56:00", routine_name: "movie comfort entertainment", duration_minutes: 949 },
            { id: 14, device_id: 4, scheduled_time: "11:22:22", routine_name: "entertainment evening relax", duration_minutes: 714 },
            { id: 15, device_id: 48, scheduled_time: "16:36:10", routine_name: "wake cleaning home", duration_minutes: 748 },
            { id: 16, device_id: 14, scheduled_time: "22:55:40", routine_name: "cooking morning study", duration_minutes: 717 },
            { id: 17, device_id: 37, scheduled_time: "04:52:22", routine_name: "home notification morning", duration_minutes: 628 },
            { id: 18, device_id: 19, scheduled_time: "03:31:48", routine_name: "cleaning", duration_minutes: 330 },
            { id: 19, device_id: 24, scheduled_time: "17:28:29", routine_name: "home exercise entertainment", duration_minutes: 1260 },
            { id: 20, device_id: 43, scheduled_time: "19:27:56", routine_name: "cleaning sleep", duration_minutes: 849 },
            { id: 21, device_id: 13, scheduled_time: "21:39:51", routine_name: "movie", duration_minutes: 381 },
            { id: 22, device_id: 8, scheduled_time: "20:07:48", routine_name: "wake night cleaning", duration_minutes: 967 },
            { id: 23, device_id: 31, scheduled_time: "17:03:47", routine_name: "study", duration_minutes: 672 },
            { id: 24, device_id: 30, scheduled_time: "18:21:57", routine_name: "away", duration_minutes: 1297 },
            { id: 25, device_id: 32, scheduled_time: "17:21:05", routine_name: "comfort morning", duration_minutes: 599 },
            { id: 26, device_id: 31, scheduled_time: "14:45:40", routine_name: "dinner", duration_minutes: 636 },
            { id: 27, device_id: 36, scheduled_time: "01:31:12", routine_name: "movie cooking", duration_minutes: 705 },
            { id: 28, device_id: 12, scheduled_time: "10:21:53", routine_name: "night", duration_minutes: 876 },
            { id: 29, device_id: 7, scheduled_time: "19:57:23", routine_name: "party away morning", duration_minutes: 867 },
            { id: 30, device_id: 47, scheduled_time: "03:19:03", routine_name: "energy party movie", duration_minutes: 599 },
            { id: 31, device_id: 14, scheduled_time: "06:06:10", routine_name: "comfort home sleep", duration_minutes: 785 },
            { id: 32, device_id: 48, scheduled_time: "21:40:34", routine_name: "movie energy away", duration_minutes: 806 },
            { id: 33, device_id: 37, scheduled_time: "19:37:09", routine_name: "cooking energy movie", duration_minutes: 558 },
            { id: 34, device_id: 44, scheduled_time: "11:49:52", routine_name: "energy relax movie", duration_minutes: 772 },
            { id: 35, device_id: 47, scheduled_time: "04:56:24", routine_name: "home", duration_minutes: 865 },
            { id: 36, device_id: 36, scheduled_time: "13:58:20", routine_name: "relax wake", duration_minutes: 585 },
            { id: 37, device_id: 27, scheduled_time: "09:12:52", routine_name: "night exercise", duration_minutes: 930 },
            { id: 38, device_id: 45, scheduled_time: "01:58:39", routine_name: "movie exercise entertainment", duration_minutes: 630 },
            { id: 39, device_id: 16, scheduled_time: "23:37:40", routine_name: "relax away energy", duration_minutes: 660 },
            { id: 40, device_id: 8, scheduled_time: "12:50:06", routine_name: "dinner away", duration_minutes: 614 },
            { id: 41, device_id: 33, scheduled_time: "09:47:01", routine_name: "study security", duration_minutes: 1052 },
            { id: 42, device_id: 20, scheduled_time: "05:40:58", routine_name: "energy", duration_minutes: 1090 },
            { id: 43, device_id: 32, scheduled_time: "02:22:15", routine_name: "party away", duration_minutes: 746 },
            { id: 44, device_id: 49, scheduled_time: "04:51:38", routine_name: "evening relax", duration_minutes: 1031 },
            { id: 45, device_id: 29, scheduled_time: "20:03:49", routine_name: "entertainment", duration_minutes: 862 },
            { id: 46, device_id: 14, scheduled_time: "09:28:06", routine_name: "sleep", duration_minutes: 998 },
            { id: 47, device_id: 21, scheduled_time: "05:05:23", routine_name: "wake sleep energy", duration_minutes: 694 },
            { id: 48, device_id: 38, scheduled_time: "15:52:47", routine_name: "notification evening", duration_minutes: 865 },
            { id: 49, device_id: 34, scheduled_time: "11:19:28", routine_name: "entertainment security cooking", duration_minutes: 855 },
            { id: 50, device_id: 48, scheduled_time: "22:42:49", routine_name: "exercise night", duration_minutes: 575 },
            { id: 51, device_id: 44, scheduled_time: "16:24:03", routine_name: "energy exercise", duration_minutes: 755 },
            { id: 52, device_id: 38, scheduled_time: "16:45:03", routine_name: "exercise sleep", duration_minutes: 881 },
            { id: 53, device_id: 1, scheduled_time: "07:26:46", routine_name: "evening night", duration_minutes: 882 },
            { id: 54, device_id: 22, scheduled_time: "12:54:25", routine_name: "entertainment evening movie", duration_minutes: 424 },
            { id: 55, device_id: 38, scheduled_time: "01:59:01", routine_name: "entertainment party", duration_minutes: 482 },
            { id: 56, device_id: 24, scheduled_time: "07:58:51", routine_name: "energy entertainment", duration_minutes: 304 },
            { id: 57, device_id: 10, scheduled_time: "09:31:52", routine_name: "evening sleep entertainment", duration_minutes: 301 },
            { id: 58, device_id: 6, scheduled_time: "13:54:09", routine_name: "exercise away wake", duration_minutes: 206 },
            { id: 59, device_id: 17, scheduled_time: "23:16:15", routine_name: "comfort", duration_minutes: 1008 },
            { id: 60, device_id: 42, scheduled_time: "08:12:32", routine_name: "cleaning energy comfort", duration_minutes: 615 },
            { id: 61, device_id: 28, scheduled_time: "17:54:23", routine_name: "night security", duration_minutes: 525 },
            { id: 62, device_id: 30, scheduled_time: "18:07:38", routine_name: "cleaning", duration_minutes: 934 },
            { id: 63, device_id: 21, scheduled_time: "07:29:37", routine_name: "sleep relax", duration_minutes: 524 },
            { id: 64, device_id: 46, scheduled_time: "17:16:28", routine_name: "cleaning notification evening", duration_minutes: 680 },
            { id: 65, device_id: 7, scheduled_time: "16:53:08", routine_name: "party away morning", duration_minutes: 479 },
            { id: 66, device_id: 50, scheduled_time: "06:01:35", routine_name: "energy", duration_minutes: 870 },
            { id: 67, device_id: 17, scheduled_time: "11:44:54", routine_name: "cleaning", duration_minutes: 859 },
            { id: 68, device_id: 46, scheduled_time: "13:09:30", routine_name: "security cooking", duration_minutes: 433 },
            { id: 69, device_id: 29, scheduled_time: "06:35:41", routine_name: "dinner exercise", duration_minutes: 428 },
            { id: 70, device_id: 24, scheduled_time: "15:48:26", routine_name: "study", duration_minutes: 807 },
            { id: 71, device_id: 27, scheduled_time: "11:51:23", routine_name: "relax notification", duration_minutes: 807 },
            { id: 72, device_id: 42, scheduled_time: "07:03:45", routine_name: "wake energy study", duration_minutes: 769 },
            { id: 73, device_id: 15, scheduled_time: "04:48:33", routine_name: "security evening movie", duration_minutes: 309 },
            { id: 74, device_id: 7, scheduled_time: "20:01:20", routine_name: "cooking", duration_minutes: 830 },
            { id: 75, device_id: 17, scheduled_time: "05:31:04", routine_name: "notification energy exercise", duration_minutes: 995 },
            { id: 76, device_id: 16, scheduled_time: "05:22:10", routine_name: "relax energy", duration_minutes: 749 },
            { id: 77, device_id: 38, scheduled_time: "22:14:46", routine_name: "night", duration_minutes: 697 },
            { id: 78, device_id: 31, scheduled_time: "22:03:42", routine_name: "study morning party", duration_minutes: 803 },
            { id: 79, device_id: 34, scheduled_time: "20:24:06", routine_name: "movie", duration_minutes: 565 },
            { id: 80, device_id: 37, scheduled_time: "09:17:29", routine_name: "cooking", duration_minutes: 401 },
            { id: 81, device_id: 43, scheduled_time: "12:25:49", routine_name: "wake comfort", duration_minutes: 464 },
            { id: 82, device_id: 3, scheduled_time: "05:39:40", routine_name: "cleaning", duration_minutes: 439 },
            { id: 83, device_id: 43, scheduled_time: "21:04:52", routine_name: "home wake relax", duration_minutes: 612 },
            { id: 84, device_id: 25, scheduled_time: "14:02:56", routine_name: "party", duration_minutes: 809 },
            { id: 85, device_id: 26, scheduled_time: "05:45:07", routine_name: "morning study", duration_minutes: 707 },
            { id: 86, device_id: 50, scheduled_time: "05:41:31", routine_name: "comfort", duration_minutes: 530 },
            { id: 87, device_id: 22, scheduled_time: "09:40:55", routine_name: "wake", duration_minutes: 910 },
            { id: 88, device_id: 36, scheduled_time: "21:17:24", routine_name: "comfort", duration_minutes: 874 },
            { id: 89, device_id: 25, scheduled_time: "21:10:14", routine_name: "party energy", duration_minutes: 797 },
            { id: 90, device_id: 10, scheduled_time: "01:46:26", routine_name: "morning", duration_minutes: 771 },
            { id: 91, device_id: 42, scheduled_time: "00:02:10", routine_name: "cleaning cooking", duration_minutes: 919 },
            { id: 92, device_id: 47, scheduled_time: "14:28:16", routine_name: "study security", duration_minutes: 620 },
            { id: 93, device_id: 44, scheduled_time: "07:14:31", routine_name: "evening wake", duration_minutes: 608 },
            { id: 94, device_id: 32, scheduled_time: "07:06:51", routine_name: "study evening home", duration_minutes: 975 },
            { id: 95, device_id: 38, scheduled_time: "15:08:58", routine_name: "notification security", duration_minutes: 857 },
            { id: 96, device_id: 42, scheduled_time: "22:30:32", routine_name: "cooking security wake", duration_minutes: 712 },
            { id: 97, device_id: 23, scheduled_time: "07:12:18", routine_name: "study", duration_minutes: 620 },
            { id: 98, device_id: 14, scheduled_time: "03:16:02", routine_name: "home away", duration_minutes: 440 },
            { id: 99, device_id: 21, scheduled_time: "06:22:26", routine_name: "notification exercise", duration_minutes: 604 },
            { id: 100, device_id: 15, scheduled_time: "16:25:38", routine_name: "notification entertainment wake", duration_minutes: 869 },
        ],
    });
    await prisma.voice_commands.createMany({
        data: [
            { id: 1, device_id: 28, command: "set pause decrease", executed_at: new Date("2023-01-18T17:23:15Z"), response_time_seconds: "3.58" },
            { id: 2, device_id: 45, command: "unlock report check", executed_at: new Date("2023-09-07T18:01:32Z"), response_time_seconds: "3.72" },
            { id: 3, device_id: 27, command: "unlock activate start", executed_at: new Date("2023-06-29T12:39:04Z"), response_time_seconds: "3.20" },
            { id: 4, device_id: 16, command: "start set report", executed_at: new Date("2023-11-27T19:57:53Z"), response_time_seconds: "2.94" },
            { id: 5, device_id: 28, command: "close show", executed_at: new Date("2023-07-06T06:59:07Z"), response_time_seconds: "1.87" },
            { id: 6, device_id: 31, command: "schedule", executed_at: new Date("2023-12-22T07:25:42Z"), response_time_seconds: "3.06" },
            { id: 7, device_id: 48, command: "adjust report", executed_at: new Date("2023-12-12T20:32:17Z"), response_time_seconds: "3.14" },
            { id: 8, device_id: 30, command: "sync close", executed_at: new Date("2023-05-24T19:51:40Z"), response_time_seconds: "2.17" },
            { id: 9, device_id: 30, command: "play activate configure", executed_at: new Date("2023-06-28T23:25:24Z"), response_time_seconds: "2.78" },
            { id: 10, device_id: 32, command: "set schedule pause", executed_at: new Date("2023-07-10T16:35:56Z"), response_time_seconds: "2.75" },
            { id: 11, device_id: 8, command: "sync show turn", executed_at: new Date("2023-09-09T16:52:41Z"), response_time_seconds: "2.41" },
            { id: 12, device_id: 40, command: "close", executed_at: new Date("2023-08-19T19:09:28Z"), response_time_seconds: "3.01" },
            { id: 13, device_id: 7, command: "report close", executed_at: new Date("2023-01-25T16:59:56Z"), response_time_seconds: "3.47" },
            { id: 14, device_id: 50, command: "activate set unlock", executed_at: new Date("2023-06-05T22:09:31Z"), response_time_seconds: "1.28" },
            { id: 15, device_id: 35, command: "stop pause", executed_at: new Date("2023-07-01T17:07:05Z"), response_time_seconds: "3.05" },
            { id: 16, device_id: 4, command: "open pause sync", executed_at: new Date("2023-07-27T19:23:45Z"), response_time_seconds: "3.41" },
            { id: 17, device_id: 1, command: "open deactivate", executed_at: new Date("2023-01-14T18:48:48Z"), response_time_seconds: "2.63" },
            { id: 18, device_id: 12, command: "show deactivate", executed_at: new Date("2023-04-18T20:23:18Z"), response_time_seconds: "2.75" },
            { id: 19, device_id: 31, command: "stop increase", executed_at: new Date("2023-05-19T14:28:24Z"), response_time_seconds: "2.17" },
            { id: 20, device_id: 24, command: "start", executed_at: new Date("2023-02-23T14:21:10Z"), response_time_seconds: "0.83" },
            { id: 21, device_id: 38, command: "turn decrease", executed_at: new Date("2023-02-03T16:13:21Z"), response_time_seconds: "2.26" },
            { id: 22, device_id: 27, command: "schedule unlock", executed_at: new Date("2023-07-26T13:53:23Z"), response_time_seconds: "3.29" },
            { id: 23, device_id: 31, command: "stop", executed_at: new Date("2023-12-10T09:32:40Z"), response_time_seconds: "2.69" },
            { id: 24, device_id: 50, command: "schedule play", executed_at: new Date("2023-02-23T23:05:50Z"), response_time_seconds: "2.75" },
            { id: 25, device_id: 31, command: "report lock increase", executed_at: new Date("2023-08-30T16:37:44Z"), response_time_seconds: "2.78" },
            { id: 26, device_id: 32, command: "decrease", executed_at: new Date("2023-05-10T18:41:45Z"), response_time_seconds: "2.25" },
            { id: 27, device_id: 35, command: "adjust check schedule", executed_at: new Date("2023-02-12T12:18:49Z"), response_time_seconds: "2.47" },
            { id: 28, device_id: 24, command: "schedule start", executed_at: new Date("2023-11-05T13:18:35Z"), response_time_seconds: "1.98" },
            { id: 29, device_id: 6, command: "check close pause", executed_at: new Date("2023-11-24T07:12:56Z"), response_time_seconds: "2.03" },
            { id: 30, device_id: 14, command: "decrease start", executed_at: new Date("2023-04-28T16:11:42Z"), response_time_seconds: "2.53" },
            { id: 31, device_id: 36, command: "pause report increase", executed_at: new Date("2023-02-13T07:58:29Z"), response_time_seconds: "2.24" },
            { id: 32, device_id: 50, command: "activate adjust increase", executed_at: new Date("2023-02-11T17:51:53Z"), response_time_seconds: "3.05" },
            { id: 33, device_id: 33, command: "lock unlock", executed_at: new Date("2023-10-17T15:04:58Z"), response_time_seconds: "2.12" },
            { id: 34, device_id: 48, command: "close start", executed_at: new Date("2023-10-06T17:27:06Z"), response_time_seconds: "2.86" },
            { id: 35, device_id: 27, command: "lock start show", executed_at: new Date("2023-06-08T21:30:35Z"), response_time_seconds: "1.78" },
            { id: 36, device_id: 50, command: "show report close", executed_at: new Date("2023-10-13T20:25:26Z"), response_time_seconds: "2.75" },
            { id: 37, device_id: 31, command: "sync", executed_at: new Date("2023-11-02T19:24:25Z"), response_time_seconds: "3.36" },
            { id: 38, device_id: 35, command: "stop", executed_at: new Date("2023-01-08T21:07:58Z"), response_time_seconds: "1.98" },
            { id: 39, device_id: 10, command: "deactivate", executed_at: new Date("2023-01-09T18:18:25Z"), response_time_seconds: "3.12" },
            { id: 40, device_id: 2, command: "unlock", executed_at: new Date("2023-06-21T20:41:45Z"), response_time_seconds: "1.34" },
            { id: 41, device_id: 26, command: "check", executed_at: new Date("2023-02-27T10:31:57Z"), response_time_seconds: "2.46" },
            { id: 42, device_id: 42, command: "set", executed_at: new Date("2023-09-11T23:17:19Z"), response_time_seconds: "2.93" },
            { id: 43, device_id: 15, command: "activate increase pause", executed_at: new Date("2023-06-15T17:55:04Z"), response_time_seconds: "2.26" },
            { id: 44, device_id: 10, command: "check lock report", executed_at: new Date("2023-11-23T18:51:53Z"), response_time_seconds: "2.05" },
            { id: 45, device_id: 41, command: "activate adjust", executed_at: new Date("2023-11-11T14:44:10Z"), response_time_seconds: "2.28" },
            { id: 46, device_id: 47, command: "pause adjust deactivate", executed_at: new Date("2023-05-03T08:03:08Z"), response_time_seconds: "2.86" },
            { id: 47, device_id: 1, command: "pause", executed_at: new Date("2023-03-10T18:43:22Z"), response_time_seconds: "3.38" },
            { id: 48, device_id: 43, command: "configure lock show", executed_at: new Date("2023-05-06T20:03:25Z"), response_time_seconds: "2.64" },
            { id: 49, device_id: 1, command: "activate close", executed_at: new Date("2023-12-13T20:52:33Z"), response_time_seconds: "2.69" },
            { id: 50, device_id: 46, command: "start", executed_at: new Date("2023-05-30T19:41:25Z"), response_time_seconds: "2.03" },
            { id: 51, device_id: 1, command: "decrease activate deactivate", executed_at: new Date("2023-04-29T17:22:12Z"), response_time_seconds: "2.26" },
            { id: 52, device_id: 23, command: "turn close", executed_at: new Date("2023-08-05T11:26:02Z"), response_time_seconds: "2.48" },
            { id: 53, device_id: 35, command: "show start", executed_at: new Date("2023-08-30T19:50:57Z"), response_time_seconds: "1.21" },
            { id: 54, device_id: 43, command: "increase", executed_at: new Date("2023-10-02T15:36:15Z"), response_time_seconds: "1.39" },
            { id: 55, device_id: 1, command: "report", executed_at: new Date("2023-02-28T11:43:45Z"), response_time_seconds: "1.22" },
            { id: 56, device_id: 6, command: "turn open lock", executed_at: new Date("2023-12-19T13:08:06Z"), response_time_seconds: "3.15" },
            { id: 57, device_id: 42, command: "decrease deactivate schedule", executed_at: new Date("2023-06-02T09:33:08Z"), response_time_seconds: "2.44" },
            { id: 58, device_id: 16, command: "activate", executed_at: new Date("2023-08-14T13:10:28Z"), response_time_seconds: "1.71" },
            { id: 59, device_id: 41, command: "schedule", executed_at: new Date("2023-04-06T03:03:41Z"), response_time_seconds: "2.51" },
            { id: 60, device_id: 8, command: "open pause lock", executed_at: new Date("2023-10-22T13:14:18Z"), response_time_seconds: "1.52" },
            { id: 61, device_id: 15, command: "turn show", executed_at: new Date("2023-08-03T17:33:19Z"), response_time_seconds: "1.31" },
            { id: 62, device_id: 25, command: "report play deactivate", executed_at: new Date("2023-10-03T12:05:29Z"), response_time_seconds: "2.61" },
            { id: 63, device_id: 15, command: "unlock configure set", executed_at: new Date("2023-07-06T14:52:09Z"), response_time_seconds: "2.73" },
            { id: 64, device_id: 15, command: "deactivate set show", executed_at: new Date("2023-03-14T21:03:11Z"), response_time_seconds: "1.53" },
            { id: 65, device_id: 45, command: "sync open close", executed_at: new Date("2023-06-30T22:36:08Z"), response_time_seconds: "1.26" },
            { id: 66, device_id: 41, command: "deactivate", executed_at: new Date("2023-12-27T15:09:01Z"), response_time_seconds: "2.41" },
            { id: 67, device_id: 7, command: "check configure", executed_at: new Date("2023-06-30T18:14:38Z"), response_time_seconds: "2.28" },
            { id: 68, device_id: 17, command: "play start increase", executed_at: new Date("2023-07-12T19:56:47Z"), response_time_seconds: "1.77" },
            { id: 69, device_id: 5, command: "play", executed_at: new Date("2023-12-18T12:49:48Z"), response_time_seconds: "1.42" },
            { id: 70, device_id: 17, command: "lock show", executed_at: new Date("2023-11-10T16:48:16Z"), response_time_seconds: "2.62" },
            { id: 71, device_id: 37, command: "start", executed_at: new Date("2023-07-22T08:00:24Z"), response_time_seconds: "3.28" },
            { id: 72, device_id: 33, command: "unlock", executed_at: new Date("2023-07-27T13:05:43Z"), response_time_seconds: "2.88" },
            { id: 73, device_id: 26, command: "report show stop", executed_at: new Date("2023-01-13T19:04:10Z"), response_time_seconds: "3.96" },
            { id: 74, device_id: 15, command: "unlock", executed_at: new Date("2023-07-12T20:15:02Z"), response_time_seconds: "2.49" },
            { id: 75, device_id: 15, command: "increase sync", executed_at: new Date("2023-02-12T16:50:55Z"), response_time_seconds: "3.23" },
            { id: 76, device_id: 15, command: "close", executed_at: new Date("2023-07-23T16:58:55Z"), response_time_seconds: "3.26" },
            { id: 77, device_id: 48, command: "start", executed_at: new Date("2023-12-25T15:38:42Z"), response_time_seconds: "3.14" },
            { id: 78, device_id: 9, command: "stop check", executed_at: new Date("2023-11-13T10:45:10Z"), response_time_seconds: "1.97" },
            { id: 79, device_id: 7, command: "configure", executed_at: new Date("2023-12-08T17:51:13Z"), response_time_seconds: "2.54" },
            { id: 80, device_id: 41, command: "schedule report set", executed_at: new Date("2023-09-25T12:12:08Z"), response_time_seconds: "2.73" },
            { id: 81, device_id: 40, command: "check", executed_at: new Date("2023-01-12T17:31:04Z"), response_time_seconds: "2.47" },
            { id: 82, device_id: 23, command: "unlock start", executed_at: new Date("2023-03-06T16:27:21Z"), response_time_seconds: "2.19" },
            { id: 83, device_id: 15, command: "decrease", executed_at: new Date("2023-10-31T09:09:51Z"), response_time_seconds: "1.63" },
            { id: 84, device_id: 11, command: "open", executed_at: new Date("2023-04-19T21:06:27Z"), response_time_seconds: "2.78" },
            { id: 85, device_id: 31, command: "check increase open", executed_at: new Date("2023-10-12T17:44:28Z"), response_time_seconds: "1.56" },
            { id: 86, device_id: 1, command: "play", executed_at: new Date("2023-12-23T21:50:50Z"), response_time_seconds: "2.72" },
            { id: 87, device_id: 9, command: "set", executed_at: new Date("2023-06-16T09:29:12Z"), response_time_seconds: "2.72" },
            { id: 88, device_id: 50, command: "increase activate sync", executed_at: new Date("2023-07-10T16:46:58Z"), response_time_seconds: "2.37" },
            { id: 89, device_id: 40, command: "configure decrease", executed_at: new Date("2023-01-09T19:32:55Z"), response_time_seconds: "3.08" },
            { id: 90, device_id: 45, command: "open deactivate", executed_at: new Date("2023-03-12T22:39:19Z"), response_time_seconds: "2.28" },
            { id: 91, device_id: 27, command: "activate show deactivate", executed_at: new Date("2023-04-06T15:24:56Z"), response_time_seconds: "2.16" },
            { id: 92, device_id: 34, command: "schedule start show", executed_at: new Date("2023-07-18T18:28:26Z"), response_time_seconds: "1.56" },
            { id: 93, device_id: 48, command: "start", executed_at: new Date("2023-05-10T20:51:01Z"), response_time_seconds: "1.49" },
            { id: 94, device_id: 9, command: "set turn", executed_at: new Date("2023-05-22T11:38:47Z"), response_time_seconds: "1.29" },
            { id: 95, device_id: 14, command: "start schedule", executed_at: new Date("2023-12-08T20:17:15Z"), response_time_seconds: "1.69" },
            { id: 96, device_id: 29, command: "show", executed_at: new Date("2023-01-15T12:29:49Z"), response_time_seconds: "2.34" },
            { id: 97, device_id: 2, command: "deactivate configure stop", executed_at: new Date("2023-03-04T01:22:29Z"), response_time_seconds: "3.58" },
            { id: 98, device_id: 48, command: "adjust", executed_at: new Date("2023-06-29T12:17:19Z"), response_time_seconds: "2.68" },
            { id: 99, device_id: 11, command: "check", executed_at: new Date("2023-06-21T13:41:24Z"), response_time_seconds: "1.24" },
            { id: 100, device_id: 24, command: "lock activate stop", executed_at: new Date("2023-08-01T13:03:10Z"), response_time_seconds: "3.68" },
            { id: 101, device_id: 13, command: "configure activate", executed_at: new Date("2023-02-18T22:21:14Z"), response_time_seconds: "2.75" },
            { id: 102, device_id: 12, command: "sync", executed_at: new Date("2023-09-29T20:43:29Z"), response_time_seconds: "2.99" },
            { id: 103, device_id: 39, command: "turn", executed_at: new Date("2023-07-07T11:42:53Z"), response_time_seconds: "3.22" },
            { id: 104, device_id: 36, command: "show unlock adjust", executed_at: new Date("2023-07-05T20:46:33Z"), response_time_seconds: "1.77" },
            { id: 105, device_id: 48, command: "report sync lock", executed_at: new Date("2023-11-21T10:47:58Z"), response_time_seconds: "2.68" },
            { id: 106, device_id: 31, command: "configure close start", executed_at: new Date("2023-07-31T06:55:49Z"), response_time_seconds: "1.08" },
            { id: 107, device_id: 48, command: "configure start unlock", executed_at: new Date("2023-09-11T09:04:32Z"), response_time_seconds: "1.39" },
            { id: 108, device_id: 28, command: "deactivate", executed_at: new Date("2023-01-22T18:12:30Z"), response_time_seconds: "1.60" },
            { id: 109, device_id: 42, command: "decrease unlock lock", executed_at: new Date("2023-10-08T21:00:04Z"), response_time_seconds: "2.72" },
            { id: 110, device_id: 48, command: "show", executed_at: new Date("2023-07-19T18:09:16Z"), response_time_seconds: "1.46" },
            { id: 111, device_id: 27, command: "increase configure close", executed_at: new Date("2023-11-10T02:17:03Z"), response_time_seconds: "1.69" },
            { id: 112, device_id: 16, command: "check stop schedule", executed_at: new Date("2023-05-01T20:06:32Z"), response_time_seconds: "3.51" },
            { id: 113, device_id: 1, command: "sync", executed_at: new Date("2023-02-20T15:46:43Z"), response_time_seconds: "2.06" },
            { id: 114, device_id: 50, command: "decrease lock", executed_at: new Date("2023-07-08T21:41:10Z"), response_time_seconds: "2.81" },
            { id: 115, device_id: 30, command: "unlock", executed_at: new Date("2023-12-31T11:30:44Z"), response_time_seconds: "2.10" },
            { id: 116, device_id: 39, command: "activate report", executed_at: new Date("2023-01-11T13:55:34Z"), response_time_seconds: "3.35" },
            { id: 117, device_id: 41, command: "schedule open", executed_at: new Date("2023-10-05T11:10:30Z"), response_time_seconds: "2.77" },
            { id: 118, device_id: 36, command: "deactivate", executed_at: new Date("2023-11-29T17:29:11Z"), response_time_seconds: "2.77" },
            { id: 119, device_id: 37, command: "close lock adjust", executed_at: new Date("2023-04-24T05:50:58Z"), response_time_seconds: "2.14" },
            { id: 120, device_id: 2, command: "open stop", executed_at: new Date("2023-03-20T14:54:21Z"), response_time_seconds: "3.65" },
            { id: 121, device_id: 15, command: "stop decrease schedule", executed_at: new Date("2023-08-03T21:45:53Z"), response_time_seconds: "3.09" },
            { id: 122, device_id: 8, command: "deactivate", executed_at: new Date("2023-08-17T18:56:55Z"), response_time_seconds: "3.15" },
            { id: 123, device_id: 19, command: "adjust report set", executed_at: new Date("2023-01-04T18:06:36Z"), response_time_seconds: "4.18" },
            { id: 124, device_id: 41, command: "report show deactivate", executed_at: new Date("2023-07-20T18:03:11Z"), response_time_seconds: "2.35" },
            { id: 125, device_id: 31, command: "activate", executed_at: new Date("2023-03-05T21:19:13Z"), response_time_seconds: "1.76" },
            { id: 126, device_id: 39, command: "sync pause", executed_at: new Date("2023-04-21T14:11:52Z"), response_time_seconds: "1.96" },
            { id: 127, device_id: 33, command: "adjust", executed_at: new Date("2023-03-18T16:28:19Z"), response_time_seconds: "2.64" },
            { id: 128, device_id: 16, command: "sync unlock", executed_at: new Date("2023-09-07T16:42:28Z"), response_time_seconds: "2.11" },
            { id: 129, device_id: 15, command: "check", executed_at: new Date("2023-11-28T17:33:18Z"), response_time_seconds: "0.81" },
            { id: 130, device_id: 13, command: "activate report check", executed_at: new Date("2023-03-15T22:44:21Z"), response_time_seconds: "2.02" },
            { id: 131, device_id: 20, command: "check", executed_at: new Date("2023-04-11T15:59:48Z"), response_time_seconds: "3.74" },
            { id: 132, device_id: 22, command: "configure", executed_at: new Date("2023-11-08T12:05:18Z"), response_time_seconds: "3.06" },
            { id: 133, device_id: 32, command: "adjust sync", executed_at: new Date("2023-04-15T02:58:48Z"), response_time_seconds: "3.77" },
            { id: 134, device_id: 8, command: "stop check", executed_at: new Date("2023-02-23T11:03:13Z"), response_time_seconds: "1.95" },
            { id: 135, device_id: 48, command: "turn deactivate set", executed_at: new Date("2023-03-09T19:26:21Z"), response_time_seconds: "3.09" },
            { id: 136, device_id: 12, command: "unlock", executed_at: new Date("2023-08-11T20:57:44Z"), response_time_seconds: "1.66" },
            { id: 137, device_id: 19, command: "unlock turn", executed_at: new Date("2023-05-17T18:32:23Z"), response_time_seconds: "0.35" },
            { id: 138, device_id: 41, command: "start", executed_at: new Date("2023-03-24T20:42:58Z"), response_time_seconds: "1.77" },
            { id: 139, device_id: 24, command: "decrease", executed_at: new Date("2023-11-04T19:10:17Z"), response_time_seconds: "1.49" },
            { id: 140, device_id: 26, command: "stop", executed_at: new Date("2023-06-14T16:09:17Z"), response_time_seconds: "2.10" },
            { id: 141, device_id: 7, command: "report play", executed_at: new Date("2023-09-05T19:11:23Z"), response_time_seconds: "4.13" },
            { id: 142, device_id: 3, command: "close", executed_at: new Date("2023-04-24T09:29:15Z"), response_time_seconds: "2.05" },
            { id: 143, device_id: 16, command: "activate schedule", executed_at: new Date("2023-02-16T00:46:15Z"), response_time_seconds: "2.59" },
            { id: 144, device_id: 26, command: "open configure", executed_at: new Date("2023-10-28T17:22:08Z"), response_time_seconds: "2.09" },
            { id: 145, device_id: 45, command: "activate sync", executed_at: new Date("2023-06-20T20:17:45Z"), response_time_seconds: "2.57" },
            { id: 146, device_id: 28, command: "start decrease", executed_at: new Date("2023-03-25T21:09:52Z"), response_time_seconds: "1.79" },
            { id: 147, device_id: 8, command: "check schedule", executed_at: new Date("2023-12-10T23:06:36Z"), response_time_seconds: "3.55" },
            { id: 148, device_id: 24, command: "lock check schedule", executed_at: new Date("2023-11-23T09:27:50Z"), response_time_seconds: "3.23" },
            { id: 149, device_id: 22, command: "lock start unlock", executed_at: new Date("2023-02-11T18:26:50Z"), response_time_seconds: "2.73" },
            { id: 150, device_id: 3, command: "check adjust start", executed_at: new Date("2023-04-23T20:33:44Z"), response_time_seconds: "1.46" },
            { id: 151, device_id: 25, command: "activate", executed_at: new Date("2023-11-14T16:07:59Z"), response_time_seconds: "2.20" },
            { id: 152, device_id: 10, command: "adjust check", executed_at: new Date("2023-08-24T21:45:24Z"), response_time_seconds: "0.90" },
            { id: 153, device_id: 13, command: "pause", executed_at: new Date("2023-01-20T16:18:04Z"), response_time_seconds: "1.95" },
            { id: 154, device_id: 37, command: "unlock", executed_at: new Date("2023-08-14T12:27:58Z"), response_time_seconds: "1.98" },
            { id: 155, device_id: 16, command: "close stop", executed_at: new Date("2023-09-12T21:50:18Z"), response_time_seconds: "2.91" },
            { id: 156, device_id: 5, command: "open deactivate", executed_at: new Date("2023-08-28T23:24:08Z"), response_time_seconds: "1.93" },
            { id: 157, device_id: 12, command: "decrease", executed_at: new Date("2023-08-30T12:11:12Z"), response_time_seconds: "2.09" },
            { id: 158, device_id: 5, command: "configure lock report", executed_at: new Date("2023-05-31T11:18:54Z"), response_time_seconds: "1.84" },
            { id: 159, device_id: 29, command: "start close", executed_at: new Date("2023-07-07T11:29:41Z"), response_time_seconds: "1.67" },
            { id: 160, device_id: 45, command: "show", executed_at: new Date("2023-05-01T13:03:43Z"), response_time_seconds: "1.92" },
            { id: 161, device_id: 34, command: "schedule decrease report", executed_at: new Date("2023-07-14T19:59:06Z"), response_time_seconds: "1.84" },
            { id: 162, device_id: 11, command: "schedule configure", executed_at: new Date("2023-02-23T21:19:03Z"), response_time_seconds: "2.69" },
            { id: 163, device_id: 3, command: "report", executed_at: new Date("2023-10-06T14:18:31Z"), response_time_seconds: "3.12" },
            { id: 164, device_id: 50, command: "lock turn deactivate", executed_at: new Date("2023-01-19T09:40:23Z"), response_time_seconds: "3.26" },
            { id: 165, device_id: 48, command: "schedule", executed_at: new Date("2023-07-03T22:00:16Z"), response_time_seconds: "2.51" },
            { id: 166, device_id: 28, command: "show lock", executed_at: new Date("2023-02-15T07:51:23Z"), response_time_seconds: "0.68" },
            { id: 167, device_id: 7, command: "report", executed_at: new Date("2023-05-13T18:22:03Z"), response_time_seconds: "1.67" },
            { id: 168, device_id: 50, command: "schedule show", executed_at: new Date("2023-10-11T17:42:55Z"), response_time_seconds: "2.30" },
            { id: 169, device_id: 1, command: "configure increase adjust", executed_at: new Date("2023-09-02T14:06:55Z"), response_time_seconds: "3.15" },
            { id: 170, device_id: 22, command: "close", executed_at: new Date("2023-05-25T15:14:19Z"), response_time_seconds: "2.57" },
            { id: 171, device_id: 11, command: "sync show", executed_at: new Date("2023-12-27T10:59:50Z"), response_time_seconds: "3.03" },
            { id: 172, device_id: 22, command: "deactivate turn", executed_at: new Date("2023-06-08T18:36:34Z"), response_time_seconds: "2.85" },
            { id: 173, device_id: 29, command: "increase stop", executed_at: new Date("2023-11-21T21:31:18Z"), response_time_seconds: "3.05" },
            { id: 174, device_id: 6, command: "turn set adjust", executed_at: new Date("2023-02-21T23:45:02Z"), response_time_seconds: "1.79" },
            { id: 175, device_id: 22, command: "increase turn adjust", executed_at: new Date("2023-12-16T19:06:40Z"), response_time_seconds: "3.17" },
            { id: 176, device_id: 39, command: "turn check", executed_at: new Date("2023-06-07T10:05:04Z"), response_time_seconds: "2.23" },
            { id: 177, device_id: 7, command: "show deactivate pause", executed_at: new Date("2023-02-05T07:57:06Z"), response_time_seconds: "2.30" },
            { id: 178, device_id: 22, command: "lock", executed_at: new Date("2023-06-19T09:43:00Z"), response_time_seconds: "2.45" },
            { id: 179, device_id: 47, command: "stop show set", executed_at: new Date("2023-08-05T23:34:04Z"), response_time_seconds: "3.41" },
            { id: 180, device_id: 1, command: "close", executed_at: new Date("2023-05-16T11:48:04Z"), response_time_seconds: "1.52" },
            { id: 181, device_id: 15, command: "play", executed_at: new Date("2023-04-28T10:23:22Z"), response_time_seconds: "1.68" },
            { id: 182, device_id: 2, command: "activate adjust", executed_at: new Date("2023-12-03T21:35:39Z"), response_time_seconds: "3.04" },
            { id: 183, device_id: 46, command: "schedule unlock", executed_at: new Date("2023-11-15T17:24:48Z"), response_time_seconds: "0.92" },
            { id: 184, device_id: 36, command: "play", executed_at: new Date("2023-12-07T20:03:37Z"), response_time_seconds: "1.94" },
            { id: 185, device_id: 34, command: "set play", executed_at: new Date("2023-10-22T12:28:58Z"), response_time_seconds: "2.86" },
            { id: 186, device_id: 44, command: "deactivate", executed_at: new Date("2023-11-13T10:45:42Z"), response_time_seconds: "3.35" },
            { id: 187, device_id: 9, command: "schedule", executed_at: new Date("2023-04-14T20:38:37Z"), response_time_seconds: "2.44" },
            { id: 188, device_id: 3, command: "start report", executed_at: new Date("2023-07-11T23:00:15Z"), response_time_seconds: "3.10" },
            { id: 189, device_id: 36, command: "start", executed_at: new Date("2023-03-23T14:33:32Z"), response_time_seconds: "1.31" },
            { id: 190, device_id: 6, command: "pause sync", executed_at: new Date("2023-03-04T07:07:13Z"), response_time_seconds: "1.16" },
            { id: 191, device_id: 45, command: "increase lock stop", executed_at: new Date("2023-05-28T13:37:51Z"), response_time_seconds: "1.58" },
            { id: 192, device_id: 23, command: "schedule increase", executed_at: new Date("2023-09-05T19:49:49Z"), response_time_seconds: "0.57" },
            { id: 193, device_id: 25, command: "report unlock", executed_at: new Date("2023-03-14T20:33:35Z"), response_time_seconds: "2.04" },
            { id: 194, device_id: 5, command: "pause decrease sync", executed_at: new Date("2023-05-11T12:15:58Z"), response_time_seconds: "2.11" },
            { id: 195, device_id: 19, command: "check close increase", executed_at: new Date("2023-11-25T07:13:39Z"), response_time_seconds: "2.25" },
            { id: 196, device_id: 16, command: "set", executed_at: new Date("2023-10-22T14:57:59Z"), response_time_seconds: "2.08" },
            { id: 197, device_id: 9, command: "schedule", executed_at: new Date("2023-03-13T20:37:11Z"), response_time_seconds: "3.17" },
            { id: 198, device_id: 20, command: "sync close unlock", executed_at: new Date("2023-09-19T16:43:19Z"), response_time_seconds: "3.15" },
            { id: 199, device_id: 43, command: "set stop", executed_at: new Date("2023-12-21T17:39:27Z"), response_time_seconds: "2.74" },
            { id: 200, device_id: 42, command: "pause", executed_at: new Date("2023-10-12T09:17:37Z"), response_time_seconds: "2.43" },
            { id: 201, device_id: 8, command: "show check stop", executed_at: new Date("2023-01-11T17:10:08Z"), response_time_seconds: "2.86" },
            { id: 202, device_id: 10, command: "decrease report activate", executed_at: new Date("2023-11-27T18:37:33Z"), response_time_seconds: "2.09" },
            { id: 203, device_id: 7, command: "check lock play", executed_at: new Date("2023-11-30T19:00:13Z"), response_time_seconds: "0.80" },
            { id: 204, device_id: 46, command: "set", executed_at: new Date("2023-06-28T20:53:41Z"), response_time_seconds: "3.81" },
            { id: 205, device_id: 50, command: "lock", executed_at: new Date("2023-02-21T18:16:09Z"), response_time_seconds: "1.62" },
            { id: 206, device_id: 15, command: "stop", executed_at: new Date("2023-09-03T15:26:30Z"), response_time_seconds: "2.77" },
            { id: 207, device_id: 23, command: "close unlock", executed_at: new Date("2023-03-25T16:38:42Z"), response_time_seconds: "1.29" },
            { id: 208, device_id: 35, command: "lock turn sync", executed_at: new Date("2023-11-21T19:12:28Z"), response_time_seconds: "3.03" },
            { id: 209, device_id: 4, command: "deactivate", executed_at: new Date("2023-06-04T14:42:49Z"), response_time_seconds: "2.47" },
            { id: 210, device_id: 13, command: "play open schedule", executed_at: new Date("2023-11-07T18:46:52Z"), response_time_seconds: "1.44" },
            { id: 211, device_id: 11, command: "increase report close", executed_at: new Date("2023-11-14T12:17:41Z"), response_time_seconds: "1.10" },
            { id: 212, device_id: 11, command: "check", executed_at: new Date("2023-04-26T09:57:38Z"), response_time_seconds: "2.28" },
            { id: 213, device_id: 34, command: "adjust", executed_at: new Date("2023-07-23T17:48:25Z"), response_time_seconds: "3.78" },
            { id: 214, device_id: 33, command: "pause lock set", executed_at: new Date("2023-12-24T13:58:33Z"), response_time_seconds: "3.91" },
            { id: 215, device_id: 27, command: "sync stop turn", executed_at: new Date("2023-08-16T17:27:09Z"), response_time_seconds: "1.68" },
            { id: 216, device_id: 16, command: "lock", executed_at: new Date("2023-04-04T14:15:05Z"), response_time_seconds: "2.18" },
            { id: 217, device_id: 24, command: "schedule", executed_at: new Date("2023-10-26T12:46:37Z"), response_time_seconds: "2.46" },
            { id: 218, device_id: 17, command: "adjust", executed_at: new Date("2023-06-20T19:31:18Z"), response_time_seconds: "2.90" },
            { id: 219, device_id: 18, command: "schedule", executed_at: new Date("2023-07-15T10:02:56Z"), response_time_seconds: "2.52" },
            { id: 220, device_id: 8, command: "stop adjust show", executed_at: new Date("2023-10-02T10:05:20Z"), response_time_seconds: "3.60" },
            { id: 221, device_id: 7, command: "open increase", executed_at: new Date("2023-01-19T17:07:02Z"), response_time_seconds: "3.93" },
            { id: 222, device_id: 11, command: "pause play", executed_at: new Date("2023-06-13T16:33:31Z"), response_time_seconds: "3.70" },
            { id: 223, device_id: 20, command: "show open", executed_at: new Date("2023-05-08T00:55:49Z"), response_time_seconds: "1.65" },
            { id: 224, device_id: 46, command: "deactivate stop unlock", executed_at: new Date("2023-06-19T22:46:03Z"), response_time_seconds: "2.15" },
            { id: 225, device_id: 11, command: "check", executed_at: new Date("2023-03-03T18:17:58Z"), response_time_seconds: "2.48" },
            { id: 226, device_id: 13, command: "stop report", executed_at: new Date("2023-06-06T22:03:45Z"), response_time_seconds: "2.70" },
            { id: 227, device_id: 10, command: "schedule", executed_at: new Date("2023-06-27T21:00:12Z"), response_time_seconds: "3.06" },
            { id: 228, device_id: 7, command: "turn set", executed_at: new Date("2023-01-20T09:08:36Z"), response_time_seconds: "2.15" },
            { id: 229, device_id: 37, command: "unlock", executed_at: new Date("2023-02-04T19:10:38Z"), response_time_seconds: "3.51" },
            { id: 230, device_id: 50, command: "lock", executed_at: new Date("2023-06-14T19:50:33Z"), response_time_seconds: "3.03" },
            { id: 231, device_id: 8, command: "decrease activate lock", executed_at: new Date("2023-04-16T03:44:02Z"), response_time_seconds: "1.60" },
            { id: 232, device_id: 8, command: "play start configure", executed_at: new Date("2023-01-21T20:59:28Z"), response_time_seconds: "2.92" },
            { id: 233, device_id: 38, command: "turn", executed_at: new Date("2023-09-19T10:50:04Z"), response_time_seconds: "2.97" },
            { id: 234, device_id: 30, command: "play start", executed_at: new Date("2023-10-05T15:08:58Z"), response_time_seconds: "1.27" },
            { id: 235, device_id: 43, command: "play report schedule", executed_at: new Date("2023-07-07T13:24:12Z"), response_time_seconds: "3.00" },
            { id: 236, device_id: 36, command: "schedule", executed_at: new Date("2023-05-02T11:01:14Z"), response_time_seconds: "2.31" },
            { id: 237, device_id: 3, command: "lock deactivate", executed_at: new Date("2023-05-30T22:57:13Z"), response_time_seconds: "2.68" },
            { id: 238, device_id: 25, command: "sync lock", executed_at: new Date("2023-01-11T23:50:06Z"), response_time_seconds: "2.70" },
            { id: 239, device_id: 2, command: "turn activate pause", executed_at: new Date("2023-11-10T06:27:51Z"), response_time_seconds: "3.43" },
            { id: 240, device_id: 37, command: "show set", executed_at: new Date("2023-10-16T03:44:48Z"), response_time_seconds: "2.82" },
            { id: 241, device_id: 5, command: "start turn adjust", executed_at: new Date("2023-10-01T10:51:53Z"), response_time_seconds: "1.89" },
            { id: 242, device_id: 15, command: "report increase", executed_at: new Date("2023-11-28T17:59:45Z"), response_time_seconds: "2.60" },
            { id: 243, device_id: 47, command: "pause deactivate configure", executed_at: new Date("2023-05-13T12:49:59Z"), response_time_seconds: "2.27" },
            { id: 244, device_id: 6, command: "close schedule", executed_at: new Date("2023-06-26T03:49:35Z"), response_time_seconds: "2.53" },
            { id: 245, device_id: 31, command: "start schedule", executed_at: new Date("2023-05-23T19:17:44Z"), response_time_seconds: "2.69" },
            { id: 246, device_id: 49, command: "sync deactivate", executed_at: new Date("2023-05-27T06:29:11Z"), response_time_seconds: "1.50" },
            { id: 247, device_id: 25, command: "lock", executed_at: new Date("2023-09-07T07:47:35Z"), response_time_seconds: "0.88" },
            { id: 248, device_id: 44, command: "pause unlock", executed_at: new Date("2023-04-15T20:29:54Z"), response_time_seconds: "1.83" },
            { id: 249, device_id: 45, command: "check", executed_at: new Date("2023-07-30T14:13:55Z"), response_time_seconds: "2.96" },
            { id: 250, device_id: 38, command: "open", executed_at: new Date("2023-11-16T23:57:33Z"), response_time_seconds: "1.45" },
            { id: 251, device_id: 28, command: "check turn", executed_at: new Date("2023-03-29T18:47:17Z"), response_time_seconds: "2.69" },
            { id: 252, device_id: 24, command: "play adjust deactivate", executed_at: new Date("2023-01-02T18:46:53Z"), response_time_seconds: "3.41" },
            { id: 253, device_id: 43, command: "check configure turn", executed_at: new Date("2023-01-14T21:44:00Z"), response_time_seconds: "2.92" },
            { id: 254, device_id: 31, command: "pause decrease show", executed_at: new Date("2023-10-29T08:20:27Z"), response_time_seconds: "3.35" },
            { id: 255, device_id: 17, command: "configure check", executed_at: new Date("2023-02-22T10:49:40Z"), response_time_seconds: "1.75" },
            { id: 256, device_id: 8, command: "adjust", executed_at: new Date("2023-05-01T16:22:51Z"), response_time_seconds: "2.04" },
            { id: 257, device_id: 49, command: "lock unlock play", executed_at: new Date("2023-08-26T23:12:11Z"), response_time_seconds: "2.53" },
            { id: 258, device_id: 23, command: "report play schedule", executed_at: new Date("2023-04-19T10:16:42Z"), response_time_seconds: "4.16" },
            { id: 259, device_id: 50, command: "play stop", executed_at: new Date("2023-12-01T08:42:29Z"), response_time_seconds: "2.83" },
            { id: 260, device_id: 50, command: "decrease check set", executed_at: new Date("2023-10-14T16:44:55Z"), response_time_seconds: "2.59" },
            { id: 261, device_id: 28, command: "deactivate close turn", executed_at: new Date("2023-11-30T21:03:55Z"), response_time_seconds: "3.01" },
            { id: 262, device_id: 35, command: "schedule decrease", executed_at: new Date("2023-11-20T11:43:48Z"), response_time_seconds: "3.21" },
            { id: 263, device_id: 12, command: "pause decrease", executed_at: new Date("2023-06-26T19:51:26Z"), response_time_seconds: "1.42" },
            { id: 264, device_id: 4, command: "start adjust increase", executed_at: new Date("2023-03-24T16:31:16Z"), response_time_seconds: "1.38" },
            { id: 265, device_id: 50, command: "pause", executed_at: new Date("2023-04-20T12:31:07Z"), response_time_seconds: "3.09" },
            { id: 266, device_id: 17, command: "stop deactivate increase", executed_at: new Date("2023-01-14T19:04:09Z"), response_time_seconds: "2.03" },
            { id: 267, device_id: 39, command: "show check", executed_at: new Date("2023-06-01T17:37:59Z"), response_time_seconds: "2.37" },
            { id: 268, device_id: 4, command: "deactivate", executed_at: new Date("2023-05-02T13:26:48Z"), response_time_seconds: "2.64" },
            { id: 269, device_id: 26, command: "set", executed_at: new Date("2023-10-13T07:58:11Z"), response_time_seconds: "2.94" },
            { id: 270, device_id: 15, command: "decrease", executed_at: new Date("2023-10-15T20:32:00Z"), response_time_seconds: "3.32" },
            { id: 271, device_id: 44, command: "schedule lock", executed_at: new Date("2023-08-03T20:41:11Z"), response_time_seconds: "3.13" },
            { id: 272, device_id: 16, command: "start", executed_at: new Date("2023-11-15T21:42:13Z"), response_time_seconds: "1.81" },
            { id: 273, device_id: 17, command: "open sync play", executed_at: new Date("2023-06-12T19:37:28Z"), response_time_seconds: "2.27" },
            { id: 274, device_id: 35, command: "deactivate play", executed_at: new Date("2023-11-07T06:40:16Z"), response_time_seconds: "2.87" },
            { id: 275, device_id: 37, command: "increase", executed_at: new Date("2023-07-04T19:06:31Z"), response_time_seconds: "1.05" },
            { id: 276, device_id: 20, command: "play report", executed_at: new Date("2023-07-16T19:22:35Z"), response_time_seconds: "3.17" },
            { id: 277, device_id: 44, command: "report schedule", executed_at: new Date("2023-11-20T19:56:38Z"), response_time_seconds: "2.52" },
            { id: 278, device_id: 21, command: "pause adjust", executed_at: new Date("2023-02-21T20:33:07Z"), response_time_seconds: "1.82" },
            { id: 279, device_id: 18, command: "open configure schedule", executed_at: new Date("2023-01-08T18:06:36Z"), response_time_seconds: "1.73" },
            { id: 280, device_id: 19, command: "close schedule unlock", executed_at: new Date("2023-12-02T18:58:41Z"), response_time_seconds: "2.20" },
            { id: 281, device_id: 5, command: "activate lock schedule", executed_at: new Date("2023-07-27T09:55:52Z"), response_time_seconds: "3.01" },
            { id: 282, device_id: 4, command: "schedule", executed_at: new Date("2023-05-31T15:25:10Z"), response_time_seconds: "2.83" },
            { id: 283, device_id: 11, command: "configure open play", executed_at: new Date("2023-04-09T08:40:40Z"), response_time_seconds: "3.71" },
            { id: 284, device_id: 24, command: "decrease open stop", executed_at: new Date("2023-08-06T10:52:29Z"), response_time_seconds: "3.74" },
            { id: 285, device_id: 2, command: "close show lock", executed_at: new Date("2023-10-16T22:48:46Z"), response_time_seconds: "2.66" },
            { id: 286, device_id: 1, command: "open", executed_at: new Date("2023-12-31T16:38:50Z"), response_time_seconds: "1.51" },
            { id: 287, device_id: 42, command: "close", executed_at: new Date("2023-07-22T16:08:10Z"), response_time_seconds: "2.25" },
            { id: 288, device_id: 10, command: "increase configure play", executed_at: new Date("2023-05-13T21:48:52Z"), response_time_seconds: "2.73" },
            { id: 289, device_id: 5, command: "close", executed_at: new Date("2023-02-28T17:43:30Z"), response_time_seconds: "1.63" },
            { id: 290, device_id: 3, command: "stop", executed_at: new Date("2023-02-06T15:25:10Z"), response_time_seconds: "2.02" },
            { id: 291, device_id: 5, command: "show set", executed_at: new Date("2023-09-05T06:38:16Z"), response_time_seconds: "2.26" },
            { id: 292, device_id: 15, command: "lock stop", executed_at: new Date("2023-04-03T19:58:00Z"), response_time_seconds: "3.25" },
            { id: 293, device_id: 14, command: "play", executed_at: new Date("2023-03-30T19:17:32Z"), response_time_seconds: "2.00" },
            { id: 294, device_id: 50, command: "show", executed_at: new Date("2023-03-04T14:44:51Z"), response_time_seconds: "1.36" },
            { id: 295, device_id: 8, command: "sync", executed_at: new Date("2023-05-19T13:09:37Z"), response_time_seconds: "1.86" },
            { id: 296, device_id: 7, command: "open pause adjust", executed_at: new Date("2023-01-27T19:52:24Z"), response_time_seconds: "1.98" },
            { id: 297, device_id: 34, command: "unlock schedule open", executed_at: new Date("2023-12-21T20:38:43Z"), response_time_seconds: "2.37" },
            { id: 298, device_id: 10, command: "play report", executed_at: new Date("2023-07-09T08:00:49Z"), response_time_seconds: "1.88" },
            { id: 299, device_id: 47, command: "set turn", executed_at: new Date("2023-01-22T13:41:04Z"), response_time_seconds: "2.87" },
            { id: 300, device_id: 10, command: "lock open set", executed_at: new Date("2023-05-05T16:09:39Z"), response_time_seconds: "3.16" },
        ],
    });
    await prisma.user_engagement.createMany({
        data: [
            { id: 1, user_id: "d70a6ccf-a56e-4c3a-a6ef-e396580f9f76", command_id: 112, engaged_at: new Date("2023-09-20T11:38:56Z"), engagement_type: "voice command", engagement_duration_seconds: "132.26" },
            { id: 2, user_id: "ae6ff20d-fa09-4856-9238-05f2bed45744", command_id: 207, engaged_at: new Date("2023-08-22T21:41:47Z"), engagement_type: "voice command", engagement_duration_seconds: "141.83" },
            { id: 3, user_id: "f42fda52-46bc-4aa4-bf1b-4304d714b95c", command_id: 20, engaged_at: new Date("2023-11-20T21:12:42Z"), engagement_type: "routine activation", engagement_duration_seconds: "203.59" },
            { id: 4, user_id: "804e82b7-f83c-4e05-8534-3c549d841ee6", command_id: 17, engaged_at: new Date("2023-05-18T19:31:15Z"), engagement_type: "routine activation", engagement_duration_seconds: "151.54" },
            { id: 5, user_id: "5f6dec76-7f5c-45fd-90a3-1506de828837", command_id: 119, engaged_at: new Date("2023-10-28T13:33:52Z"), engagement_type: "routine activation", engagement_duration_seconds: "142.68" },
            { id: 6, user_id: "73816725-d9ff-4103-8cd9-e1a379c22575", command_id: 43, engaged_at: new Date("2023-07-26T21:34:06Z"), engagement_type: "routine activation", engagement_duration_seconds: "102.33" },
            { id: 7, user_id: "b9e1a401-f201-41f7-bbc6-d378642cdce1", command_id: 11, engaged_at: new Date("2023-05-29T09:17:14Z"), engagement_type: "routine activation", engagement_duration_seconds: "142.22" },
            { id: 8, user_id: "523e8662-b72b-457a-abdd-7047005ac2bc", command_id: 203, engaged_at: new Date("2023-04-30T00:45:23Z"), engagement_type: "routine activation", engagement_duration_seconds: "96.41" },
            { id: 9, user_id: "03c610ed-f1ac-43c0-8ae1-59478acd5d79", command_id: 33, engaged_at: new Date("2023-01-19T23:05:12Z"), engagement_type: "routine activation", engagement_duration_seconds: "167.08" },
            { id: 10, user_id: "976e6a15-4255-4314-ad40-2673fd0ae591", command_id: 230, engaged_at: new Date("2023-12-25T12:30:34Z"), engagement_type: "routine activation", engagement_duration_seconds: "227.16" },
            { id: 11, user_id: "a81c8913-ff8d-453a-a7dd-e4688d7895ea", command_id: 116, engaged_at: new Date("2023-02-11T21:01:39Z"), engagement_type: "routine activation", engagement_duration_seconds: "154.45" },
            { id: 12, user_id: "8dd6c88d-d1b2-4098-be05-a6bf16614727", command_id: 147, engaged_at: new Date("2023-12-03T10:10:49Z"), engagement_type: "routine activation", engagement_duration_seconds: "206.00" },
            { id: 13, user_id: "7708c5e4-21e2-49ba-bf45-edb9555dc3b3", command_id: 286, engaged_at: new Date("2023-10-20T19:57:04Z"), engagement_type: "voice command", engagement_duration_seconds: "79.82" },
            { id: 14, user_id: "9f509e7a-3fac-4e59-b135-a400216dc6e4", command_id: 288, engaged_at: new Date("2023-03-16T22:13:16Z"), engagement_type: "routine activation", engagement_duration_seconds: "216.96" },
            { id: 15, user_id: "dd1a4492-511c-4948-8689-96b4a9fed09e", command_id: 187, engaged_at: new Date("2023-10-20T09:24:13Z"), engagement_type: "voice command", engagement_duration_seconds: "172.40" },
            { id: 16, user_id: "cca4583f-4364-418d-ac72-fdbf30b0d743", command_id: 45, engaged_at: new Date("2023-11-03T11:28:04Z"), engagement_type: "voice command", engagement_duration_seconds: "169.14" },
            { id: 17, user_id: "d43a0bd7-f425-4684-b3c8-c4bb8837eb1e", command_id: 191, engaged_at: new Date("2023-09-03T19:09:42Z"), engagement_type: "voice command", engagement_duration_seconds: "176.04" },
            { id: 18, user_id: "b24360c1-17ca-417d-b905-270e23c9c60e", command_id: 169, engaged_at: new Date("2023-09-20T13:51:34Z"), engagement_type: "routine activation", engagement_duration_seconds: "171.28" },
            { id: 19, user_id: "0b33f1e3-185d-4166-8915-57a6f29fedc7", command_id: 21, engaged_at: new Date("2023-03-26T13:29:14Z"), engagement_type: "voice command", engagement_duration_seconds: "99.22" },
            { id: 20, user_id: "7e137c32-c95f-4b54-b027-33632c89777b", command_id: 263, engaged_at: new Date("2023-11-16T16:26:25Z"), engagement_type: "voice command", engagement_duration_seconds: "214.22" },
            { id: 21, user_id: "79d8d434-da91-4e34-ac03-896da7235534", command_id: 77, engaged_at: new Date("2023-07-07T18:02:35Z"), engagement_type: "routine activation", engagement_duration_seconds: "120.56" },
            { id: 22, user_id: "34b13be5-0e4a-43e7-98d5-171a594cf286", command_id: 154, engaged_at: new Date("2023-12-31T18:21:33Z"), engagement_type: "voice command", engagement_duration_seconds: "177.31" },
            { id: 23, user_id: "7223cd86-9c75-4be6-99b1-bf3a59739e1f", command_id: 186, engaged_at: new Date("2023-10-04T00:45:15Z"), engagement_type: "voice command", engagement_duration_seconds: "135.21" },
            { id: 24, user_id: "7a84dd59-30a8-4726-9c96-296a44a17a7f", command_id: 140, engaged_at: new Date("2023-10-02T17:04:46Z"), engagement_type: "routine activation", engagement_duration_seconds: "151.39" },
            { id: 25, user_id: "5c877bd9-ad94-4382-9477-8162613211b8", command_id: 91, engaged_at: new Date("2023-01-07T19:58:38Z"), engagement_type: "voice command", engagement_duration_seconds: "174.06" },
            { id: 26, user_id: "9461f5d5-0322-4f1b-9723-a31103db742a", command_id: 126, engaged_at: new Date("2023-01-29T12:18:38Z"), engagement_type: "routine activation", engagement_duration_seconds: "91.88" },
            { id: 27, user_id: "5653d07d-de58-401c-ae92-a7c453dda83a", command_id: 146, engaged_at: new Date("2023-11-26T17:15:03Z"), engagement_type: "voice command", engagement_duration_seconds: "149.97" },
            { id: 28, user_id: "91e7ad64-15cf-431b-9acf-0ba93f793e5e", command_id: 2, engaged_at: new Date("2023-09-30T23:38:36Z"), engagement_type: "voice command", engagement_duration_seconds: "132.24" },
            { id: 29, user_id: "8f51c485-cea7-401d-a5da-89d13bef2804", command_id: 22, engaged_at: new Date("2023-10-06T22:31:05Z"), engagement_type: "routine activation", engagement_duration_seconds: "107.58" },
            { id: 30, user_id: "27f24486-7bce-4524-b42e-24158b077faf", command_id: 4, engaged_at: new Date("2023-12-29T11:59:28Z"), engagement_type: "routine activation", engagement_duration_seconds: "171.41" },
            { id: 31, user_id: "a78df63b-63e7-4afc-9092-c7a80fc7b497", command_id: 257, engaged_at: new Date("2023-12-17T08:34:13Z"), engagement_type: "routine activation", engagement_duration_seconds: "92.64" },
            { id: 32, user_id: "972473a8-54a8-4700-abbc-32aca0ef497e", command_id: 131, engaged_at: new Date("2023-07-29T23:05:51Z"), engagement_type: "voice command", engagement_duration_seconds: "131.96" },
            { id: 33, user_id: "05ac4fbc-00de-4bd9-afdb-6bf30af9979e", command_id: 271, engaged_at: new Date("2023-02-02T19:30:29Z"), engagement_type: "voice command", engagement_duration_seconds: "147.16" },
            { id: 34, user_id: "5a5922ca-96ac-485c-b010-fc6e928a3208", command_id: 80, engaged_at: new Date("2023-07-06T18:57:57Z"), engagement_type: "voice command", engagement_duration_seconds: "129.52" },
            { id: 35, user_id: "c489496c-cdb1-49b5-ae75-45791f126970", command_id: 96, engaged_at: new Date("2023-03-01T19:33:16Z"), engagement_type: "routine activation", engagement_duration_seconds: "150.13" },
            { id: 36, user_id: "7148aeff-f1ab-46c1-b1a0-6e01b8f8e29c", command_id: 62, engaged_at: new Date("2023-12-12T19:01:49Z"), engagement_type: "voice command", engagement_duration_seconds: "166.20" },
            { id: 37, user_id: "f2271dc7-ab09-4180-8a7b-1a2fb6b3dd8d", command_id: 192, engaged_at: new Date("2023-05-04T19:30:42Z"), engagement_type: "voice command", engagement_duration_seconds: "217.40" },
            { id: 38, user_id: "c7cdc0cd-b1d7-4d96-a8ae-07234454025b", command_id: 254, engaged_at: new Date("2023-08-05T20:49:01Z"), engagement_type: "voice command", engagement_duration_seconds: "183.62" },
            { id: 39, user_id: "4287f50f-98e1-44bc-b00c-8db699b42d54", command_id: 280, engaged_at: new Date("2023-11-21T00:47:36Z"), engagement_type: "routine activation", engagement_duration_seconds: "217.50" },
            { id: 40, user_id: "c5f8fc57-65d4-47b9-886c-1e7d023bb1cd", command_id: 65, engaged_at: new Date("2023-05-12T17:25:12Z"), engagement_type: "voice command", engagement_duration_seconds: "171.65" },
            { id: 41, user_id: "41ddce54-ec7f-4121-bdca-96b7b5e19bb6", command_id: 290, engaged_at: new Date("2023-12-11T15:01:37Z"), engagement_type: "voice command", engagement_duration_seconds: "84.83" },
            { id: 42, user_id: "d23d965e-54d5-49f8-97a3-124cba6223dd", command_id: 197, engaged_at: new Date("2023-05-07T20:35:15Z"), engagement_type: "routine activation", engagement_duration_seconds: "82.57" },
            { id: 43, user_id: "1ac4550f-4e4e-4a0b-815e-4a5ab1c9bed3", command_id: 243, engaged_at: new Date("2023-11-16T20:51:15Z"), engagement_type: "routine activation", engagement_duration_seconds: "157.68" },
            { id: 44, user_id: "341421e0-da44-44db-b3e3-e69daaa54c56", command_id: 45, engaged_at: new Date("2023-01-22T21:55:08Z"), engagement_type: "voice command", engagement_duration_seconds: "165.50" },
            { id: 45, user_id: "441523e2-152e-4c3b-ab8c-8036405ce17e", command_id: 20, engaged_at: new Date("2023-06-16T19:42:43Z"), engagement_type: "routine activation", engagement_duration_seconds: "57.67" },
            { id: 46, user_id: "748b243e-9d53-44a7-b7c8-7d75b583b6d9", command_id: 266, engaged_at: new Date("2023-08-27T20:11:14Z"), engagement_type: "routine activation", engagement_duration_seconds: "181.49" },
            { id: 47, user_id: "da1c3c70-d96f-4061-bc6d-e95b34517cb2", command_id: 33, engaged_at: new Date("2023-09-19T17:37:18Z"), engagement_type: "routine activation", engagement_duration_seconds: "227.90" },
            { id: 48, user_id: "278c3cf8-c45c-4f83-903a-f5465e2a5aec", command_id: 293, engaged_at: new Date("2023-09-26T20:31:46Z"), engagement_type: "routine activation", engagement_duration_seconds: "58.49" },
            { id: 49, user_id: "ba8cc04f-b646-4947-8408-889dbabd631c", command_id: 229, engaged_at: new Date("2023-05-04T10:59:07Z"), engagement_type: "routine activation", engagement_duration_seconds: "109.04" },
            { id: 50, user_id: "9d66e70c-9b84-4c7f-be31-6a587bbdb6c6", command_id: 169, engaged_at: new Date("2023-11-15T02:27:46Z"), engagement_type: "voice command", engagement_duration_seconds: "124.16" },
            { id: 51, user_id: "528236c8-9b67-4f6c-918d-ece554c3ea60", command_id: 102, engaged_at: new Date("2023-11-01T10:32:53Z"), engagement_type: "voice command", engagement_duration_seconds: "200.49" },
            { id: 52, user_id: "60dd1cf8-13f8-493d-a431-b68f47a377eb", command_id: 218, engaged_at: new Date("2023-12-22T09:34:35Z"), engagement_type: "voice command", engagement_duration_seconds: "181.03" },
            { id: 53, user_id: "226e8f56-ea42-4d50-b300-02154f966d9d", command_id: 255, engaged_at: new Date("2023-01-18T18:39:08Z"), engagement_type: "voice command", engagement_duration_seconds: "189.71" },
            { id: 54, user_id: "6d45e930-e7aa-4400-b34b-4a898372de64", command_id: 31, engaged_at: new Date("2023-02-24T17:06:11Z"), engagement_type: "routine activation", engagement_duration_seconds: "144.36" },
            { id: 55, user_id: "b1d49c27-1222-4457-abf7-ab688ccbf6a8", command_id: 56, engaged_at: new Date("2023-11-27T13:39:17Z"), engagement_type: "voice command", engagement_duration_seconds: "137.05" },
            { id: 56, user_id: "110870f5-86f8-4096-b36e-1460cc89b2e7", command_id: 196, engaged_at: new Date("2023-08-27T01:51:20Z"), engagement_type: "routine activation", engagement_duration_seconds: "185.34" },
            { id: 57, user_id: "2a6c09cd-1da0-493e-a761-2399d775d486", command_id: 253, engaged_at: new Date("2023-04-03T20:25:44Z"), engagement_type: "voice command", engagement_duration_seconds: "99.50" },
            { id: 58, user_id: "38889e93-7ffa-462f-8a48-b3fa1c2403a0", command_id: 86, engaged_at: new Date("2023-11-10T20:36:44Z"), engagement_type: "routine activation", engagement_duration_seconds: "137.95" },
            { id: 59, user_id: "4938a2d6-a74e-4be1-904e-57d2d64f079c", command_id: 27, engaged_at: new Date("2023-06-07T09:39:33Z"), engagement_type: "voice command", engagement_duration_seconds: "152.45" },
            { id: 60, user_id: "4280af15-6f4a-45d1-b04b-eb480736d53e", command_id: 76, engaged_at: new Date("2023-02-02T15:03:52Z"), engagement_type: "voice command", engagement_duration_seconds: "190.55" },
            { id: 61, user_id: "0af0d668-9a37-4127-b5de-b960b269a462", command_id: 258, engaged_at: new Date("2023-08-04T09:26:03Z"), engagement_type: "routine activation", engagement_duration_seconds: "154.48" },
            { id: 62, user_id: "85e31dd7-f875-4d5f-9d39-d9cada2cf5fe", command_id: 154, engaged_at: new Date("2023-04-29T16:56:41Z"), engagement_type: "routine activation", engagement_duration_seconds: "169.43" },
            { id: 63, user_id: "dea14417-0d0b-40b1-9cb6-3cdf0b45db80", command_id: 142, engaged_at: new Date("2023-07-28T19:43:21Z"), engagement_type: "voice command", engagement_duration_seconds: "106.01" },
            { id: 64, user_id: "fb081748-c929-4b89-a7ee-c4871b158559", command_id: 191, engaged_at: new Date("2023-10-20T08:31:27Z"), engagement_type: "routine activation", engagement_duration_seconds: "134.36" },
            { id: 65, user_id: "81f3d954-a5a7-4055-8d8f-39f2ac591478", command_id: 126, engaged_at: new Date("2023-04-14T22:33:15Z"), engagement_type: "routine activation", engagement_duration_seconds: "93.09" },
            { id: 66, user_id: "7647d38d-1ede-42d6-92cc-22dcb7289804", command_id: 142, engaged_at: new Date("2023-05-09T13:01:47Z"), engagement_type: "routine activation", engagement_duration_seconds: "186.58" },
            { id: 67, user_id: "cca073bb-3804-4a7b-96fe-2da99342d1d0", command_id: 173, engaged_at: new Date("2023-02-17T08:12:14Z"), engagement_type: "routine activation", engagement_duration_seconds: "106.37" },
            { id: 68, user_id: "688f90e6-7160-402b-ae60-2a450bb43daa", command_id: 238, engaged_at: new Date("2023-10-11T11:21:46Z"), engagement_type: "routine activation", engagement_duration_seconds: "192.93" },
            { id: 69, user_id: "74142d53-b47f-4b62-a13d-3c68939d2436", command_id: 192, engaged_at: new Date("2023-07-10T21:36:42Z"), engagement_type: "voice command", engagement_duration_seconds: "217.28" },
            { id: 70, user_id: "ebf42c7e-f71c-463c-867f-997e27e7373e", command_id: 50, engaged_at: new Date("2023-09-14T11:49:10Z"), engagement_type: "voice command", engagement_duration_seconds: "129.30" },
            { id: 71, user_id: "1179a93c-b60a-4319-a5cd-e4c6381faf9e", command_id: 150, engaged_at: new Date("2023-06-03T16:10:17Z"), engagement_type: "voice command", engagement_duration_seconds: "160.24" },
            { id: 72, user_id: "790fac8b-f985-4be1-bc6d-2ce4466b8b0d", command_id: 178, engaged_at: new Date("2023-10-12T11:54:26Z"), engagement_type: "voice command", engagement_duration_seconds: "125.87" },
            { id: 73, user_id: "094e60e7-401e-47c2-8af9-5356996236c1", command_id: 63, engaged_at: new Date("2023-05-22T19:35:21Z"), engagement_type: "voice command", engagement_duration_seconds: "129.42" },
            { id: 74, user_id: "7af64eda-c69a-42ca-ab1c-9b39f7d37ea3", command_id: 168, engaged_at: new Date("2023-05-04T10:06:30Z"), engagement_type: "routine activation", engagement_duration_seconds: "219.22" },
            { id: 75, user_id: "f03fffef-472f-4bc9-8b4e-9f7ed8eae3d1", command_id: 186, engaged_at: new Date("2023-01-10T15:55:52Z"), engagement_type: "routine activation", engagement_duration_seconds: "177.19" },
            { id: 76, user_id: "90689e0c-94eb-4bcd-a0bc-a0e5ad14ab06", command_id: 281, engaged_at: new Date("2023-06-02T18:43:23Z"), engagement_type: "routine activation", engagement_duration_seconds: "99.30" },
            { id: 77, user_id: "e2ae51d4-d6f2-4626-97ff-8b5df754c782", command_id: 282, engaged_at: new Date("2023-09-29T18:13:52Z"), engagement_type: "voice command", engagement_duration_seconds: "230.81" },
            { id: 78, user_id: "cc11df11-7e12-42a5-9293-fedb21724123", command_id: 23, engaged_at: new Date("2023-09-01T12:42:58Z"), engagement_type: "voice command", engagement_duration_seconds: "144.18" },
            { id: 79, user_id: "ca234b58-826c-469d-8566-8428bd1f63f5", command_id: 1, engaged_at: new Date("2023-07-23T19:41:34Z"), engagement_type: "routine activation", engagement_duration_seconds: "181.93" },
            { id: 80, user_id: "c5f48db4-ea4f-4610-840c-91eb1dd2d6ac", command_id: 51, engaged_at: new Date("2023-03-22T15:47:57Z"), engagement_type: "voice command", engagement_duration_seconds: "106.39" },
            { id: 81, user_id: "4cb8d41a-2757-4ba3-bb10-96b5bddb1bf7", command_id: 141, engaged_at: new Date("2023-10-18T23:19:17Z"), engagement_type: "routine activation", engagement_duration_seconds: "173.40" },
            { id: 82, user_id: "606fa356-ba71-4a28-a6c8-12131f0ca6db", command_id: 139, engaged_at: new Date("2023-12-26T17:42:44Z"), engagement_type: "voice command", engagement_duration_seconds: "84.08" },
            { id: 83, user_id: "f3803df7-a552-4204-92c5-9a9efc94a7cb", command_id: 146, engaged_at: new Date("2023-04-26T19:54:23Z"), engagement_type: "routine activation", engagement_duration_seconds: "141.00" },
            { id: 84, user_id: "f746ef39-f3df-4ce3-bcb1-916977c7e92a", command_id: 268, engaged_at: new Date("2023-12-13T14:13:29Z"), engagement_type: "voice command", engagement_duration_seconds: "157.22" },
            { id: 85, user_id: "27cd21b7-1896-4af9-a99a-0b7aa2340270", command_id: 107, engaged_at: new Date("2023-12-21T17:23:20Z"), engagement_type: "routine activation", engagement_duration_seconds: "169.20" },
            { id: 86, user_id: "57849bad-a5e0-4915-902e-1ed43bca4f14", command_id: 3, engaged_at: new Date("2023-11-15T17:45:26Z"), engagement_type: "routine activation", engagement_duration_seconds: "91.35" },
            { id: 87, user_id: "ee002ccf-ff4c-4bc1-96ea-ee2e96149bfd", command_id: 60, engaged_at: new Date("2023-01-12T11:57:40Z"), engagement_type: "routine activation", engagement_duration_seconds: "136.54" },
            { id: 88, user_id: "a28eb07f-1e02-4d4f-9654-700c2839227f", command_id: 221, engaged_at: new Date("2023-05-23T12:56:23Z"), engagement_type: "routine activation", engagement_duration_seconds: "215.52" },
            { id: 89, user_id: "5245aa2e-be3f-4ea7-a40d-5528f2cc4c72", command_id: 22, engaged_at: new Date("2023-09-29T20:41:30Z"), engagement_type: "routine activation", engagement_duration_seconds: "174.36" },
            { id: 90, user_id: "8c3d17c1-af66-48a0-9b60-056cad3fb1ac", command_id: 159, engaged_at: new Date("2023-11-18T20:54:19Z"), engagement_type: "routine activation", engagement_duration_seconds: "152.07" },
            { id: 91, user_id: "98e01eef-f5ae-447e-a643-d200bec3b8a7", command_id: 126, engaged_at: new Date("2023-10-14T18:27:52Z"), engagement_type: "voice command", engagement_duration_seconds: "105.91" },
            { id: 92, user_id: "13a48142-62fa-4e76-b26e-33afb0929dca", command_id: 48, engaged_at: new Date("2023-03-12T19:14:55Z"), engagement_type: "routine activation", engagement_duration_seconds: "165.79" },
            { id: 93, user_id: "3fdc9940-97aa-4572-b5ab-e0831407d826", command_id: 238, engaged_at: new Date("2023-02-17T19:43:36Z"), engagement_type: "voice command", engagement_duration_seconds: "192.57" },
            { id: 94, user_id: "d6a54ceb-9b59-4277-ab9b-4132ae6eb61d", command_id: 88, engaged_at: new Date("2023-09-30T18:08:29Z"), engagement_type: "voice command", engagement_duration_seconds: "165.15" },
            { id: 95, user_id: "ad00f67f-551a-48f3-8975-db81b5cdbb7d", command_id: 159, engaged_at: new Date("2023-03-16T22:08:21Z"), engagement_type: "voice command", engagement_duration_seconds: "208.15" },
            { id: 96, user_id: "5516fbf7-782f-4cbc-805f-c78fafd97b56", command_id: 207, engaged_at: new Date("2023-08-18T10:08:32Z"), engagement_type: "voice command", engagement_duration_seconds: "115.09" },
            { id: 97, user_id: "9fac0e0a-4773-45f6-9d6d-7a2622d2c7f0", command_id: 248, engaged_at: new Date("2023-10-13T00:04:15Z"), engagement_type: "voice command", engagement_duration_seconds: "154.67" },
            { id: 98, user_id: "b9ad1c08-672f-42c1-8dc9-a25aeea33637", command_id: 61, engaged_at: new Date("2023-12-03T20:37:11Z"), engagement_type: "voice command", engagement_duration_seconds: "175.80" },
            { id: 99, user_id: "5f8bd600-f3d5-462c-a5e6-44d40d912a61", command_id: 105, engaged_at: new Date("2023-11-29T20:23:10Z"), engagement_type: "voice command", engagement_duration_seconds: "66.04" },
            { id: 100, user_id: "1b23c499-984f-4896-8553-f374e798dd70", command_id: 288, engaged_at: new Date("2023-09-08T21:05:07Z"), engagement_type: "voice command", engagement_duration_seconds: "138.97" },
            { id: 101, user_id: "53ffd542-990f-4e2d-bb3e-b565d98cab22", command_id: 241, engaged_at: new Date("2023-12-21T09:26:55Z"), engagement_type: "routine activation", engagement_duration_seconds: "122.48" },
            { id: 102, user_id: "40b8b6c2-6d59-4712-a284-e887e75b20ec", command_id: 164, engaged_at: new Date("2023-04-26T09:50:16Z"), engagement_type: "voice command", engagement_duration_seconds: "191.74" },
            { id: 103, user_id: "9a51bc65-df65-4061-bd6a-c11680b78c07", command_id: 127, engaged_at: new Date("2023-06-30T21:06:32Z"), engagement_type: "routine activation", engagement_duration_seconds: "150.46" },
            { id: 104, user_id: "af8dca07-e4ea-41d4-81a0-3595ce7d96b4", command_id: 160, engaged_at: new Date("2023-08-11T14:49:08Z"), engagement_type: "routine activation", engagement_duration_seconds: "95.32" },
            { id: 105, user_id: "0e89cb69-bd13-408e-a711-76981cfa32e5", command_id: 214, engaged_at: new Date("2023-09-17T18:31:40Z"), engagement_type: "routine activation", engagement_duration_seconds: "186.19" },
            { id: 106, user_id: "9eec5f52-3aec-4995-ac01-eca4c2762e08", command_id: 127, engaged_at: new Date("2023-06-04T15:50:31Z"), engagement_type: "routine activation", engagement_duration_seconds: "75.14" },
            { id: 107, user_id: "e47f261f-68ef-44d7-bc8c-673c874db0f0", command_id: 99, engaged_at: new Date("2023-07-16T17:11:44Z"), engagement_type: "routine activation", engagement_duration_seconds: "92.34" },
            { id: 108, user_id: "dda07e4a-4a8e-4c82-bcf0-cca45ab7df88", command_id: 225, engaged_at: new Date("2023-12-10T02:37:07Z"), engagement_type: "voice command", engagement_duration_seconds: "82.50" },
            { id: 109, user_id: "683ed7db-f4a1-4512-88f4-43a1d795985a", command_id: 246, engaged_at: new Date("2023-03-03T20:32:53Z"), engagement_type: "voice command", engagement_duration_seconds: "205.68" },
            { id: 110, user_id: "a412a5b9-c7be-471c-9316-6dabe4a9bb55", command_id: 237, engaged_at: new Date("2023-11-12T23:02:36Z"), engagement_type: "voice command", engagement_duration_seconds: "172.90" },
            { id: 111, user_id: "26de0c75-aea2-4ccd-b84f-886f2c3b16d5", command_id: 130, engaged_at: new Date("2023-09-12T21:19:28Z"), engagement_type: "voice command", engagement_duration_seconds: "129.21" },
            { id: 112, user_id: "8ab8b09f-3c92-4eda-8975-9c6d329152dc", command_id: 211, engaged_at: new Date("2023-08-22T07:50:04Z"), engagement_type: "voice command", engagement_duration_seconds: "190.41" },
            { id: 113, user_id: "140c45a5-ff1f-4345-91a7-a3a468c701b2", command_id: 209, engaged_at: new Date("2023-03-10T12:31:16Z"), engagement_type: "voice command", engagement_duration_seconds: "109.59" },
            { id: 114, user_id: "09f83b4f-d900-4511-82af-6b2461d0713a", command_id: 164, engaged_at: new Date("2023-11-22T18:42:34Z"), engagement_type: "voice command", engagement_duration_seconds: "148.38" },
            { id: 115, user_id: "d40d2a99-b048-4bca-82a1-fc9d1e98b652", command_id: 171, engaged_at: new Date("2023-01-31T17:22:58Z"), engagement_type: "routine activation", engagement_duration_seconds: "200.22" },
            { id: 116, user_id: "e7efcc22-aced-448d-a355-79943979f661", command_id: 184, engaged_at: new Date("2023-12-02T18:25:43Z"), engagement_type: "routine activation", engagement_duration_seconds: "52.86" },
            { id: 117, user_id: "029e3c3e-5cb6-44ed-9612-ec07968844b6", command_id: 126, engaged_at: new Date("2023-06-12T20:31:57Z"), engagement_type: "voice command", engagement_duration_seconds: "148.44" },
            { id: 118, user_id: "86400788-497b-4c65-bcd2-eb268204f0ca", command_id: 98, engaged_at: new Date("2023-04-06T18:13:24Z"), engagement_type: "routine activation", engagement_duration_seconds: "189.25" },
            { id: 119, user_id: "1f83a925-6887-423c-852a-a9d3dfdb0a2b", command_id: 264, engaged_at: new Date("2023-05-29T14:15:57Z"), engagement_type: "routine activation", engagement_duration_seconds: "141.75" },
            { id: 120, user_id: "3f19a6db-de7d-40e6-b9a2-a86ad260534a", command_id: 284, engaged_at: new Date("2023-05-12T18:06:30Z"), engagement_type: "voice command", engagement_duration_seconds: "236.33" },
            { id: 121, user_id: "1eb4f161-182d-4bbc-8f7e-f7df4a080440", command_id: 207, engaged_at: new Date("2023-08-09T10:13:57Z"), engagement_type: "voice command", engagement_duration_seconds: "145.85" },
            { id: 122, user_id: "76273463-6917-4407-ae7b-fe6991041f87", command_id: 22, engaged_at: new Date("2023-11-25T14:58:35Z"), engagement_type: "routine activation", engagement_duration_seconds: "193.05" },
            { id: 123, user_id: "9afd50eb-7855-4b4b-a37d-20fbbaa77f17", command_id: 166, engaged_at: new Date("2023-06-13T15:14:01Z"), engagement_type: "voice command", engagement_duration_seconds: "147.52" },
            { id: 124, user_id: "810f59e2-7981-4e17-b88a-716eb5685f75", command_id: 56, engaged_at: new Date("2023-09-25T14:17:46Z"), engagement_type: "routine activation", engagement_duration_seconds: "126.41" },
            { id: 125, user_id: "e07bf8e1-0d21-42fb-8c94-60ec34238446", command_id: 29, engaged_at: new Date("2023-07-31T20:09:53Z"), engagement_type: "voice command", engagement_duration_seconds: "92.24" },
            { id: 126, user_id: "ccd9e88a-f329-4d81-9770-821aecd5da91", command_id: 87, engaged_at: new Date("2023-11-22T21:34:05Z"), engagement_type: "voice command", engagement_duration_seconds: "133.11" },
            { id: 127, user_id: "ff5bc59c-2435-496c-addf-9c2f93a11ef1", command_id: 190, engaged_at: new Date("2023-06-21T09:21:07Z"), engagement_type: "voice command", engagement_duration_seconds: "215.91" },
            { id: 128, user_id: "9c6a7ace-4c6c-4340-a108-276ec067063b", command_id: 198, engaged_at: new Date("2023-11-13T09:05:36Z"), engagement_type: "routine activation", engagement_duration_seconds: "156.66" },
            { id: 129, user_id: "f2bd578a-630b-465e-ac75-3cb9d8e92056", command_id: 252, engaged_at: new Date("2023-04-14T09:41:39Z"), engagement_type: "routine activation", engagement_duration_seconds: "193.84" },
            { id: 130, user_id: "79e8ed81-8482-4aa2-944c-cba67cd51e69", command_id: 89, engaged_at: new Date("2023-12-26T11:58:39Z"), engagement_type: "routine activation", engagement_duration_seconds: "139.84" },
            { id: 131, user_id: "182f07d1-bf68-4d8e-809d-dba9626529fc", command_id: 62, engaged_at: new Date("2023-01-11T18:23:46Z"), engagement_type: "routine activation", engagement_duration_seconds: "190.11" },
            { id: 132, user_id: "bf26249b-8152-431e-8cb8-16a76938585e", command_id: 152, engaged_at: new Date("2023-09-07T11:02:28Z"), engagement_type: "routine activation", engagement_duration_seconds: "164.40" },
            { id: 133, user_id: "656c4c9a-59c4-4034-8a7d-f0253b70b53e", command_id: 199, engaged_at: new Date("2023-09-18T08:06:50Z"), engagement_type: "voice command", engagement_duration_seconds: "150.37" },
            { id: 134, user_id: "bc47496b-73f2-4505-a44c-1071502cd84b", command_id: 213, engaged_at: new Date("2023-11-27T21:25:27Z"), engagement_type: "routine activation", engagement_duration_seconds: "135.70" },
            { id: 135, user_id: "5782f20c-9020-43e2-99bf-5dfbeee0364d", command_id: 236, engaged_at: new Date("2023-03-07T08:56:35Z"), engagement_type: "voice command", engagement_duration_seconds: "101.84" },
            { id: 136, user_id: "2bcea781-48ba-40c1-9d71-54a3d42b58c4", command_id: 52, engaged_at: new Date("2023-12-19T23:58:07Z"), engagement_type: "routine activation", engagement_duration_seconds: "103.11" },
            { id: 137, user_id: "a313a877-cf1d-4b33-a9a5-93533109f1f0", command_id: 292, engaged_at: new Date("2023-04-13T13:33:37Z"), engagement_type: "routine activation", engagement_duration_seconds: "140.60" },
            { id: 138, user_id: "a484efb9-c019-4a83-9ffd-8ea8e1faee75", command_id: 164, engaged_at: new Date("2023-10-03T19:22:46Z"), engagement_type: "voice command", engagement_duration_seconds: "112.53" },
            { id: 139, user_id: "1c6d0444-0ce0-4f9e-8ac8-3a1b9b085db9", command_id: 10, engaged_at: new Date("2023-04-14T19:42:22Z"), engagement_type: "routine activation", engagement_duration_seconds: "148.13" },
            { id: 140, user_id: "ba3435d1-998d-4b92-bbe4-b4f05d6e247b", command_id: 1, engaged_at: new Date("2023-11-05T05:50:48Z"), engagement_type: "voice command", engagement_duration_seconds: "135.50" },
            { id: 141, user_id: "27812557-432b-4e75-9266-a49b4fc8d1e1", command_id: 120, engaged_at: new Date("2023-08-23T18:58:16Z"), engagement_type: "routine activation", engagement_duration_seconds: "144.18" },
            { id: 142, user_id: "4c3835b8-9134-4356-8aa3-6a4539657848", command_id: 218, engaged_at: new Date("2023-08-03T08:52:28Z"), engagement_type: "voice command", engagement_duration_seconds: "180.23" },
            { id: 143, user_id: "a823b94c-81ea-40ea-ab37-dd04932adc8a", command_id: 122, engaged_at: new Date("2023-05-20T15:33:21Z"), engagement_type: "routine activation", engagement_duration_seconds: "191.73" },
            { id: 144, user_id: "58e77ccf-3df1-487c-b281-3b7682fc8058", command_id: 181, engaged_at: new Date("2023-04-23T13:28:38Z"), engagement_type: "voice command", engagement_duration_seconds: "137.00" },
            { id: 145, user_id: "9906c168-b5b0-498e-b005-eac27a409897", command_id: 163, engaged_at: new Date("2023-06-16T11:39:24Z"), engagement_type: "routine activation", engagement_duration_seconds: "174.50" },
            { id: 146, user_id: "93e803cc-4861-47f9-b12b-e0f3f65e1894", command_id: 231, engaged_at: new Date("2023-09-15T18:43:40Z"), engagement_type: "voice command", engagement_duration_seconds: "64.64" },
            { id: 147, user_id: "0f21874a-f735-4153-a751-c3c9aa1238ee", command_id: 207, engaged_at: new Date("2023-05-18T12:50:31Z"), engagement_type: "routine activation", engagement_duration_seconds: "222.74" },
            { id: 148, user_id: "6622845a-7e95-4493-ab2a-4b2b634f206d", command_id: 132, engaged_at: new Date("2023-07-09T12:59:21Z"), engagement_type: "voice command", engagement_duration_seconds: "150.19" },
            { id: 149, user_id: "ebfe9032-3d9b-4748-b095-1ff64e7a5a6a", command_id: 65, engaged_at: new Date("2023-09-18T01:17:54Z"), engagement_type: "voice command", engagement_duration_seconds: "36.06" },
            { id: 150, user_id: "4d03de86-7e2e-4b30-b0b6-7ea5165b6e58", command_id: 20, engaged_at: new Date("2023-12-19T00:51:57Z"), engagement_type: "voice command", engagement_duration_seconds: "187.74" },
            { id: 151, user_id: "62954440-6352-4945-9a9c-ce77d069cac9", command_id: 257, engaged_at: new Date("2023-09-08T15:14:19Z"), engagement_type: "voice command", engagement_duration_seconds: "179.72" },
            { id: 152, user_id: "5c1221b9-5bef-436f-84c4-52bcfc32d756", command_id: 87, engaged_at: new Date("2023-12-06T16:56:31Z"), engagement_type: "voice command", engagement_duration_seconds: "126.39" },
            { id: 153, user_id: "32ff6250-7ddd-4f2b-bb51-e6fb8f09314b", command_id: 245, engaged_at: new Date("2023-08-28T15:08:59Z"), engagement_type: "voice command", engagement_duration_seconds: "131.94" },
            { id: 154, user_id: "24960825-22ee-4e13-af4f-15812936a8f2", command_id: 92, engaged_at: new Date("2023-09-24T20:35:31Z"), engagement_type: "routine activation", engagement_duration_seconds: "108.73" },
            { id: 155, user_id: "5e59e01f-0538-4614-bccc-e52d628a0c7e", command_id: 193, engaged_at: new Date("2023-09-04T13:55:04Z"), engagement_type: "voice command", engagement_duration_seconds: "175.53" },
            { id: 156, user_id: "54d12526-f55a-4bec-b7c6-c6a3a3ee8441", command_id: 48, engaged_at: new Date("2023-05-30T21:18:31Z"), engagement_type: "routine activation", engagement_duration_seconds: "125.47" },
            { id: 157, user_id: "9946226a-f346-464d-875e-8746799d902a", command_id: 113, engaged_at: new Date("2023-11-02T12:13:44Z"), engagement_type: "voice command", engagement_duration_seconds: "143.41" },
            { id: 158, user_id: "2f594035-95c1-4758-91b7-b698b3e1116f", command_id: 90, engaged_at: new Date("2023-02-21T13:57:45Z"), engagement_type: "voice command", engagement_duration_seconds: "136.86" },
            { id: 159, user_id: "220e980c-847c-4657-851f-18f52676851b", command_id: 240, engaged_at: new Date("2023-01-27T21:51:35Z"), engagement_type: "routine activation", engagement_duration_seconds: "142.40" },
            { id: 160, user_id: "59731bcc-e9e0-4361-a02f-69977cc343c6", command_id: 86, engaged_at: new Date("2023-04-09T17:22:47Z"), engagement_type: "voice command", engagement_duration_seconds: "180.79" },
            { id: 161, user_id: "832379e6-07eb-4791-a7ee-11e0abb93b45", command_id: 129, engaged_at: new Date("2023-12-21T15:45:17Z"), engagement_type: "voice command", engagement_duration_seconds: "177.64" },
            { id: 162, user_id: "545b7116-2ca3-44d3-a9ec-a4a0dd65c5e4", command_id: 145, engaged_at: new Date("2023-02-19T16:50:38Z"), engagement_type: "routine activation", engagement_duration_seconds: "155.67" },
            { id: 163, user_id: "dc3e8e0d-7e7f-4046-ac9b-85f8d3f09ae5", command_id: 168, engaged_at: new Date("2023-05-01T09:48:08Z"), engagement_type: "voice command", engagement_duration_seconds: "116.42" },
            { id: 164, user_id: "de61e891-66fd-49fb-b9aa-a69ed7fab179", command_id: 206, engaged_at: new Date("2023-02-04T11:04:41Z"), engagement_type: "voice command", engagement_duration_seconds: "147.70" },
            { id: 165, user_id: "882edc6d-bd43-4157-9352-a09723d6fe43", command_id: 14, engaged_at: new Date("2023-07-02T08:42:20Z"), engagement_type: "routine activation", engagement_duration_seconds: "112.94" },
            { id: 166, user_id: "1029150f-e402-43f7-9f11-2736d22c780a", command_id: 238, engaged_at: new Date("2023-09-07T19:46:06Z"), engagement_type: "routine activation", engagement_duration_seconds: "172.62" },
            { id: 167, user_id: "51556b53-994e-44b8-be85-560aea7253a4", command_id: 244, engaged_at: new Date("2023-06-26T18:46:34Z"), engagement_type: "voice command", engagement_duration_seconds: "185.80" },
            { id: 168, user_id: "ff4f4906-fa01-44c5-a383-f75ac5c91c66", command_id: 48, engaged_at: new Date("2023-07-12T21:02:48Z"), engagement_type: "voice command", engagement_duration_seconds: "100.77" },
            { id: 169, user_id: "a8599fb4-1ba6-4e8a-8b05-dbdee78ca4d7", command_id: 137, engaged_at: new Date("2023-05-27T15:04:57Z"), engagement_type: "voice command", engagement_duration_seconds: "92.22" },
            { id: 170, user_id: "ad9da382-1d81-4d0e-90fd-ceb19d4b11b8", command_id: 146, engaged_at: new Date("2023-09-13T16:03:00Z"), engagement_type: "routine activation", engagement_duration_seconds: "147.51" },
            { id: 171, user_id: "81bdd164-c9ff-4bd7-8589-df8a2c3086cd", command_id: 212, engaged_at: new Date("2023-06-27T20:00:18Z"), engagement_type: "routine activation", engagement_duration_seconds: "161.35" },
            { id: 172, user_id: "acd3bea5-082a-4f2f-af91-e66fef61a719", command_id: 258, engaged_at: new Date("2023-02-10T19:45:19Z"), engagement_type: "routine activation", engagement_duration_seconds: "85.21" },
            { id: 173, user_id: "62384111-97f1-46f2-bbe7-5d557cffcb0e", command_id: 235, engaged_at: new Date("2023-06-08T18:40:23Z"), engagement_type: "routine activation", engagement_duration_seconds: "93.95" },
            { id: 174, user_id: "f24b40f4-0b5f-4971-ade8-d7ad724ffc98", command_id: 10, engaged_at: new Date("2023-11-12T12:23:20Z"), engagement_type: "voice command", engagement_duration_seconds: "99.69" },
            { id: 175, user_id: "17e8d2f9-0c6b-4f8b-a0c1-c90d10237ade", command_id: 3, engaged_at: new Date("2023-11-09T14:08:26Z"), engagement_type: "routine activation", engagement_duration_seconds: "114.93" },
            { id: 176, user_id: "3d9ae597-254b-4a33-8172-5e251e6cbcb6", command_id: 141, engaged_at: new Date("2023-10-11T04:35:51Z"), engagement_type: "routine activation", engagement_duration_seconds: "108.92" },
            { id: 177, user_id: "e8ae6766-3906-4228-9a94-fe7ca1225edf", command_id: 214, engaged_at: new Date("2023-03-04T14:31:24Z"), engagement_type: "routine activation", engagement_duration_seconds: "159.18" },
            { id: 178, user_id: "9b43baad-0e37-49df-aa3b-9338b5058596", command_id: 160, engaged_at: new Date("2023-11-08T20:56:40Z"), engagement_type: "voice command", engagement_duration_seconds: "149.07" },
            { id: 179, user_id: "8b8c468e-dd11-430e-baa6-a27b99ac1e77", command_id: 197, engaged_at: new Date("2023-01-26T04:32:31Z"), engagement_type: "voice command", engagement_duration_seconds: "147.53" },
            { id: 180, user_id: "cc3b4d6c-5b23-47dd-b95f-b288b9c43932", command_id: 65, engaged_at: new Date("2023-09-09T10:11:45Z"), engagement_type: "voice command", engagement_duration_seconds: "121.01" },
            { id: 181, user_id: "355a07b8-cce4-45cb-8a39-9ed18183df2e", command_id: 163, engaged_at: new Date("2023-10-29T18:15:30Z"), engagement_type: "routine activation", engagement_duration_seconds: "198.90" },
            { id: 182, user_id: "6e1d3882-20ba-42d4-baba-aef2241b5587", command_id: 276, engaged_at: new Date("2023-07-19T19:01:17Z"), engagement_type: "voice command", engagement_duration_seconds: "145.39" },
            { id: 183, user_id: "df28c6f3-2c3e-4445-90fe-e48965b73007", command_id: 185, engaged_at: new Date("2023-11-08T00:35:50Z"), engagement_type: "voice command", engagement_duration_seconds: "138.98" },
            { id: 184, user_id: "f40d5486-b7bc-489f-ae99-5c88fc93f8f6", command_id: 250, engaged_at: new Date("2023-02-24T21:25:22Z"), engagement_type: "routine activation", engagement_duration_seconds: "160.42" },
            { id: 185, user_id: "406d2db6-5e3a-43be-9a34-7d8b3344fa63", command_id: 119, engaged_at: new Date("2023-11-17T16:01:08Z"), engagement_type: "routine activation", engagement_duration_seconds: "214.23" },
            { id: 186, user_id: "7943adba-6fb7-4961-919e-8757803aa67a", command_id: 13, engaged_at: new Date("2023-08-15T21:43:27Z"), engagement_type: "routine activation", engagement_duration_seconds: "76.64" },
            { id: 187, user_id: "34caed48-1d9d-491d-9f8a-dd093616c833", command_id: 76, engaged_at: new Date("2023-02-24T19:09:13Z"), engagement_type: "voice command", engagement_duration_seconds: "122.14" },
            { id: 188, user_id: "54994031-c568-47f9-9682-fe92d2276150", command_id: 89, engaged_at: new Date("2023-03-20T07:47:34Z"), engagement_type: "voice command", engagement_duration_seconds: "129.28" },
            { id: 189, user_id: "ab1553ae-f88a-4095-8b5a-47fb7a8043cf", command_id: 29, engaged_at: new Date("2023-09-13T08:16:29Z"), engagement_type: "voice command", engagement_duration_seconds: "83.18" },
            { id: 190, user_id: "b7f0a475-42d7-4ee5-8cf3-7005ba59be34", command_id: 277, engaged_at: new Date("2023-12-25T10:12:13Z"), engagement_type: "routine activation", engagement_duration_seconds: "77.08" },
            { id: 191, user_id: "5052fdb7-976b-4a93-aa81-156a5adbdbbc", command_id: 130, engaged_at: new Date("2023-06-21T20:02:32Z"), engagement_type: "routine activation", engagement_duration_seconds: "105.27" },
            { id: 192, user_id: "36df8177-ad8c-4a65-860e-bfe1eef5b70a", command_id: 50, engaged_at: new Date("2023-11-25T11:41:22Z"), engagement_type: "voice command", engagement_duration_seconds: "86.31" },
            { id: 193, user_id: "132442c7-edc2-4e33-b086-ac7cee3914a8", command_id: 294, engaged_at: new Date("2023-11-07T21:05:42Z"), engagement_type: "voice command", engagement_duration_seconds: "129.26" },
            { id: 194, user_id: "8b8c8380-9bac-40b1-bb79-5d2a4d1a87f4", command_id: 280, engaged_at: new Date("2023-01-24T22:37:26Z"), engagement_type: "routine activation", engagement_duration_seconds: "101.39" },
            { id: 195, user_id: "c68f3415-f3ae-47d4-9dd5-8e1a8b6141b8", command_id: 166, engaged_at: new Date("2023-09-22T11:32:12Z"), engagement_type: "voice command", engagement_duration_seconds: "133.29" },
            { id: 196, user_id: "5a551e83-7a30-4cf7-b241-0ff9cdc36eff", command_id: 122, engaged_at: new Date("2023-05-02T08:04:16Z"), engagement_type: "voice command", engagement_duration_seconds: "161.91" },
            { id: 197, user_id: "d337de00-e79a-4aa6-a862-dbf456e423a6", command_id: 177, engaged_at: new Date("2023-09-01T18:45:25Z"), engagement_type: "voice command", engagement_duration_seconds: "146.02" },
            { id: 198, user_id: "c1d7c934-3d74-401a-ba6d-86687df977c9", command_id: 274, engaged_at: new Date("2023-10-08T08:26:29Z"), engagement_type: "routine activation", engagement_duration_seconds: "179.77" },
            { id: 199, user_id: "7a41bae7-acf1-4ce0-98f1-8b9c0b2536ea", command_id: 85, engaged_at: new Date("2023-12-22T20:26:27Z"), engagement_type: "voice command", engagement_duration_seconds: "156.61" },
            { id: 200, user_id: "74a45a76-cb51-4c88-99ea-9b4707664e1a", command_id: 81, engaged_at: new Date("2023-08-19T18:17:36Z"), engagement_type: "voice command", engagement_duration_seconds: "206.09" },
        ],
    });
}

main()
    .then(() => prisma.$disconnect())
    .catch(async error => {
        console.error(error);
        await prisma.$disconnect();
        process.exit(1);
    });
