Skip to content

Commit

Permalink
docs: document arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
philipparndt committed Oct 26, 2024
1 parent 1c3262c commit 4c889bd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ Convert the FritzBox tr-064 data to MQTT messages.
{ "name": "Uptime" },
{ "name": "ConnectionStatus", "mapEnum": { "Connected": 1, "__default": 0 } }
]
},
{
"service": "urn:dslforum-org:service:Hosts:1",
"action": "GetSpecificHostEntry",
"args": [
{ "name": "NewMACAddress", "value": "12:34:56:78:9A:BC" }
],
"alias": "host1"
}
]
}
Expand Down

0 comments on commit 4c889bd

Please sign in to comment.