Skip to content

Commit b863124

Browse files
Merge pull request #223708 from timlt/patch-1
Update quickstart-devkit-nxp-mimxrt1060-evk-iot-hub.md
2 parents 4d0c697 + 07a98c8 commit b863124

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/iot-develop/quickstart-devkit-nxp-mimxrt1060-evk-iot-hub.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ To call a method in Azure IoT Explorer:
372372

373373
1. From the **IoT Plug and Play components** (Default Component) pane for your device in IoT Explorer, select the **Commands** tab.
374374
1. For the **setLedState** command, set the **state** to **true**.
375-
1. Select **Send command**. You should see a notification in IoT Explorer, and the green LED light on the device should turn on.
375+
1. Select **Send command**. You should see a notification in IoT Explorer. There will be no change on the device as there isn't an available LED to toggle. However, you can view the output in Termite to monitor the status of the methods.
376376
377377
:::image type="content" source="media/quickstart-devkit-nxp-mimxrt1060-evk-iot-hub/iot-explorer-invoke-method.png" alt-text="Screenshot of calling the setLedState method in IoT Explorer.":::
378378
@@ -381,7 +381,8 @@ To call a method in Azure IoT Explorer:
381381
382382
To use Azure CLI to call a method:
383383
384-
1. Run the [az iot hub invoke-device-method](/cli/azure/iot/hub#az-iot-hub-invoke-device-method) command, and specify the method name and payload. For this method, setting `method-payload` to `true` turns on the LED, and setting it to `false` turns it off.
384+
1. Run the [az iot hub invoke-device-method](/cli/azure/iot/hub#az-iot-hub-invoke-device-method) command, and specify the method name and payload. For this method, setting `method-payload` to `true` would turn an LED on. There will be no change on the device as there isn't an available LED to toggle. However, you can view the output in Termite to monitor the status of the methods.
385+
385386

386387
```azurecli
387388
az iot hub invoke-device-method --device-id mydevice --method-name setLedState --method-payload true --hub-name {YourIoTHubName}

0 commit comments

Comments
 (0)