{
  "title": "LRS10701 Air Quality Monitor",
  "image": "tb-image;/api/images/tenant/iaq_rside_led.png",
  "mobileHide": false,
  "mobileOrder": null,
  "configuration": {
    "description": "Dashboard to demonstrate LRS10701 Air Quality Monitoring",
    "widgets": {
      "9c7cc243-396c-e4df-73af-fc0922715f0e": {
        "typeFullFqn": "system.air_quality_chart_card",
        "type": "timeseries",
        "sizeX": 4.5,
        "sizeY": 3.5,
        "config": {
          "datasources": [
            {
              "type": "device",
              "name": "",
              "deviceId": "6b68f200-4552-11f0-b94b-f3b14d0c4306",
              "dataKeys": [
                {
                  "name": "aqi",
                  "type": "timeseries",
                  "label": "aqi",
                  "color": "rgb(161, 173, 177)",
                  "settings": {},
                  "_hash": 0.9554332213613381,
                  "units": "",
                  "decimals": 0
                }
              ],
              "alarmFilterConfig": {
                "statusList": [
                  "ACTIVE"
                ]
              },
              "latestDataKeys": [
                {
                  "name": "aqi",
                  "type": "timeseries",
                  "label": "Latest",
                  "color": "#4caf50",
                  "settings": {
                    "position": "center",
                    "font": {
                      "size": 36,
                      "sizeUnit": "px",
                      "family": "Roboto",
                      "weight": "500",
                      "style": "normal",
                      "lineHeight": "1"
                    },
                    "color": {
                      "type": "range",
                      "color": "rgba(0, 0, 0, 0.87)",
                      "gradient": {
                        "advancedMode": false,
                        "gradient": [
                          "rgba(0, 255, 0, 1)",
                          "rgba(255, 0, 0, 1)"
                        ],
                        "gradientAdvanced": [
                          {
                            "source": {
                              "type": "constant"
                            },
                            "color": "rgba(0, 255, 0, 1)"
                          },
                          {
                            "source": {
                              "type": "constant"
                            },
                            "color": "rgba(255, 0, 0, 1)"
                          }
                        ],
                        "minValue": 0,
                        "maxValue": 100
                      },
                      "rangeList": {
                        "advancedMode": false,
                        "range": [
                          {
                            "from": 0,
                            "to": 50,
                            "color": "#80C32C"
                          },
                          {
                            "from": 51,
                            "to": 100,
                            "color": "#FFF59D"
                          },
                          {
                            "from": 101,
                            "to": 150,
                            "color": "#E89623"
                          },
                          {
                            "from": 151,
                            "to": 200,
                            "color": "#CD93D7"
                          },
                          {
                            "from": 200,
                            "to": 300,
                            "color": "#F44336"
                          },
                          {
                            "from": 301,
                            "to": null,
                            "color": "#E91E63"
                          }
                        ],
                        "rangeAdvanced": []
                      },
                      "colorFunction": "var temperature = value;\nif (typeof temperature !== 'undefined') {\n  var percent = (temperature + 60)/120 * 100;\n  return tinycolor.mix('blue', 'red', percent).toHexString();\n}\nreturn 'blue';"
                    },
                    "showArrow": false
                  },
                  "_hash": 0.1919032492400392,
                  "units": "AQI",
                  "decimals": 1,
                  "aggregationType": "NONE"
                }
              ]
            }
          ],
          "timewindow": {
            "selectedTab": 1,
            "history": {
              "historyType": 2,
              "quickInterval": "CURRENT_MONTH_SO_FAR"
            },
            "aggregation": {
              "type": "AVG",
              "interval": 43200000,
              "limit": 5000
            }
          },
          "showTitle": true,
          "backgroundColor": "rgba(0, 0, 0, 0)",
          "color": null,
          "padding": "0",
          "settings": {
            "stack": false,
            "fontSize": 10,
            "fontColor": "#545454",
            "showTooltip": true,
            "tooltipIndividual": false,
            "tooltipCumulative": false,
            "hideZeros": false,
            "grid": {
              "verticalLines": true,
              "horizontalLines": true,
              "outlineWidth": 1,
              "color": "#545454",
              "backgroundColor": null,
              "tickColor": "#DDDDDD"
            },
            "xaxis": {
              "title": null,
              "showLabels": true,
              "color": "#545454"
            },
            "yaxis": {
              "min": null,
              "max": null,
              "title": null,
              "showLabels": true,
              "color": "#545454",
              "tickSize": null,
              "tickDecimals": 0,
              "ticksFormatter": ""
            },
            "shadowSize": 4,
            "smoothLines": false,
            "comparisonEnabled": false,
            "xaxisSecond": {
              "axisPosition": "top",
              "title": null,
              "showLabels": true
            },
            "showLegend": true,
            "legendConfig": {
              "direction": "column",
              "position": "bottom",
              "sortDataKeys": false,
              "showMin": false,
              "showMax": false,
              "showAvg": true,
              "showTotal": false,
              "showLatest": false
            },
            "customLegendEnabled": false,
            "showSubtitle": false,
            "subtitle": "${entityName}",
            "subtitleFont": {
              "family": "Roboto",
              "size": 12,
              "sizeUnit": "px",
              "style": "normal",
              "weight": "400",
              "lineHeight": "16px"
            },
            "subtitleColor": "rgba(0, 0, 0, 0.38)",
            "showDate": true,
            "dateFormat": {
              "format": null,
              "lastUpdateAgo": true,
              "custom": false
            },
            "dateFont": {
              "family": "Roboto",
              "size": 12,
              "sizeUnit": "px",
              "style": "normal",
              "weight": "400",
              "lineHeight": "16px"
            },
            "dateColor": "rgba(0, 0, 0, 0.38)",
            "showChart": true,
            "chartColor": "rgba(0, 0, 0, 0.87)",
            "background": {
              "type": "color",
              "color": "#fff",
              "overlay": {
                "enabled": false,
                "color": "rgba(255,255,255,0.72)",
                "blur": 3
              }
            },
            "autoScale": true,
            "padding": "18px"
          },
          "title": "Air Quality Index",
          "dropShadow": true,
          "enableFullscreen": false,
          "titleStyle": {
            "fontSize": "16px",
            "fontWeight": 400
          },
          "mobileHeight": null,
          "configMode": "basic",
          "actions": {},
          "showTitleIcon": true,
          "titleIcon": "mdi:weather-windy",
          "iconColor": "rgb(67, 91, 99)",
          "titleFont": {
            "size": 48,
            "sizeUnit": "px",
            "family": "Roboto",
            "weight": "500",
            "style": "normal",
            "lineHeight": "48"
          },
          "iconSize": "48px",
          "titleTooltip": "",
          "widgetStyle": {},
          "widgetCss": "",
          "pageSize": 1024,
          "noDataDisplayMessage": "",
          "useDashboardTimewindow": true,
          "displayTimewindow": true,
          "decimals": 0,
          "timewindowStyle": {
            "showIcon": true,
            "iconSize": "24px",
            "icon": null,
            "iconPosition": "left",
            "font": {
              "size": 12,
              "sizeUnit": "px",
              "family": "Roboto",
              "weight": "400",
              "style": "normal",
              "lineHeight": "16px"
            },
            "color": "rgba(0, 0, 0, 0.38)",
            "displayTypePrefix": false
          },
          "titleColor": "rgb(67, 91, 99)",
          "borderRadius": null,
          "enableDataExport": false
        },
        "row": 0,
        "col": 0,
        "id": "9c7cc243-396c-e4df-73af-fc0922715f0e"
      },
      "948570ce-ab4e-0119-5720-28fa4f1b22bf": {
        "typeFullFqn": "system.battery_level",
        "type": "latest",
        "sizeX": 2.5,
        "sizeY": 2.5,
        "config": {
          "datasources": [
            {
              "type": "device",
              "name": "",
              "deviceId": "6b68f200-4552-11f0-b94b-f3b14d0c4306",
              "dataKeys": [
                {
                  "name": "battery",
                  "type": "timeseries",
                  "label": "battery",
                  "color": "#2196f3",
                  "settings": {},
                  "_hash": 0.5295179506313425
                }
              ],
              "alarmFilterConfig": {
                "statusList": [
                  "ACTIVE"
                ]
              }
            }
          ],
          "timewindow": {
            "displayValue": "",
            "selectedTab": 0,
            "realtime": {
              "realtimeType": 1,
              "interval": 1000,
              "timewindowMs": 60000,
              "quickInterval": "CURRENT_DAY",
              "hideInterval": false,
              "hideLastInterval": false,
              "hideQuickInterval": false
            },
            "history": {
              "historyType": 0,
              "interval": 1000,
              "timewindowMs": 60000,
              "fixedTimewindow": {
                "startTimeMs": 1748470182365,
                "endTimeMs": 1748556582365
              },
              "quickInterval": "CURRENT_DAY",
              "hideInterval": false,
              "hideLastInterval": false,
              "hideFixedInterval": false,
              "hideQuickInterval": false
            },
            "aggregation": {
              "type": "AVG",
              "limit": 25000
            }
          },
          "showTitle": true,
          "backgroundColor": "rgba(0, 0, 0, 0)",
          "color": "rgba(0, 0, 0, 0.87)",
          "padding": "0px",
          "settings": {
            "background": {
              "type": "color",
              "color": "#fff",
              "overlay": {
                "enabled": false,
                "color": "rgba(255,255,255,0.72)",
                "blur": 3
              }
            },
            "layout": "vertical_solid",
            "showValue": true,
            "autoScaleValueSize": true,
            "valueFont": {
              "family": "Roboto",
              "size": 20,
              "sizeUnit": "px",
              "style": "normal",
              "weight": "500",
              "lineHeight": "24px"
            },
            "valueColor": {
              "type": "constant",
              "color": "rgb(67, 91, 99)",
              "gradient": {
                "advancedMode": false,
                "gradient": [
                  "rgba(0, 255, 0, 1)",
                  "rgba(255, 0, 0, 1)"
                ],
                "gradientAdvanced": [
                  {
                    "source": {
                      "type": "constant"
                    },
                    "color": "rgba(0, 255, 0, 1)"
                  },
                  {
                    "source": {
                      "type": "constant"
                    },
                    "color": "rgba(255, 0, 0, 1)"
                  }
                ],
                "minValue": "0",
                "maxValue": "100"
              },
              "rangeList": {
                "advancedMode": false,
                "range": [],
                "rangeAdvanced": []
              },
              "colorFunction": "var temperature = value;\nif (typeof temperature !== 'undefined') {\n  var percent = (temperature + 60)/120 * 100;\n  return tinycolor.mix('blue', 'red', percent).toHexString();\n}\nreturn 'blue';"
            },
            "batteryLevelColor": {
              "type": "range",
              "color": "rgb(224, 224, 224)",
              "gradient": {
                "advancedMode": false,
                "gradient": [
                  "rgba(0, 255, 0, 1)",
                  "rgba(255, 0, 0, 1)"
                ],
                "gradientAdvanced": [
                  {
                    "source": {
                      "type": "constant"
                    },
                    "color": "rgba(0, 255, 0, 1)"
                  },
                  {
                    "source": {
                      "type": "constant"
                    },
                    "color": "rgba(255, 0, 0, 1)"
                  }
                ],
                "minValue": "0",
                "maxValue": "100"
              },
              "rangeList": {
                "advancedMode": false,
                "range": [
                  {
                    "from": null,
                    "to": 10,
                    "color": "rgba(227, 71, 71, 1)"
                  },
                  {
                    "from": 11,
                    "to": 20,
                    "color": "rgba(246, 206, 67, 1)"
                  },
                  {
                    "from": 21,
                    "to": null,
                    "color": "rgba(92, 223, 144, 1)"
                  }
                ],
                "rangeAdvanced": []
              },
              "colorFunction": "var temperature = value;\nif (typeof temperature !== 'undefined') {\n  var percent = (temperature + 60)/120 * 100;\n  return tinycolor.mix('blue', 'red', percent).toHexString();\n}\nreturn 'blue';"
            },
            "batteryShapeColor": {
              "type": "range",
              "color": "rgba(224, 224, 224, 0.32)",
              "rangeList": {
                "advancedMode": false,
                "range": [
                  {
                    "from": null,
                    "to": 25,
                    "color": "rgba(227, 71, 71, 0.32)"
                  },
                  {
                    "from": 25,
                    "to": 50,
                    "color": "rgba(246, 206, 67, 0.32)"
                  },
                  {
                    "from": 50,
                    "to": null,
                    "color": "rgba(92, 223, 144, 0.32)"
                  }
                ]
              },
              "colorFunction": "var temperature = value;\nif (typeof temperature !== 'undefined') {\n  var percent = (temperature + 60)/120 * 100;\n  return tinycolor.mix('blue', 'red', percent).toHexString();\n}\nreturn 'blue';"
            },
            "sectionsCount": 4,
            "padding": "12px"
          },
          "title": "Battery level",
          "dropShadow": true,
          "enableFullscreen": false,
          "titleStyle": {
            "fontSize": "16px",
            "fontWeight": 400
          },
          "units": "%",
          "decimals": 0,
          "useDashboardTimewindow": true,
          "showLegend": false,
          "widgetStyle": {},
          "actions": {},
          "configMode": "basic",
          "displayTimewindow": true,
          "margin": "0px",
          "borderRadius": "0px",
          "widgetCss": "",
          "pageSize": 1024,
          "noDataDisplayMessage": "",
          "showTitleIcon": false,
          "titleTooltip": "",
          "titleFont": {
            "size": 16,
            "sizeUnit": "px",
            "family": "Roboto",
            "weight": "500",
            "style": "normal",
            "lineHeight": "24px"
          },
          "titleIcon": "mdi:battery-high",
          "iconColor": "rgba(0, 0, 0, 0.87)",
          "iconSize": "18px",
          "timewindowStyle": {
            "showIcon": true,
            "iconSize": "14px",
            "icon": "query_builder",
            "iconPosition": "left",
            "font": {
              "size": 12,
              "sizeUnit": "px",
              "family": null,
              "weight": null,
              "style": null,
              "lineHeight": "1"
            },
            "color": null
          },
          "titleColor": "rgb(67, 91, 99)",
          "enableDataExport": false
        },
        "row": 0,
        "col": 0,
        "id": "948570ce-ab4e-0119-5720-28fa4f1b22bf"
      },
      "9439626d-abf1-c946-0216-d477d6f83947": {
        "typeFullFqn": "system.signal_strength",
        "type": "latest",
        "sizeX": 2.5,
        "sizeY": 2.5,
        "config": {
          "datasources": [
            {
              "type": "device",
              "name": "",
              "deviceId": "6b68f200-4552-11f0-b94b-f3b14d0c4306",
              "dataKeys": [
                {
                  "name": "snr",
                  "type": "timeseries",
                  "label": "snr",
                  "color": "#2196f3",
                  "settings": {},
                  "_hash": 0.9604494536394494
                }
              ],
              "alarmFilterConfig": {
                "statusList": [
                  "ACTIVE"
                ]
              }
            }
          ],
          "timewindow": {
            "displayValue": "",
            "selectedTab": 0,
            "realtime": {
              "realtimeType": 1,
              "interval": 1000,
              "timewindowMs": 60000,
              "quickInterval": "CURRENT_DAY",
              "hideInterval": false,
              "hideLastInterval": false,
              "hideQuickInterval": false
            },
            "history": {
              "historyType": 0,
              "interval": 1000,
              "timewindowMs": 60000,
              "fixedTimewindow": {
                "startTimeMs": 1748470217720,
                "endTimeMs": 1748556617720
              },
              "quickInterval": "CURRENT_DAY",
              "hideInterval": false,
              "hideLastInterval": false,
              "hideFixedInterval": false,
              "hideQuickInterval": false
            },
            "aggregation": {
              "type": "AVG",
              "limit": 25000
            }
          },
          "showTitle": true,
          "backgroundColor": "rgba(0, 0, 0, 0)",
          "color": "rgba(0, 0, 0, 0.87)",
          "padding": "0px",
          "settings": {
            "layout": "wifi",
            "showDate": false,
            "dateFormat": {
              "format": null,
              "lastUpdateAgo": true,
              "custom": false
            },
            "dateFont": {
              "family": "Roboto",
              "size": 12,
              "sizeUnit": "px",
              "style": "normal",
              "weight": "500",
              "lineHeight": "16px"
            },
            "dateColor": "rgba(0, 0, 0, 0.38)",
            "activeBarsColor": {
              "type": "range",
              "color": "rgba(92, 223, 144, 1)",
              "gradient": {
                "advancedMode": false,
                "gradient": [
                  "rgba(0, 255, 0, 1)",
                  "rgba(255, 0, 0, 1)"
                ],
                "gradientAdvanced": [
                  {
                    "source": {
                      "type": "constant"
                    },
                    "color": "rgba(0, 255, 0, 1)"
                  },
                  {
                    "source": {
                      "type": "constant"
                    },
                    "color": "rgba(255, 0, 0, 1)"
                  }
                ],
                "minValue": 0,
                "maxValue": 100
              },
              "rangeList": {
                "advancedMode": false,
                "range": [
                  {
                    "from": null,
                    "to": -12.5,
                    "color": "rgba(227, 71, 71, 1)"
                  },
                  {
                    "from": -12.4,
                    "to": -7.5,
                    "color": "rgba(255, 122, 0, 1)"
                  },
                  {
                    "from": -7.4,
                    "to": -2.5,
                    "color": "rgba(246, 206, 67, 1)"
                  },
                  {
                    "from": -2.5,
                    "to": null,
                    "color": "rgba(92, 223, 144, 1)"
                  }
                ],
                "rangeAdvanced": []
              },
              "colorFunction": "var temperature = value;\nif (typeof temperature !== 'undefined') {\n  var percent = (temperature + 60)/120 * 100;\n  return tinycolor.mix('blue', 'red', percent).toHexString();\n}\nreturn 'blue';"
            },
            "inactiveBarsColor": "rgba(224, 224, 224, 1)",
            "noSignalRssiValue": -100,
            "showTooltip": true,
            "showTooltipValue": true,
            "tooltipValueFont": {
              "family": "Roboto",
              "size": 13,
              "sizeUnit": "px",
              "style": "normal",
              "weight": "500",
              "lineHeight": "16px"
            },
            "tooltipValueColor": "rgba(0,0,0,0.76)",
            "showTooltipDate": true,
            "tooltipDateFormat": {
              "format": null,
              "lastUpdateAgo": true,
              "custom": false
            },
            "tooltipDateFont": {
              "family": "Roboto",
              "size": 13,
              "sizeUnit": "px",
              "style": "normal",
              "weight": "500",
              "lineHeight": "16px"
            },
            "tooltipDateColor": "rgba(0,0,0,0.76)",
            "tooltipBackgroundColor": "rgba(255,255,255,0.72)",
            "tooltipBackgroundBlur": 3,
            "background": {
              "type": "color",
              "color": "#fff",
              "overlay": {
                "enabled": false,
                "color": "rgba(255,255,255,0.72)",
                "blur": 3
              }
            },
            "padding": "12px"
          },
          "title": "SNR",
          "dropShadow": true,
          "enableFullscreen": false,
          "titleStyle": {
            "fontSize": "16px",
            "fontWeight": 400
          },
          "units": "dB",
          "decimals": 1,
          "useDashboardTimewindow": true,
          "showLegend": false,
          "widgetStyle": {},
          "actions": {},
          "configMode": "basic",
          "displayTimewindow": true,
          "margin": "0px",
          "borderRadius": "0px",
          "widgetCss": "",
          "pageSize": 1024,
          "noDataDisplayMessage": "",
          "showTitleIcon": false,
          "titleTooltip": "",
          "titleFont": {
            "size": 16,
            "sizeUnit": "px",
            "family": "Roboto",
            "weight": "500",
            "style": "normal",
            "lineHeight": "24px"
          },
          "titleIcon": "signal_cellular_alt",
          "iconColor": "rgba(0, 0, 0, 0.87)",
          "iconSize": "18px",
          "timewindowStyle": {
            "showIcon": true,
            "iconSize": "14px",
            "icon": "query_builder",
            "iconPosition": "left",
            "font": {
              "size": 12,
              "sizeUnit": "px",
              "family": null,
              "weight": null,
              "style": null,
              "lineHeight": "1"
            },
            "color": null
          },
          "titleColor": "rgb(67, 91, 99)",
          "enableDataExport": false
        },
        "row": 0,
        "col": 0,
        "id": "9439626d-abf1-c946-0216-d477d6f83947"
      },
      "e4389620-439c-ec04-4599-e99c0b073c2e": {
        "typeFullFqn": "system.indoor_simple_temperature_chart_card",
        "type": "timeseries",
        "sizeX": 4.5,
        "sizeY": 2,
        "config": {
          "datasources": [
            {
              "type": "device",
              "name": "",
              "deviceId": "6b68f200-4552-11f0-b94b-f3b14d0c4306",
              "dataKeys": [
                {
                  "name": "temperature",
                  "type": "timeseries",
                  "label": "Temperature",
                  "color": "rgb(161, 173, 177)",
                  "settings": {},
                  "_hash": 0.8908361011652162
                }
              ],
              "alarmFilterConfig": {
                "statusList": [
                  "ACTIVE"
                ]
              },
              "latestDataKeys": [
                {
                  "name": "temperature",
                  "type": "timeseries",
                  "label": "Latest",
                  "color": "rgb(161, 173, 177)",
                  "settings": {},
                  "_hash": 0.8908361011652162,
                  "units": null,
                  "decimals": null
                }
              ]
            }
          ],
          "showTitle": true,
          "backgroundColor": "rgba(0, 0, 0, 0)",
          "color": null,
          "padding": "0",
          "settings": {
            "layout": "left",
            "autoScale": true,
            "showValue": true,
            "valueFont": {
              "family": "Roboto",
              "size": 28,
              "sizeUnit": "px",
              "style": "normal",
              "weight": "500",
              "lineHeight": "32px"
            },
            "valueColor": {
              "type": "range",
              "color": "rgba(0, 0, 0, 0.87)",
              "rangeList": {
                "advancedMode": false,
                "range": [
                  {
                    "from": null,
                    "to": 18,
                    "color": "#234CC7"
                  },
                  {
                    "from": 18,
                    "to": 24,
                    "color": "#3FA71A"
                  },
                  {
                    "from": 24,
                    "to": null,
                    "color": "#D81838"
                  }
                ]
              },
              "colorFunction": "var temperature = value;\nif (typeof temperature !== 'undefined') {\n  var percent = (temperature + 60)/120 * 100;\n  return tinycolor.mix('blue', 'red', percent).toHexString();\n}\nreturn 'blue';"
            },
            "background": {
              "type": "color",
              "color": "#fff",
              "overlay": {
                "enabled": false,
                "color": "rgba(255,255,255,0.72)",
                "blur": 3
              }
            },
            "padding": "12px"
          },
          "title": "Temperature",
          "dropShadow": true,
          "enableFullscreen": false,
          "titleStyle": null,
          "mobileHeight": null,
          "configMode": "basic",
          "actions": {},
          "showTitleIcon": true,
          "titleIcon": "thermostat",
          "iconColor": "rgba(0, 0, 0, 0.87)",
          "titleFont": {
            "size": 16,
            "sizeUnit": "px",
            "family": "Roboto",
            "weight": "500",
            "style": "normal",
            "lineHeight": "24px"
          },
          "iconSize": "18px",
          "titleTooltip": "",
          "widgetStyle": {},
          "widgetCss": "",
          "pageSize": 1024,
          "noDataDisplayMessage": "",
          "useDashboardTimewindow": true,
          "decimals": 0,
          "titleColor": "rgba(0, 0, 0, 0.87)",
          "borderRadius": null,
          "units": "°C",
          "displayTimewindow": true,
          "timewindow": {
            "hideAggregation": false,
            "hideAggInterval": false,
            "hideTimezone": false,
            "selectedTab": 1,
            "history": {
              "historyType": 2,
              "timewindowMs": 60000,
              "interval": 43200000,
              "fixedTimewindow": {
                "startTimeMs": 1697382151041,
                "endTimeMs": 1697468551041
              },
              "quickInterval": "CURRENT_MONTH_SO_FAR"
            },
            "aggregation": {
              "type": "AVG",
              "limit": 25000
            }
          },
          "timewindowStyle": {
            "showIcon": false,
            "iconSize": "24px",
            "icon": "query_builder",
            "iconPosition": "left",
            "font": {
              "size": 12,
              "sizeUnit": "px",
              "family": "Roboto",
              "weight": "400",
              "style": "normal",
              "lineHeight": "16px"
            },
            "color": "rgba(0, 0, 0, 0.38)",
            "displayTypePrefix": true
          },
          "enableDataExport": false
        },
        "row": 0,
        "col": 0,
        "id": "e4389620-439c-ec04-4599-e99c0b073c2e"
      },
      "74cb9124-1b95-f43e-d9bb-c6049b70db13": {
        "typeFullFqn": "system.indoor_simple_humidity_chart_card",
        "type": "timeseries",
        "sizeX": 4.5,
        "sizeY": 2,
        "config": {
          "datasources": [
            {
              "type": "device",
              "name": "",
              "deviceId": "6b68f200-4552-11f0-b94b-f3b14d0c4306",
              "dataKeys": [
                {
                  "name": "humidity",
                  "type": "timeseries",
                  "label": "Humidity",
                  "color": "rgb(161, 173, 177)",
                  "settings": {},
                  "_hash": 0.508561332695523
                }
              ],
              "alarmFilterConfig": {
                "statusList": [
                  "ACTIVE"
                ]
              },
              "latestDataKeys": [
                {
                  "name": "humidity",
                  "type": "timeseries",
                  "label": "Latest",
                  "color": "rgb(161, 173, 177)",
                  "settings": {},
                  "_hash": 0.508561332695523,
                  "units": null,
                  "decimals": null
                }
              ]
            }
          ],
          "showTitle": true,
          "backgroundColor": "rgba(0, 0, 0, 0)",
          "color": null,
          "padding": "0",
          "settings": {
            "layout": "left",
            "autoScale": true,
            "showValue": true,
            "valueFont": {
              "family": "Roboto",
              "size": 28,
              "sizeUnit": "px",
              "style": "normal",
              "weight": "500",
              "lineHeight": "32px"
            },
            "valueColor": {
              "type": "range",
              "color": "rgba(0, 0, 0, 0.87)",
              "rangeList": {
                "advancedMode": false,
                "range": [
                  {
                    "from": null,
                    "to": 30,
                    "color": "#FFA600"
                  },
                  {
                    "from": 30,
                    "to": 60,
                    "color": "#3FA71A"
                  },
                  {
                    "from": 60,
                    "to": null,
                    "color": "#D81838"
                  }
                ]
              },
              "colorFunction": "var temperature = value;\nif (typeof temperature !== 'undefined') {\n  var percent = (temperature + 60)/120 * 100;\n  return tinycolor.mix('blue', 'red', percent).toHexString();\n}\nreturn 'blue';"
            },
            "background": {
              "type": "color",
              "color": "#fff",
              "overlay": {
                "enabled": false,
                "color": "rgba(255,255,255,0.72)",
                "blur": 3
              }
            },
            "padding": "12px"
          },
          "title": "Humidity",
          "dropShadow": true,
          "enableFullscreen": false,
          "titleStyle": null,
          "mobileHeight": null,
          "configMode": "basic",
          "actions": {},
          "showTitleIcon": true,
          "titleIcon": "mdi:water-percent",
          "iconColor": "rgba(0, 0, 0, 0.87)",
          "titleFont": {
            "size": 16,
            "sizeUnit": "px",
            "family": "Roboto",
            "weight": "500",
            "style": "normal",
            "lineHeight": "24px"
          },
          "iconSize": "18px",
          "titleTooltip": "",
          "widgetStyle": {},
          "widgetCss": "",
          "pageSize": 1024,
          "noDataDisplayMessage": "",
          "useDashboardTimewindow": true,
          "decimals": 0,
          "titleColor": "rgba(0, 0, 0, 0.87)",
          "borderRadius": null,
          "units": "%",
          "displayTimewindow": true,
          "timewindow": {
            "hideAggregation": false,
            "hideAggInterval": false,
            "hideTimezone": false,
            "selectedTab": 1,
            "history": {
              "historyType": 2,
              "timewindowMs": 60000,
              "interval": 43200000,
              "fixedTimewindow": {
                "startTimeMs": 1697382151041,
                "endTimeMs": 1697468551041
              },
              "quickInterval": "CURRENT_MONTH_SO_FAR"
            },
            "aggregation": {
              "type": "AVG",
              "limit": 25000
            }
          },
          "timewindowStyle": {
            "showIcon": false,
            "iconSize": "24px",
            "icon": "query_builder",
            "iconPosition": "left",
            "font": {
              "size": 12,
              "sizeUnit": "px",
              "family": "Roboto",
              "weight": "400",
              "style": "normal",
              "lineHeight": "16px"
            },
            "color": "rgba(0, 0, 0, 0.38)",
            "displayTypePrefix": true
          },
          "enableDataExport": false
        },
        "row": 0,
        "col": 0,
        "id": "74cb9124-1b95-f43e-d9bb-c6049b70db13"
      },
      "c9838d24-de38-bccb-45dd-89a351437f3a": {
        "typeFullFqn": "system.indoor_co2_chart_card",
        "type": "timeseries",
        "sizeX": 4.5,
        "sizeY": 3.5,
        "config": {
          "datasources": [
            {
              "type": "device",
              "name": "",
              "deviceId": "6b68f200-4552-11f0-b94b-f3b14d0c4306",
              "dataKeys": [
                {
                  "name": "co2",
                  "type": "timeseries",
                  "label": "CO2 level",
                  "color": "rgb(161, 173, 177)",
                  "settings": {},
                  "_hash": 0.14566100381890335,
                  "units": "ppm",
                  "decimals": 0
                }
              ],
              "alarmFilterConfig": {
                "statusList": [
                  "ACTIVE"
                ]
              },
              "latestDataKeys": [
                {
                  "name": "co2",
                  "type": "timeseries",
                  "label": "Latest",
                  "color": "#4caf50",
                  "settings": {
                    "position": "center",
                    "font": {
                      "size": 52,
                      "sizeUnit": "px",
                      "family": "Roboto",
                      "weight": "500",
                      "style": "normal",
                      "lineHeight": "1"
                    },
                    "color": {
                      "type": "range",
                      "color": "rgba(0, 0, 0, 0.87)",
                      "rangeList": {
                        "advancedMode": false,
                        "range": [
                          {
                            "from": null,
                            "to": 600,
                            "color": "#3FA71A"
                          },
                          {
                            "from": 600,
                            "to": 800,
                            "color": "#F36900"
                          },
                          {
                            "from": 800,
                            "to": null,
                            "color": "#D81838"
                          }
                        ]
                      },
                      "colorFunction": "var temperature = value;\nif (typeof temperature !== 'undefined') {\n  var percent = (temperature + 60)/120 * 100;\n  return tinycolor.mix('blue', 'red', percent).toHexString();\n}\nreturn 'blue';"
                    },
                    "showArrow": false
                  },
                  "_hash": 0.5661963959769588,
                  "units": "ppm",
                  "decimals": 0,
                  "aggregationType": "NONE"
                },
                {
                  "name": "co2",
                  "type": "timeseries",
                  "label": "Delta absolute",
                  "color": "#ffc107",
                  "settings": {
                    "position": "rightBottom",
                    "font": {
                      "size": 11,
                      "sizeUnit": "px",
                      "family": "Roboto",
                      "weight": "400",
                      "style": "normal",
                      "lineHeight": "16px"
                    },
                    "color": {
                      "type": "constant",
                      "color": "rgba(0, 0, 0, 0.38)",
                      "rangeList": {
                        "advancedMode": false,
                        "range": []
                      },
                      "colorFunction": "var temperature = value;\nif (typeof temperature !== 'undefined') {\n  var percent = (temperature + 60)/120 * 100;\n  return tinycolor.mix('blue', 'red', percent).toHexString();\n}\nreturn 'blue';"
                    },
                    "showArrow": false
                  },
                  "_hash": 0.9395728804656515,
                  "units": "ppm",
                  "decimals": 1,
                  "aggregationType": "AVG",
                  "comparisonEnabled": true,
                  "timeForComparison": "previousInterval",
                  "comparisonResultType": "DELTA_ABSOLUTE"
                }
              ]
            }
          ],
          "timewindow": {
            "selectedTab": 1,
            "history": {
              "historyType": 2,
              "quickInterval": "CURRENT_MONTH_SO_FAR"
            },
            "aggregation": {
              "type": "AVG",
              "interval": 43200000,
              "limit": 5000
            }
          },
          "showTitle": true,
          "backgroundColor": "rgba(0, 0, 0, 0)",
          "color": null,
          "padding": "0",
          "settings": {
            "stack": false,
            "fontSize": 10,
            "fontColor": "#545454",
            "showTooltip": true,
            "tooltipIndividual": false,
            "tooltipCumulative": false,
            "hideZeros": false,
            "grid": {
              "verticalLines": true,
              "horizontalLines": true,
              "outlineWidth": 1,
              "color": "#545454",
              "backgroundColor": null,
              "tickColor": "#DDDDDD"
            },
            "xaxis": {
              "title": null,
              "showLabels": true,
              "color": "#545454"
            },
            "yaxis": {
              "min": null,
              "max": null,
              "title": null,
              "showLabels": true,
              "color": "#545454",
              "tickSize": null,
              "tickDecimals": 0,
              "ticksFormatter": ""
            },
            "shadowSize": 4,
            "smoothLines": false,
            "comparisonEnabled": false,
            "xaxisSecond": {
              "axisPosition": "top",
              "title": null,
              "showLabels": true
            },
            "showLegend": true,
            "legendConfig": {
              "direction": "column",
              "position": "bottom",
              "sortDataKeys": false,
              "showMin": false,
              "showMax": false,
              "showAvg": true,
              "showTotal": false,
              "showLatest": false
            },
            "customLegendEnabled": false,
            "showSubtitle": true,
            "subtitle": "${entityName}",
            "subtitleFont": {
              "family": "Roboto",
              "size": 12,
              "sizeUnit": "px",
              "style": "normal",
              "weight": "400",
              "lineHeight": "16px"
            },
            "subtitleColor": "rgba(0, 0, 0, 0.38)",
            "showDate": true,
            "dateFormat": {
              "format": null,
              "lastUpdateAgo": true,
              "custom": false
            },
            "dateFont": {
              "family": "Roboto",
              "size": 12,
              "sizeUnit": "px",
              "style": "normal",
              "weight": "400",
              "lineHeight": "16px"
            },
            "dateColor": "rgba(0, 0, 0, 0.38)",
            "showChart": true,
            "chartColor": "rgba(0, 0, 0, 0.87)",
            "background": {
              "type": "color",
              "color": "#fff",
              "overlay": {
                "enabled": false,
                "color": "rgba(255,255,255,0.72)",
                "blur": 3
              }
            },
            "autoScale": true,
            "padding": "18px"
          },
          "title": "CO2 level",
          "dropShadow": true,
          "enableFullscreen": false,
          "titleStyle": {
            "fontSize": "16px",
            "fontWeight": 400
          },
          "mobileHeight": null,
          "configMode": "basic",
          "actions": {},
          "showTitleIcon": true,
          "titleIcon": "co2",
          "iconColor": "rgb(67, 91, 99)",
          "titleFont": {
            "size": 16,
            "sizeUnit": "px",
            "family": "Roboto",
            "weight": "500",
            "style": "normal",
            "lineHeight": "24px"
          },
          "iconSize": "24px",
          "titleTooltip": "",
          "widgetStyle": {},
          "widgetCss": "",
          "pageSize": 1024,
          "noDataDisplayMessage": "",
          "useDashboardTimewindow": true,
          "displayTimewindow": true,
          "decimals": 0,
          "timewindowStyle": {
            "showIcon": true,
            "iconSize": "24px",
            "icon": null,
            "iconPosition": "left",
            "font": {
              "size": 12,
              "sizeUnit": "px",
              "family": "Roboto",
              "weight": "400",
              "style": "normal",
              "lineHeight": "16px"
            },
            "color": "rgba(0, 0, 0, 0.38)",
            "displayTypePrefix": false
          },
          "titleColor": "rgb(67, 91, 99)",
          "borderRadius": null,
          "enableDataExport": false
        },
        "row": 0,
        "col": 0,
        "id": "c9838d24-de38-bccb-45dd-89a351437f3a"
      },
      "925f3f58-f18c-a3f3-5048-735d96cc41c0": {
        "typeFullFqn": "system.volatile_organic_compounds_chart_card",
        "type": "timeseries",
        "sizeX": 4.5,
        "sizeY": 3.5,
        "config": {
          "datasources": [
            {
              "type": "device",
              "name": "",
              "deviceId": "6b68f200-4552-11f0-b94b-f3b14d0c4306",
              "dataKeys": [
                {
                  "name": "tvoc",
                  "type": "timeseries",
                  "label": "tvoc",
                  "color": "rgb(161, 173, 177)",
                  "settings": {},
                  "_hash": 0.8614797575976223,
                  "units": "µg/m³",
                  "decimals": 0
                }
              ],
              "alarmFilterConfig": {
                "statusList": [
                  "ACTIVE"
                ]
              },
              "latestDataKeys": [
                {
                  "name": "tvoc",
                  "type": "timeseries",
                  "label": "Latest",
                  "color": "#4caf50",
                  "settings": {
                    "position": "center",
                    "font": {
                      "size": 52,
                      "sizeUnit": "px",
                      "family": "Roboto",
                      "weight": "500",
                      "style": "normal",
                      "lineHeight": "1"
                    },
                    "color": {
                      "type": "range",
                      "color": "rgba(0, 0, 0, 0.87)",
                      "rangeList": {
                        "advancedMode": false,
                        "range": [
                          {
                            "from": 0,
                            "to": 500,
                            "color": "#80C32C"
                          },
                          {
                            "from": 500,
                            "to": 1000,
                            "color": "#FFA600"
                          },
                          {
                            "from": 1000,
                            "to": null,
                            "color": "#D81838"
                          }
                        ]
                      },
                      "colorFunction": "var temperature = value;\nif (typeof temperature !== 'undefined') {\n  var percent = (temperature + 60)/120 * 100;\n  return tinycolor.mix('blue', 'red', percent).toHexString();\n}\nreturn 'blue';"
                    },
                    "showArrow": false
                  },
                  "_hash": 0.08490658161345199,
                  "units": "µg/m³",
                  "decimals": 0,
                  "aggregationType": "NONE"
                },
                {
                  "name": "tvoc",
                  "type": "timeseries",
                  "label": "Delta absolute",
                  "color": "#ffc107",
                  "settings": {
                    "position": "rightBottom",
                    "font": {
                      "size": 11,
                      "sizeUnit": "px",
                      "family": "Roboto",
                      "weight": "400",
                      "style": "normal",
                      "lineHeight": "16px"
                    },
                    "color": {
                      "type": "constant",
                      "color": "rgba(0, 0, 0, 0.38)",
                      "rangeList": {
                        "advancedMode": false,
                        "range": []
                      },
                      "colorFunction": "var temperature = value;\nif (typeof temperature !== 'undefined') {\n  var percent = (temperature + 60)/120 * 100;\n  return tinycolor.mix('blue', 'red', percent).toHexString();\n}\nreturn 'blue';"
                    },
                    "showArrow": false
                  },
                  "_hash": 0.5796520386431686,
                  "units": "µg/m³",
                  "decimals": 1,
                  "aggregationType": "AVG",
                  "comparisonEnabled": true,
                  "timeForComparison": "previousInterval",
                  "comparisonResultType": "DELTA_ABSOLUTE"
                }
              ]
            }
          ],
          "timewindow": {
            "selectedTab": 1,
            "history": {
              "historyType": 2,
              "quickInterval": "CURRENT_MONTH_SO_FAR"
            },
            "aggregation": {
              "type": "AVG",
              "interval": 43200000,
              "limit": 5000
            }
          },
          "showTitle": true,
          "backgroundColor": "rgba(0, 0, 0, 0)",
          "color": null,
          "padding": "0",
          "settings": {
            "stack": false,
            "fontSize": 10,
            "fontColor": "#545454",
            "showTooltip": true,
            "tooltipIndividual": false,
            "tooltipCumulative": false,
            "hideZeros": false,
            "grid": {
              "verticalLines": true,
              "horizontalLines": true,
              "outlineWidth": 1,
              "color": "#545454",
              "backgroundColor": null,
              "tickColor": "#DDDDDD"
            },
            "xaxis": {
              "title": null,
              "showLabels": true,
              "color": "#545454"
            },
            "yaxis": {
              "min": null,
              "max": null,
              "title": null,
              "showLabels": true,
              "color": "#545454",
              "tickSize": null,
              "tickDecimals": 0,
              "ticksFormatter": ""
            },
            "shadowSize": 4,
            "smoothLines": false,
            "comparisonEnabled": false,
            "xaxisSecond": {
              "axisPosition": "top",
              "title": null,
              "showLabels": true
            },
            "showLegend": true,
            "legendConfig": {
              "direction": "column",
              "position": "bottom",
              "sortDataKeys": false,
              "showMin": false,
              "showMax": false,
              "showAvg": true,
              "showTotal": false,
              "showLatest": false
            },
            "customLegendEnabled": false,
            "showSubtitle": true,
            "subtitle": "${entityName}",
            "subtitleFont": {
              "family": "Roboto",
              "size": 12,
              "sizeUnit": "px",
              "style": "normal",
              "weight": "400",
              "lineHeight": "16px"
            },
            "subtitleColor": "rgba(0, 0, 0, 0.38)",
            "showDate": true,
            "dateFormat": {
              "format": null,
              "lastUpdateAgo": true,
              "custom": false
            },
            "dateFont": {
              "family": "Roboto",
              "size": 12,
              "sizeUnit": "px",
              "style": "normal",
              "weight": "400",
              "lineHeight": "16px"
            },
            "dateColor": "rgba(0, 0, 0, 0.38)",
            "showChart": true,
            "chartColor": "rgba(0, 0, 0, 0.87)",
            "background": {
              "type": "color",
              "color": "#fff",
              "overlay": {
                "enabled": false,
                "color": "rgba(255,255,255,0.72)",
                "blur": 3
              }
            },
            "autoScale": true,
            "padding": "18px"
          },
          "title": "VOCs",
          "dropShadow": true,
          "enableFullscreen": false,
          "titleStyle": {
            "fontSize": "16px",
            "fontWeight": 400
          },
          "mobileHeight": null,
          "configMode": "basic",
          "actions": {},
          "showTitleIcon": true,
          "titleIcon": "mdi:molecule",
          "iconColor": "rgb(67, 91, 99)",
          "titleFont": {
            "size": 16,
            "sizeUnit": "px",
            "family": "Roboto",
            "weight": "500",
            "style": "normal",
            "lineHeight": "24px"
          },
          "iconSize": "24px",
          "titleTooltip": "",
          "widgetStyle": {},
          "widgetCss": "",
          "pageSize": 1024,
          "noDataDisplayMessage": "",
          "useDashboardTimewindow": true,
          "displayTimewindow": true,
          "decimals": 0,
          "timewindowStyle": {
            "showIcon": true,
            "iconSize": "24px",
            "icon": null,
            "iconPosition": "left",
            "font": {
              "size": 12,
              "sizeUnit": "px",
              "family": "Roboto",
              "weight": "400",
              "style": "normal",
              "lineHeight": "16px"
            },
            "color": "rgba(0, 0, 0, 0.38)",
            "displayTypePrefix": false
          },
          "titleColor": "rgb(67, 91, 99)",
          "borderRadius": null,
          "enableDataExport": false
        },
        "row": 0,
        "col": 0,
        "id": "925f3f58-f18c-a3f3-5048-735d96cc41c0"
      },
      "8adae609-a801-66d9-d3c5-0d701104ec87": {
        "typeFullFqn": "system.indoor_simple_pm2_5_chart_card",
        "type": "timeseries",
        "sizeX": 4.5,
        "sizeY": 2,
        "config": {
          "datasources": [
            {
              "type": "device",
              "name": "",
              "deviceId": "6b68f200-4552-11f0-b94b-f3b14d0c4306",
              "dataKeys": [
                {
                  "name": "pm2.5",
                  "type": "timeseries",
                  "label": "PM2.5",
                  "color": "rgb(161, 173, 177)",
                  "settings": {},
                  "_hash": 0.8278728156937394
                }
              ],
              "alarmFilterConfig": {
                "statusList": [
                  "ACTIVE"
                ]
              },
              "latestDataKeys": [
                {
                  "name": "pm2.5",
                  "type": "timeseries",
                  "label": "Latest",
                  "color": "rgb(161, 173, 177)",
                  "settings": {},
                  "_hash": 0.8278728156937394,
                  "units": null,
                  "decimals": null
                }
              ]
            }
          ],
          "showTitle": true,
          "backgroundColor": "rgba(0, 0, 0, 0)",
          "color": null,
          "padding": "0",
          "settings": {
            "layout": "left",
            "autoScale": true,
            "showValue": true,
            "valueFont": {
              "family": "Roboto",
              "size": 28,
              "sizeUnit": "px",
              "style": "normal",
              "weight": "500",
              "lineHeight": "32px"
            },
            "valueColor": {
              "type": "range",
              "color": "rgba(0, 0, 0, 0.87)",
              "rangeList": {
                "advancedMode": false,
                "range": [
                  {
                    "from": 0,
                    "to": 35,
                    "color": "#80C32C"
                  },
                  {
                    "from": 35,
                    "to": 75,
                    "color": "#FFA600"
                  },
                  {
                    "from": 75,
                    "to": null,
                    "color": "#D81838"
                  }
                ]
              },
              "colorFunction": "var temperature = value;\nif (typeof temperature !== 'undefined') {\n  var percent = (temperature + 60)/120 * 100;\n  return tinycolor.mix('blue', 'red', percent).toHexString();\n}\nreturn 'blue';"
            },
            "background": {
              "type": "color",
              "color": "#fff",
              "overlay": {
                "enabled": false,
                "color": "rgba(255,255,255,0.72)",
                "blur": 3
              }
            },
            "padding": "12px"
          },
          "title": "PM2.5",
          "dropShadow": true,
          "enableFullscreen": false,
          "titleStyle": null,
          "mobileHeight": null,
          "configMode": "basic",
          "actions": {},
          "showTitleIcon": true,
          "titleIcon": "mdi:broom",
          "iconColor": "rgb(67, 91, 99)",
          "titleFont": {
            "size": 16,
            "sizeUnit": "px",
            "family": "Roboto",
            "weight": "500",
            "style": "normal",
            "lineHeight": "24px"
          },
          "iconSize": "18px",
          "titleTooltip": "",
          "widgetStyle": {},
          "widgetCss": "",
          "pageSize": 1024,
          "noDataDisplayMessage": "",
          "useDashboardTimewindow": true,
          "decimals": 0,
          "titleColor": "rgb(67, 91, 99)",
          "borderRadius": null,
          "units": "µg/m³",
          "displayTimewindow": true,
          "timewindow": {
            "hideAggregation": false,
            "hideAggInterval": false,
            "hideTimezone": false,
            "selectedTab": 1,
            "history": {
              "historyType": 2,
              "timewindowMs": 60000,
              "interval": 43200000,
              "fixedTimewindow": {
                "startTimeMs": 1697382151041,
                "endTimeMs": 1697468551041
              },
              "quickInterval": "CURRENT_MONTH_SO_FAR"
            },
            "aggregation": {
              "type": "AVG",
              "limit": 25000
            }
          },
          "timewindowStyle": {
            "showIcon": false,
            "iconSize": "24px",
            "icon": "query_builder",
            "iconPosition": "left",
            "font": {
              "size": 12,
              "sizeUnit": "px",
              "family": "Roboto",
              "weight": "400",
              "style": "normal",
              "lineHeight": "16px"
            },
            "color": "rgba(0, 0, 0, 0.38)",
            "displayTypePrefix": true
          },
          "enableDataExport": false
        },
        "row": 0,
        "col": 0,
        "id": "8adae609-a801-66d9-d3c5-0d701104ec87"
      },
      "fc2c6ea0-8df3-b11a-79fd-fc9994f1a2fb": {
        "typeFullFqn": "system.indoor_simple_pm10_chart_card",
        "type": "timeseries",
        "sizeX": 4.5,
        "sizeY": 2,
        "config": {
          "datasources": [
            {
              "type": "device",
              "name": "",
              "deviceId": "6b68f200-4552-11f0-b94b-f3b14d0c4306",
              "dataKeys": [
                {
                  "name": "pm10",
                  "type": "timeseries",
                  "label": "PM10",
                  "color": "rgb(161, 173, 177)",
                  "settings": {},
                  "_hash": 0.837822878039937
                }
              ],
              "alarmFilterConfig": {
                "statusList": [
                  "ACTIVE"
                ]
              },
              "latestDataKeys": [
                {
                  "name": "pm10",
                  "type": "timeseries",
                  "label": "Latest",
                  "color": "rgb(161, 173, 177)",
                  "settings": {},
                  "_hash": 0.837822878039937,
                  "units": null,
                  "decimals": null
                }
              ]
            }
          ],
          "showTitle": true,
          "backgroundColor": "rgba(0, 0, 0, 0)",
          "color": null,
          "padding": "0",
          "settings": {
            "layout": "left",
            "autoScale": true,
            "showValue": true,
            "valueFont": {
              "family": "Roboto",
              "size": 28,
              "sizeUnit": "px",
              "style": "normal",
              "weight": "500",
              "lineHeight": "32px"
            },
            "valueColor": {
              "type": "range",
              "color": "rgba(0, 0, 0, 0.87)",
              "rangeList": {
                "advancedMode": false,
                "range": [
                  {
                    "from": 0,
                    "to": 50,
                    "color": "#80C32C"
                  },
                  {
                    "from": 50,
                    "to": 150,
                    "color": "#FFA600"
                  },
                  {
                    "from": 150,
                    "to": null,
                    "color": "#D81838"
                  }
                ]
              },
              "colorFunction": "var temperature = value;\nif (typeof temperature !== 'undefined') {\n  var percent = (temperature + 60)/120 * 100;\n  return tinycolor.mix('blue', 'red', percent).toHexString();\n}\nreturn 'blue';"
            },
            "background": {
              "type": "color",
              "color": "#fff",
              "overlay": {
                "enabled": false,
                "color": "rgba(255,255,255,0.72)",
                "blur": 3
              }
            },
            "padding": "12px"
          },
          "title": "PM10",
          "dropShadow": true,
          "enableFullscreen": false,
          "titleStyle": null,
          "mobileHeight": null,
          "configMode": "basic",
          "actions": {},
          "showTitleIcon": true,
          "titleIcon": "mdi:broom",
          "iconColor": "rgb(67, 91, 99)",
          "titleFont": {
            "size": 16,
            "sizeUnit": "px",
            "family": "Roboto",
            "weight": "500",
            "style": "normal",
            "lineHeight": "24px"
          },
          "iconSize": "18px",
          "titleTooltip": "",
          "widgetStyle": {},
          "widgetCss": "",
          "pageSize": 1024,
          "noDataDisplayMessage": "",
          "useDashboardTimewindow": true,
          "decimals": 0,
          "titleColor": "rgb(67, 91, 99)",
          "borderRadius": null,
          "units": "µg/m³",
          "displayTimewindow": true,
          "timewindow": {
            "hideAggregation": false,
            "hideAggInterval": false,
            "hideTimezone": false,
            "selectedTab": 1,
            "history": {
              "historyType": 2,
              "timewindowMs": 60000,
              "interval": 43200000,
              "fixedTimewindow": {
                "startTimeMs": 1697382151041,
                "endTimeMs": 1697468551041
              },
              "quickInterval": "CURRENT_MONTH_SO_FAR"
            },
            "aggregation": {
              "type": "AVG",
              "limit": 25000
            }
          },
          "timewindowStyle": {
            "showIcon": false,
            "iconSize": "24px",
            "icon": "query_builder",
            "iconPosition": "left",
            "font": {
              "size": 12,
              "sizeUnit": "px",
              "family": "Roboto",
              "weight": "400",
              "style": "normal",
              "lineHeight": "16px"
            },
            "color": "rgba(0, 0, 0, 0.38)",
            "displayTypePrefix": true
          },
          "enableDataExport": false
        },
        "row": 0,
        "col": 0,
        "id": "fc2c6ea0-8df3-b11a-79fd-fc9994f1a2fb"
      }
    },
    "states": {
      "default": {
        "name": "LRS10701 Air Quality Monitor",
        "root": true,
        "layouts": {
          "main": {
            "widgets": {
              "9c7cc243-396c-e4df-73af-fc0922715f0e": {
                "sizeX": 10,
                "sizeY": 6,
                "mobileHeight": null,
                "row": 0,
                "col": 0
              },
              "948570ce-ab4e-0119-5720-28fa4f1b22bf": {
                "sizeX": 3,
                "sizeY": 3,
                "row": 0,
                "col": 13
              },
              "9439626d-abf1-c946-0216-d477d6f83947": {
                "sizeX": 3,
                "sizeY": 3,
                "row": 0,
                "col": 10
              },
              "e4389620-439c-ec04-4599-e99c0b073c2e": {
                "sizeX": 5,
                "sizeY": 2,
                "mobileHeight": null,
                "row": 6,
                "col": 0
              },
              "74cb9124-1b95-f43e-d9bb-c6049b70db13": {
                "sizeX": 5,
                "sizeY": 2,
                "mobileHeight": null,
                "row": 6,
                "col": 5
              },
              "c9838d24-de38-bccb-45dd-89a351437f3a": {
                "sizeX": 6,
                "sizeY": 5,
                "mobileHeight": null,
                "row": 3,
                "col": 10
              },
              "925f3f58-f18c-a3f3-5048-735d96cc41c0": {
                "sizeX": 6,
                "sizeY": 4,
                "mobileHeight": null,
                "row": 8,
                "col": 10
              },
              "8adae609-a801-66d9-d3c5-0d701104ec87": {
                "sizeX": 10,
                "sizeY": 2,
                "mobileHeight": null,
                "row": 8,
                "col": 0
              },
              "fc2c6ea0-8df3-b11a-79fd-fc9994f1a2fb": {
                "sizeX": 10,
                "sizeY": 2,
                "mobileHeight": null,
                "row": 10,
                "col": 0
              }
            },
            "gridSettings": {
              "layoutType": "default",
              "backgroundColor": "#eeeeee",
              "columns": 24,
              "margin": 10,
              "outerMargin": true,
              "backgroundSizeMode": "100%"
            }
          }
        }
      }
    },
    "entityAliases": {},
    "filters": {},
    "timewindow": {
      "hideAggregation": false,
      "hideAggInterval": false,
      "hideTimezone": false,
      "selectedTab": 0,
      "realtime": {
        "realtimeType": 0,
        "interval": 900000,
        "timewindowMs": 86400000,
        "quickInterval": "CURRENT_DAY",
        "hideInterval": false,
        "hideLastInterval": false,
        "hideQuickInterval": false
      },
      "history": {
        "historyType": 0,
        "interval": 1000,
        "timewindowMs": 60000,
        "fixedTimewindow": {
          "startTimeMs": 1748469517990,
          "endTimeMs": 1748555917990
        },
        "quickInterval": "CURRENT_DAY",
        "hideInterval": false,
        "hideLastInterval": false,
        "hideFixedInterval": false,
        "hideQuickInterval": false
      },
      "aggregation": {
        "type": "AVG",
        "limit": 25000
      },
      "timezone": null
    },
    "settings": {
      "stateControllerId": "entity",
      "showTitle": false,
      "showDashboardsSelect": true,
      "showEntitiesSelect": true,
      "showDashboardTimewindow": true,
      "showDashboardExport": true,
      "toolbarAlwaysOpen": true
    }
  },
  "name": "LRS10701 Air Quality Monitor",
  "resources": null
}