struct PlaceOS::API::Models::Zone
- PlaceOS::API::Models::Zone
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
placeos/api/models/zone.crConstructors
Instance Method Summary
- #created_at : Time
-
#description : String | Nil
Markdown formatted text that describes the zone.
-
#id : String
A universally unique identifier for the zone.
-
#name : String
A human readable identifier.
-
#settings : Hash(String, JSON::Any)
JSON object representing the zone configuration.
-
#tags : String | Nil
Space seperated list of tags for categorizing the zone.
-
#triggers : Array(String)
List of trigger ID's to be applied to all systems that associate with this zone.
Constructor Detail
Instance Method Detail
def triggers : Array(String)
#
List of trigger ID's to be applied to all systems that associate with this zone.