Skip to content

Releases: SmartGreenhouse-PC/Server

1.3.0

12 Mar 14:18
Compare
Choose a tag to compare

1.3.0 (2023-03-12)

Features

  • add get last parameter operation route (1a726d8)
  • add thing description (6968aec)
  • add thing description brightness (151f97a)
  • add thing description humidity (c5d40b1)

Style improvements

General maintenance

Refactoring

  • add perform operation and notify client to brightness service (a7998d1)
  • add thing description return statement (08fd455)
  • add topic variable (4271b9e)
  • change operation management (13953f9)
  • finish refactor brightness main (b349497)
  • greenhouse communication forwardNewGreenhouseData (d98f643)
  • refactor last operation handle (3767616)
  • refactor mqtt message format and handler (cc1df3e)
  • refactor temperature, soilMoisture and humisity services in order to manage new data. Delete managage new data from greenhouse model (1daee52)
  • start moving new data received logics from greenhouse to parameter (ab5a185)
  • test and start other services refactor (f6f3bd3)

Documentation

  • add documentation to file (b34b317)

1.2.1

12 Feb 10:06
Compare
Choose a tag to compare

1.2.1 (2023-02-12)

Bug Fixes

General maintenance

1.2.0

11 Feb 16:02
Compare
Choose a tag to compare

1.2.0 (2023-02-11)

Features

  • add custom id to greenhouse (e20277a)
  • add get all greenhouse route and test (8edeab2)

Bug Fixes

Dependency updates

  • deps: update junit5 monorepo (7461971)
  • deps: update openjdk docker tag to v17 (e982f21)

Refactoring

  • change mqtt model to handle multiple devices (200e0af)
  • remove id greenhouse hardcoded (aca1170)

Tests

  • add test for get all greenhouse (268e5d7)

Documentation

  • add missing documentation (7d5c387)

General maintenance

Style improvements