Skip to content

Commit

Permalink
Update DummyWifiNetworkCommissioningServer.ts reference (#1425)
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Ferdman <[email protected]>
Co-authored-by: lauckhart <[email protected]>
  • Loading branch information
emmanuel-ferdman and lauckhart authored Nov 24, 2024
1 parent b832fa5 commit 9683465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Please refer to the Examples readme on how to use the examples: [@matter/example

### Extending and contributing to matter.js

We welcome contributions! If you have Node.js installed, prepare your development envirnment as follows:
We welcome contributions! If you have Node.js installed, prepare your development environment as follows:

```bash
git clone https://github.com/project-chip/matter.js
Expand Down Expand Up @@ -218,7 +218,7 @@ The following reference implementation and code references are available as basi

- For Network, Crypto, Storage and Time functionality you can use the Node.js implementations provided by [@matter/nodejs](packages/nodejs/README.md) as reference.
- For BLE functionality you can use the Node.js implementations provided by [@matter/nodejs-ble](packages/nodejs-ble/README.md) as reference.
- For Wi-Fi/Thread Commissioning functionality you can use the [Node.js DeviceNode example script](packages/examples/src/device-onoff-advanced-cli/cluster/DummyWifiNetworkCommissioningServer.ts) which contains a static "testing only" (but API complete for Wifi) reference.
- For Wi-Fi/Thread Commissioning functionality you can use the [Node.js DeviceNode example script](packages/examples/src/device-onoff-advanced/cluster/DummyWifiNetworkCommissioningServer.ts) which contains a static "testing only" (but API complete for Wifi) reference.

If you implement a specific platform we would be happy about a PR with the code, so that also other community members can benefit from it.

Expand Down

0 comments on commit 9683465

Please sign in to comment.