Skip to content

v6.7.0

Latest

Choose a tag to compare

@nengyuanzhang nengyuanzhang released this 26 Jul 03:42
· 148 commits to master since this release

Added

  • added circle check to energy flow diagram in myems-api and myems-admin
  • added duplicate check for binding meter to space in myems-api and myems-admin
  • added duplicate check for binding meter to shopfloor in myems-api and myems-admin
  • added duplicate check for binding meter to combined equipment in myems-api and myems-admin
  • added duplicate check for binding meter to equipment in myems-api and myems-admin
  • added duplicate check for binding meter to store in myems-api and myems-admin
  • added duplicate check for binding meter to tenant in myems-api and myems-admin
  • added myems_production_db.tbl_equipment_hourly to database
  • added modification protection for super administrator in myems-api and myems-admin
  • added yAxisScale attribute to the MultipleLineChart component to control the scale configuration of the ECharts Y-axis in myems-web
  • added ID to equipment list in combined equipment reports
  • added space dashboard to myems-api and myems-web
  • added min/max/avg to trend chart in myems-web

Changed

  • changed component import method from static to dynamic imports in myems-web
  • added ErrorBoundary component to capture rendering errors in myems-web
  • upgraded echarts version in myems-web
  • updated meter realtime report in myems-web
  • updated deepseek api url and model

Fixed

  • fixed Overwritten property issue in myems-web
  • fixed datetime picker color theme issue in myems-web
  • fixed parameters_data issues in myems-api
  • fixed issues of combinedequipmentdashboard, equipmentdashboard, shopfloordashboard, storedashboard and tenantdashboard in myems-api
  • fixed issue of combined equipment load excel exporter in myems-api

Removed

  • removed print(req.params) from myems-api