Allows clients to update properties of the room layout such as:

  • the preferred measurement system for displaying room dimensions
  • whether or not the room dimensions are verified
  • the room dimensions

NOTE: Only supported for HDL410 devices.

Minimum role required: integrator

Example Request Body

{
  "uiMeasurementSystem": "IMPERIAL",
  "roomDimensionsVerified": false,
  "roomDimensions": {
      "xMin": -1000,
      "xMax": 4000,
      "yMin": 0,
      "yMax": 10800
  }
}
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!