Browse Source

Merge pull request #15801 from thingsboard/feature/4.4-iot-hub

Integration with IoT Hub
pull/15806/head
Viacheslav Klimov 1 month ago
committed by GitHub
parent
commit
8a3fe43eec
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      .gitignore
  2. 111
      application/src/main/data/json/system/widget_bundles/air_quality.json
  3. 3
      application/src/main/data/json/system/widget_bundles/home_page_widgets.json
  4. 94
      application/src/main/data/json/system/widget_bundles/indoor_environment.json
  5. 84
      application/src/main/data/json/system/widget_bundles/industial_widgets.json
  6. 190
      application/src/main/data/json/system/widget_bundles/outdoor_environment.json
  7. 2
      application/src/main/data/json/system/widget_types/air_quality_index_card.json
  8. 2
      application/src/main/data/json/system/widget_types/air_quality_index_card_with_background.json
  9. 2
      application/src/main/data/json/system/widget_types/air_quality_index_chart_card.json
  10. 2
      application/src/main/data/json/system/widget_types/air_quality_index_chart_card_with_background.json
  11. 2
      application/src/main/data/json/system/widget_types/carbon_monoxide__co__card.json
  12. 2
      application/src/main/data/json/system/widget_types/carbon_monoxide__co__card_with_background.json
  13. 2
      application/src/main/data/json/system/widget_types/carbon_monoxide__co__chart_card.json
  14. 2
      application/src/main/data/json/system/widget_types/carbon_monoxide__co__chart_card_with_background.json
  15. 2
      application/src/main/data/json/system/widget_types/co2_card.json
  16. 2
      application/src/main/data/json/system/widget_types/co2_card_with_background.json
  17. 2
      application/src/main/data/json/system/widget_types/co2_chart_card.json
  18. 2
      application/src/main/data/json/system/widget_types/co2_chart_card_with_background.json
  19. 2
      application/src/main/data/json/system/widget_types/efficiency_card.json
  20. 2
      application/src/main/data/json/system/widget_types/efficiency_card_with_background.json
  21. 2
      application/src/main/data/json/system/widget_types/efficiency_chart_card.json
  22. 2
      application/src/main/data/json/system/widget_types/efficiency_chart_card_with_background.json
  23. 2
      application/src/main/data/json/system/widget_types/efficiency_progress_bar.json
  24. 2
      application/src/main/data/json/system/widget_types/efficiency_progress_bar_with_background.json
  25. 2
      application/src/main/data/json/system/widget_types/efficiency_range_chart.json
  26. 2
      application/src/main/data/json/system/widget_types/efficiency_range_chart_with_background.json
  27. 2
      application/src/main/data/json/system/widget_types/flooding_level_card.json
  28. 2
      application/src/main/data/json/system/widget_types/flooding_level_card_with_background.json
  29. 2
      application/src/main/data/json/system/widget_types/flooding_level_chart_card.json
  30. 2
      application/src/main/data/json/system/widget_types/flooding_level_chart_card_with_background.json
  31. 2
      application/src/main/data/json/system/widget_types/flooding_level_progress_bar.json
  32. 2
      application/src/main/data/json/system/widget_types/flooding_level_progress_bar_with_background.json
  33. 2
      application/src/main/data/json/system/widget_types/flow_rate_card.json
  34. 2
      application/src/main/data/json/system/widget_types/flow_rate_card_with_background.json
  35. 2
      application/src/main/data/json/system/widget_types/flow_rate_chart_card.json
  36. 2
      application/src/main/data/json/system/widget_types/flow_rate_chart_card_with_background.json
  37. 2
      application/src/main/data/json/system/widget_types/flow_rate_gauge.json
  38. 2
      application/src/main/data/json/system/widget_types/flow_rate_progress_bar.json
  39. 2
      application/src/main/data/json/system/widget_types/flow_rate_progress_bar_with_background.json
  40. 2
      application/src/main/data/json/system/widget_types/flow_rate_range_chart.json
  41. 2
      application/src/main/data/json/system/widget_types/flow_rate_range_chart_with_background.json
  42. 2
      application/src/main/data/json/system/widget_types/fluid_pressure_card.json
  43. 2
      application/src/main/data/json/system/widget_types/fluid_pressure_card_with_background.json
  44. 2
      application/src/main/data/json/system/widget_types/fluid_pressure_chart_card.json
  45. 2
      application/src/main/data/json/system/widget_types/fluid_pressure_chart_card_with_background.json
  46. 2
      application/src/main/data/json/system/widget_types/fluid_pressure_gauge.json
  47. 2
      application/src/main/data/json/system/widget_types/fluid_pressure_progress_bar.json
  48. 2
      application/src/main/data/json/system/widget_types/fluid_pressure_progress_bar_with_background.json
  49. 2
      application/src/main/data/json/system/widget_types/fluid_pressure_range_chart.json
  50. 2
      application/src/main/data/json/system/widget_types/fluid_pressure_range_chart_with_background.json
  51. 2
      application/src/main/data/json/system/widget_types/ground_temperature_card.json
  52. 2
      application/src/main/data/json/system/widget_types/ground_temperature_card_with_background.json
  53. 2
      application/src/main/data/json/system/widget_types/ground_temperature_chart_card.json
  54. 2
      application/src/main/data/json/system/widget_types/ground_temperature_chart_card_with_background.json
  55. 2
      application/src/main/data/json/system/widget_types/horizontal_air_quality_index_card.json
  56. 2
      application/src/main/data/json/system/widget_types/horizontal_air_quality_index_card_with_background.json
  57. 2
      application/src/main/data/json/system/widget_types/horizontal_carbon_monoxide__co__card.json
  58. 2
      application/src/main/data/json/system/widget_types/horizontal_carbon_monoxide__co__card_with_background.json
  59. 2
      application/src/main/data/json/system/widget_types/horizontal_co2_card.json
  60. 2
      application/src/main/data/json/system/widget_types/horizontal_co2_card_with_background.json
  61. 2
      application/src/main/data/json/system/widget_types/horizontal_efficiency_card.json
  62. 2
      application/src/main/data/json/system/widget_types/horizontal_efficiency_card_with_background.json
  63. 2
      application/src/main/data/json/system/widget_types/horizontal_flooding_level_card.json
  64. 2
      application/src/main/data/json/system/widget_types/horizontal_flooding_level_card_with_background.json
  65. 2
      application/src/main/data/json/system/widget_types/horizontal_flow_rate_card.json
  66. 2
      application/src/main/data/json/system/widget_types/horizontal_flow_rate_card_with_background.json
  67. 2
      application/src/main/data/json/system/widget_types/horizontal_fluid_pressure_card.json
  68. 2
      application/src/main/data/json/system/widget_types/horizontal_fluid_pressure_card_with_background.json
  69. 2
      application/src/main/data/json/system/widget_types/horizontal_ground_temperature_card.json
  70. 2
      application/src/main/data/json/system/widget_types/horizontal_ground_temperature_card_with_background.json
  71. 2
      application/src/main/data/json/system/widget_types/horizontal_humidity_card.json
  72. 2
      application/src/main/data/json/system/widget_types/horizontal_humidity_card_with_background.json
  73. 2
      application/src/main/data/json/system/widget_types/horizontal_illuminance_card.json
  74. 2
      application/src/main/data/json/system/widget_types/horizontal_illuminance_card_with_background.json
  75. 2
      application/src/main/data/json/system/widget_types/horizontal_individual_allergy_index__iai__card.json
  76. 2
      application/src/main/data/json/system/widget_types/horizontal_individual_allergy_index__iai__card_with_background.json
  77. 2
      application/src/main/data/json/system/widget_types/horizontal_leaf_wetness_card.json
  78. 2
      application/src/main/data/json/system/widget_types/horizontal_leaf_wetness_card_with_background.json
  79. 2
      application/src/main/data/json/system/widget_types/horizontal_nitrogen_dioxide__no2__card.json
  80. 2
      application/src/main/data/json/system/widget_types/horizontal_nitrogen_dioxide__no2__card_with_background.json
  81. 2
      application/src/main/data/json/system/widget_types/horizontal_noise_level_card.json
  82. 2
      application/src/main/data/json/system/widget_types/horizontal_noise_level_card_with_background.json
  83. 2
      application/src/main/data/json/system/widget_types/horizontal_ozone__o3__card.json
  84. 2
      application/src/main/data/json/system/widget_types/horizontal_ozone__o3__card_with_background.json
  85. 2
      application/src/main/data/json/system/widget_types/horizontal_pm10_card.json
  86. 2
      application/src/main/data/json/system/widget_types/horizontal_pm10_card_with_background.json
  87. 2
      application/src/main/data/json/system/widget_types/horizontal_pm2_5_card.json
  88. 2
      application/src/main/data/json/system/widget_types/horizontal_pm2_5_card_with_background.json
  89. 2
      application/src/main/data/json/system/widget_types/horizontal_power_consumption_card.json
  90. 2
      application/src/main/data/json/system/widget_types/horizontal_power_consumption_card_with_background.json
  91. 2
      application/src/main/data/json/system/widget_types/horizontal_pressure_card.json
  92. 2
      application/src/main/data/json/system/widget_types/horizontal_pressure_card_with_background.json
  93. 2
      application/src/main/data/json/system/widget_types/horizontal_pump_vibration_card.json
  94. 2
      application/src/main/data/json/system/widget_types/horizontal_pump_vibration_card_with_background.json
  95. 2
      application/src/main/data/json/system/widget_types/horizontal_radon_level_card.json
  96. 2
      application/src/main/data/json/system/widget_types/horizontal_radon_level_card_with_background.json
  97. 2
      application/src/main/data/json/system/widget_types/horizontal_rainfall_card.json
  98. 2
      application/src/main/data/json/system/widget_types/horizontal_rainfall_card_with_background.json
  99. 2
      application/src/main/data/json/system/widget_types/horizontal_rotational_speed_card.json
  100. 2
      application/src/main/data/json/system/widget_types/horizontal_rotational_speed_card_with_background.json

1
.gitignore

@ -39,3 +39,4 @@ rebuild-docker.sh
.run
.claude
.planning
docs/superpowers/

111
application/src/main/data/json/system/widget_bundles/air_quality.json

File diff suppressed because one or more lines are too long

3
application/src/main/data/json/system/widget_bundles/home_page_widgets.json

@ -14,6 +14,7 @@
"home_page_widgets.documentation_links",
"home_page_widgets.dashboards",
"home_page_widgets.usage_info",
"api_usage"
"api_usage",
"home_page_widgets.iot_hub"
]
}

94
application/src/main/data/json/system/widget_bundles/indoor_environment.json

@ -1,94 +0,0 @@
{
"widgetsBundle": {
"alias": "indoor_environment",
"title": "Indoor Environment",
"image": "data:image/png;base64,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",
"description": "Contains widgets displaying indoor environment telemetry.",
"order": 10000,
"externalId": null,
"name": "Indoor Environment"
},
"widgetTypeFqns": [
"indoor_temperature_card",
"indoor_temperature_card_with_background",
"indoor_horizontal_temperature_card",
"indoor_horizontal_temperature_card_with_background",
"indoor_temperature_chart_card",
"indoor_temperature_chart_card_with_background",
"indoor_simple_temperature_chart_card",
"indoor_simple_temperature_chart_card_with_background",
"indoor_temperature_progress_bar",
"indoor_temperature_progress_bar_with_background",
"indoor_temperature_range_chart",
"indoor_temperature_range_chart_with_background",
"indoor_temperature_gauge",
"indoor_humidity_card",
"indoor_humidity_card_with_background",
"indoor_horizontal_humidity_card",
"indoor_horizontal_humidity_card_with_background",
"indoor_humidity_chart_card",
"indoor_humidity_chart_card_with_background",
"indoor_simple_humidity_chart_card",
"indoor_simple_humidity_chart_card_with_background",
"indoor_humidity_progress_bar",
"indoor_humidity_progress_bar_with_background",
"indoor_co2_card",
"indoor_co2_card_with_background",
"indoor_horizontal_co2_card",
"indoor_horizontal_co2_card_with_background",
"indoor_co2_chart_card",
"indoor_co2_chart_card_with_background",
"indoor_simple_co2_chart_card",
"indoor_simple_co2_chart_card_with_background",
"indoor_illuminance_card",
"indoor_illuminance_card_with_background",
"indoor_horizontal_illuminance_card",
"indoor_horizontal_illuminance_card_with_background",
"indoor_illuminance_chart_card",
"indoor_illuminance_chart_card_with_background",
"indoor_simple_illuminance_chart_card",
"indoor_simple_illuminance_chart_card_with_background",
"indoor_illuminance_progress_bar",
"indoor_illuminance_progress_bar_with_background",
"noise_level_card",
"noise_level_card_with_background",
"horizontal_noise_level_card",
"horizontal_noise_level_card_with_background",
"noise_level_chart_card",
"noise_level_chart_card_with_background",
"simple_noise_level_chart_card",
"simple_noise_level_chart_card_with_background",
"indoor_pm2_5_card",
"indoor_pm2_5_card_with_background",
"indoor_horizontal_pm2_5_card",
"indoor_horizontal_pm2_5_card_with_background",
"indoor_pm2_5_chart_card",
"indoor_pm2_5_chart_card_with_background",
"indoor_simple_pm2_5_chart_card",
"indoor_simple_pm2_5_chart_card_with_background",
"indoor_pm10_card",
"indoor_pm10_card_with_background",
"indoor_horizontal_pm10_card",
"indoor_horizontal_pm10_card_with_background",
"indoor_pm10_chart_card",
"indoor_pm10_chart_card_with_background",
"indoor_simple_pm10_chart_card",
"indoor_simple_pm10_chart_card_with_background",
"radon_level_card",
"radon_level_card_with_background",
"horizontal_radon_level_card",
"horizontal_radon_level_card_with_background",
"radon_level_chart_card",
"radon_level_chart_card_with_background",
"simple_radon_level_chart_card",
"simple_radon_level_chart_card_with_background",
"volatile_organic_compounds_card",
"volatile_organic_compounds_card_with_background",
"horizontal_volatile_organic_compounds_card",
"horizontal_volatile_organic_compounds_card_with_background",
"volatile_organic_compounds_chart_card",
"volatile_organic_compounds_chart_card_with_background",
"simple_volatile_organic_compounds_chart_card",
"simple_volatile_organic_compounds_chart_card_with_background"
]
}

84
application/src/main/data/json/system/widget_bundles/industial_widgets.json

File diff suppressed because one or more lines are too long

190
application/src/main/data/json/system/widget_bundles/outdoor_environment.json

@ -1,190 +0,0 @@
{
"widgetsBundle": {
"alias": "outdoor_environment",
"title": "Outdoor Environment",
"image": "data:image/png;base64,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",
"description": "Contains widgets displaying outdoor environment telemetry.",
"order": 11000,
"externalId": null,
"name": "Outdoor Environment"
},
"widgetTypeFqns": [
"temperature_card",
"temperature_card_with_background",
"horizontal_temperature_card",
"horizontal_temperature_card_with_background",
"temperature_chart_card",
"temperature_chart_card_with_background",
"simple_temperature_chart_card",
"simple_temperature_chart_card_with_background",
"temperature_range_chart",
"temperature_range_chart_with_background",
"temperature_gauge",
"humidity_card",
"humidity_card_with_background",
"horizontal_humidity_card",
"horizontal_humidity_card_with_background",
"humidity_chart_card",
"humidity_chart_card_with_background",
"simple_humidity_chart_card",
"simple_humidity_chart_card_with_background",
"humidity_progress_bar",
"humidity_progress_bar_with_background",
"pressure_card",
"pressure_card_with_background",
"horizontal_pressure_card",
"horizontal_pressure_card_with_background",
"pressure_chart_card",
"pressure_chart_card_with_background",
"simple_pressure_chart_card",
"simple_pressure_chart_card_with_background",
"pressure_progress_bar",
"pressure_progress_bar_with_background",
"wind_speed_card",
"wind_speed_card_with_background",
"horizontal_wind_speed_card",
"horizontal_wind_speed_card_with_background",
"wind_speed_chart_card",
"wind_speed_chart_card_with_background",
"simple_wind_speed_chart_card",
"simple_wind_speed_chart_card_with_background",
"wind_speed_and_direction",
"wind_speed_and_direction_with_background",
"rainfall_card",
"rainfall_card_with_background",
"horizontal_rainfall_card",
"horizontal_rainfall_card_with_background",
"rainfall_chart_card",
"rainfall_chart_card_with_background",
"simple_rainfall_chart_card",
"simple_rainfall_chart_card_with_background",
"solar_radiation_card",
"solar_radiation_card_with_background",
"horizontal_solar_radiation_card",
"horizontal_solar_radiation_card_with_background",
"solar_radiation_chart_card",
"solar_radiation_chart_card_with_background",
"simple_solar_radiation_chart_card",
"simple_solar_radiation_chart_card_with_background",
"uv_index_card",
"uv_index_card_with_background",
"horizontal_uv_index_card",
"horizontal_uv_index_card_with_background",
"uv_index_chart_card",
"uv_index_chart_card_with_background",
"simple_uv_index_chart_card",
"simple_uv_index_chart_card_with_background",
"air_quality_card",
"air_quality_card_with_background",
"horizontal_air_quality_card",
"horizontal_air_quality_card_with_background",
"air_quality_chart_card",
"air_quality_chart_card_with_background",
"simple_air_quality_chart_card",
"simple_air_quality_chart_card_with_background",
"visibility_card",
"visibility_card_with_background",
"horizontal_visibility_card",
"horizontal_visibility_card_with_background",
"visibility_chart_card",
"visibility_chart_card_with_background",
"simple_visibility_chart_card",
"simple_visibility_chart_card_with_background",
"ground_temperature_card",
"ground_temperature_card_with_background",
"horizontal_ground_temperature_card",
"horizontal_ground_temperature_card_with_background",
"ground_temperature_chart_card",
"ground_temperature_chart_card_with_background",
"simple_ground_temperature_chart_card",
"simple_ground_temperature_chart_card_with_background",
"soil_moisture_card",
"soil_moisture_card_with_background",
"horizontal_soil_moisture_card",
"horizontal_soil_moisture_card_with_background",
"soil_moisture_chart_card",
"soil_moisture_chart_card_with_background",
"simple_soil_moisture_chart_card",
"simple_soil_moisture_chart_card_with_background",
"soil_moisture_progress_bar",
"soil_moisture_progress_bar_with_background",
"noise_level_card",
"noise_level_card_with_background",
"horizontal_noise_level_card",
"horizontal_noise_level_card_with_background",
"noise_level_chart_card",
"noise_level_chart_card_with_background",
"simple_noise_level_chart_card",
"simple_noise_level_chart_card_with_background",
"vibration_card",
"vibration_card_with_background",
"horizontal_vibration_card",
"horizontal_vibration_card_with_background",
"vibration_chart_card",
"vibration_chart_card_with_background",
"simple_vibration_chart_card",
"simple_vibration_chart_card_with_background",
"leaf_wetness_card",
"leaf_wetness_card_with_background",
"horizontal_leaf_wetness_card",
"horizontal_leaf_wetness_card_with_background",
"leaf_wetness_chart_card",
"leaf_wetness_chart_card_with_background",
"simple_leaf_wetness_chart_card",
"simple_leaf_wetness_chart_card_with_background",
"leaf_wetness_progress_bar",
"leaf_wetness_progress_bar_with_background",
"snow_depth_card",
"snow_depth_card_with_background",
"horizontal_snow_depth_card",
"horizontal_snow_depth_card_with_background",
"snow_depth_chart_card",
"snow_depth_chart_card_with_background",
"simple_snow_depth_chart_card",
"simple_snow_depth_chart_card_with_background",
"co2_card",
"co2_card_with_background",
"horizontal_co2_card",
"horizontal_co2_card_with_background",
"co2_chart_card",
"co2_chart_card_with_background",
"simple_co2_chart_card",
"simple_co2_chart_card_with_background",
"flooding_level_card",
"flooding_level_card_with_background",
"horizontal_flooding_level_card",
"horizontal_flooding_level_card_with_background",
"flooding_level_chart_card",
"flooding_level_chart_card_with_background",
"simple_flooding_level_chart_card",
"simple_flooding_level_chart_card_with_background",
"flooding_level_progress_bar",
"flooding_level_progress_bar_with_background",
"illuminance_card",
"illuminance_card_with_background",
"horizontal_illuminance_card",
"horizontal_illuminance_card_with_background",
"illuminance_chart_card",
"illuminance_chart_card_with_background",
"simple_illuminance_chart_card",
"simple_illuminance_chart_card_with_background",
"illuminance_progress_bar",
"illuminance_progress_bar_with_background",
"pm2_5_card",
"pm2_5_card_with_background",
"horizontal_pm2_5_card",
"horizontal_pm2_5_card_with_background",
"pm2_5_chart_card",
"pm2_5_chart_card_with_background",
"simple_pm2_5_chart_card",
"simple_pm2_5_chart_card_with_background",
"pm10_card",
"pm10_card_with_background",
"horizontal_pm10_card",
"horizontal_pm10_card_with_background",
"pm10_chart_card",
"pm10_chart_card_with_background",
"simple_pm10_chart_card",
"simple_pm10_chart_card_with_background"
]
}

2
application/src/main/data/json/system/widget_types/air_quality_index_card.json

@ -1,7 +1,7 @@
{
"fqn": "air_quality_card",
"name": "Air quality index card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/air_quality_index_card_system_widget_image.png",
"description": "Displays the latest air quality index telemetry in a scalable rectangle card.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/air_quality_index_card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "air_quality_card_with_background",
"name": "Air quality index card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/air_quality_index_card_with_background_system_widget_image.png",
"description": "Displays the latest air quality index telemetry in a scalable rectangle card with the background image.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/air_quality_index_chart_card.json

@ -1,7 +1,7 @@
{
"fqn": "air_quality_chart_card",
"name": "Air quality index chart card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/air_quality_index_chart_card_system_widget_image.png",
"description": "Displays air quality index data by combining the latest and aggregated values with an optional simplified chart.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/air_quality_index_chart_card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "air_quality_chart_card_with_background",
"name": "Air quality index chart card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/air_quality_index_chart_card_with_background_system_widget_image.png",
"description": "Displays air quality index data by combining the latest and aggregated values with the background image and optional simplified chart.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/carbon_monoxide__co__card.json

@ -1,7 +1,7 @@
{
"fqn": "carbon_monoxide_co_card",
"name": "Carbon monoxide (CO) card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/CO-value-card.svg",
"description": "A colorless and odorless gas resulting from incomplete combustion, particularly in motor vehicles.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/carbon_monoxide__co__card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "carbon_monoxide_co_card_with_background",
"name": "Carbon monoxide (CO) card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/CO-value-card-with-background.svg",
"description": "A colorless and odorless gas resulting from incomplete combustion, particularly in motor vehicles.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/carbon_monoxide__co__chart_card.json

@ -1,7 +1,7 @@
{
"fqn": "carbon_monoxide_co_chart_card",
"name": "Carbon monoxide (CO) chart card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/CO-value-and-chart-card.svg",
"description": "A colorless and odorless gas resulting from incomplete combustion, particularly in motor vehicles. Results displayed by combining the latest and aggregated values and optional simplified chart. ",
"descriptor": {

2
application/src/main/data/json/system/widget_types/carbon_monoxide__co__chart_card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "carbon_monoxide_co_chart_card_with_background",
"name": "Carbon monoxide (CO) chart card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/CO-value-chart-card-with-background.svg",
"description": "A colorless and odorless gas resulting from incomplete combustion, particularly in motor vehicles. Results displayed by combining the latest and aggregated values and optional simplified chart. ",
"descriptor": {

2
application/src/main/data/json/system/widget_types/co2_card.json

@ -1,7 +1,7 @@
{
"fqn": "co2_card",
"name": "CO2 card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/co2_card_system_widget_image.png",
"description": "Displays the latest CO2 level telemetry in a scalable rectangle card.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/co2_card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "co2_card_with_background",
"name": "CO2 card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/co2_card_with_background_system_widget_image.png",
"description": "Displays the latest CO2 level telemetry in a scalable rectangle card with the background image.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/co2_chart_card.json

@ -1,7 +1,7 @@
{
"fqn": "co2_chart_card",
"name": "CO2 chart card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/co2_chart_card_system_widget_image.png",
"description": "Displays a CO2 level data by combining the latest and aggregated values with an optional simplified chart.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/co2_chart_card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "co2_chart_card_with_background",
"name": "CO2 chart card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/co2_chart_card_with_background_system_widget_image.png",
"description": "Displays a CO2 level data by combining the latest and aggregated values with the background image and optional simplified chart.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/efficiency_card.json

@ -1,7 +1,7 @@
{
"fqn": "efficiency_card",
"name": "Efficiency card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/efficiency_card.svg",
"description": "Displays the latest efficiency telemetry in a scalable rectangle card.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/efficiency_card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "efficiency_card_with_background",
"name": "Efficiency card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/efficiency_card_with_background.svg",
"description": "Displays the latest efficiency telemetry in a scalable rectangle card with the background image.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/efficiency_chart_card.json

@ -1,7 +1,7 @@
{
"fqn": "efficiency_chart_card",
"name": "Efficiency chart card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/efficiency_chart_card.svg",
"description": "Displays efficiency data by combining the latest and aggregated values with an optional simplified chart.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/efficiency_chart_card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "efficiency_chart_card_with_background",
"name": "Efficiency chart card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/efficiency_chart_card_with_background.svg",
"description": "Displays efficiency data by combining the latest and aggregated values with the background image and optional simplified chart.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/efficiency_progress_bar.json

@ -1,7 +1,7 @@
{
"fqn": "efficiency_progress_bar",
"name": "Efficiency progress bar",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/efficiency_progress_bar.svg",
"description": "Displays efficiency reading as a horizontal progress bar. Allows to configure value range, bar colors, and other settings.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/efficiency_progress_bar_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "efficiency_progress_bar_with_background",
"name": "Efficiency progress bar with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/efficiency_progress_bar_with_background.svg",
"description": "Displays efficiency reading as a horizontal progress bar with background. Allows to configure value range, bar colors, and other settings.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/efficiency_range_chart.json

@ -1,7 +1,7 @@
{
"fqn": "efficiency_range_chart",
"name": "Efficiency range chart",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/efficiency_range_chart.svg",
"description": "Displays changes to efficiency data over time visualized with color ranges.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/efficiency_range_chart_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "efficiency_range_chart_with_background",
"name": "Efficiency range chart with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/efficiency_range_chart_with_background.svg",
"description": "Displays changes to efficiency data over time visualized with color ranges and background.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/flooding_level_card.json

@ -1,7 +1,7 @@
{
"fqn": "flooding_level_card",
"name": "Flooding level card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/flooding_level_card_system_widget_image.png",
"description": "Displays the latest flooding level telemetry in a scalable rectangle card.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/flooding_level_card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "flooding_level_card_with_background",
"name": "Flooding level card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/flooding_level_card_with_background_system_widget_image.png",
"description": "Displays the latest flooding level telemetry in a scalable rectangle card with the background image.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/flooding_level_chart_card.json

@ -1,7 +1,7 @@
{
"fqn": "flooding_level_chart_card",
"name": "Flooding level chart card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/flooding_level_chart_card_system_widget_image.png",
"description": "Displays flooding level data by combining the latest and aggregated values with an optional simplified chart.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/flooding_level_chart_card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "flooding_level_chart_card_with_background",
"name": "Flooding level chart card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/flooding_level_chart_card_with_background_system_widget_image.png",
"description": "Displays a flooding level data by combining the latest and aggregated values with the background image and optional simplified chart.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/flooding_level_progress_bar.json

@ -1,7 +1,7 @@
{
"fqn": "flooding_level_progress_bar",
"name": "Flooding level progress bar",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/flooding_level_progress_bar_system_widget_image.png",
"description": "Displays flooding level reading as a horizontal progress bar. Allows to configure value range, bar colors, and other settings.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/flooding_level_progress_bar_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "flooding_level_progress_bar_with_background",
"name": "Flooding level progress bar with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/flooding_level_progress_bar_with_background_system_widget_image.png",
"description": "Displays flooding level reading as a horizontal progress bar with the background image. Allows to configure value range, bar colors, and other settings.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/flow_rate_card.json

@ -1,7 +1,7 @@
{
"fqn": "flow_rate_card",
"name": "Flow rate card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/flow_rate_card.svg",
"description": "Displays the latest flow rate telemetry in a scalable rectangle card.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/flow_rate_card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "flow_rate_card_with_background",
"name": "Flow rate card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/flow_rate_card_with_background.svg",
"description": "Displays the latest flow rate telemetry in a scalable rectangle card with the background image.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/flow_rate_chart_card.json

@ -1,7 +1,7 @@
{
"fqn": "flow_rate_chart_card",
"name": "Flow rate chart card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/flow_rate_chart_card.svg",
"description": "Displays flow rate data by combining the latest and aggregated values with an optional simplified chart.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/flow_rate_chart_card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "flow_rate_chart_card_with_background",
"name": "Flow rate chart card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/flow_rate_chart_card_with_background.svg",
"description": "Displays flow rate data by combining the latest and aggregated values with the background image and optional simplified chart.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/flow_rate_gauge.json

@ -1,7 +1,7 @@
{
"fqn": "flow_rate_gauge",
"name": "Flow rate gauge",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/flow_rate_gauge.svg",
"description": "Flow rate gauge.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/flow_rate_progress_bar.json

@ -1,7 +1,7 @@
{
"fqn": "flow_rate_progress_bar",
"name": "Flow rate progress bar",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/flow_rate_progress_bar_(1).svg",
"description": "Displays flow rate reading as a horizontal progress bar. Allows to configure value range, bar colors, and other settings.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/flow_rate_progress_bar_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "flow_rate_progress_bar_with_background",
"name": "Flow rate progress bar with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/flow_rate_progress_bar_with_background.svg",
"description": "Displays flow rate reading as a horizontal progress bar with background. Allows to configure value range, bar colors, and other settings.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/flow_rate_range_chart.json

@ -1,7 +1,7 @@
{
"fqn": "flow_rate_range_chart",
"name": "Flow rate range chart",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/flow_rate_range_chart.svg",
"description": "Displays changes to flow rate data over time visualized with color ranges.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/flow_rate_range_chart_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "flow_rate_range_chart_with_background",
"name": "Flow rate range chart with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/flow_rate_range_chart_with_background.svg",
"description": "Displays changes to flow rate data over time visualized with color ranges and background.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/fluid_pressure_card.json

@ -1,7 +1,7 @@
{
"fqn": "fluid_pressure_card",
"name": "Pressure card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/pressure_card.svg",
"description": "Displays the latest fluid pressure telemetry in a scalable rectangle card.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/fluid_pressure_card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "fluid_pressure_card_with_background",
"name": "Pressure card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/pressure_card_with_background.svg",
"description": "Displays the latest fluid pressure telemetry in a scalable rectangle card with the background image.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/fluid_pressure_chart_card.json

@ -1,7 +1,7 @@
{
"fqn": "fluid_pressure_chart_card",
"name": "Pressure chart card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/pressure_chart_card.svg",
"description": "Displays fluid pressure data by combining the latest and aggregated values with an optional simplified chart.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/fluid_pressure_chart_card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "fluid_pressure_chart_card_with_background",
"name": "Pressure chart card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/pressure_chart_card_with_background.svg",
"description": "Displays fluid pressure data by combining the latest and aggregated values with the background image and optional simplified chart.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/fluid_pressure_gauge.json

@ -1,7 +1,7 @@
{
"fqn": "fluid_pressure_gauge",
"name": "Pressure gauge",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/pressure_gauge.svg",
"description": "Fluid pressure gauge.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/fluid_pressure_progress_bar.json

@ -1,7 +1,7 @@
{
"fqn": "fluid_pressure_progress_bar",
"name": "Pressure progress bar",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/pressure_progress_bar_(1).svg",
"description": "Displays fluid pressure reading as a horizontal progress bar. Allows to configure value range, bar colors, and other settings.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/fluid_pressure_progress_bar_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "fluid_pressure_progress_bar_with_background",
"name": "Pressure progress bar with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/progress_bar_with_background.svg",
"description": "Displays fluid pressure reading as a horizontal progress bar with background. Allows to configure value range, bar colors, and other settings.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/fluid_pressure_range_chart.json

@ -1,7 +1,7 @@
{
"fqn": "fluid_pressure_range_chart",
"name": "Pressure range chart",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/pressure_range_chart_(1).svg",
"description": "Displays changes to fluid pressure data over time visualized with color ranges.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/fluid_pressure_range_chart_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "fluid_pressure_range_chart_with_background",
"name": "Pressure range chart with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/pressure_range_chart_with_background.svg",
"description": "Displays changes to fluid pressure data over time visualized with color ranges and background.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/ground_temperature_card.json

@ -1,7 +1,7 @@
{
"fqn": "ground_temperature_card",
"name": "Ground temperature card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/ground_temperature_card_system_widget_image.png",
"description": "Displays the latest ground temperature telemetry in a scalable rectangle card.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/ground_temperature_card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "ground_temperature_card_with_background",
"name": "Ground temperature card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/ground_temperature_card_with_background_system_widget_image.png",
"description": "Displays the latest ground temperature telemetry in a scalable rectangle card with the background image.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/ground_temperature_chart_card.json

@ -1,7 +1,7 @@
{
"fqn": "ground_temperature_chart_card",
"name": "Ground temperature chart card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/ground_temperature_chart_card_system_widget_image.png",
"description": "Displays a ground temperature data by combining the latest and aggregated values with an optional simplified chart.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/ground_temperature_chart_card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "ground_temperature_chart_card_with_background",
"name": "Ground temperature chart card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/ground_temperature_chart_card_with_background_system_widget_image.png",
"description": "Displays a ground temperature data by combining the latest and aggregated values with the background image and optional simplified chart.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_air_quality_index_card.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_air_quality_card",
"name": "Horizontal air quality index card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_air_quality_index_card_system_widget_image.png",
"description": "Displays the latest air quality index telemetry in a scalable horizontal layout.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_air_quality_index_card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_air_quality_card_with_background",
"name": "Horizontal air quality index card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_air_quality_index_card_with_background_system_widget_image.png",
"description": "Displays the latest air quality index telemetry in a scalable horizontal layout with the background image.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_carbon_monoxide__co__card.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_carbon_monoxide_co_card",
"name": "Horizontal carbon monoxide (CO) card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/CO-value-card-horizontal.svg",
"description": "A colorless and odorless gas resulting from incomplete combustion, particularly in motor vehicles.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_carbon_monoxide__co__card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_carbon_monoxide_co_card_with_background",
"name": "Horizontal carbon monoxide (CO) card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/CO-horizontal-value-card-with-background.svg",
"description": "A colorless and odorless gas resulting from incomplete combustion, particularly in motor vehicles.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_co2_card.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_co2_card",
"name": "Horizontal CO2 card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_co2_card_system_widget_image.png",
"description": "Displays the latest CO2 level telemetry in a scalable horizontal layout.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_co2_card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_co2_card_with_background",
"name": "Horizontal CO2 card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_co2_card_with_background_system_widget_image.png",
"description": "Displays the latest CO2 level telemetry in a scalable horizontal layout with the background image.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_efficiency_card.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_efficiency_card",
"name": "Horizontal efficiency card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_efficiency_card.svg",
"description": "Displays the latest efficiency telemetry in a scalable horizontal layout.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_efficiency_card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_efficiency_card_with_background",
"name": "Horizontal efficiency card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_efficiency_card_with_background.svg",
"description": "Displays the latest efficiency telemetry in a scalable horizontal layout with the background image.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_flooding_level_card.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_flooding_level_card",
"name": "Horizontal flooding level card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_flooding_level_card_system_widget_image.png",
"description": "Displays the latest flooding level telemetry in a scalable horizontal layout.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_flooding_level_card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_flooding_level_card_with_background",
"name": "Horizontal flooding level card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_flooding_level_card_with_background_system_widget_image.png",
"description": "Displays the latest flooding level telemetry in a scalable horizontal layout with the background image.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_flow_rate_card.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_flow_rate_card",
"name": "Horizontal flow rate card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_flow_rate_card.svg",
"description": "Displays the latest flow rate telemetry in a scalable horizontal layout.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_flow_rate_card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_flow_rate_card_with_background",
"name": "Horizontal flow rate card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_flow_rate_card_with_background.svg",
"description": "Displays the latest flow rate telemetry in a scalable horizontal layout with the background image.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_fluid_pressure_card.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_fluid_pressure_card",
"name": "Horizontal pressure card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_pressure_card.svg",
"description": "Displays the latest fluid pressure telemetry in a scalable horizontal layout.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_fluid_pressure_card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_fluid_pressure_card_with_background",
"name": "Horizontal pressure card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_pressure_card_with_background.svg",
"description": "Displays the latest fluid pressure telemetry in a scalable horizontal layout with the background image.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_ground_temperature_card.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_ground_temperature_card",
"name": "Horizontal ground temperature card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_ground_temperature_card_system_widget_image.png",
"description": "Displays the latest ground temperature telemetry in a scalable horizontal layout.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_ground_temperature_card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_ground_temperature_card_with_background",
"name": "Horizontal ground temperature card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_ground_temperature_card_with_background_system_widget_image.png",
"description": "Displays the latest ground temperature telemetry in a scalable horizontal layout with the background image.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_humidity_card.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_humidity_card",
"name": "Horizontal humidity card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_humidity_card_system_widget_image.png",
"description": "Displays the latest humidity telemetry in a scalable horizontal layout.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_humidity_card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_humidity_card_with_background",
"name": "Horizontal humidity card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_humidity_card_with_background_system_widget_image.png",
"description": "Displays the latest humidity telemetry in a scalable horizontal layout with the background image.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_illuminance_card.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_illuminance_card",
"name": "Horizontal illuminance card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_illuminance_card_system_widget_image.png",
"description": "Displays the latest illuminance telemetry in a scalable horizontal layout.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_illuminance_card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_illuminance_card_with_background",
"name": "Horizontal illuminance card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_illuminance_card_with_background_system_widget_image.png",
"description": "Displays the latest illuminance telemetry in a scalable horizontal layout with the background image.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_individual_allergy_index__iai__card.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_individual_allergy_index_iai_card",
"name": "Horizontal individual allergy index (IAI) card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/IAI-value-card-horizontal.svg",
"description": "Indicates the concentration of airborne allergens, including pollen and mold spores, which can trigger allergic reactions in sensitive individuals.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_individual_allergy_index__iai__card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_individual_allergy_index_iai_card_with_background",
"name": "Horizontal individual allergy index (IAI) card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/IAI-value-card-horizontal-with-background.svg",
"description": "Indicates the concentration of airborne allergens, including pollen and mold spores, which can trigger allergic reactions in sensitive individuals.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_leaf_wetness_card.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_leaf_wetness_card",
"name": "Horizontal leaf wetness card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_leaf_wetness_card_system_widget_image.png",
"description": "Displays the latest leaf wetness telemetry in a scalable horizontal layout.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_leaf_wetness_card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_leaf_wetness_card_with_background",
"name": "Horizontal leaf wetness card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_leaf_wetness_card_with_background_system_widget_image.png",
"description": "Displays the latest leaf wetness telemetry in a scalable horizontal layout with the background image.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_nitrogen_dioxide__no2__card.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_nitrogen_dioxide_no2_card",
"name": "Horizontal nitrogen dioxide (NO2) card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/NO2-value-card-horizontal.svg",
"description": "A gas produced from vehicle emissions and the burning of fossil fuels.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_nitrogen_dioxide__no2__card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_nitrogen_dioxide_no2_card_with_background",
"name": "Horizontal nitrogen dioxide (NO2) card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/NO2-horizontal-value-card-with-background.svg",
"description": "A gas produced from vehicle emissions and the burning of fossil fuels.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_noise_level_card.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_noise_level_card",
"name": "Horizontal noise level card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_noise_level_card_system_widget_image.png",
"description": "Displays the latest noise level telemetry in a scalable horizontal layout.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_noise_level_card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_noise_level_card_with_background",
"name": "Horizontal noise level card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_noise_level_card_with_background_system_widget_image.png",
"description": "Displays the latest noise level telemetry in a scalable horizontal layout with the background image.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_ozone__o3__card.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_ozone_o3_card",
"name": "Horizontal ozone (O3) card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/ozone-value-card-horizontal.svg",
"description": "A beneficial layer in the upper atmosphere, but harmful when present near ground level. Results mainly from vehicle exhaust and industrial emissions.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_ozone__o3__card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_ozone_o3_card_with_background",
"name": "Horizontal ozone (O3) card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/ozone-value-card-horizontal-with-background.svg",
"description": "A beneficial layer in the upper atmosphere, but harmful when present near ground level. Results mainly from vehicle exhaust and industrial emissions.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_pm10_card.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_pm10_card",
"name": "Horizontal PM10 card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_pm10_card_system_widget_image.png",
"description": "Displays the latest fine and coarse particulate matter (PM10) telemetry in a scalable horizontal layout.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_pm10_card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_pm10_card_with_background",
"name": "Horizontal PM10 card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_pm10_card_with_background_system_widget_image.png",
"description": "Displays the latest fine and coarse particulate matter (PM10) telemetry in a scalable horizontal layout with the background image.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_pm2_5_card.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_pm2_5_card",
"name": "Horizontal PM2.5 card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_pm2_5_card_system_widget_image.png",
"description": "Displays the latest fine particulate matter (PM2.5) telemetry in a scalable horizontal layout.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_pm2_5_card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_pm2_5_card_with_background",
"name": "Horizontal PM2.5 card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_pm2_5_card_with_background_system_widget_image.png",
"description": "Displays the latest fine particulate matter (PM2.5) telemetry in a scalable horizontal layout with the background image.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_power_consumption_card.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_power_consumption_card",
"name": "Horizontal power consumption card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_power_consumption_card.svg",
"description": "Displays the latest power consumption telemetry in a scalable horizontal layout.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_power_consumption_card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_power_consumption_card_with_background",
"name": "Horizontal power consumption card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_power_consumption_card_with_background.svg",
"description": "Displays the latest power consumption telemetry in a scalable horizontal layout with the background image.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_pressure_card.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_pressure_card",
"name": "Horizontal pressure card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_pressure_card_system_widget_image.png",
"description": "Displays the latest pressure telemetry in a scalable horizontal layout.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_pressure_card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_pressure_card_with_background",
"name": "Horizontal pressure card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_pressure_card_with_background_system_widget_image.png",
"description": "Displays the latest pressure telemetry in a scalable horizontal layout with the background image.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_pump_vibration_card.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_pump_vibration_card",
"name": "Horizontal vibration card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_vibration_card.svg",
"description": "Displays the latest vibration telemetry in a scalable horizontal layout.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_pump_vibration_card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_pump_vibration_card_with_background",
"name": "Horizontal vibration card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_vibration_card_with_background.svg",
"description": "Displays the latest vibration telemetry in a scalable horizontal layout with the background image.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_radon_level_card.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_radon_level_card",
"name": "Horizontal radon level card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_radon_level_card_system_widget_image.png",
"description": "Displays the latest radon level telemetry in a scalable horizontal layout.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_radon_level_card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_radon_level_card_with_background",
"name": "Horizontal radon level card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_radon_level_card_with_background_system_widget_image.png",
"description": "Displays the latest radon level telemetry in a scalable horizontal layout with the background image.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_rainfall_card.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_rainfall_card",
"name": "Horizontal rainfall card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_rainfall_card_system_widget_image.png",
"description": "Displays the latest rainfall telemetry in a scalable horizontal layout.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_rainfall_card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_rainfall_card_with_background",
"name": "Horizontal rainfall card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_rainfall_card_with_background_system_widget_image.png",
"description": "Displays the latest rainfall telemetry in a scalable horizontal layout with the background image.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_rotational_speed_card.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_rotational_speed_card",
"name": "Horizontal rotational speed card",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_rotational_speed_card.svg",
"description": "Displays the latest rotational speed telemetry in a scalable horizontal layout.",
"descriptor": {

2
application/src/main/data/json/system/widget_types/horizontal_rotational_speed_card_with_background.json

@ -1,7 +1,7 @@
{
"fqn": "horizontal_rotational_speed_card_with_background",
"name": "Horizontal rotational speed card with background",
"deprecated": false,
"deprecated": true,
"image": "tb-image;/api/images/system/horizontal_rotational_speed_card_with_background.svg",
"description": "Displays the latest rotational speed telemetry in a scalable horizontal layout with the background image.",
"descriptor": {

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save