diff --git a/io/mdns/README.md b/io/mdns/README.md index e494b886..c38cc8e8 100644 --- a/io/mdns/README.md +++ b/io/mdns/README.md @@ -32,7 +32,7 @@ service discovery capability. `msg.payload` contains the service object on both arrival and leaving. -`msg.state` contains boolean true or false depending if the service has arrived (true) or gone away (false).. +`msg.payload.state` contains boolean true or false depending if the service has arrived (true) or gone away (false).. Within the `msg.payload` object the most interesting things are: diff --git a/io/mdns/mdns.html b/io/mdns/mdns.html index bd1a32f1..1d0dab51 100644 --- a/io/mdns/mdns.html +++ b/io/mdns/mdns.html @@ -18,7 +18,7 @@