File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Changelog
6
6
Development version
7
7
===================
8
8
9
- Version 0.0.2, 2021-12-XX
9
+ Version 0.0.2, 2022-01-21
10
10
-------------------------
11
11
12
12
- Added support for the STEP800 motor controller
@@ -20,8 +20,12 @@ Version 0.0.2, 2021-12-XX
20
20
- GetElPos (``/getElPos ``)
21
21
- SetElPos (``/setElPos ``)
22
22
- ResetDevice (``/resetDevice ``)
23
+ - Added the ``with_callback `` parameter to ``STEPXXX.get `` to allow users to not send the get response to any registered callbacks
24
+ - Added ``response_cls `` to every ``OSCGetCommand `` (NOTE: this attr is now required)
25
+ - Added the ``callback `` attr to allow short-hand registration of callbacks for reports (i.e. ``/setPositionReportInterval ``)
23
26
24
- - Fixed an issue with ``get `` only returning 1 response when there are multiple (`#1 `_)
27
+ - Fixed an issue with ``STEPXXX.get `` only returning 1 response when there are multiple (`#1 `_)
28
+ - Refractored tests to make them more robust and intelligent
25
29
26
30
27
31
Current versions
You can’t perform that action at this time.
0 commit comments