Feature | Support |
Sending | |
Receiving | |
Config |
Supported Brands
None
Sender Arguments
None
Config
1 2 3 4 5 6 7 8 9 10 11 12 | {
"devices": {
"arping": {
"protocol": [ "arping" ],
"id": [{
"mac": "xx:xx:xx:xx:xx:xx"
}],
"ip": "0.0.0.0",
"state": "connected"
}
}
}
|
Option | Value |
mac | valid mac address |
ip | valid ip address |
state | connected / disconnected |
Optional Settings
Device Settings
Setting | Default | Format | Description |
poll-interval | 1 | >= 1 | How often do we want to arping the mac address (in seconds) |
The arping protocol doesn’t have a GUI representation. You can of course use the arping protocol in your rules.
The ping protocol doesn’t have a GUI representation. You can of course use the ping protocol in your rules.
Note
The MAC address must be written in lowercase.