You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ pip install [-U] -e .
39
39
40
40
## History
41
41
42
-
* 0.6.1 (2018-12-26): New API used telnet non-blocking on get which caused problems (d1nd141 [#12](https://github.com/domschl/python-fhem/issues/12)), fixed
42
+
* 0.6.1 (2018-12-26): New API used telnet non-blocking on get which caused problems (d1nd141,[#12](https://github.com/domschl/python-fhem/issues/12)), fixed
43
43
by using blocking telnet i/o.
44
44
* 0.6.0 (2018-12-16): Enhanced and expanded get-API (Andre0512 [#10](https://github.com/domschl/python-fhem/pull/10)). See [online documentation](https://domschl.github.io/python-fhem/doc/_build/html/index.html), especially the new get() method for details on the new functionality. Proprietary logging functions marked deprecated.
45
45
* 0.5.5 (2018-08-26): Documentation cleanup, automatic documentation with sphinx.
0 commit comments