diff --git a/config.toml b/config.toml index c21e651..e28ac14 100644 --- a/config.toml +++ b/config.toml @@ -815,6 +815,13 @@ theme = "doc-theme" parent = "firmwareapi@pycom@network" weight = 60 +[[menu.main]] + name = "MDNS" + url = "/firmwareapi/pycom/network/mdns/" + identifier = "firmwareapi@pycom@network@mdns" + parent = "firmwareapi@pycom@network" + weight = 70 + [[menu.main]] name = "AES" url = "/firmwareapi/pycom/aes/" diff --git a/content/firmwareapi/pycom/network/mdns.md b/content/firmwareapi/pycom/network/mdns.md index 2986ccd..31917f6 100644 --- a/content/firmwareapi/pycom/network/mdns.md +++ b/content/firmwareapi/pycom/network/mdns.md @@ -114,6 +114,7 @@ If the service is found then the function returns with a list of `MDNS_Query` ob ## MDNS_Query class The `MDNS_Query` aggregates all of the properties of a successful query session entry: + * `hostname` is the hostname of the host advertising the service * `instance_name` is the instance_name of the service * `addr` is the IPv4 address belonging to the service