Hi,
is there any way to configure a script that notifies by email when a particular device connects to the wifi network?
I managed to configure a script for DHCP, but there the notification is sent every time the lease refreshes:
:if ($leaseBound = 1) do={
I have the lease time set to 10 minutes, so I get a notification every 10 minutes if a device is connected to the network.
Information about such connection appears in the log as far as I can see. Is it possible to make System script, which detects it and generates notification?