Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Expected completion time of this lab: 20 min.

  • Create the following Node-RED flow. Clicking on 0 and 1 should switch the LED on/off

    A little help

    The function contains something very similar to:

    msg.payload            = {
        "method" :  "PUT",
        "url" :     "/digital_out/INDICATOR_0",
        "body":     {
            'value': msg.payload,
        },
        "token":    "myToken",
    }
    return msg;
  • How did you configure the ibmiot output node?
     
  • Make sure the dashboard only shows the temperature of your mote
  • No labels