Previous Topic

Next Topic

Book Contents

Book Index

Including and Excluding Devices

The Bosch IoT Gateway Software integration with Azure IoT Edge provides the ability to filter which device and/or device functionalities will be presented as part of IoT devices in the Azure Infrastructure.

In the Device Data Visibility Configuration the following configuration properties allow you to filter device visibility.

If the device or functionalities match BOTH filters, device or functionalities will be NOT exposed as IoT devices in Azure IoT Hub. The Functional Item Exclusion Filter has higher priority from Functional Item Inclusion Filter.

Including Devices and Their Functional Items

  1. In the Functional Item Inclusion Filter field provide the following filter (uid=da:device:admin). This means that functional item with this uid will be presented as an IoT device.
  2. Select Save.
  3. In the Azure portal go to your IoT Hub > IoT devices and verify that the functional item with uid da:device:admin is available.

mbs_azure_inclusion_device_admin_v93.png

Excluding Devices and Their Functional Items

  1. In the Functional Item Exclusion Filter field provide the following filter (uid=da:device:admin). This means that functional item with this uid will not be presented as an IoT device.
  2. Select Save.
  3. In the Azure portal go to your IoT Hub > IoT devices and verify that the functional item with uid da:device:admin is not available.

mbs_azure_exclusion_device_admin_v93.png