You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.network/src/main/java/org/openhab/binding/network/internal/NetworkHandlerConfiguration.java
+2
Original file line number
Diff line number
Diff line change
@@ -32,5 +32,7 @@ public class NetworkHandlerConfiguration {
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.network/src/main/java/org/openhab/binding/network/internal/PresenceDetection.java
+45-8
Original file line number
Diff line number
Diff line change
@@ -71,8 +71,10 @@ public class PresenceDetection implements IPRequestReceivedCallback {
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.network/src/main/java/org/openhab/binding/network/internal/handler/NetworkHandler.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.network/src/main/java/org/openhab/binding/network/internal/utils/LatencyParser.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.network/src/main/java/org/openhab/binding/network/internal/utils/NetworkUtils.java
thing-type.config.network.pingdevice.retry.description = How many refresh interval cycles should a presence detection should take place, before the device is stated as offline
thing-type.config.network.pingdevice.timeout.description = States how long to wait for a response (in ms), before if a device is stated as offline
44
+
thing-type.config.network.pingdevice.useArpPing.label = Use ARP Ping
45
+
thing-type.config.network.pingdevice.useArpPing.description = Set to true if the presence detection is allowed to use arp ping. This can speed up presence detection, but may lead to inaccurate ping latency measurements. Switch off if you want to use this for ping latency monitoring.
44
46
thing-type.config.network.pingdevice.useIOSWakeUp.label = Use iOS Wake Up
45
47
thing-type.config.network.pingdevice.useIOSWakeUp.description = Set to true if the device presence detection should be performed for an iOS device like iPhone or iPads. An additional port knock is performed before a ping.
48
+
thing-type.config.network.pingdevice.useIcmpPing.label = Use ICMP Ping
49
+
thing-type.config.network.pingdevice.useIcmpPing.description = Set to true if the presence detection is allowed to use icmp ping. If you are monitoring network latency using arping, you should switch this off to prevent mixing results with arp ping results.
46
50
thing-type.config.network.servicedevice.hostname.label = Hostname or IP
47
51
thing-type.config.network.servicedevice.hostname.description = Hostname or IP of the device
48
52
thing-type.config.network.servicedevice.macAddress.label = MAC Address
0 commit comments