From 46a359f691f6ec36cde4f59ca32abcbfd11ab2f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20L=C3=A9caud=C3=A9?= Date: Wed, 22 Nov 2017 09:56:50 -0500 Subject: [PATCH] Ensure service is stopped before being created --- io/mdns/README.md | 2 +- io/mdns/mdns.html | 4 ++-- io/mdns/mdns.js | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) 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 @@