kuzzleio / kuzzle-device-manager

IoT Devices & Assets Management providing digital twins, payload decoding, normalized measures, provisioning. Multi-Tenant ready for white labelled and B2B2C applications.
https://docs.kuzzle.io/official-plugins/device-manager/1
Apache License 2.0
14 stars 7 forks source link

Allow JSONObject in metadata #293

Closed Aschen closed 1 year ago

Aschen commented 1 year ago

What does this PR do ?

Allow to specify nested metadata

Example:

  metadata: {
    geofence: {
      name: 'Amazon Saran',
      group: 'warehouse',
      polygon: [
        // array of coordinates
      ],
      disabled: false,
    },
  },