Hierarchy

Properties

active: boolean

Set if the device will be active.

bucket: {
    id: string;
    name: string;
}

Bucket storing the device's data.

Type declaration

  • id: string
  • name: string
connector: string

Connector ID.

connector_parse: boolean

If device will use connector parser

created_at: Date

Date for the device's creation.

description: string | void

Description of the device.

id: string

Device ID.

inspected_at: Date

Date for the device's last inspection.

last_input: Date

Date for the device's last input.

last_output: Date

Date for the device's last output.

last_retention: Date

Date for the device's last data retention.

name: string

Device name.

network: string

Network ID.

parse_function: string

Javascript code for use as payload parser

profile: string

ID of the profile that owns the device.

serie_number: string

Device serial number.

tags: TagsObj[]

An array of tags

Device's data storage (bucket) type.

updated_at: Date

Date for the device's last update.

visible: boolean

Set if the device will be visible.