Hierarchy (View Summary)

Constructors

Properties

approval: boolean
bookable: boolean

Whether system is bookable by end users

capacity: number

Capacity of the space associated with the system

code: string

Email address associated with the system

created_at: number

Unix epoch in seconds of the creation time of the object

description: string

Description of the system

display_name: string

Display name of the system

email: string

Email address associated with the system

features: string[]

Features associated with the system

id: string

Unique Identifier of the object

images: readonly string[]

List of images associated with the system

installed_ui_devices: number

Count of UI devices attached to the system

map_id: string

ID on the SVG Map associated with this system

module_list: readonly PlaceModule[] = []

List of modules associated with the system. Only available from the show method with the complete query parameter

modules: readonly string[]

List of module IDs that belong to the system

name: string

Human readable name of the object

orientation: "unspecified" | "portrait" | "landscape" | "square"

Orientation of the signage system

playlists: readonly string[]

List of playlist IDs associated with the system

public: boolean

Whether system is public accessible

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

Tuple of user settings of differring encryption levels for the system

signage: boolean

Whether the system has signage capabilities

support_url: string

Support URL for the system

timezone: string

Timezone of the associated real world space

updated_at: number

Unix epoch in seconds of the creation time of the object

version: number

Version of the data

zones: readonly string[]

List of the zone IDs that the system belongs

Methods