Skip to content

Commit a715562

Browse files
author
MaestroOnICe
committed
add mdns docu
1 parent c721189 commit a715562

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/api.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,7 @@ curl --url "http://192.168.1.100/v1/reading" \
174174
curl --url "http://192.168.1.100/v1/status" \
175175
--header "User-Agent: curl/8.10.1" \
176176
--header "Accept: application/json"
177-
```
177+
```
178+
179+
## Discovery
180+
The IOmeter bridge can be found on networks that support [mDNS](https://en.wikipedia.org/wiki/Multicast_DNS). The fully qualified service type name is `_iometer._tcp.local.`. Prominient Python modules to discover devices are for instance [python-zeroconf](https://python-zeroconf.readthedocs.io).

0 commit comments

Comments
 (0)