Hierarchy (View Summary)

Constructors

Properties

connected: undefined | boolean

Whether the associated hardware is connected

control_system_id: string

ID of the system associated with the module

created_at: number

Unix epoch in seconds of the creation time of the object

custom_name: string

Custom name of the module

driver?: PlaceDriver

Driver/dependancy associated with the module

driver_id: string

ID of the driver associated with the module

edge_id: string

ID of the edge associated with the module

error_timestamp: number

Timestamp of the last runtime error in ms since UTC epoch

has_runtime_error: boolean

Whether the module has a runtime error

id: string

Unique Identifier of the object

ignore_connected: boolean

Ignore connection issues

ip: string

IP address of the hardware associated with the module

makebreak: boolean
name: string

Human readable name of the object

notes: string

Notes associated with the module

port: number

Port number connections to the hardware are made on

Type of module

running: boolean

Whether the module driver is running

settings: [
    null
    | PlaceSettings,
    null | PlaceSettings,
    null | PlaceSettings,
    null | PlaceSettings,
] = ...

Tuple of user settings of differring encryption levels for the module

system?: PlaceSystem

System associated with the module

tls: boolean

Whether the hardware connection requires TLS

udp: boolean

Whether the hardware connection is over UDP

updated_at: number

Timestamp of last update in ms since UTC epoch

uri: string

URI associated with the module

version: number

Version of the data

Accessors

  • get system_id(): string

    ID of the system associated with the module

    Returns string

Methods