Implement optional path parameters in the wake call
bateman opened this issue · 1 comments
bateman commented
mac
is mandatory, but the call should allow the user to indicate optionally:
- ip address
- port (other than the default one 9)
- interface
bateman commented
Fixed by commit 83289f23317070e17cc22562c4e4e61190c9c3cc
The commit introduced pydantic validation and changed the api method from get to post