diff --git a/io/ping/88-ping.html b/io/ping/88-ping.html index ad1e2d26..97bd035f 100644 --- a/io/ping/88-ping.html +++ b/io/ping/88-ping.html @@ -18,7 +18,9 @@

Pings a machine and returns the trip time in mS as msg.payload.

Returns false if no response received within 5 seconds, or if the host is unresolveable.

Default ping is every 20 seconds but can be configured.

-

msg.topic contains the target host ip. +

msg.topic contains the target host ip.

+

Note: if running inside Ubuntu Snap you will need to manually start the network-observe interface. + `snap connect node-red:network-observe`