Links
Comment on page
🪑

Zones

This page provides a description of the available API routes for managing zones.
The zone represents visual representation of a specific area, such as a room, terrace, or any other defined space. It contains the layout, dimensions, and arrangement of objects within that area.
The data model for zone is represented by Zone class.

API methods

get
http://{server-address}
/zones
Get zones
get
http://{server-address}
/zones/{name}
Get zone by name
post
http://{server-address}
/zones
Create zone
put
http://{server-address}
/zones/{name}
Create or update zone
delete
http://{server-address}
/zones/{name}
Delete zone by name