We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9328d commit 64fa8b6Copy full SHA for 64fa8b6
README.md
@@ -7,25 +7,25 @@ Integration library for Hayward Omnilogic pool controllers to allow easy integra
7
8
To download OmniLogic, either fork this github repo or simply use PyPi via pip.
9
10
-'''
+```
11
$ pip install omnilogic
12
13
14
## Using it
15
16
OmniLogic provides just the core actions, you will need to code your own specific use of the returned data.
17
18
19
from omnilogic import OmniLogic
20
21
22
A simple example to return the status of your pool equipment is:
23
24
25
api_client = OmniLogic(username, password)
26
27
telemetry_data = await api_client.get_telemetry_data()
28
-
29
30
## Functions
31
0 commit comments