Skip to content

Commit 158fa74

Browse files
committed
Edits
1 parent 8439fe9 commit 158fa74

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

includes/iot-hub-howto-device-management-node.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,11 @@ var onReboot = function(request, response) {
132132

133133
### SDK device samples
134134

135-
The Azure IoT SDK for Node.js provides working samples of device apps that handle device management tasks. For more information, see [Device management pattern samples](https://github.com/Azure/azure-iot-sdk-node/blob/a85e280350a12954f46672761b0b516d08d374b5/doc/dmpatterns.md).
135+
The Azure IoT SDK for Node.js provides working samples of device apps that handle device management tasks. For more information, see:
136+
137+
* [Device method sample](https://github.com/Azure/azure-iot-sdk-node/blob/a85e280350a12954f46672761b0b516d08d374b5/device/samples/javascript/device_methods.js)
138+
* [Device methods E2E test](https://github.com/Azure/azure-iot-sdk-node/blob/a85e280350a12954f46672761b0b516d08d374b5/e2etests/test/device_method.js)
139+
* [DM patterns reboot device](https://github.com/Azure/azure-iot-sdk-node/blob/a85e280350a12954f46672761b0b516d08d374b5/device/samples/javascript/dmpatterns_reboot_device.js)
136140

137141
## Create a backend application
138142

@@ -202,4 +206,9 @@ var startRebootDevice = function(deviceToReboot) {
202206

203207
### SDK service samples
204208

205-
The Azure IoT SDK for Node.js provides working samples of service apps that handle device management tasks. For more information, see [The device management pattern samples](https://github.com/Azure/azure-iot-sdk-node/blob/a85e280350a12954f46672761b0b516d08d374b5/doc/dmpatterns.md).
209+
The Azure IoT SDK for Node.js provides working samples of service apps that handle device management tasks. For more information, see:
210+
211+
* [Module methods](https://github.com/Azure/azure-iot-sdk-node/blob/a85e280350a12954f46672761b0b516d08d374b5/e2etests/test/module_methods.js)
212+
* [Device method tests](https://github.com/Azure/azure-iot-sdk-node/blob/a85e280350a12954f46672761b0b516d08d374b5/ts-e2e/src/device_methods.tests.ts)
213+
* [Device method E2E tests](https://github.com/Azure/azure-iot-sdk-node/blob/a85e280350a12954f46672761b0b516d08d374b5/e2etests/test/device_method.js)
214+
* [Method disconnect](https://github.com/Azure/azure-iot-sdk-node/blob/a85e280350a12954f46672761b0b516d08d374b5/e2etests/test/method_disconnect.js)

0 commit comments

Comments
 (0)