Skip to content

Commit

Permalink
Renamed the key in update payload (#40)
Browse files Browse the repository at this point in the history
* Renamed the key in update payload

* Bump version
  • Loading branch information
Nenad Vuletić authored Sep 7, 2020
1 parent 9fa2300 commit d336b97
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

WolkGateway bridges communication between WolkAbout IoT platform and multiple devices connected to it.

**Version 4.2.1**
- [BUGFIX] - Fixed the message sent to update the gateway on initialization.

**Version 4.2.0**
- [IMPROVEMENT] - Automated .zip/.deb creation for release. This utilizes either local fs/Docker to create necessary things.

Expand Down
8 changes: 4 additions & 4 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
wolkgateway (4.2.0) stable; urgency=medium
wolkgateway (4.2.1) stable; urgency=medium

* Polished DEB release, automated DEB creation for both amd64/armv7l

-- Wolkabout ELab <elab@wolkabout.com> Wed, 27 May 2020 00:00:00 +0100
* Fixed the message sent to update the gateway on initialization.
-- Wolkabout ELab <elab@wolkabout.com> Mod, 7 Sep 2020 16:30:00 +0100
2 changes: 1 addition & 1 deletion src/model/GatewayDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
namespace wolkabout
{
const std::string GatewayDevice::FIRMWARE_UPDATE_TYPE = "DFU";
const std::string GatewayDevice::SUBDEVICE_MANAGEMENT_PARAMETER = "subdeviceManagement";
const std::string GatewayDevice::SUBDEVICE_MANAGEMENT_PARAMETER = "SUB_DEVICE_MANAGEMENT";
const std::string GatewayDevice::GATEWAY_SUBDEVICE_MANAGEMENT = "GATEWAY";
const std::string GatewayDevice::PLATFORM_SUBDEVICE_MANAGEMENT = "PLATFORM";
const std::string GatewayDevice::FIRMWARE_UPDATE_PARAMETER = "supportsFirmwareUpdate";
Expand Down

0 comments on commit d336b97

Please sign in to comment.