Skip to main content

nexigon_api.devices.QueryDevicesOutput

Output of querying the devices of the instance.

devices object[]required
  • Array [
  • deviceIdnexigon_api.devices.DeviceId (string)required

    Unique ID of a device.

    projectIdnexigon_api.projects.ProjectId (string)required

    Unique ID of a project.

    isConnectedbooleanrequired
    lastConnectedAtnexigon_api.datetime.Timestamp (string)

    ISO 8601 formatted date and time string.

    currentConnectionDurationSecsinteger<uint32>
  • ]
  • nexigon_api.devices.QueryDevicesOutput
    {
    "devices": [
    {
    "deviceId": "string",
    "projectId": "string",
    "isConnected": true,
    "lastConnectedAt": "string",
    "currentConnectionDurationSecs": 0
    }
    ]
    }