Location

Location

⚠️
NOTE: This part of the API is still under construction, yet the interface as described below is expected to be somewhat stable.

Each device is assinged to one location. A location represents a physical place, e.g. a care home or a private residence.

Get Location Info

Topic

Subscribe to: api_client/<client_name>/<location_id>/info

Response

Retained
QoS: 1

{
  "id": "123456ab",
  "name": "Sunrise Care Home",
  "devices": [
    {
      "id": "abcd1234efgh5678ijkl9012mnop3456qrst7890uvwx5678yzab9012cdef3456",
      "serialNumber": "1111-0622-0006-0000",
      "name": "Living Room"
    }
  ]
}