Bosch IoT Device Management - will be discontinued by mid 2024

Step 4 - Remote control your Octopus

You can use the developer console to send a message to your Octopus device and, for example, change the color of the device's LED:

  1. Navigate to the Things section (left sidebar of the developer console).

  2. Click the row of the thing belonging to your octopus.

  3. Click Message.

  4. Enter the subject setColor defining the meaning of the message. This subject triggers the setting of a specific LED color on an Octopus with version 1.1.0.

  5. Set the message content containing the custom payload in JSON format to define the LED color.
    You can vary the numbers for "r" red, "g" green, "b" blue and "w" white between 0 and 255.

  6. Enter the timeout 0 s (= "do not wait for a response").

  7. Open the feature list.

  8. Select the led feature.

  9. Click Send to submit the message.

images/confluence/download/attachments/1634788044/send-message.png

Your message is sent to the physical device where, where the firmware consumes your entries from step 5 and changes the LED color.

Especially for such scenarios, where you try to remote control an IoT asset, it gets important to get insight if the device is connected and listening at all.