v0.7.0
New Features
- Added the ability to set the packet clear time for API commands. This can be useful if the default of three seconds was too slow for the GEM to finish sending a packet.
Breaking Changes
siobrultech_protocols.gem.protocol.T
andsiobrultech_protocols.gem.protocol.R
have been removed. Any imports should replace them withsiobrultech_protocols.gem.api.T
andsiobrultech_protocols.gem.api.R
, respectively.- The constant
PACKET_DELAY_CLEAR_TIME
fromsiobrultech_protocols.gem.protocol
has been removed. A new constant,PACKET_DELAY_CLEAR_TIME_DEFAULT
is added tosiobrultech_protocols.gem.const
, which is the default value we use if a value is not provided to theBidirectionalProtocol
.
Full Changelog: v0.6.0...v0.7.0