From f660e6a28074286abd45091b260b7ea5f323d161 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=BD=C3=BArek?= Date: Wed, 6 May 2020 18:50:48 +0200 Subject: [PATCH] Identification: Final release Resolution: Fix Implementation: - renamed data_point attribute to datapoint in set_device endpoint. - device_uuid argument has from now uuid attribute of device not id. - added check for datapoint id (if exist) in set_device endpoint. --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a59d5a5..97e9233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,8 +40,15 @@ - **Change**: Changed Sensor model to ModuleNotification. - **Fix**: Fixed setting value to device (distinction between module and device). -## 0.7.0: 05.03.2020 +## 0.7.0: 03.05.2020 - **Feature**: Added devices list to module list/get endpoint. - **Fix**: Fixed bad parsing string in emulator in set_module_value endpoint. - **Change**: Changed channel name in socketio. + +## 0.7.1: 06.05.2020 + +- **Feature**: Added datapoints to module structure. +- **Fix**: Renamed data_point attribute to datapoint in set_device endpoint. +- **Fix**: The device_uuid argument has since now uuid attribute of device not id. +- **Fix**: Added check for datapoint id (if exist) in set_device endpoint.