| 1234567891011121314151617181920 |
- type: object
- properties:
- id:
- type: string
- format: uuid
- description: Unique ID of the user (v7)
- example: 019e13e5-db74-73b8-8554-16e0d3cf31b5
- home_id:
- type: string
- format: uuid
- description: Unique ID of the home the device belongs to
- example: 019e13e7-16a7-7614-a5c1-f655790c6464
- name:
- type: string
- description: Name of device from Zigbee2MQTT
- example: bedroom_north
- description:
- type: string
- description: A description of the device
- example: Northern bedroom light switch
|