Skip to content

Commit ab1c9ff

Browse files
authored
Update README.md
1 parent 9181af2 commit ab1c9ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ if __name__ == "__main__":
113113

114114
## Supported API classes and calls
115115

116-
Classes:
116+
### Classes
117117

118118
- `airos.data` (directly) as well as `airos.airos8` (indirectly) provides `AirOSData`, a [mashumaro](https://pypi.org/project/mashumaro/) based dataclass
119-
- `airos.discovery` `provides AirOSDiscoveryProtocol` for the actual discovery
119+
- `airos.discovery` provides `AirOSDiscoveryProtocol` for the actual discovery, we recommend to use the `async_discover_devices` function for consumption as described below
120120

121-
Calls:
121+
### Calls
122122

123123
- `airos.airos8`: initializes with `host: str, username: str, password: str, session: aiohttp.ClientSession`
124124
- `login()`: Authenticates with the device.

0 commit comments

Comments
 (0)