Luci wake on lan

Hi,
I installed luci wake on lan app. I added two PCs in /etc/config/etherwake:
config 'target'
# name for the target
option 'name' 'Main'
# mac address to wake up
option 'mac' '24:4B:FE:8E:F2:F6'
# wake up on system start, defaults to off
option 'wakeonboot' 'off'

config 'target'
# name for the target
option 'name' 'p15w'
# mac address to wake up
option 'mac' '3C:E1:A1:B9:2A:6E'
# wake up on system start, defaults to off
option 'wakeonboot' 'off'

I expected to see this two PCs listed in the luci wake on lan page, however, I did not see any entries in luci:

Is it possible to show in Luci so I can just click wake up host when needed?

Did you try the dropdown menu "host to wake up"?

3 Likes

drop down menu has too many entries, most of them are not wol capable. I would like to show what I defined.

Why not paste in what you typed?

because next time if I need to use it, I have to open the dropdown menu again and scroll hundreds of devices to find the one I needed. it is not so friendly.