-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGELOG
32 lines (27 loc) · 992 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Change Log
All notable changes to this project will be documented in this file.
## [0.2] - [2015-12-12]
### Added
- Thread Safe capabilities
- New class DictThreadSafe to handle dictionary with thread safe
- New class IndexedQueueSafe to get any message in Queue with thread safe yet
- Some errors and try except
### Changed
- Some attributes to properties on Gateway class
- Some attributes to properties on SerialGateway class
- Some attributes to properties on Node class
- Removed function to add sensors and added a property
### Fixed
- Fixed some function calls
- Fixed bug caused by PySerial that doesn't flush serial buffer. So I've create a workaround.
### Removed
- Support to MySensors Protocol 1.4
## [0.1] - [2015-11-17]
### Added
- Base structure for Gateway
- Support to Serial Gateway
- Support to protocol 1.4
- Support to protocol 1.5
- Support to protocol 1.6
- Support to change callback functions
- Support to get dinamically the protocol version from the Gateway