RoomGet
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| type_ | str | ❌ | Type of the supported resources |
| id_ | str | ❌ | Unique identifier representing a specific resource instance |
| id_v1 | str | ❌ | Clip v1 resource identifier |
| children | List[ResourceIdentifier] | ❌ | Child devices/services to group by the derived group |
| services | List[ResourceIdentifier] | ❌ | References all services aggregating control and state of children in the group. This includes all services grouped in the group hierarchy given by child relation. This includes all services of a device grouped in the group hierarchy given by child relation. Aggregation is per service type, ie every service type which can be grouped has a corresponding definition of grouped type. Supported types: – grouped_light |
| metadata | RoomGetMetadata | ❌ | configuration object for a room |
RoomGetMetadata
configuration object for a room
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| name | str | ❌ | Human readable name of a resource |
| archetype | RoomArchetype | ❌ | Possible archetypes of a room |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs