Hi,
I’am pleased with the module as it is, I just can’t seem to get the keepAlive working.
Part of my config:
{
module: 'MMM-NetworkScanner',
position: 'bottom_left',
config: {
devices: [
{macAddress: "xx:xx:xx:xx:xx:xx", name: "Kleine iPad", icon:"mobile"},
{macAddress: " xx:xx:xx:xx:xx:xx ", name: "Telefoon Hein-Jan", icon:"android"},
{macAddress: " xx:xx:xx:xx:xx:xx ", name: "iPhone Nicole", icon:"phone"},
{macAddress: " xx:xx:xx:xx:xx:xx ", name: "iPad Nicole werk", icon:"apple"},
{macAddress: " xx:xx:xx:xx:xx:xx ", name: "Tesla", icon:"car"},
{macAddress: " xx:xx:xx:xx:xx:xx ", name: "Grote iPad", icon:"tablet"},
{macAddress: " xx:xx:xx:xx:xx:xx ", name: "iPhone Hein-Jan", icon:"phone-square"},
],
showUnknown: false,
keepAlive: 300,
showLastSeen: false
}
}
The keepAlive is in there, but if a device is detected (highlighted), it also “disappears” (un-highlighted) in aprox 5 seconds.
I was under the impression that the keep alive would keep it highlighted (alive) for at least 300 seconds (5 minutes).
Is my understanding wrong?
Kind regards,
Hein-Jan