Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 13
Home
dapplion edited this page Jul 24, 2018
·
3 revisions
The response is a stringified object always contains three keys:
{
success: true / false
message: 'Error: package not found'
result: <object, array or string>
}
domain: <event>.vpn.dnp.dappnode.eth
| event | kwargs | result |
|---|---|---|
| addDevice | id | {} |
| removeDevice | id | {} |
| toggleAdmin | id | {} |
| listDevices | - | [{ deviceObject }] |
| getParams | - | {param: paramValue, ...} |
| statusUPnP | - | {openPorts, UPnP, msg} |
| statusExternalIp | - | {externalIpResolves, attempts, INT_IP, EXT_IP} |
{name: 'string',password: 'string',ip: 'string'}