struct

PlaceOS::API::Models::System

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

bookable

Flag for signifying the space as reservable.

Source
capacity

Number of people that can be accommodated in this space.

Source
created_at

System creation time.

Source
description

Markdown formatted text that describes the system.

Source
edge_id

The engine node that this system operates from.

Source
email

Calendar URI that is associated with this system.

Source
features

List of features in the room for searching and filtering spaces.

Source
id

A universally unique identifier for the system.

Source
installed_ui_devices

Expected number of fixed installation touch panels.

Source
modules

Module ID's that this system contains.

Source
name

A human readable identifier.

Source
settings

JSON object representing the system's configuration.

Source
support_url

A URL linking to the primary interface for controlling this system.

Source
version

Incrementing counter for handling stale updates.

Source
zones

Zone IDs that this system is a member of.

Source