Wake command #490
Closed
R0GGER
started this conversation in
Feature requests
Replies: 1 comment
-
I looks like you are using an outdated version of upsnap. Looks like v3.x.x but v4 is already out. A custom wake command is already implemented but it has a different functionality as you intended. The current wake command is an alternative to the wakeonlan package being sent to wake the computer. For any "post wake command"/"after online" stuff I'd suggest you use something like crontab on your computer which will run on startup. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Feature: Wake command.
After waking up send a command with a delay.
The command will be executed after n second(s), mintute(s), hour(s).
Delay (or ping): the command can only be executed after the server has been started.
Example:
![image](https://private-user-images.githubusercontent.com/8298741/313425922-2f9541e0-ac12-451c-bed8-c910dd35d3df.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMjY5NjYsIm5iZiI6MTczOTMyNjY2NiwicGF0aCI6Ii84Mjk4NzQxLzMxMzQyNTkyMi0yZjk1NDFlMC1hYzEyLTQ1MWMtYmVkOC1jOTEwZGQzNWQzZGYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMDIxNzQ2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OWMwODQ0ZTI3YzQ4Zjk5YWNhNTM3MDY4MWEzOTM5NTdhZDY5NDIzMTY4NWE0ODkyNzQxNTQ0NzZhYTFjOGE4NyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.tMzQY7u4dvsPNToJ5nlV-tpMuwGS0Ix9Zm87M9j42rk)
Beta Was this translation helpful? Give feedback.
All reactions