Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support arguments for actions #87

Merged
merged 2 commits into from
Oct 26, 2024
Merged

feat: support arguments for actions #87

merged 2 commits into from
Oct 26, 2024

Conversation

philipparndt
Copy link
Member

@philipparndt philipparndt commented Oct 26, 2024

fixes: #86

Example:

{
    "service": "urn:dslforum-org:service:Hosts:1",
    "action": "GetSpecificHostEntry",
    "args": [
        { "name": "NewMACAddress", "value": "12:34:56:78:9A:BC" }
    ],
    "alias": "host1"
},

@philipparndt philipparndt merged commit 09c3040 into main Oct 26, 2024
1 check passed
@philipparndt philipparndt deleted the action-arguments branch October 26, 2024 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Argument for "Action"?
1 participant