Directly send wol packet instead of using the webhook
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-19 16:35:35 +01:00
parent a0cefa8302
commit aa8963bd4a
6 changed files with 50 additions and 26 deletions

View File

@@ -33,6 +33,7 @@ futures = "0.3.25"
eui48 = { version = "1.1.0", default-features = false, features = ["disp_hexstring", "serde"] }
thiserror = "1.0.38"
anyhow = "1.0.68"
wakey = "0.3.0"
[profile.release]
lto=true