# Wake-on-LAN — fire a magic packet at a target MAC address. The target is # read from long-term memory under the key "wol_" so the user can have # multiple machines. Default alias is "server". # # To set a target via voice: # "запомни wol_server AA:BB:CC:DD:EE:FF" # then later: "разбуди сервер" [[commands]] id = "wol.wake" type = "lua" script = "wake.lua" sandbox = "full" timeout = 5000 [commands.phrases] ru = [ "разбуди сервер", "включи сервер", "разбуди машину", "разбуди компьютер", "включи компьютер", "wol сервер", ] en = [ "wake the server", "wake server", "wake on lan", "wol server", "boot the server", ]