struct

PlaceOS::Client::API::Models::Zone

Inherits PlaceOS::Client::API::Models::Timestamps < PlaceOS::Client::API::Models::Response < PlaceOS::Client::API::Models::Response::Init < JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source

Instance methods

capacity

Could be used as people capacity

Source
code

Could be used as floor code or building code etc

Source
count

Could be used as desk count for a level

Source
description

Markdown formatted text that describes the zone.

Source
display_name

A human readable identifier for displaying on interfaces

Source
id

A universally unique identifier for the zone.

Source
location

Geo-location string (lat,long) or any other location

Source
map_id

Map identifier, could be a URL or id

Source
name

A human readable identifier.

Source
parent_id

Parent id

Source
tags

Space seperated list of tags for categorizing the zone.

Source
timezone

Timezone location of the zone

Source
trigger_data

Trigger data returned when param complete is true

Source
triggers

List of trigger ID's to be applied to all systems that associate with this zone.

Source
type

Could be used as floor type or building type etc

Source