File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -96,11 +96,11 @@ not perform any I/O, and can safely be called from the event loop.
9696* get_current_component_temperature - Get the current temperature from a component
9797* get_current_zone_temperature - Get the current temperature from (the first component in) a zone
9898
99- ## Backwards compatability
99+ ## Backwards compatibility
100100
101- Synchronous wrapper methods are available for backwards compatibility, but it is recommended to
101+ Synchronous wrapper methods are available for compatibility with v1.1.2 , but it is recommended to
102102switch to the async methods. If ` loop ` is not provided, initializing will start the async event
103- loop in a daemon thread, discover and connect to hub before returning as in version 1.1 .
103+ loop in a daemon thread, discover and connect to hub before returning as before .
104104
105105 import time
106106 from pynobo import nobo
You can’t perform that action at this time.
0 commit comments