FileBot Scripting provides a wol() function that can be used like so to turn on a series of devices on command:
Groovy: Select all
#!/usr/bin/env -S filebot -script
wol '24-5E-32-AD-62-8C'
wol '00-11-EB-61-23-E7'
Groovy: Select all
#!/usr/bin/env -S filebot -script
wol '24-5E-32-AD-62-8C'
wol '00-11-EB-61-23-E7'