Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Jun 13, 2024
1 parent e3aeb17 commit 7926d1d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/guide/mqtt.md
Original file line number Diff line number Diff line change
Expand Up @@ -1913,6 +1913,29 @@ Payload:

</details>

#### `dumpNode`

```ts
dumpNode(nodeId: number): import("/home/daniel/GitProjects/zwave-js-ui/node_modules/zwave-js/build/lib/node/Dump").NodeDump;
```

<details>
<summary>Mqtt usage</summary>

Topic: `zwave/_CLIENTS/ZWAVE_GATEWAY-<mqtt_name>/api/dumpNode/set`

Payload:

```json
{
"args": [
nodeId
]
}
```

</details>

#### `beginRebuildingRoutes`

```ts
Expand Down

0 comments on commit 7926d1d

Please sign in to comment.