Skip to content

Commit

Permalink
Identification: Final release
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
zurek11 committed May 6, 2020
1 parent 913fb62 commit f660e6a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit f660e6a

Please sign in to comment.