Skip to content

Commit

Permalink
chore: add docs about discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Dec 16, 2022
1 parent 4c06c25 commit 18d3353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const data = await api.getData();

## Discover HomeWizard devices in your network

This library exposes a discovery method to discover HomeWizard Energy devices in your local network. Each HomeWizard device broadcasts itself on your local network using Multicast DNS. This allows you to use all the devices in your network without knowing the actual IP address of the device.
This library exposes a discovery method to discover HomeWizard Energy devices in your local network. Each HomeWizard device broadcasts itself on your local network using Multicast DNS. This allows you to use all the devices in your network without knowing the actual IP address of the device. You can find more details about this in the [official docs](https://homewizard-energy-api.readthedocs.io/discovery.html).

```typescript
import { HomeWizardEnergyDiscovery } from 'homewizard-energy-api';
Expand Down

0 comments on commit 18d3353

Please sign in to comment.