Preparing search index...
The search index is not available
TagoIO SDK for JavaScript and TypeScript
TagoIO SDK for JavaScript and TypeScript
Types
DeviceItem
Interface DeviceItem
interface
DeviceItem
{
active
:
boolean
;
bucket
:
{
id
:
string
;
name
:
string
;
}
;
bucket_name
?:
string
;
connector
:
string
;
connector_parse
:
boolean
;
created_at
:
Date
;
description
:
string
|
void
;
id
:
string
;
inspected_at
:
Date
;
last_input
:
Date
;
last_output
:
Date
;
name
:
string
;
network
:
string
;
parse_function
:
string
;
payload_decoder
?:
string
;
profile
:
string
;
tags
:
TagsObj
[]
;
updated_at
:
Date
;
visible
:
boolean
;
}
Hierarchy (
view full
)
DeviceItem
NetworkDeviceListQueryInfo
Index
Properties
active
bucket
bucket_
name?
connector
connector_
parse
created_
at
description
id
inspected_
at
last_
input
last_
output
name
network
parse_
function
payload_
decoder?
profile
tags
updated_
at
visible
Properties
active
active
:
boolean
bucket
bucket
:
{
id
:
string
;
name
:
string
;
}
Type declaration
id
:
string
name
:
string
Optional
bucket_
name
bucket_
name
?:
string
connector
connector
:
string
connector_
parse
connector_
parse
:
boolean
created_
at
created_
at
:
Date
description
description
:
string
|
void
id
id
:
string
inspected_
at
inspected_
at
:
Date
last_
input
last_
input
:
Date
last_
output
last_
output
:
Date
name
name
:
string
network
network
:
string
parse_
function
parse_
function
:
string
Optional
payload_
decoder
payload_
decoder
?:
string
profile
profile
:
string
tags
tags
:
TagsObj
[]
updated_
at
updated_
at
:
Date
visible
visible
:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
active
bucket
bucket_
name
connector
connector_
parse
created_
at
description
id
inspected_
at
last_
input
last_
output
name
network
parse_
function
payload_
decoder
profile
tags
updated_
at
visible
TagoIO SDK for JavaScript and TypeScript
Loading...